body{
	background-color: #ecdca7;
	text-align: center;
	background-image: url(../images/hg-body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#contentwrap{
	margin:0px;
	width: 100%;
	background-color:#FFFFFF;
	border-top: 1px solid #FFFFFF;  /* Damit im FF und Opera der div ganz oben steht. */
}

/* -------------   CONTENT   -------------*/
#content{
	width: 720px;
	min-height: 52%;
	/*overflow: auto;*/
	display: table;
	margin: 0px auto;
	padding: 0px 15px;
	text-align: left;
	color: #484747;
}

#content h1{
	font-size: 32px;
	color: #b92424;
	margin: 28px -15px 6px -15px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #daa74f;
}
#content h1 a{
	color: #b92424;
	text-decoration: none;
}
#content h1 a:hover{
	text-decoration: underline;
}

#content h2, #content .post h1{
	/* Wichtig! das soll auch für h1 im Post gelten, sonst haben wir zwei geliche Überschriften  */
	font-size: 24px;
	color: #7d5c15;
	margin: 28px -15px 6px -15px;
	padding-left: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(../images/hg-h2.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	border-bottom: none;
}
#content h2 a{
	color: #7d5c15;
	text-decoration: none;
}
#content h2 a:hover{
	text-decoration: underline;
}

#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a67e28;
	margin: 8px 0px 4px 0px;
}

#content p, #content label, #content li{
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
}
#content li{
	clear:both;
	margin-bottom: 8px;
}

#content a{
	color: #5c5c5c;
}
#content a:hover{
	color: #d04e00;
}
#content a img{
	border: 1px solid #CCCCCC;
}
#content a:hover img{
	border: 1px solid #d04e00;
}

#content h3 a:hover{
	color: #e56e0d;
	text-decoration: underline;
}

img.alignleft{
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	clear: left; /* !!! Wichtig für Umbrüche bei Absätzen !!!*/
}
img.alignright{
	float:right;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	clear: right; /* !!! Wichtig für Umbrüche bei Absätzen !!!*/
}


.googleMap{
	font-size: 13px;
	line-height: 18px;
	color: #413c2a;
	border: 6px solid #e0d1a1;
	margin-bottom: 20px;
}
.contentHalbe{
	float: right;
	width: 46%;
	margin-left: 20px;
}

/* Startseite: */
ul.ulNewsList{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ead794;
}
ul.ulNewsList li{
	display:inline;
}
ul.ulNewsList a{
	display: block;
	padding: 4px;
	border-bottom: 1px solid #ead794;
	text-decoration: none;
}
ul.ulNewsList a:hover{
	text-decoration: underline;
	background: #faf7d9;
}
ul.ulNewsList a strong{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#content p.pEdit a{
	padding: 2px 6px 2px 20px;
	background-color: #d4e5f2;
	color: #1c77a0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/ico-editpage.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Page-Navigation: */
div.pagenav{
	margin: 22px 0px 16px 0px;
	padding: 12px 16px;
	border-top: 1px solid #eaeaea;
	background-image: url(../images/hg-pagenav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:44px;
	color:#999999;
}
#content div.pagenav a{
	color:#999999;
}
div.pagenav .alignleft{
	float:left;
	width: 46%;
}
div.pagenav .alignright{
	float:right;
	width: 46%;
	text-align: right;
}

/* Seiten: */
h1.h1-post-4, h1.h1-post-5{
	display:none;
}

/* Vorstand: */
#post-6 h2, #post-6 h3{
	clear: both; /* für IE */
}
#post-6 ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	clear: both;
}
#post-6 li{
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	display: table;
	clear: both;
}
#post-6 li img{
	width: 90px;
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
}

/* -------------   MAIN CONTENT   -------------*/
#content p.postmeta{
	font-size: 12px;
	color: #999999;
	margin-top: 36px;
	padding-left: 22px;
	background-image: url(../images/ico-metainfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content p.postmeta a{
	color: #999999;
}

hr{
	border: none;
	border-bottom: 1px solid #ffd973;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 8px 0px 18px 0px;
	height: 4px;
	line-height: 10px;
}

img.imgLeft{
	float:left;
	margin-right: 8px;
	background: #FFFFFF;
}
img.imgBorder{
	padding:3px;
	border: 1px solid #c9bc90;
}

/* Intro Default */
#intro{
	height: 126px;
	background-color:#852c2b;
	background-image: url(../images/hg-intro.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#intro h1{
	font-size: 38px;
	color: #b99c9c;
	margin: 0px auto 0px auto;
	padding: 40px 0px 0px 0px;
	width: 730px;
	height: 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
}
#intro h1 a{
	color: #b99c9c;
	text-decoration: none;
}


/* Startseite */
#introStart{
	background-color:#FFFFFF;
	background-image: url(../images/hg-rotstart.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 286px;
	border-top: 1px solid #FFFFFF;  /* Damit im FF und Opera der div ganz oben steht. */
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
}
#introStart div{
	background-image: url(../images/hg-intromessage.jpg);
	background-repeat: no-repeat;
	width: 714px;
	height: 231px;
	margin: 28px auto 0px auto;
	padding: 28px 0px 0px 44px;
	text-align: left;
	background-position: 0px 0px;
}
#introStart h2{
	font-size: 26px;
	color: #FFFFFF;
	margin: 0px -15px 6px -15px;
	padding-left: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(../images/hg-h2welcome.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}
#introStart p{
	margin-top:0px;
	font-size: 14px;
	color: #57340f;
}

p#bubleWelcome{
	height: 90px;
	padding: 16px 0px 0px 20px;
	margin-right: -34px;
	background-image: url(../images/buble-welcome.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #e56e0d;
}
#bubleWelcome strong{
	font-size: 28px;
	color: #ffba00;
	display: block;
	margin-bottom: 4px;
}

/* Team */
#ulTeam{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffd973;
}
#ulTeam li{
	margin: 0px;
	padding: 6px;
	border-bottom: 1px solid #ffd973;
}
#ulTeam h3 a{
	display: block;
	height: 31px;
	padding: 12px 0px 0px 50px;
	background-repeat: no-repeat;
	background-position: left center;
}
#ulTeam h3 em{
		font-size: 13px;
	color: #413c2a;
	font-style: normal;
}
.tMehlstaub{
	background-image: url(../images/team-mehlstaub-t.jpg);
}
.tSchachner{
	background-image: url(../images/team-schachner-t.jpg);
}
.tWertek{
	background-image: url(../images/team-wertek-t.jpg);
}
.tAue{
	background-image: url(../images/team-aue-t.jpg);
}
.tDorner{
	background-image: url(../images/team-dorner-t.jpg);
}
.tGrossmann{
	background-image: url(../images/team-grossmann-t.jpg);
}
.tPetrus{
	background-image: url(../images/team-petrus-t.jpg);
}
.tLampl{
	background-image: url(../images/team-lampl-t.jpg);
}
.tNowak{
	background-image: url(../images/team-nowak-t.jpg);
}
.tSchuetzl{
	background-image: url(../images/team-schuetzl-t.jpg);
}
.tSchara{
	background-image: url(../images/team-schara-t.jpg);
}
.tHeimlicher{
	background-image: url(../images/team-heimlicher-t.jpg);
}
.tPrinz{
	background-image: url(../images/team-prinz-t.jpg);
}
#ulTeam li.on{
	border-bottom: 2px solid #ffd973;
	border-top: 1px solid #ffd973;
}

#ulTeam li.on h3 a{
	background-image: url(../images/hg-pfeilteam.gif);
}

.jqSwitcher.on .hider{
	margin: 8px 0px 0px 14px;
	display: block;
}
.jqSwitcher.off .hider{
	display: none;
}







.iconMicro{
	background-image: url(../images/icon-micro.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.iconFotos{
	background-image: url(../images/icon-fotos.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#bandImage{
	background:#000000;
	margin-bottom: 2px;
}
#playerContainer{
	background-color: #525a3e;
	background-image: url(../images/hg-mp3player.gif);
	background-repeat: no-repeat;
	height: 93px;	
	padding: 8px 0px 0px 108px;
}

/* Fotos */
#photosets{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#photosets li{
	height: 105px;
	overflow: auto;
}
#photosets img{
	float: left;
	padding: 10px 26px 14px 5px;
	margin: 0px;
	border: none;
	background-image:url(../images/hg-album.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#photosets a:hover img{
	margin: 1px 2px 0px 0px;
}

.photolist{
	margin: 14px 0px 0px 0px;
	padding: 0px;
	display: table;
	width: 500px;
	
}
#content ul.photolist li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	width: 120px;
	height: 150px;
	line-height: 12px;
}

#content ul.photolist li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	
}
#content .photolist a:hover{
	text-decoration:underline;
}
.photolist li span{
	display: table-cell;
	vertical-align:middle;
	line-height: 112px;
	height: 112px;
	width: 112px;
	background-color: #FFFFFF;
	border: 1px solid #c9bc90;
}
.photolist li img{
	background-color: #FFFFFF;
	vertical-align:middle;
	border: none;
}


/* Formulare */
.divForm{
	background: #565d41;
	padding: 8px;
}
#content fieldset{
	border: 2px solid #3f4334;
	padding: 3px 6px;
	margin-bottom: 3px;
}
#content legend{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3f4334;
	margin-bottom: 1px;
	padding: 0px 3px;
}
.divForm .inputfield{
	background: #91a064;
	border: 1px solid #373d23;
	border-bottom-color: #bccf82;
	border-right-color: #bccf82;
}
#content #formAlert{
	background-color:#FFFFCC;
	border: 2px solid #ff2b2b;
	padding: 4px;
	width: 92%;
	color: #850000;
}
#content #formAlert p, #content #formAlert h3{
	color: #850000;
}
#formOK{
	border: 1px solid #00CC00;
	padding: 4px;
	width: 92%;
	background-color: #b7f387;
}
.btn{
	background-color: #e9f6d3;
	background-image: url(../images/hg-btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #c2d4a5;
	color: #84946b;
}
.btnSubmit{
	background-color: #e9f6d3;
	background-image: url(../images/hg-btn.gif);
	background-repeat: repeat-x;
	border: 2px solid #c2d4a5;
	color: #84946b;
	font-weight: bold;
}


/* Kontakt */
#content .kontaktData{
	padding:10px 6px 0px 26px;
	height: 136px;
	margin-bottom: 22px;
	background-color: #272727;
	background-image: url(../images/kontakt-gruppe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content .kontaktData p{
	font-size: 17px;
	line-height: 24px;
}
#anmform{
	display:block;
	width: 96%;
	float: left;
	clear: none;
}
#anmform label{
	display: block;
	float: left;
	width: 100px;
}
#anmform input{
	width: 360px;
}
#anmform textarea{
	width: 96%;
}
#anmform fieldset label{
	display: block;
	float: left;
	width: 100px;
}

#anmform fieldset div.off{
	display: none;
}

/* -------------   FOOTER   -------------*/
#footerwrap{
	background-image: url(../images/hg-footer.gif);
	background-repeat: repeat-x;
}


#footer{
	width: 720px;
	height: 160px;
	padding: 40px 15px 0px 15px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#footer, #footer a{
	color: #9c8d58;
	text-decoration: none;
}

#footer .big, #footer .big a{
	font-weight: bold;
	color: #b0a16c;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p{
	float:left;
}

#footer ul{
	float: right;
	padding: 8px 5px;
	margin: 0px;
}
#footer li{
	list-style-type:circle;
	list-style-position:inside;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}


/* -------------   HEADER   -------------*/
#header{
	position: relative;
	top: 0px;
	width: 748px;
	height: 102px;
	border-top: 1px solid #FFFFFF; /* Damit im FF und Opera der div ganz oben steht. */
	margin: -1px auto 0px auto;
	padding: 0px;
	text-align: left;
}

#logo{
	position: absolute;
	left: 15px;
	top: 8px;
	z-index: 1;
	margin:0px;
	height: 85px;
	line-height: 85px;
	width: 700px;
}
#logo a{
	display: block;
	margin: 0px;
	height:85px;
	padding-left: 110px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	vertical-align: middle;
}

#nav{
	position:absolute;
	z-index: 2;
	top: 82px;
	left: 120px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li{
	display:inline;
}

#nav li a{
	display: block;
	float: left;
	height: 19px;
	margin: 0px;
	padding: 2px 8px 0px 8px;
	color: #b92424;
	text-decoration: none;
	/*line-height: 16px;*/
}
#nav li a:hover{
	background-color: #c68881;
	color: #FFFFFF;
}

#nav li.active a, #nav li.active a:hover{
	background:#5a1d17;
	color:#FFFFFF;
}

/* -------------   SUB-NAV   -------------*/
#subnav{
	height: 21px;
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#subnav li{
	margin: 0px;
	float: left;
	background:#6c2424;
	border-right: 1px solid #872d2d;
	border-left: 1px solid #872d2d;
}

#subnav li a{
	display: block;
	height: 19px;
	margin: 0px;
	padding: 2px 8px 0px 8px;
	color: #ddcbcb;
	text-decoration: none;
	/*line-height: 16px;*/
}
#subnav li a:hover{
	background-color: #cfbcba;
	color: #614d4b;
}
#subnav li.current-cat, #subnav li.current_page_item{
	background:#FFFFFF;
}
#subnav li.current-cat a, #subnav li.current_page_item a{
	color:#7e7474;
}

#subnav li.current-cat a:hover, #subnav li.current_page_item a:hover{
	background-color: #FFFFFF;
	color:#4c4c4c;
}

/*------------------------   LIGHTBOX   ------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-image: url(../images/hg-lightbox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox-prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox-next.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333333;
	/*
	filter:alpha(opacity=60); /* eigentliche Transp. wird in lightbox.js Zeile 320 gesetzt */
	/*-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	/*display: inline-block; */
	display: table;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
