/***** Globale *****/
html, body, div, img, p, h1, hr, ul, li, form, input, select, textarea { border:0; margin:0; padding:0; }

body {	
	font-weight:normal;
	font-size:15px;
	font-family:times new roman, serif;
	color:#000;
	overflow:auto;
	text-transform:none;
	background:#001b58 url('img/bg.jpg') repeat-x;
	text-align:center;
}

div{ position:relative; background:none; text-align:left; }

img { display:block; float:left; }

a, a:link, a:visited, a:hover, a:active { color:#001B58; text-decoration:none; }
a:hover { color:#001B58; text-decoration:underline; }

hr {
	margin:7px 0px;
	background-color:#001B58; /* Mozilla 1.4 */
	color:#001B58; /* IE 6 */
	border: #001B58; /* Opera 7.11 */
	height: 1px;
}


h1 { 
	font-weight:bold;
	font-size: 18px;
	color:#001B58;
	margin-bottom:15px;
}

.error { color:#ff0000; }
.message { padding:5px; }

ul { list-style:none; margin:12px 5px; margin-bottom:0px; }
ul li { padding-left:15px; background:url('img/li.gif') no-repeat 0px 4px; }

ul.leistungen li { margin:8px 0px; }


div.rahmen {
	width:740px;
	margin:25px auto;
	margin-bottom:0px;
	background:#fff;
	border:2px solid #001B58;
}
	div.oben, div.navi, div.inhalt { margin:2px; margin-bottom:0px; }
		

	div.oben {
		background:#001B58  url('img/bg_oben.gif') no-repeat top right;
		height:89px;
	}
		div.oben img { margin:15px; margin-bottom:0px; }


	div.navi {
		background:#7F8DAB;
		line-height:38px;
		height:38px;
		text-align:center;
	}
	div.navi a, div.navi a:link, div.navi a:visited, div.navi a:hover, div.navi a:active {
		font-size:18px;
		font-weight:normal;
		margin:0 30px;
		padding:0 10px;
	}
	div.navi a:hover, div.navi #akt { font-weight:normal; text-decoration:none; color:#BFC6D5; }
	

	div.inhalt {
		background:#BFC6D5;
		height:338px;
		margin-bottom:2px;
	}
		div.inhalt div.marge {
			padding:15px;
		}
	
	div.inhalt div.thumbs {
		position:absolute; 
		top:70px; 
		right:20px;
		border:2px solid #001B58;
		width:335px;
		height:200px;
		padding:0px;
		}

	div.inhalt div.thumbs div { 
		float:left; 
		width:70px; 
		padding-left:11px;
		margin-top:11px;
		margin-bottom:0px;
		margin-right:0px;
		font-size:11px;
		text-align:center;
		line-height:10px;
		height:89px;
	}
	div.inhalt div.thumbs div img { margin-bottom:1px;} 

	div.unten {
		position:absolute;
		bottom:-25px;
		right:5px;
		height:20px;
		color:#fff;
		text-align:right;
		font-size:12px;
	}
	
td { 
	font:normal 15px times new roman, times, serif;
	line-height:auto; 
}

input, textarea {
	font:normal 15px times new roman, times, serif;
	color:#000;
	border:1px solid #001B58;
	width:250px;
	height:17px; 
	background-color:#fff;
	padding:1px 2px;

}
input.submit {height:20px; width:125px; float:right; }
textarea { height:60px; }