/**Layout**/
*{
	padding:0px;
	margin:0px;
}

html{
	height: 100%;
	width:100%;
}
body{
	width:100%;
	height: 100%;
	margin:0px;
	font-family: "Times New Roman";
	background-color:#b0bcad;
	background-image:url(../img/body_background.png);
	background-repeat:repeat-x;
	background-position: center top;
	color: #0a210b;
}
#center_page{	
	width:910px;
	margin:0px auto;
	position:relative;
}
#page_shadow{	
	background-image:url(../img/page_shadow.png);
	background-position:center;
	background-repeat: repeat-y;
}
#page{	
	width:900px;
	margin:0px 5px;
}
#header{
	height:250px;
	margin:0px;
	text-align:left;
	background-image: url("../img/banner.jpg");
}
#footer a.login{
	background:none repeat scroll 0 0 transparent;
	bottom:0;
	display:block;
	height:10px;
	left:10px;
	position:absolute;
	width:20px;
}
#header a.home{
	display:block;
	height:250px;
	width:900px;
}
#content{
	font-size:14px;
	min-height:300px;
	_height:300px;
	text-align:left;
	padding:35px 60px 20px;
	background-color: #FFFFFF;
}
#content ul{
	margin-left:30px
}
.messagebox{
	background:url("../img/body_background.png") repeat scroll 0 0 transparent;
	border:1px solid;
	color:#FFFFFF;
	font-size:14px;
	padding:15px;
	text-align:center;
}
#content p{
	margin:0px;
	padding:0px;
}
.content_headline_text{
	font-weight: bold;
	font-size:14px;		
	display: inline;
	color:#26241e;
	display:none;
}
body.mceContentBody{
	font-size:12px;	
	color:#000000;
	background-color:#ffffff;
	background-image:none;
	font-family: "Times New Roman";
}

body.mceContentBody td{
	font-size:14px;	
	color:#000000;	
}
#footer{
	background-image:url("../img/footer_background.png");
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	height:27px;
	padding-top:13px;
	text-align:left;
	text-transform:uppercase;
	width:910px;
	margin-bottom:20px;
}
#inner_footer{
	position:relative;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer p{
	margin:0px;
}


/**Allgemeines Layout**/
div.infobox{
	background-color:#FFFFFF;
	position:absolute;
	width:750px;
	overflow:auto;
	font-size:11px;
	visibility:visible;
	padding:5px;
	border:1px solid #FFCC00;
}
h1{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 10px 0;
}

div.headline
{
	height:75px;
	padding-top:20px;
	margin-bottom:20px;
}

div.headline h1{
	color:#132367;
	font-size:24px;
	font-weight:bold;
	margin:0;
	text-align:left;
}
div.headline h2{
	color:#525873;
	font-size:14px;
	font-weight:bold;
	margin:0;
	text-align:left;
	text-transform:uppercase;
}

div.footer_container{
	float:left;
	width:250px;
	padding-left:12px;
}
div.footer_container h1{
	text-align:left;
	text-transform:none;
	color: #868686;
	font-weight: normal;
	font-size:22px;
	margin:10px 0 0;
}

div.footer_container h1 strong{
	color: #575757;
}

.newsoverview_date, .news_date{
	font-weight: bold;
	border-bottom: 1px dotted #BEC5E1;
	margin-bottom:10px;
}

.newsoverview_link{
	text-align:right;
}

.news_overview_row{
	margin-bottom:15px;
}

.news_shorttext{
	font-weight:bold;
	margin-bottom:20px;
}
.news_text{
	margin-bottom:20px;
}

ul#sitemap{
	margin-left: 40px;
}
ul#sitemap ul{
	margin-left: 40px;
}
a img{
	border: 0px;
}

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

div.locationrow{
	text-align:left;
	padding:6px 6px;
	font-size:13px;
	color:#FCFCFC;
	text-transform:uppercase;
	background-image:url(../img/location_background.jpg);
}
div.locationrow a:link,
div.locationrow a:visited,
div.locationrow a:active{
	color:#FCFCFC;
}
div.locationrow a:hover{
	text-decoration:underline;
}
div.contentrow{
	text-align:left;
}
div.contentrow p{
	margin: 0 0 15px 0;
}
div.contentrow_border{
	text-align:left;
	padding:3px;
	color:#000000;
	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;
}

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:#ffffff; 
	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;
}
#content a:link, #content a:active, #content a:visited{
	color:#148719;
	text-decoration:none;
}
#content 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 0px 30px 0px;
}
#contentrow_contact{
	margin-top:30px;
}
#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_form{
  margin-top:30px;
}
.guestbook_pagination{
	border-bottom: 1px solid #0A210B;
}
.guestbook_row{
	border-bottom: 1px solid #0A210B;
	padding:10px 0px;
}
.guestbook_row_left{
	float:left;
	width:300px;
}
.guestbook_row_right{
	float:left;
	width:420px;
	padding-left:10px;
}

#shadowbox img{
	border:0px;
}

.sortable{
	list-style-type: none;
}

#kirmes_2011{
    background: url("../img/kirmes_2011_15_bis_18_september_gruen.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 495px;
    position: absolute;
    top: 145px;
    width: 460px;
    z-index: 201;
}
#kirmes_2012{
    background: url("../img/kirmes_2012_13_bis_16_september_gruen.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 495px;
    position: absolute;
    top: 145px;
    width: 460px;
    z-index: 201;
}

.page_pressemitteilungen .content_gallery{
	text-align:left !important;
}
.page_pressemitteilungen .content_gallery img{
	border: 1px solid #000000;
}

