img {
	border: 0px;
}
#header
{
	background: url(../images/header.png) no-repeat;
	background-color: transparent;
	height: 116px;	
	width: 840px;
	text-align: center;
}
#head
{
	width: 100%;
	height: 100%;
	position: relative;
}
#header_h1
{
	position: relative;
	font-size: 29px;
	font-style: italic;
	top: 30px;
	font-weight: bold;
	width: 90px;
	background-color: transparent;
}
#header_h2
{
	position: relative;
	width: 550px;
	font-size: 25px;
	left: 205px;
	top: 35px;
	font-weight: bold;
	background-color: transparent;
}
#header_h3
{
	position: relative;
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	left: -50px;
	top: 65px;
}

#header_h4
{
	position: relative;
	width: 100px;
	font-size: 15px;
	font-weight: bold;
	right: 0px;
	top: 55px;
}
#admin_online
{
	color: #008000;
	font-weight: bold;
	width:100%;
	background-color: #fff;
	padding: 5px;
	margin-top: -15px;
}
#no_admin_online
{
	color: #f00;
	font-weight: lighter;
	width:100%;
	background-color: #fff;
	padding: 5px;
	margin-top: -15px;
}
#main
{
	position: relative;
	width: 840px;
	height: 100%;
	background: transparent;
	background-color: transparent;
}
#body_right
{
	float: right;
	width: 155px;
	min-height: 300px;
	background-color: #EC8079;
	margin-bottom: 20px;
	margin-top: 40px;
}
#body_middle
{
	margin: 0px 180px 0px 170px;
	height: auto;
	background-color: transparent;
	margin-bottom: 20px;
}
#meldung
{
	background: #E34E42;
	font-weight: bold;
}
#body_left
{
	float: left;
	width: 160px;
	min-height: 200px;
	background-color: transparent;
	margin-bottom: 20px;
	margin-top: 30px;
}
#footer
{
	padding-top: 10px;
	clear: both;
	width: 840px;
	height: 30px;
	background-color: transparent;
	border-top: 1px solid #E34E42;
	text-align: center;
}
#navi li {
	list-style-position: inside;
	padding-top: 10px;
	text-align: center;


}
#inhalt {
	padding-top: 50px;
	padding-left: 15px;
}
#navi {
	list-style-type: none;
}
#navi li a{
	display: block;
	background: url(../images/bg_button.jpg) repeat-x;
	width: 160px;
	height: 28px;
	border: 1px solid #E34E42;
	color: #333;

}
.navitrenner{
	text-align:center;
	text-decoration:underline;
	margin-top: 20px;
}
#termin_heading {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}
.clearer{
	clear: both;
}
/*############Termine########################*/
.termine{
	width: 100%;
	background: #E34E42;
}
.termin_head {
	width: 100%;
	padding:3px;
}
.termin_body {
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
	padding: 5px;
	background: transparent;
}
.platz {
	width: 100%;
	background: transparent;
	height: 20px;

}
.bemerkung{
	float: right;
	padding-right: 10px;
}

/*#############GÄSTEBUCH###################*/
.gb_label{
	font-size: 12px;

}
.gb_input{

}
.gb_area{

}
.gb_eintrag{
	border: 1px solid silver;
	padding: 5px;
}
.gb_title{
	font-size: 12px;
}
.gb_nachricht{
	font-size: 14px;
	font-weight: bold;
}
.gb_kommentar{
	font-size: 12px;
	font-style: italic;
}
#info{
	padding-bottom: 20px;
}


/*###############Galerie######################*/
.thumbs{
border: 1px solid #EC8079;
margin: 0px 0px 5px 5px;
width: 80px;
height: 80px;
float: left;
text-align: center;

}
#gal_bild{
	margin: 0px 0px 15px 0px;
	}
#gal_bild img{
		border: 2px solid #EC8079;
}
#galerie{
	width: 450px;
}
#img_prev, #first{
}
#next_img, #last{

}
/*---------------Kommentare-------------*/
.kommentar_eintrag{
	border: 1.5px solid #EC8079;
	width: 450px;
	margin: 15px 0px 0px 0px;
}
.kommentar_head{
	border: 1px solid  #EC8079;
	padding: 2.5px 5px;
	font-size: 0.8em;
}
.kommentar_name{
	
}
.kommentar_datum{
	text-align: right;
}
.kommentar_body{
	border: 1px solid  #EC8079;
	padding: 7px 2.5px 15px 5px;
}
.kommentar_text{
	font-size: 0.9em;
	overflow: auto;
	white-space: normal;
	}


/*-------------------*/
/*#############KALENDER####################*/
/* caption determines the style of
   the month/year banner above the calendar. */

caption
     {
     font-family:arial,helvetica;
     font-size:11px;
     color: black;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,
   acting as the default unless later overruled. */

.calendar
     {
     font-family:arial,helvetica;
     font-size:11px;
     color: white;
     background-color: #c0c0c0;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header
     {
     background-color: #996633;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day
     {
     background-color: #808080;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday
     {
     background-color: #8080ff;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }
#info
	{
	font-size: 0.7em;
	}

.ausschreibung
	{
	border-left: 5px solid #c0c0c0;
	margin-left: 10px;
	}
