@charset "utf-8";
/* CSS Document */

*{
	
	margin: 0;
	padding: 0;
	
}
div{
	border: 0;	
	
}
body, html{
	height: 100%;
}

body {
	background-color: #336699;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

h1{
	font-size: 14px;
	margin: 0 0 10px 0;	
	padding: 0;
}
h2{
	font-size: 12px;
	margin: 0;
	padding: 0;	
}

#wrapper{
	background: #000 url(../images/layout/wrapper_bg.jpg) no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	
}

#header{
	height: 200px;	
}

#topbar{
	position: relative;
	top: 10px;
	height: 30px;
	background: transparent url(../images/layout/topbar_bg.png) no-repeat;
	padding: 0 10px 0 10px;
}
#topbar_left{
	width: 100px;
	float: left;	
}
#topbar_right{
	text-align: left;
}
#container{
	padding: 10px;
	background-color: #000;
	background: #000 url(../images/layout/container_bg.jpg) no-repeat;
}

#left{
	/*background-color: blue;*/
	float: left;
	width: 180px;
	/*margin: 0 10px;*/
}
#main{
	/*background-color: green;*/
	margin: 0;
	margin-left: 191px;
	padding: 0;
	/*margin-right: 10px;*/
}

#footer{
	background: #000 url(../images/layout/footer_bg.png) no-repeat;
	background-position:6px 0;
	width: 755px;
	clear: both;
	height: 21px;
	margin: 0;
	font-size: 10px;
	padding: 4px 23px 5px 22px;
}

#footer_left{
	float: left;	
	width: 500px;
	
}
#footer_right{
	text-align: right;	
}

#footer a{
	font-size: 10px;	
	color: #fff;
}
#footer a:hover{
	color: #336699;	
}

.clear{
	/*display: none;
	visibility: hidden;*/
	padding: 0;
	margin: 0;
	height: 0;	
}

.mod_article{
	width: 590px;
	margin-bottom: 10px;
}
.maincontent_top{
  height: 9px;
	background: transparent url(../images/layout/maincontent_top.png) no-repeat;	
}
.maincontent_text{
	background: transparent url(../images/layout/maincontent_bg.png) repeat-y;	
	padding: 0 10px;
}
.maincontent_bottom{
	height: 10px;
	background: transparent url(../images/layout/maincontent_bottom.png) no-repeat;	
}

.act_left{
	width: 290px;	
	float:left;
}
.act_right{
	width: 290px;
	margin-left: 300px;
}
.act_top{
	height: 8px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/layout/act_top.png) no-repeat;	
}
.act_text{
	background: transparent url(../images/layout/act_bg.png) repeat-y;	
	/*height: 80px;*/
	padding: 0 10px;
}
.act_bottom{
	height: 10px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/layout/act_bottom.png) no-repeat;	
}

#left .mod_navigation ul{
	list-style:none;
}
#left .mod_navigation li{
	padding-bottom: 2px;	
}
#left .mod_navigation li, a{
	list-style:none;
	font-size: 14px;
	color: #336699;	
	text-decoration: none;
}
#left .mod_navigation a:hover, .active, .trail{
	color: #fff;	
}

#left .mod_navigation ul.level_2{
	list-style:none;
	margin-left: 15px;
}

#left .mod_navigation ul.level_2 a{
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
}

#left .mod_navigation ul.level_2 .active{
	font-size: 11px;
	color: #fff;
	padding: 1px 0 0 0;
	margin: 0;
}


.mod_sitemap a{
	font-size: 10px;
}
.mod_sitemap a:hover{
	color: #fff;
}
.mod_sitemap ul.level_2{
	margin-left: 15px;	
	list-style:none;
}


.image_container_eventteaser{
	float: left;
	padding: 0 10px 0 0;
}
.mod_upcoming_events{
	margin: 0;
	padding: 0;
}

.layout_short_startpage a, .event_startseite a{
	font-size: 10px;
}

.mod_calendar{
	padding: 20px;
}
.mod_calendar a{
	font-size: 10px;
}

.mod_calendar th.label, td.days{
	width: 18px;
	text-align: center;
}
.mod_calendar th.current{
	text-align: center;
}
.mod_calendar th.next{
	text-align: right;
}
.mod_calendar td.days:hover{
	background-color: #999;
}
.mod_calendar td.empty:hover{
	background-color: #000;
}


.ce_text img{
	border: 2px solid #fff;	
}

#main a{
	font-size: 10px;	
}
#main a:hover{
	color: #fff;	
}
p.back{
	margin: 20px 0 0 0;	
	
}

/* EVENT */
.mod_upcoming_events .event{
	padding: 2px 0;	
	clear: both;
}
/*.mod_upcoming_events .event:hover{
 	background-color: #333;
}*/

.mod_eventlist .event{
	padding: 2px 0;	
	clear: both;
}


.event_list_date{
	display: block;
	width: 190px;
	float: left;
}
.event_list_name{
	display: block;
	width: 230px;
	float: left;
}
#eventdetails p.info{
	color: #999;
}

/* NEWS */
#news .layout_full{ margin-bottom: 20px; }
#news .last{ margin-bottom: 0px; }
#news-detail .ce_text{
	margin: 5px 0;	
}
#news-detail p.info{ color: #999; }

/* KONTAKT */
#f1 input.text, input.captcha, input.submit, textarea{
	width: 400px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#f1 input.captcha{
	width: 290px;
	margin-top: 0;
}
#f1 .piccap{
	width: 406px;
	text-align: left;
}

#f1 p.error{ color: #DF0000; }

#f1 label{
	display: block;
	width: 100px;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}
#f1 input.submit{
	width: auto;
}

/* GUESTBOOK */
#f2 input.text, #f2 input.captcha, #f2 input.submit, #f2 textarea{
	width: 400px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#f2 input.captcha{
	width: 290px;
	margin-top: 0;
}
#f2 .piccap{
	width: 406px;
	text-align: left;
}

#f2 p.error{ color: #DF0000; }

#f2 label{
	display: block;
	width: auto;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}
#f2 input.submit{
	width: auto;
}

#gaestebuch .comment_default{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;	
}
#gaestebuch p.info{ color: #999; }

/* GALLERY */
#gallerie .image_container{
	width: 160px;
	float: left;
}
#gallerie .info{ color: #999; }
#gallerie .description{ 
	color: #fff;
	margin: 5px 0 10px 0;
}
#image-list .info{ color: #999; }
#image-list .description{ 
	color: #fff;
	margin: 5px 0 10px 0;
}

/* LINKS */
.mod_linklist .picture{
	width: 160px;
	height: 90px;
	float: left;
}
.mod_linklist .description{ color: #999; }

/* PAGINATION */
div.pagination{
	margin: 10px 0 0 0;	

}
#main .pagination li{
	display: inline;
	padding: 0 1px
}
#main .pagination a.last, #main .pagination a.next, #main .pagination a.first, #main .pagination a.previous{
	font-weight: bold;
	font-size: 14px;
}
#main .pagination a, #main span.current{
	font-size: 10px;
	font-weight: bold;
}

.ib_facebook_share{
	width: 188px;
	float: left;
}


