body {
	background-image:url('/fileadmin/vortec/img/bg.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#F7F7F7;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
		
}
.tekst_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;

}
h1 {font-family: Verdana;
font-size:16px;}
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;

}
.tekst_rood_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #E51700;
	font-weight: bold;

}
.tekst_rood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #E51700;
}
.tekst_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
}
.tekst_klein_rood_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #E51700;
	font-weight: bold;

}
.tekst_klein_rood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #E51700;
}
.tekst_wit_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
}
INPUT {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1;
	border-color: #CCCCCC; 
	border-style: solid; 
}

textarea {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1; 
	border-color: #CCCCCC; 
	border-style: solid; 
}
.checkbox {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #CCCCCC; 
	border-style: solid; 
}
INPUT.button {
	color : #000000;
	cursor: hand;
	text-align: center;
	font-family : Verdana;
	font-size : 10px;
}
.radio {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #CCCCCC; 
	border-style: solid; 
}
.cursor {
	cursor : hand
}
A {
	font-family : Verdana;
	font-size : 11px;
	font-style : bold;
	line-height : 20px;
	color : #0552B2;
	text-decoration : underline;
}

A.2 {
	font-family : Verdana;
	font-size : 10px;
	font-style : bold;
	line-height : 20px;
	color : #0552B2;
	text-decoration : underline;
}

#navlist {
   padding: 1px 0;
   margin-left: 0;
   border-bottom: 1px solid #cccccc;
   font: bold 9px Verdana, sans-serif;
}

#navlist li {
   list-style: none;
   margin: 0;
   display: inline;
}

#navlist li a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 15px;
   font-weight: bold;
   text-transform: none;
   color: #FFFFFF;
   padding: 1px 0.5em;
   margin-left: 1px;
   border: 1px solid #cccccc;
   border-bottom: none;
   background: #092769;
   text-decoration: none;
}


#navlist li a:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 15px;
   font-weight: bold;
   text-transform: none;
   color: #000000;
   background: #eeeeee;
   border-color: #cccccc;
}

#navlist li a#current {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 15px;
   font-weight: bold;
   text-transform: none;
   background: #ffffff;
   color: #000000;
   border-bottom: 1px solid white;
}