/*
 * Opbouw, totaal: 980 px
 * - marge: 10 px
 * - navigatie: 190 px (174 px)
 * - marge: 6px
 * - content: 420 px
 *   - foto: 420 - 16  = 404
 * - marge: 6px
 * - rechts: 338 px
 * - marge: 10 px
 *
 * herzien naar:
 * - content 24px meer
 *
 * Opbouw, totaal: 980 px
 * - marge: 10 px
 * - navigatie: 170 px (154 px)
 * - marge: 6px
 * - content: 444 px
 *   - foto: 444 - 16  = 428
 * - marge: 6px
 * - rechts: 338 px
 * - marge: 10 px
 *
 * Home, carrousel en highlights > lichtgroen > R 203 G 223 B 134, #cbdf86
 * Nieuws > lichtblauw > R 153 G 210 B 232, #99d2e8
 * Review & Preview > licht oranje > R 252 G191 B119, #fcbf77
 * Werk & Studie > licht roze > R 251 G 134  B 134, #fb8686
 * Entertainment (?)  > paars #d398ff
 *
 * */

html, body { 
	text-align: center;
	font-family: arial, helvetica; 
	font-size: 12px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

td,th {
	font-size: 12px;
}

.clear {
	clear: both;	
}

img {
	border: 0;
}

p {
	line-height: 16px;
	padding: 0 0 15px 0;
	margin: 0;
}
p.italic {
	font-style: italic;	
}

ul{
	margin: 5px 5px 5px 25px;	
	padding: 0;
}

hr {
	border: 1px solid #333;	
}
td {
	vertical-align:top;	
}

select, textarea {
  line-height: 14px;
  font-weight: normal;
  padding: 2px;
  margin-right: 3px;
  border: 1px solid #333; 
}

input[type='text']{
  border: 1px solid #333;
}

.color_submit {
    padding: 2px 4px 0 4px;
    height: 21px;
    color: #FFF;
    cursor: pointer;
    border: 0;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 11px 0;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 5px 0;
	margin: 0;
	/*padding: 0 0 10px 0;
	margin: 0;*/
}
h3{
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}
h4{
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	padding: 0 5px 0 5px;
}

a:link, a:visited {
	color: #333;
}

a.header_date, a.header_date:hover {
	color: #333;
    text-decoration: none
}

a:hover, a:active {
	color: #33b1e7;
	color: #99d2e8;
}

#container {
	background-image: url('../img/headerb2009-herfst.png'); 
	background-repeat: no-repeat;
/*
	border: 3px solid #333;
	border-top: 0;
 * */
	width: 980px;
	clear: both;
	margin: auto;
	position: relative;
	text-align: left;
	padding-top: 10px;
	/* color: #FFF;  */
}

#banner {
	padding: 5px 0 5px 0;	
}

#header {
	background-image: url('../img/headera2009-herfst.png');
	background-repeat: no-repeat;
	width: 980px;
	clear: both;
	margin: auto;
    overflow: hidden;
	position: relative;
	height: 87px;
	text-align: left;
}

#header_date {
	position: absolute;
	top: 68px;
	left: 50px;
    font-weight:bold;
}

#header_search {
	position: absolute;
	top: 33px;
	left: 243px;
}
#header_naam {
	position: absolute;
	top: 40px;
	left: 570px;
	width: 195px;
}
#header_username {
	position: absolute;
	top: 33px;
	left: 610px;
}
#header_wachtwoord {
	position: absolute;
	top: 40px;
	left: 735px;
}
#header_password {
	position: absolute;
	top: 33px;
	left: 815px;
}
#header_registreren {
	position: absolute;
	top: 65px;
	left: 770px;
	font-size: 10px;
    font-weight:bold;
}	
#header input {
    border:1px solid #ddd;
	height: 16px;
	line-height: 14px;
	font-weight: normal;
	padding: 1px;
	margin: 4px 8px 9px 0;
	font-style: italic;	
	color: #666;
	width: 110px;
}

#navigation {
	float: left;
	width: 170px;
	padding: 0px 0px 0px 6px;
	margin-bottom: 10px;
    margin-right: 6px;
	overflow: hidden;
}

#mainmenu {
    border: 1px solid green;
	width: 150px;
	padding: 10px;
    margin: 0px;
    background:white;
    opacity: .85;
    filter:alpha(opacity=85); /* IE's opacity*/
}
#mainmenu > ul {
    border:1px solid #97be0d;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
a.mainmenu_item:link, a.mainmenu_item:visited{
	display: block;
	padding: 4px 7px 3px 8px;
/*
	border-bottom: 1px solid #33b1e7;
 * */
	text-transform: uppercase;
	background-color: #FFF;
    color: black;
    font-weight:bold;
	text-decoration: none;
/*
	font-size: 11px;	
 * */
}
a.mainmenu_subitem:link, a.mainmenu_subitem:visited{
	display: block;
	padding: 4px 4px 4px 16px;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
/*
	font-size: 11px;
 * */
}

.mainmenu_item_active_subnode{
    font-weight: bold;
}

.mainmenu_normal a.mainmenu_item:active, .mainmenu_normal a.mainmenu_item:hover, .mainmenu_normal a.mainmenu_subitem:active, .mainmenu_normal a.mainmenu_subitem:hover, .mainmenu_normal a.mainmenu_item_active{
	background-color: #cbdf86;
	color: #000;	
}
.mainmenu_nieuws a.mainmenu_item:active, .mainmenu_nieuws a.mainmenu_item:hover, .mainmenu_nieuws a.mainmenu_subitem:active, .mainmenu_nieuws a.mainmenu_subitem:hover, .mainmenu_nieuws a.mainmenu_item_active{
	background-color: #99d2e8;
	color: #000;
}
.mainmenu_entertainment a.mainmenu_item:active, .mainmenu_entertainment a.mainmenu_item:hover, .mainmenu_entertainment a.mainmenu_subitem:active, .mainmenu_entertainment a.mainmenu_subitem:hover, .mainmenu_entertainment a.mainmenu_item_active{
	background-color: #cb33e7;
	background-color: #d398ff;
	color: #000;
}
.mainmenu_review a.mainmenu_item:active, .mainmenu_review a.mainmenu_item:hover, .mainmenu_review a.mainmenu_subitem:active, .mainmenu_review a.mainmenu_subitem:hover, .mainmenu_review a.mainmenu_item_active{
	background-color: #fcbf77;
	color: #000;
}
.mainmenu_werk a.mainmenu_item:active, .mainmenu_werk a.mainmenu_item:hover, .mainmenu_werk a.mainmenu_subitem:active, .mainmenu_werk a.mainmenu_subitem:hover, .mainmenu_werk a.mainmenu_item_active{
	background-color: #fb8686;
	color: #000;
}
.mainmenu_foto a.mainmenu_item:active, .mainmenu_foto a.mainmenu_item:hover, .mainmenu_foto a.mainmenu_subitem:active, .mainmenu_foto a.mainmenu_subitem:hover, .mainmenu_foto a.mainmenu_item_active{
	background-color: #eb1b11;
	color: #000;
}


#content {
	float: left;
	width: 436px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
    margin-right:6px;
    padding: 8px 0px 8px 8px; 

    background:white;
    border:1px solid #ddd;
}


.content_block {
	color: #000;
	clear: both;
    padding: 0px 8px 0px 0px;

}
.content_block a, content_block a:visited, content_block a:hover, content_block a:link{ 
    text-decoration: none;
    color: #000 !important; /* important, voor IE */
}


.color_block {
	color: #FFF;
	line-height: 14px;
	background-image: url('../img/bg_witrand.gif');
	background-position: bottom right;
}
.blue_block {
	color: #000;
	line-height: 14px;
	background-color: #33b1e7;
	background-color: #99d2e8;
    height:70px;
    margin-bottom:10px;
}
.blue_highlight {
	color: #000;
	line-height: 14px;
	background-color: #33b1e7;
	background-color: #cbdf86;
	margin: 0 9px 0 0;
	width: 136px;
	float: left;
}

.purple_block {
	color: #FFF;
	line-height: 14px;
	background-color: #cb33e7;
	background-color: #d398ff;
    height:70px;
    margin-bottom:10px;
}
.green_block {
	color: #000;
	line-height: 14px;
	background-color: #96e733;
	background-color: #fcbf77;
    height:70px;
    margin-bottom:10px;
}
.orange_block {
	color: #000;
	line-height: 14px;
	background-color: #f7941d;
	background-color: #fb8686;
    height:70px;
    margin-bottom:10px;
}
.red_block {
	color: #FFF;
	line-height: 14px;
	background-color: #eb1b11;
	background-image: url('../img/bg_witrand.gif');
	background-position: bottom right;
    height:70px;
    margin-bottom:10px;
}

.filmdvd_block {
	color: #FFF;
	line-height: 14px;
	background-color: #f680c6;
    height:70px;
    margin-bottom:10px;
}
.muziek_block {
	color: #FFF;
	line-height: 14px;
	background-color: #fff980;
    height:70px;
    margin-bottom:10px;
}
.kennis_block {
	color: #FFF;
	line-height: 14px;
	background-color: #a0d68a;
    height:70px;
    margin-bottom:10px;
}
.games_block {
	color: #FFF;
	line-height: 14px;
	background-color: #e6826d;
    height:70px;
    margin-bottom:10px;
}

.content_padded {
	padding: 2px 20px 2px 10px;	
}
.content_padded_right {
	padding: 2px 20px 2px 10px;	
    text-align: right;
}

#body.content_padded a {
    text-decoration: none;
    color: #000;
}

.content_orb {
    position:relative;
    width:424px;
    top:-22px;
    text-align:right;
}

.links_padded {
	padding: 3px 3px 0px 0px;	
    margin:0px;
    height:60px;
    overflow:hidden;
}
.links_padded h1{
    margin: 5px 0 0 0;
    /*line-height: 0;*/
}

.links_padded a, .links_padded a:hover, .links_padded a:visited, .links_padded a:link{ 
  text-decoration: none;
  color: #FFF !important; /* important voor IE */
  color: #000 !important; /* important voor IE */
}

.links_padded a:hover strong{ 
  text-decoration: underline;
}

.float_left {
	float: left;	
	padding-right: 5px;
}

.content_padded h1 {
	margin: 0;
}
.content_padded h2 {
    font-size:12px;
    font-weight:bold;
}
.relative {
	position: relative;	
}

.transparent_header {
	position: absolute;
	background-image: url('../img/trans_blue.png');
	margin: 0;
	top: -40px;
	width: 435px;
	height: 20px;
	padding: 10px;
	color: #FFF;	
	display: block;
	font-weight: bold;
	margin: 0;
}

.content_minheight {
	position: relative;
	clear: both;
	float: left;
	width: 1px;
	height: 80px;
}
.links_minheight {
	position: relative;
	clear: both;
	float: left;
	width: 0;
	height: 80px;
}
.rotator_minheight {
	position: relative;
	clear: both;
	float: left;
	width: 0;
	height: 170px;
}

/*.tab {
	margin-top: -10px;
}*/

.links_banner {
	background-color: #000;
	margin-right: 2px;
}

.links_banner h3 {
    color: white;
    text-align: center;
}

.orb_link {
	float: right;
	display: block;
	margin-top: -22px;
	margin-right: 3px;
}

#links {
	float: left;
	width: 338px;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.playerding {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-weight: bold;
	background-color: #333;
	background-image: url('../img/bg_footer.gif');
	background-repeat: repeat-x;
	color: #FFF;
	width: 956px;
	height: 16px;
	padding: 10px;	
	text-align: center;
}

a.greenlink:link, a.greenlink:visited {
	text-decoration: none;
    color: #CBDF86;
	padding: 0 6px 0 6px;
	margin: 0;
}
a.greenlink:hover, a.greenlink:active {
	text-decoration: underline;	
}

a.whitelink:link, a.whitelink:visited {
	text-decoration: none;
	color: #FFF;	
	padding: 0 10px 0 10px;
	margin: 0;
}
a.whitelink:hover, a.whitelink:active {
	text-decoration: underline;	
}

.color_header {
	position: absolute;
	margin: 0px;
	top: -40px;
	width: 408px;
	height: 35px;
	padding: 5px 10px 0px 10px;
	color: #333;	
	display: block;
	font-weight: bold;
	margin: 0;
    overflow:hidden;
    background: #fff;
    opacity: .85;
    filter:alpha(opacity=85); /* IE's opacity*/
}
.color_header_small {
	position: absolute;
	margin: 0px;
	top: -30px;
	width: 200px;
	height: 20px;
	padding: 5px;
	color: #333;	
	display: block;
	font-weight: bold;
	margin: 0;
    overflow:hidden;
    background: #fff;
    opacity: .85;
    filter:alpha(opacity=85); /* IE's opacity*/
}
.color_bar {
	clear: both;
	width: 100%;
	text-transform: uppercase;	
	height: 18px;
	padding: 7px 0 5px 0;
	/*margin-bottom: 10px;*/
	line-height: 15px;
}

.color_bar, .color_block, .color_submit {
	background-color: #d398ff;
	background-color: #cbdf86;
}

.color_bar_pager {
  margin-bottom: 1em;
}

.color_bar a:link, .color_bar a:visited{
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	padding: 0 6px 0 6px;
}
.color_bar a.active:link, .color_bar a.active:visited{
	color: #333;
	font-weight: bold;
}
.color_bar a:hover, .color_bar a:active{
	color: #333;	
}

.begin_block {
		background-color: #FFF;
		float: left;
		width: 210px;
		margin: 0 8px 10px 0;
}
.begin_block a{
		text-decoration: none;
		cursor: pointer;
}

.text_block {
	color: #333;
	padding: 0 20px 0 10px;	
	margin: 0;
}
.text_block h1 {
	color: #99d2e8;
    margin: 0px;
    padding: 0px 0px 6px 0px;
    font-weight:bold;
}

input {
    font-size: 100%;
}

select {
    font-size: 100%;
}

#game_div {
    margin-bottom: 30px;
}

.right_tops {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
	color: #fff;
	background-color: #000;
	font-size: 19px;
}
.right_tops_link {
	float: right; 
	width: 280px; 
	text-align: left;
	padding-top:3px;
}

.right_tops_link a {
	text-decoration: none;
}

.right_tops_link a:hover {
	text-decoration: underline;
	color: #000;
}

.right_tops_img {
	float: left;
	padding-bottom: 2px;
}

.right_tops_react {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #000;
}

.right_tops_react a {
	text-decoration: none;
}

.right_tops_react a:hover {
	text-decoration: underline;
	color: #000;
}

.reacties {
    background-color: lightblue;
    margin-top:10px;
}
.reacties li {
    padding: 4px 7px 3px 8px;
}

.poll {
    background-color: #f680c6;
    margin-top:10px;
}
.poll img {
    padding:5px;
}

.right {
    font-style: italic;
    display: block;
    float: right;
    text-align: right;
}
.clear {
    display: block;
    clear: both;
}
