

body {
	font-size : 11px;
	font-family: verdana;
	color: #000000;
}

td {
	font-size : 11px;
	font-family: verdana;
	color: #000000;
}

textarea
{
	font-family : Verdana;
	font-size : 11px;
}

select
{
	background-color:#ffffff;
	border-width:1;
	border-color:#000000;
	font-size: 11px;
	font-family: Verdana;
}

input.text
{
	background-color:#ffffff;
	
	font-size: 11px;
	font-family: Verdana;
}

a:link,a:active,a:visited{
	font-size : 11px;
	font-family: Verdana;
	color : #030EA4;
	font-weight : normal;
	text-decoration : underline;
}
a:hover{
	font-size : 11px;
	font-family: Verdana;
	color : #030EA4;
	font-weight : normal;
	text-decoration : none;
}


li {
	font-size: 11px;
	font-family: verdana;
	color: #000000;
	list-style-type: disc;
}




span.bold{
	font-size : 11px;
	font-family: verdana;
	color: #000000;
	font-weight : bold;
}

span.kop{
	font-size : 20px;
	font-family: arial;
	color: #EF100A;
	font-weight : bold;
}

span.field{
	font-size : 11px;
	font-family: verdana;
	color: #595959;
	font-weight : normal;
}
	
span.wit{
	font-size : 11px;
	font-family: verdana;
	color: #FFFFFF;
	font-weight : normal;
}





a.topmenu:link,a.topmenu:active,a.topmenu:visited{
	font-size : 11px;
	font-family: Verdana;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
a.topmenu:hover{
	font-size : 11px;
	font-family: Verdana;
	color : #AAAAAA;
	text-decoration : none;
	font-weight : bold;
}

a.submenu:link,a.submenu:active,a.submenu:visited{
	font-size : 11px;
	font-family: Verdana;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
a.submenu:hover{
	font-size : 11px;
	font-family: Verdana;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
}

a.field:link,a.field:active,a.field:visited{
	font-size : 11px;
	font-family: verdana;
	color: #595959;
	font-weight : normal;
	text-decoration : underline;
}
a.field:hover{
	font-size : 11px;
	font-family: verdana;
	color: #595959;
	font-weight : normal;
	text-decoration : underline;
}







a.catch:link,a.catch:active,a.catch:visited{
	font-size : 11px;
	font-family: Verdana;
	color : #0F48A7;
	font-weight : normal;
	text-decoration : underline;
}

a.catch:hover{
	font-size : 11px;
	font-family: Verdana;
	color : #0F48A7;
	font-weight : normal;
	text-decoration : none;
}



table.kalender
{
	margin-top: 3px;
	font-family : Verdana;
	font-size : 10px;	
}
td.kalender
{
	width: 30px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	text-align: center;
}
td.kalender a:active, td.kalender a:link, td.kalender a:visited  {
	font-family:verdana;
	font-size:10px;
	color: #030EA4;
	text-decoration:none;
}
td.kalender a:hover {
	font-family:verdana;
	font-size:10px;
	color: #777777;
	text-decoration:none;
}

td.kalenderkop
{
	background-color : Black;
	color : White;
	text-align: center;
}
			  

table.kal
{
	margin-top: 3px;
	font-family : Verdana;
	font-size : 10px;	
}
td.kal
{
	width: 20px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	text-align: center;
	font-size:10px;	
}
td.kal a:active, td.kal a:link, td.kal a:visited  {
	font-family:verdana;
	font-size:10px;
	color: #030EA4;
	text-decoration:none;
}
td.kal a:hover {
	font-family:verdana;
	font-size:10px;
	color: #777777;
	text-decoration:none;
}

td.kalkop
{
	background-color : Black;
	color : White;
	text-align: center;
}

div.alert{
	border:1px solid #ff0000;
	color:#ff0000;
	width:550px;	
}
div.alert div.kop{
	background:#ff0000;
	color:#ffffff;
	padding: 3px 10px 3px 10px;
	margin: 0 0 0 0;
}
div.alert div.body{
	color:#ff0000;
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 10px;	
	
}