html {
	height: 100%;
}

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}

#body_all {
	width: 980px;
	height: 100%;
}

*html #body_all {
	width: 980px;
}



#header {
	width: 980px;
	height: 125px;
}

*html #header {
	height: 125px;
}


#header_vorstand {
	width: 980px;
	height: 125px;
}

*html #header_vorstand {
	height: 125px;
}

#content_all {
	width: 980px;
	background-color: #fff;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-y;
	background-position: left top;
		
}

*html #content_all {
	height: 500px;
	background-color: #fff;
}

#menu_box {
	width: 300px;
	float: left;
	background-color: #bcd2eb;
}

*html #menu_box {
}

#menu {
	border-bottom: 2px solid white;
}

#left {
	padding: 50px 20px 0px 20px;
}

/* level 1 */
.menu1-level1-no {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 0px solid white;
	border-top: 2px solid white;	
	padding: 4px 0px 4px 20px;
}

.menu1-level1-act {
	color: #000;
	background-color: #00589C;
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid white;	
	border-bottom: 0px solid bcd2eb;
	padding: 4px 0px 4px 20px;
}

.menu1-level1-no a:link {
	color: #000;
	text-decoration: none;
}

.menu1-level1-no a:visited {
	color: #000;
	text-decoration: none;
}

.menu1-level1-no a:hover {
	color: #00589C;
	text-decoration: underline;
}

.menu1-level1-act a:link {
	color: #fff;
	text-decoration: none;
}

.menu1-level1-act a:visited {
	color: #fff;
	text-decoration: none;
}

.menu1-level1-act a:hover {
	color: #fff;
	text-decoration: underline;
}


/* level 2 */
.menu1-level2-no {
	color: #000;
	background-color: #89b5dd;
	font-size: 14px;
	padding: 4px 0px 4px 30px;
	text-transform: none;
	border-bottom: 0px solid #bcd2eb;
	border-top: 1px solid #bcd2eb;		
}

.menu1-level2-act {
	color: #fff;
	font-size: 14px;
	background-color: #89b5dd;	
	padding: 4px 0px 4px 30px;
	text-transform: none;
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #bcd2eb;
	text-decoration: underline;
	font-weight: bold;		
}

.menu1-level2-no a:link {
	color: #000;
	text-decoration: none;
}

.menu1-level2-no a:visited {
	color: #000;
}

.menu1-level2-no a:hover {
	color: #fff;
	text-decoration: underline;
}

.menu1-level2-act a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;

}

.menu1-level2-act a:visited {
	color: #fff;
	text-decoration: none;
	
}

.menu1-level2-act a:hover {
	color: #fff;
	text-decoration: underline;
}


/* level 3 */
.menu1-level3-no {
	color: #fff;
	padding: 2px 0px 2px 30px;
	font-size: 14px;
	background-color: #bcd2eb;	
	border-top: 1px solid #bcd2eb;
}

.menu1-level3-act {
	color: #000;
	padding: 2px 0px 2px 30px;
	font-size: 14px;
	background-color: #bcd2eb;
	border-top: 1px solid #bcd2eb;
}

.menu1-level3-no a:link {
	color: #000;
	text-decoration: none;
}

.menu1-level3-no a:visited {
	color: #000;
	text-decoration: none;	
}

.menu1-level3-no a:hover {
	color: #000;
	text-decoration: underline;
}

.menu1-level3-act a:link {
	color: #fff;
}

.menu1-level3-act a:visited {
	color: #fff;
}

.menu1-level3-act a:hover {
	color: #fff;
	text-decoration: underline;
}

/* content */
#content {
	width: 640px;
	min-height: 450px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	padding: 25px 20px 30px 20px;
}

*html #content {
	width: 640px;
	height: 450px;
}

#logo {
	width: 300px;
	height: 125px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#keyvisual {
	width: 680px;
	height: 125px;
	float: left;
	overflow: hidden;
}

#keyvisual_vorstand {
	width: 680px;
	height: 125px;
	float: left;
	overflow: hidden;
}


#access {
	width: 950px;
	height: 18px;
	background-color: #00589C;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-top: 7px;	
}

#access p {
	text-align: right;
	margin-right: 30px;
	font-weight: bold;
	color: #fff;
}

#access a {
	text-align: right;
	margin-left: 25px;
	font-weight: bold;
	color: #fff;
}


#access a.pipa {
	text-align: right;
	margin-left: 5px;
	font-weight: bold;
	color: #fff;
}

#meta {
	width: 180px;
	height: 50px;
	float: left;
	text-align: right;
}

.meta a {
	text-align: right;
	font-size: 10px;
	color: #666;
}

*html #meta a {
	margin-right: 8px;
}

*html #content_termine {
	width: 610px;
	height: 400px;
}

#right {
	width: 200px;
	/*min-height: 400px;	*/
	background-color: #999;
	float: left;
}

*html #right {
	height: 400px;
}

#clearer {
	clear: both;
}


#searchbox {
	height: 22px;
	width: 190px;
	background-color:#999;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
}

*html #searchbox {
	width: 200px;
	height: 30px;
}

.macina_searchbox {
	width: 108px; 
	font-size:12px;
}

*html .macina_searchbox {
	width: 108px;
}


#footerbox {
	height: 100%;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-y;
	background-position: left top;
		
}

#footer_left {
	width: 300px;
	height: 20%;
	float: left;

}

#footer {
	width: 680px;
	height: 250px;
	text-align: left;
	float: left;
	color: #000;
	border-top: 1px solid #666;
	background-color: #ffffff;
}

*html #footer {
}

#footer a {
	color: #666;
}

.print {
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	width: 320px;
	float: left;
}	

.top {
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;	
	width: 320px;
	float: left;
}

#news_float_box {
	width: 100%;
}

#image_detail {
	float: left;
}

#image_detail img {
	padding-right: 15px;
}

#content_detail {

}

.clearer {
	clear: both;
}

.news-list-morelink {
	text-align: right;
}

.news-single-imgcaption {
	margin-bottom: 30px;
	width: 95%;
}
