﻿body{
	color: #494949;
	background-color: #FFFFFF;
	text-align: center;
}

/*-----------------   INHALT   -----------------*/
.wrap{
	width: 748px;
	margin: 20px auto 0px auto;
	display:table;
	text-align: left;
	font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}

.content{
	float: right;
	width: 534px;
	padding: 20px 0px 20px 30px;
	border-left: 2px solid #dcdcdc;
}

.wrap p, .wrap td{
	line-height: 19px;
	margin: 0px 0px 14px 0px;
}

.wrap ul, .wrap ol{
	line-height: 19px;
	margin-bottom: 22px;
	margin-top: 0px;
}

.wrap h1{
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 26px;
	color: #306091;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	clear: both;
}

.wrap h2, .wrap caption{
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 18px;
	color: #306091;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	clear: both;
}

.wrap h3{
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	color: #306091;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	clear: both;
}

.wrap h1 a, .wrap h2 a, .wrap h3 a, .wrap caption{
	text-decoration: none;
}

.wrap hr{
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 2px;
	margin: 14px -14px 20px 0px;
	border: 0;
	clear: both;
}

.wrap .haelfte{
	float: left;
	width: 260px;
}

.wrap h1.blau, .wrap h2.blau, .wrap h3.blau, .wrap strong.blau, .wrap span.blau, .wrap h1.blau a, .wrap h2.blau a, .wrap caption.blau{
	color: #306091;
}
.wrap h1.gruen, .wrap h2.gruen, .wrap h3.gruen, .wrap strong.gruen, .wrap span.gruen, .wrap h1.gruen a, .wrap h2.gruen a, .wrap caption.gruen{
	color: #619230;
}
.wrap h1 a, .wrap h2 a{
	color: #306091;
}

.wrap a{
	color: #494949;
}
.wrap a:hover{
	color: #306091;
}

.objLinks{
	float: left;
	white-space: nowrap;	
	margin-right: 8px;
}

.objRechts{
	float: right;
	white-space: nowrap;	
	margin-left: 8px;
}

.wrap ul.imgGal{
	margin: 4px 0px 24px 0px;
	padding: 0;
	list-style-type: none;
	width: 536px;
	height: auto;
	background-image: url(../layout/images/hg-imggal.gif);
	background-repeat: repeat;
	display: table;
	clear: both;
}
.imgGal li{
	width: 134px;
	height: 134px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	background-color:#FFFFFF;
}
.imgGal img{
	width: 132px;
	height: 132px;
	/*border: 2px solid #FFFFFF;
	border-right: none;
	border-top: none;*/
	border: none;
	margin: 0px 2px 0px 0px;
}

.content table{
	/*border-left: 1px dashed #CCCCCC;*/
	border-bottom: 2px solid  #dcdcdc;
}
.content table td, .content table th{
	/*border-right: 1px dashed #CCCCCC;*/
	border-top: 2px solid  #dcdcdc;
	vertical-align: top;
	padding: 2px;
}
.content table th{
	background: #f1f1f1;
}

/*----------------------   Formulare   ----------------------*/
.pForm{
	margin: 4px 0px;
}

.fButtons{
	background-color: #306091;
	color:#FFFFFF;
	padding: 2px 4px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #306091;
}

.inputField{
	background: #FFFFFF;
	border: 2px solid #dcdcdc;
}
.inputField:focus, .inputField:active{
	background: #FFFFFF;
	border: 2px solid #306091;
}

fieldset{
	padding: 8px;
	border: 1px dashed #CCCCCC;
}

label{
	float: left;
	display: block;
	width: auto;
}

#formError{
	border: 2px solid #f6d5d5;
	border-left: none;
	border-right: none;
	padding: 2px;
	margin-bottom: 20px;
}
#formError ul{
	padding: 0px auto;
	margin: 2px 0px 4px 22px;
}
#formError, #formError a{
	color: #a50000;
}


/*-----------------   SIDEBAR   -----------------*/
.sidebar{
	float: left;
	width: 155px;
	padding: 28px 0px 20px 0px;
}

.sidebar img{
	border: none;
}

.wrap .sidebar .pRef a{
	text-decoration: none;
	color: #6a6679;
}
.wrap .sidebar .pRef a:hover{
	text-decoration: underline;
}

.wrap ul.subnav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px solid #dcdcdc;
}
.subnav li{
	padding: 6px 0px;
	margin: 0px;
	border-top: 2px solid #dcdcdc;
}
.subnav a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #b4b4b4;
}
.subnav .active a{
	color: #494949;
}


/*-----------------   FOOTER   -----------------*/
.footer{
	width: 748px;
	height: 90px;
	margin: 36px auto 0px auto;
	padding-top: 14px;
	border-top:  2px solid #dcdcdc;
	clear: both;
	font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.footer p{
	margin: 0px;
}
.footer, .footer a{
	color: #a1a1a1;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}


/*-----------------   FLASH-ANI   -----------------*/
.animation{
	width: 748px;
	height: 182px;
	margin: 18px auto 0px auto;
	/*background: #A7BFB0;*/
	background: #306091;
}
.animation p{
	margin: 0;
	padding: 0;
}
.animation img{
	border: none;
}


/*-----------------   HEADER   -----------------*/
.header{
	width: 748px;
	height: 93px;
	margin: 32px auto 0px auto;
}

h1.logo{
	float: left;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	width: 171px;
	height: 71px;
	overflow: hidden;
	font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h1.logo a{
	display: block;
	margin: 0px;
	padding: 71px 0px 0px 0px;
	height: 1px;
	background-image: url(../layout/images/logo.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}

.header ul{
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 93px;
}

.nav li{
	float: left;
	width: 139px; /* UL: für 6 Punkte: 92px*/
	height: 93px;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #FFFFFF;
	background: #CCCCCC;
}
.nav a{
	display: block;
	width: 139px; /* UL: für 6 Punkte: 92px*/
	height: 71px;
	padding: 0px;
	margin: 22px 0px 0px 0px;
	position: relative;
	top: 0px;
	background-color:#666666;
	border:none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* span benötige ich, um den Text unten auszurichten: */
.nav a span{
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: 0px;
	width: 139px; /* UL: für 6 Punkte: 92px*/
	cursor: pointer;
}
/* compatible colors 
http://www.colorcombos.com/combotester.html?color0=306091&color1=923092&color2=923061&color3=923030&color4=926130&color5=929230&color6=619230&color7=309230
*/

.nav li.navitem1{
	background: #DEEEFE;
	border-left: none;
}
.nav li.navitem1:hover{
	background: #80B0E1;
}
.navitem1 a{
	background: #306091;
}

.nav li.navitem2{
	background: #FFDFEF;
}
.nav li.navitem2:hover{
	background: #E180B1;
}
.navitem2 a{
	background: #923061;
}

.nav li.navitem3{
	background: #FFDFDF;
}
.nav li.navitem3:hover{
	background: #E18080;
}
.navitem3 a{
	background: #923030;
}

.nav li.navitem4{
	background: #EFFFDF;
}
.nav li.navitem4:hover{
	background: #B1E180;
}
.navitem4 a{
	background: #619230;
}

/* UL: navitem4-6 bei 6 Punkten
.nav li.navitem4{
	background: #FFEFDF;
}
.nav li.navitem4:hover{
	background: #E1B180;
}
.navitem4 a{
	background: #926130;
}

.nav li.navitem5{
	background: #FFFFDF;
}
.nav li.navitem5:hover{
	background: #E1E180;
}
.navitem5 a{
	background: #929230;
}

.nav li.navitem6{
	background: #EFFFDF;
}
.nav li.navitem6:hover{
	background: #B1E180;
}
.navitem6 a{
	background: #619230;
}

*/

.nav li.active{
	background: #FFFFFF;
}

/*------------------------   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(../layout/images/hg-lightbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 55%;
	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(../layout/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(../layout/images/lightbox-prev.gif) left 45% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../layout/images/lightbox-next.gif) right 45% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	font-family: "Calibri", 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 */
	}	
	

