/**Layout**/
html{
	height: 100%;
	width:100%;
}
body{
	width:100%;
	height: 100%;
	margin:0px;
	font-family: Trebuchet MS, Arial;
	color:#000000;
}
#outer_page{
	background-image:url(../img/background_shadow.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:1000px;
	margin:0px auto;
}
#page{
	width:950px;
	margin:0px auto;
	position:relative;
}
#header{
	width:950px;
	height:96px;
	margin:0px;
	background-image:url(../img/banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#content{
	border-top:1px solid #999999;
	font-size:12px;	
	min-height:500px;
	_height:500px;
	background-color:#FAFAFA;
	font-family: Trebuchet MS, Arial;
	padding-bottom:5px;
}
#content_headline_text{
	font-weight: bold;
	font-size:12px;	
	display: inline;	
}
body.mceContentBody{
	font-size:12px;	
	background-color:#FEFEFE;
	font-family: Trebuchet MS, Arial;
}
#footer{
	border-top:1px solid #999999;	
	font-size:10px;
	font-weight:bold;
}
#footer p{
	margin:0px;
}

#outer_footer_page{
	background-image:url(../img/background_shadow_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:6px;
	line-height:6px;
	width:1000px;
	margin:0px auto;
}
#powered_by{
	color:#BBBBBB; 
	font-size:10px; 
	text-align:right; 
	padding-right:10px;
	width:950px;
	margin:0px auto;
}
#outer_header_page{
	background-image:url(../img/background_shadow_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:6px;
	line-height:6px;
	width:1000px;
	margin:5px 0px auto;
}
#center_page{
	width:100%;
	margin:0px auto;
}

/**Allgemeines Layout**/
img, #map_canvas{
	border:1px solid #E1B02C;
}

div.infobox{
	background-color:#FFFFFF;
	font-size:11px;
	padding:5px;
	border:1px solid #FFCC00;
	min-height:388px;
	_height:388px;
}

h1{
	font-size:13px;
}

/*NEWS*/
div.news_overview_row, div.news_row{
	padding:10px 0px;
	clear:both;
}
div.newsoverview_date, div.news_date{
	font-weight:bold;
	font-size:13px;
	border-bottom:1px dotted #000000;
	color:#000000;
	margin-bottom:5px;
}
div.news_shorttext{
	font-weight:bold;
	padding-top:10px;
}
div.newsoverview_link a, div.news_link a{
	font-weight:bold;
	background-image:url(../img/b_link.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:18px;
}

/*****************************************************************************************************/
/*****************************************************************************************************/
/*******************************************   C   M   S   *******************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

div.locationrow{
	text-align:left;
	padding:3px;
	font-size:10px;
	color:#666666;
	font-style:italic;
}
div.locationrow a:link,
div.locationrow a:visited,
div.locationrow a:active{
	font-size:10px;
	color:#666666;
	font-style:italic;
}
div.locationrow a:hover{
	text-decoration:underline;
}
div.contentrow{
	text-align:left;
	padding:3px 40px;
}
div.contentrow_border{
	text-align:left;
	padding:3px;
	margin:0px 5px;
	border-bottom:1px solid #000000; 
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	background-color:#EEEEEE;
}
div.boxheadrow{
	text-align:left;
	padding:3px;
	border:1px solid #000000;
	background-color:#000066;
	color:#FFFFFF;
	font-size:9px;
	height:10px;
	line-height:10px;
}
div.boxcontent{
	text-align:left;
	padding:3px;
	border-bottom:1px solid #000000; 
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	background-color:#EEEEEE;
}
span.login{
	float:left;width:100px;font-weight:bold;
}
input,
textarea,
select{
	border:0px;
	border-bottom:1px solid #000000;
	font-size:12px;
	padding:2px;
	background-color:#FFFFEE;
}
input:focus,
textarea:focus,
select:focus{
	background-color:#f8f9a6;
}
#elm1_tbl{
	width:800px;
	height:400px;
}
a:link, a:active, a:visited{
	color:#ff9000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#contentrow_map_form{
	padding:0px 227px;
}
#directions img {
	border:0px;
}
.FormInputLabel {
	float:left;
	font-weight:bold;
	margin-top:2px;
	padding:2px;
	text-align:left;
	width:150px;
}
.FormInput {
	float:left;
	margin-top:2px;
	padding:0px;
	text-align:left;
}

#form{
	width:500px;
}
