@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family:	Verdana;
	font-size:		11px;
	height:			100%;
	left:			0px;
	top:			0px;
	background:		url('../img/bg.gif') repeat-x;
}

.links{
	float: left;
	width:					200px;
	height:					100%;
	cursor:					default;
	background:				#B3C2D5 url('../img/bg_links.gif') repeat-x;
}

.rechts{
	width:					74%;
	float:					left;
}

.titel{
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				24px;
	color:					#24364C;

}

.rechts .titel{
	margin:					20px;
}

.links .titel{
	margin:					20px;
	
}


.rechts .content{
	line-height:			18px;
	font-size:				11px;
	margin:					20px;
}


.content_titel {

	font-size:			14px;
	color:				#445162;
	font-weight:		bold;
}


.menu{
	min-height:				1000px;;
}

.menu .titel{

}

	.menu ul{
		list-style:				none;		
	}

		.menu ul li{
		
		}
		
			.menu ul li a{
				display:			block;
				text-decoration:	none;
				padding:			8px;
				padding-left:		20px;
				font-size:			14px;
				color:				#445162;
				font-weight:		bold;
				background:			url('../img/arrow_dark.gif') no-repeat 5px;
			}
			
			.menu ul li a:hover{
				color:				#B3C2D5;
				background:			#445162 url('../img/arrow_light.gif') no-repeat 5px;
			}
			
			.menu ul li a.selected {
				color:				#B3C2D5;
				background:			#445162 url('../img/arrow_light.gif') no-repeat 5px;
			}
			
			
.sub ul{
	list-style: none;
}

.sub ul li{

}
			
			.sub ul li a{
				display:			block;
				text-decoration:	none;
				padding:			8px;
				padding-left:		30px;
				font-size:			14px;
				color:				#445162;
				font-weight:		normal;
				background:			none;
				
			}
			
			.sub ul li a:hover{
				color:				#B3C2D5;
				background:			#445162 url('../img/arrow_light.gif') no-repeat 20px;
			}
			
			.sub ul li a.selected{
				background:			url('../img/arrow_dark.gif') no-repeat 20px;
				font-weight:		bold;
			}
			
			


.front_img{

	border		:1px solid #445162;
}

.actueel_tabel{
	margin-top:						10px;
	margin-bottom:					20px;
	width:							100%;
}

table.actueel_tabel td {
	padding-top:					4px;
	padding-bottom:					4px;
}

table.actueel_tabel th {
	text-align:						left;
	padding-top:					4px;
	padding-bottom:					4px;
}
