body{
	background-color: #2c3943;
	background-image: url(../images/hg-body.gif);
	text-align: center;
	background-repeat: repeat-x;
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#contentwrap{
	width: 100%;
	height: 500px;
	background-image: url(../images/hg-contentwrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px -500px 0px;
}

/* -------------   CONTENT   -------------*/
#content{
	width: 750px;
	min-height: 52%;
	height: auto !important;
	display: block !important;
	height: 52%; /* IE < 7 */
	display: table; /* IE < 7 */
	overflow: auto; /*  WICHTIG: damit vergrößert sich Div */
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	/*font-family: Tahoma, 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #413c2a;
	background-image: url(../images/hg-content.gif);
	background-repeat: repeat-x;
}

#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffa800;
	letter-spacing: -1px;
	text-transform: lowercase;
	line-height: 28px;
	margin-top: 5px;
}
#content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e56e0d;
	letter-spacing: -1px;
	line-height: 22px;
	margin: 5px 0px 6px 0px;
}

#content a{
	color: #d04e00;
}
#content a:hover{
	color: #000000;
}

#content h3 a{
	color: #e56e0d;
	text-decoration: none;
}
#content h3 a:hover{
	color: #e56e0d;
	text-decoration: underline;
}

#content p, #content label, #content li{
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #413c2a;
}
.googleMap{
	font-size: 13px;
	line-height: 18px;
	color: #413c2a;
	border: 6px solid #e0d1a1;
	margin-bottom: 20px;
}
.contentHalbe{
	float: right;
	width: 46%;
	margin-left: 20px;
}

/* -------------   MAIN CONTENT   -------------*/
#main{
	width: 510px;
	margin: 30px 0px 0px 20px;
	float: left;
}

.divHalf{
	width: 375px;
}

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;
}

/* -------------   SIDEBAR   -------------*/
#sidebar{
	float: right;
	width: 170px;
	margin: 20px 10px 14px 0px;
}

.box{
	width: 158px;
	margin-top: 20px;
	padding: 0px 6px 0px 6px;
	background-image: url(../images/sidebox-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; /* runter, damit genug Platz für Icon */
}

.box .bott{
	display: block;
	height: 12px;
	width: 170px;
	margin: 0px -6px;
	font-size:1px;
	background-image: url(../images/sidebox-bottom.gif);
	background-repeat: no-repeat;
}

#content .box a{
	color: #276100;
}

#content .box h2{
	color: #469f49;
	margin: 0px;
	padding: 17px 0px 0px 48px;
	font-size: 20px;
	line-height: 20px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .box h3{
	color: #728e34;
	margin-bottom: 2px;
}
#content .box ul{
	margin-left: 5px;
	padding-left: 7px;
}
.iconMail h2{
	background-image: url(../images/side-mail.gif);
}
.iconFotos h2{
	background-image: url(../images/side-fotos.gif);
}
.iconFeed h2{
	background-image: url(../images/side-rss.gif);
}
.iconSpende h2{
	background-image: url(../images/side-spende.gif);
}
.iconVcard h2{
	background-image: url(../images/side-vcard.gif);
}
.iconRoute h2{
	background-image: url(../images/side-route.gif);
}

/* Subnav */
#content ul#subnav{
	width: 176px;
	margin: 0px 0px 0px -20px;
	padding: 17px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul#subnav li{
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
#content #subnav li a{
	color: #469f49;
	text-decoration: none;
	display: block;
	height: 31px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	border-top: 1px solid #849f48;
}
#content #subnav li:first-child a{
	border-top: none;
}
#content #subnav li a:hover{
	color: #ffa800;
}

#content #subnav li a.active{
	color: #ffa800;
	height: 33px;
	padding: 10px 0px 0px 26px;
	margin: 0px 0px -1px 0px; /* -1 damit schneide ich Border von oberen Item weg */
	border-top: none;
	background-image: url(../images/hg-subnav-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content #subnav li:first-child a.active{
	border-top: none;
}

/* Subnav für Fotoalben */
#content ul#subnav.alben li{
	font-size: 17px;
}
#content #subnav.alben li a{
	padding-top:12px;
}



/* Startseite */
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;
}

/* News */
#startNewsList{
	list-style-type: none;
	padding: 0;
	margin: 0px 20px;
	border-bottom: 1px solid #ffd973;
}

#content #startNewsList li{
	border-top: 1px solid #ffd973;
	margin: 0px;
	padding: 6px 10px;
}


.newsMeta{
	display:block;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #ffd973;
	text-align: right;
}
#content .newsMeta p{
	color:#999999;
}
.post{
	margin: 0px 0px 0px 52px;
}
.newsDate{
	display: block;
	float: left;
	width: 46px;
	height: 43px;
	margin: 0px 6px 0px 0px;
	padding-top: 6px;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hg-datum.gif);
	background-repeat: no-repeat;
}
.newsDate strong{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 11px;
}
.newsDate em{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 9px;
	font-style: normal;
}

#newsletteremail{
	background-color: #e9eee6;
	background-image: url(../images/hg-inputfield.gif);
	background-repeat: repeat-x;
	border: 1px solid #c0da95;
	color: #000000;
	padding: 2px;
	width:95%;
	background-position: left center;
}
#newsletteremail:focus{
	background-image: url(../images/hg-inputfield2.gif);
}

/* Sponsoren */
#sponsorListe{
display: table;
clear: both;
}
#sponsorListe ul{
	list-style-type: none;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}
#sponsorListe li{
	background-image: url(../images/bullet.gif);
	padding-left: 20px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* Anfahrt */
.focusMap{
	padding-right: 20px;
}
.focusMapOn{
	background-image: url(../images/hg-focusmap2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

/* 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   -------------*/

#footer{
	width: 750px;
	height: 240px;
	padding: 0px;
	margin: -1px auto 0px auto;
	background-image: url(../images/hg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #232e36;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer, #footer a{
	color: #465e70;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footer ul{
	float: left;
	text-align: left;
	padding: 8px 5px;
	margin: 100px 0px 0px 0px;
}
#footer li{
	list-style-type:circle;
	list-style-position:inside;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}


#footer #aPoweredBy{
	display: block;
	float: left;
	text-align: left;
	margin: 112px 20px 0px 30px;
}

#aPoweredBy img{
	border: none;
	width: 73px;
	height: 101px;
}


/* -------------   HEADER   -------------*/
#header{
	width: 750px;
	height: 134px;
	border-top: 1px solid #b7edf5; /* Damit im FF und Opera der div ganz oben steht. */
	margin: -1px auto 0px auto;
	padding: 0px;
	text-align: left;
}

#logo{
	margin: 19px 0px 0px 15px;
	padding: 0px;
}
#logo img{
	width: 193px;
	height: 92px;
	border: none;
}
#tools{
	float: right;
	margin: 30px 6px 0px 0px;
	list-style-type: none;
}
#tools li{
	padding: 4px 0px;
	margin: 0px;
}
#tools a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #2c4653;
	padding: 2px 2px 2px 22px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#tools a:hover{
	color: #FFFFFF;
	background-color:#66969f;
}
#tools .email a{
	background-image: url(../images/icon-email.gif);
}
#tools .bookm a{
	background-image: url(../images/icon-bookm.gif);
}
#tools .print a{
	background-image: url(../images/icon-print.gif);
}

#nav{
	width: 740px;
	height: 38px;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url(../images/hg-nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li{
	margin: 0px;
	float: left;
}

#nav li a{
	display: block;
	height: 24px;
	width: auto;
	margin: 10px 3px 0px 3px;
	padding: 4px 16px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	/*line-height: 16px;*/
}
#nav li a:hover{
	text-decoration: underline;
}
#nav li.active{
	height: 38px;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	background-image: url(../images/navli-left.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#nav li.active a{
	height: 30px;
	margin: 0px -12px 0px 0px;
	padding: 8px 16px 0px 16px;
	background-image: url(../images/navli-right.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	color: #f46d00;
}

/* Dropdown */
#dropmenudiv{
	position:absolute;
	background-color: #425660;
	margin-top: 23px;
	margin-left: -105px; /* siehe p#pDropdown a */
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#dropmenudiv a{
	color: #FFFFFF;
	background-color: #66969f;
	display:block;
	margin:0px;
	padding: 1px 1px 1px 20px;
	border-bottom: 1px solid #425660;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position: 2px 0px;
}
#dropmenudiv a:hover, #dropmenudiv a.active{
	background-color: #5b7780;
	color: #FFFFFF;
}
#dropmenudiv .bGoogle{
	background-image: url(../images/icon-google.gif);	
}
#dropmenudiv .bWin{
	background-image: url(../images/icon-windowslive.gif);	
}
#dropmenudiv .bYahoo{
	background-image: url(../images/icon-yahoo.gif);	
}

/*------------------------   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 */
	}	
	
