/**Layout**/
html{
	height: 100%;
	width:100%;
}
body{
	width:100%;
	height: 100%;
	margin:0px;
	font-family: Trebuchet MS, Arial;
	color:#D0D0D0;
	background-color:#505050;
	background-image:url(../img/body_background.png);
	background-repeat:repeat-x;
}
#outer_page{
	background-image:url(../img/background_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	width:1000px;
	margin:0px auto;
}
#page{
	width:950px;
	margin:0px auto;
	position:relative;
}
#header{
	width:950px;
	height:142px;
	margin:0px;
	background-color:#accbea;
	text-align:left;
}
#header img{
	border:0px;
}
#content{
	font-size:12px;	
	min-height:375px;
	_height:375px;
	background-color:#232323;
	font-family: Trebuchet MS, Arial;
	padding-bottom:5px;
	background-image:url(../img/content_background.gif);
	background-repeat:no-repeat;
}
.content_headline_text{
	font-weight: bold;
	font-size:14px;		
	display: inline;
	color:#ffca39;
}
body.mceContentBody{
	font-size:12px;	
	color:#000000;
	background-color:#FEFEFE;
	background-image:none;
	font-family: Trebuchet MS, Arial;
}

body.mceContentBody td{
	font-size:12px;	
	color:#000000;	
}
#footer{
	border-top:1px solid #999999;	
	font-size:10px;
	font-weight:bold;
	background-color:#accbea;
	padding: 8px 0px;
	color:#232323;
}
#footer p{
	margin:0px;
}

#outer_footer_page{
	background-image:url(../img/background_shadow_bottom.png);
	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%;
	height:auto;
	margin:0px auto;
}
#left_content{
	float:left; 
	width: 290px;
	padding-left:20px;
}
#right_content{
	float:left; 
	width: 640px;
}
#info_layer{
	margin-top:300px;
	text-align:left;
}

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

div.infobox{
	background-color:#FFFFFF;
	position:absolute;
	width:750px;
	overflow:auto;
	font-size:11px;
	visibility:visible;
	padding:5px;
	border:1px solid #FFCC00;
}

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

div.locationrow{
	text-align:left;
	padding:3px 3px 3px 3px;
	font-size:10px;
	color:#FCFCFC;
	font-style:italic;
}
div.locationrow a:link,
div.locationrow a:visited,
div.locationrow a:active{
	font-size:10px;
	color:#FCFCFC;
	font-style:italic;
}
div.locationrow a:hover{
	text-decoration:underline;
}
div.contentrow{
	text-align:left;
	margin:3px 20px 3px 3px;
	/*padding:3px 10px;
	background-image:url(../img/contentrow_background.png);
	border: 1px solid #AAAAAA;*/
}
div.contentrow_border{
	text-align:left;
	padding:3px;
	color:#000000;
	margin:0px 20px 3px 3px;
	border-bottom:1px solid #000000; 
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	background-color:#EEEEEE;
}
div.editorrow,
div.editorrow_dragbar{
	text-align:left;
	padding:3px;
	border:1px solid #000000;
	background-color:#ACCBEA;
	color:#000000;
	margin:3px 20px 0px 3px;
}

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:1px solid #AAAAAA;
	font-size:12px;
	padding:2px;
	background-color:#FFFFFF;
	margin-bottom:3px;
	font-family: Trebuchet MS, Arial;
}
input:focus,
textarea:focus,
select:focus{
	background-color:#f8f9a6;
}
input.radio, input.checkbox{
	background-color:#232323; 
	border: 0px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
#elm1_tbl{
	width:800px;
	height:400px;
}
#menuEditContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	z-index:100;	
}
#menuEditContainer input{
	width:176px;
}
a:link, a:active, a:visited{
	color:#FFCA39;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.editorrow a:link, a.button:link,
div.editorrow a:active, a.button:active,
div.editorrow a:visited, a.button:visited,
div.editorrow_dragbar a:link,
div.editorrow_dragbar a:active,
div.editorrow_dragbar a:visited{
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding:0px 10px;
	font-weight:normal;
	font-size:11px;
	z-index:100;
}
div.editorrow a:hover, 
div.editorrow_dragbar a:hover{
	background-color:#666666;
	color:#FFFFFF;
}

a.button:link,
a.button:active,
a.button:visited{
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding:2px 10px;
	font-weight:normal;
	font-size:11px;
	z-index:100;
}
a.button:hover{
	background-color:#666666;
	color:#FFFFFF;
}
#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:2px;
	text-align:left;
}

div.contentrow_border a:link,
div.contentrow_border a:active,
div.contentrow_border a:visited{
	color:#000000;
}

div.errortext{
	color:#EE0000;
}
.guestbook_pagination{
	border-bottom: 1px solid #FFCA39;
}
.guestbook_row{
	border-bottom: 1px solid #FFCA39;
	padding:10px 0px;
}
.guestbook_row_left{
	float:left;
	width:200px;
}
.guestbook_row_right{
	float:left;
	width:400px;
	padding-left:10px;
}

#search_result .search_clearer{
	clear:both;
}
#contentrow p{
	line-height: 20px;
}
#fullscreenbox .search_pic_container{
	height:340px;	
}
