body {
	font-family: Arial;
	font-size:12px;
	margin:0px;
}

div#startseite{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -225px;
	width: 800px;
	height: 450px;
}

img#startlogo{
	margin-bottom: 50px;
}

div#startseite h1{
	color: #005495;
	font-family: Arial;
	font-size: 13px;
}

div#folgeseite{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;

	font-family: Arial;
	font-size: 12px;
	color: #4b4b4d;
}

	div#folgeseite a{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		color: #3376AB;
	}
	
	div#folgeseite a:hover{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		color: #3376AB;
	}

div#text_menue{
	text-align: right;
	width: 800px;
	height:30px;
	font-size: 10px;
	margin-top: 5px;
}

	div#text_menue a{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #3376AB;
	}
	
	div#text_menue a:hover{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		color: #3376AB;
	}

div#folge_logo{
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: center;
	height: 120px;
	width: 800px;
}
div#navi{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 150px;
}
div#bildkasten{
	position: absolute;
	top: 150px;
	left: 155px;
	
	height: 150px;
	width: 490px;
	
	background-color: #3376AB;
	background-image:url(images/top_blau.gif); background-repeat:no-repeat;
}

div#bildkasten td{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

div#bildkasten h3{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}

div#content {
	position: absolute;
	top: 305px;
	left: 155px;
	width: 490px;
	line-height:1.8em;
	background-image:url(images/ecke_hg.gif); background-repeat:no-repeat;
	background-color: #EBECEE;
}

	div#content h1{
		font-size: 12px;
		font-weight: bold;
		color: #3376AB;
		
		margin-top: 0px;
		margin-bottom: 10px;
	}

	div#content td{
		font-family: Arial;
		font-size: 12px;
		color: #4b4b4d;
	}
	
	div#content div{
		padding: 10px;
	}
	
div#news_presse{
	position: absolute;
	top: 150px;
	left: 650px;
	width: 150px;
	height: 150px;
	background-color: #EBECEE;
	display:none;
}

	div#news_presse div{
		padding-left: 19px;
		padding-top: 5px;
		
		font-family: Arial;
		font-size: 12px;
	}
	
	div#news_presse b{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
	}

	div#news_presse a{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #3376AB;
	}
	
	div#news_presse a:hover{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		color: #3376AB;
	}
	
	div#news_presse span{
		font-size: 10px;
	}

div#navi_right{
	position: absolute;
	/*top: 305px;*/
	top:150px;
	left: 650px;
	width: 150px;
	background-color: #EBECEE;
}
	div#navi_right div{
		padding-left: 19px;
		padding-top: 5px;
	}

	div#navi_right a{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #3376AB;
	}
	
	div#navi_right a:hover{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		color: #3376AB;
	}
	
/* CLASSES */

h2 {
	font-size: 13px;
	margin-bottom:2px;
}

h4 {
	font-size: 12px;
	color:#005495;
	letter-spacing:2px;
}
h5 {
	font-size: 11px;
	color:#005495;
	letter-spacing:1px;
	margin:0px;
}

ul.navi{
	list-style-type:none;
	margin: 0px;	
	padding-left: 15px;
}

ul.navi li{
	padding-bottom: 10px;
}

.klein { 
	font-size:10px;
	color:#0057a3;
}
.formular { 
	width:200px; 
	height:20px; 
	border:1px solid #C8C8C8;
}
