/*CSS door Norbert de Langen van Mediaconnexion BV*/
/*Copyright 2006 | All rights reserved*/
body{
text-align:left;
background: #000;
margin: 0;
padding: 0;
height: 100%;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-DarkShadow-Color: #000000;
border-width: 0;
border-collapse: collapse;
border-style: none;
font-weight: normal;
line-height: 20px;
display: block;
clear: right;
}
#container{
width:*;
float:left;
padding-left:20;
margin-left:0px;
margin-top:20px;
padding-right:270px;
}
#menu{
float:left;
margin-top:10px;
height:100%;
min-height:100%;
width:220px;
}
#content{
margin-top:10px;
}
body, td, tr {
font-family: Verdana; 
font-size:10pt; 
line-height: 20px;
color:#FFFFFF;		/* Standaard Tekstkleur */
text-decoration: none; 			
padding-top:0px;
margin-top:0px;
}
p {
padding-top:0px;
margin-top:0px;
padding-bottom:10px;
margin-bottom:0px;
}
img{ 
/* Zorgt ervoor dat plaatjes met een link geen blauwe rand krijgen */
border:0px;
}
.hr{
/* horizontale lijn tussen items */
height:1px;
color:#ffffff;
background-color:#ffffff;
margin:0px;			/* IE fix */
padding:0px;		/* IE fix */
line-height:0px;	/* IE fix */
font-size:0px;		/* IE fix */
overflow:hidden; 	/* IE fix */
}
.headbg{
background:#FFFFFF;
height:22;
width:100%;
margin:0px;
padding:0px;
}
a:visited, a, a:link, a:active { 
color: #fff; 
font-weight:bold; 
font-family: Verdana; 
line-height: 20px; 
text-decoration: none; 
}
a:hover { 
color: #f00; 
font-weight:bold; 
font-family: Verdana; 
font-size:10pt; 
line-height: 20px; 
text-decoration: none; 
}
.menu1, .menu1:link, .menu1:visited, .menu1:active{ 
/* Menu1 wordt altijd als het eerste horizontale */
color: #000; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
text-decoration: none; 
font-weight: bold;
}
.menu1:hover, .menu1over {
/* Menu 1, maar dan met de muis erover */
color: #f00; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
text-decoration: none; 
font-weight: bold; 
}
.menu2, .menu2:link, .menu2:visited, .menu2active { 
/* Menu 2 is altijd het eerste vertikale menu */
color: #fff; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
text-decoration: none; 
font-weight: bold; 
background-color:#DD0000;
cursor: pointer;
line-height:24px;
}
.menu2:hover, .menu2over {
color: #b4b4b4; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
font-weight: bold; 
background-color:#FF0000;
cursor: pointer;
line-height:24px;
}
.menu3, .menu3:link, .menu3:visited, .menu3:active {
/* Menu 3 is altijd het tweede vertikale menu */
color: #000; 
font-weight:normal; 
font-family: Verdana; 
font-size:10px; 
text-decoration: none; 
background-color:#CCCCCC;
cursor: pointer;
line-height:16px;
}
.menu3over {
color: #F00; 
font-weight:normal; 
font-family: Verdana; 
font-size:10px; 
text-decoration: none; 
background-color:#FFF;
cursor: pointer;
line-height:16px;
}
.bold { 
font-weight: bold; 
}
.titel { 
/* Titels voor items */
font-family: Verdana; 
font-size:12px; 
font-weight: bold; 
color: #fff; 
line-height: 12px; 
text-decoration: none;
margin-bottom:10px;
}
.klein { 
font-size:10px; 
}
.wit { 
font-size:10px; 
color: #ffffff; 
}
.footertext {
/* Wordt gebruikt in hoofdtemplate voor mediaconnexion bv */
color: #000; 
font-size: 9px; 
font-family: Verdana; 
text-decoration: none; 
}
.menubackground{
background-color:#FFFFFF;
width:200px;
}
.menubackground2{
margin-top:30px;
background-color:#000000;
width:200px;
}
.menuoff{
background-color:#DD0000;
}
.menuon{
background-color:#FF0000;
}
.rood {
/* wordt gebruikt voor contactformulier verplichte velden */
font-size:12px;
color:#FF0000;
}
.Lijstachtergrond1{
background: #aaa;
height:24px;
line-height:16px;
}
.Lijstachtergrond2{
background: #bbb;
height:24px;
line-height:16px;
}

.marginright{
margin-right:10px;
}