@charset "utf-8";
/* CSS Document */
html, body{
	height: 100%;
	background-color: #7fb8d9;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

* html{
	height: 100%;
}

#container{
	min-height: 100%;
	width: 820px;
	background-color: #ffffff;
	margin: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

* html #container{
	height: 100%;
}

#leftbox{
	width: 210px;
	height: 600px;
	float: left;
	padding: 15px 0px 0px 25px;
	background-image: url(../images/leftbox.png);
	background-position: 25px 14px;
	background-repeat: no-repeat;
}

#rightbox{
	width: 580px;
	min-height: 400px;
	float: right;
	margin: 15px 0px 0px 0px;
}

* html #rightbox{
	height: 400px;
}

#navigation{
	width: 555px;
	height: 85px;
	background-image: url(../images/navi.gif);
}

#flashdiv{
	width: 555px;
	height: 340px;
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
	/*background-image: url(../images/flashdiv.jpg);*/
}

#content{
	width: 555px;
	min-height: 400px;
	background-color: #e0e0e0;
	margin: 15px 0px 0px 0px;
}

* html #content{
	height: 400px;
}

#maincontent{
	width: 500px;
	min-height: 200px;
	margin: 0px 0px 0px 30px;
}

* html #maincontent{
	height: 200px;
}

#maincontent_left{
	width: 322px;
	min-height: 200px;
	float: left;
}

#maincontent_left ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}


* html #maincontent_left{
	height: 200px;
}

#maincontent_right{
	width: 178px;
	min-height: 200px;
	float: right;
}

* html #maincontent_right{
	height: 200px;
}

#footer{
	width: 555px;
	height: 15px;
	margin: 12px 0px 15px 0px;
	font-size: 10px;
}

#footer a, #footer a:active, #footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.headers_news{
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 30px 0px;
	padding: 0px;
	color: #d13529;
}

.headers{
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	color: #d13529;
}

.headers_big{
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	color: #d13529;
}

.datum{
	font-size: 10px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.content_txt{
	width: 300px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

p{
	width: 300px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

.content_txt_big{
	width: 500px;
	line-height: 16px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.content_tbl{
	width: 300px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

.content_tbl h3{
	width: 150px;
}

img{
	border: 0px;
}

* html img{
	behavior: url(png/iepngfix.htc);
}

a.more, a.more:active, a.more:visited{
	color: #0071b3;
	text-decoration: underline;
	font-weight: bold;
}

a.more:hover{
	text-decoration: none;
}

input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #a1a0a0;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #a1a0a0;
	overflow: auto;
}

#anfahrt{
	width: 170px;
	min-height: 200px;
	border: 1px solid #ffffff;
	background-color: #bebdbd;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 20px;
}

#anfahrt h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
}

* html #anfrahrt{
	height: 200px;
}

#kontakt_box{
	width: 170px;
	min-height: 100px;
	border: 1px solid #ffffff;
	background-color: #bebdbd;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 20px;
}

#kontakt_box h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
}

* html #kontakt_box{
	height: 100px;
}