body {
    font-family: Arial, sans-serif;
    font-size: 8.5pt;
    color: #000000;
    line-height: 2em;
    background-color: #000;
	background-image:url(bilder/body_hg.jpg);
	background-repeat:repeat-x;
	margin-top:8px;
}

img { border: 0; }

a { text-decoration: none; }
a:link { color:#e28726; }
a:visited { color:#e28726; }
a:hover { color:#f9b45c; }
a:active { color:#f9b45c; }

h1 {
    font-weight:bold;
    font-size:10pt;
}

#centering {
    width: 994px;
    position: relative;
    margin: auto;
    /*background-color:#e28726;*/
    background: url(bilder/wrapper.gif) repeat-y;
}

#header {
    width: 994px;
    height: 257px;
	background-image:url(bilder/body_hg.jpg);
	background-repeat:repeat-x;
}

#logo_two {
	position:absolute;
	height:67px;
	width:495px;
	left:227px;
	top:255px;
	background:url(bilder/logo2.gif);
	z-index:10;
}

.abstand {
	width:986px;
	height:65px;
	border-left:solid #272a2b 4px;
	border-right:solid #272a2b 4px;
	background:#da731e;
}

#body { position: relative; }

#nav {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    float: left;
    /*width: 161px;*/
    width: 140px;
	margin-top:0px;
    padding-top: 0px;
    padding-left:5px;
}

#wetter {
	margin-top:0px;
	margin-right:-6px;
    width: 149px;
    float: right;
    padding-left: 30px;

}

#buttons {
position:absolute;
top:600px;
right:13px;

}

#wetter a:link { color: #492922; }
#wetter a:visited { color: #492922; }
#wetter a:hover { color: #000000; }
#wetter a:active { color: #f9b45c; }

#main {
    margin-top:10px;
    background-color: #fcf2e7;
    line-height:normal;
    margin-right: 180px;
    margin-left: 161px;
    padding: 20px;
	min-height:400px;
	  height:auto !important;
	  height:400px;

}

#footer {
    color:#ffffff;
    text-align: center;
    width: 994px;
    position: relative;
    background-image: url(bilder/footer_hg.gif);
    background-position:bottom center;
    padding-top:38px;
    background-repeat:no-repeat;
    clear: both;
}

.beitrag_titel {color: #492922}
.beotrag_titel a { text-decoration: none; }
.beitrag_titel a:link { color: #492922; }
.beitrag_titel a:492922 { color: #e28726; }
.beitrag_titel a:hover { color: #f9b45c; }
.beitrag_titel a:492922 { color: #f9b45c; }

/* Navigation */
#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav li {
    background: #f9b45c;
    margin-bottom: 2px;
    /*padding: 3px 5px;*/
}

#nav a {
    padding: 3px 5px;
    text-decoration: none;
}
#nav a:link,
#nav a:hover,
#nav a:visited,
#nav a:active {
    color: black;
}

#nav li li { background: #e28726; }
#nav li li a:link,
#nav li li a:visited,
#nav li li a:hover,
#nav li li a:active {
    color: white;
    font-weight: normal;
}

/* Header & Logo */
#logo {
    margin: 0;
    padding: 0;
}

/* Inhalt */
.page-title { 
    margin: 0 0 20px 0;
    border-bottom: 3px solid #e28726;
	font-family: Impact, Arial;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:5px;
	font-weight:normal;
}

/* Schriften in IE korrigieren */
#main,
#main p,
#main td,
#main th,
#main .post_short font {
    font-size: 8.5pt;
    font-weight: normal;
}

/* Footer */
#footer a {
    color: white;
    text-decoration: underline;
}

/*Gaestebuch*/
table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}

/*Eventkalender*/
.evheader {
	text-align: center;
	margin-bottom: 10px
}
.eventborder {
	border :  solid 1px;
	border-color : #e28726;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #C0C0C0;
	color: #FFFFFF;
	font-weight : bold;
	text-align : center;
}
.tdevent  {
    padding: 2px;
}
.eventheading {
	text-align : center;
}
.mteventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #e28726;
	color: #FFFFFF;
	font-weight : bold;
	text-align : center;
}
.mtevent  {
	vertical-align: top;
	padding: 2px;
}
.alleventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #e28726;
	color: #FFFFFF;
	font-weight : bold;
	text-align : center;
}
.allevent li {
    padding: 2px;
	list-style: none;
}
.evfooter {
	text-align: center;
}

