
body {
background:#34649a;
padding:0px;
margin:0px;
font-family:Arial, Sans-Serif;
}


#oben {
background:#b3d1f3;
height:0px;
margin-bottom:-20px;
}


#main {
	background:url(bg.gif);
	background-repeat:repeat-x;
	height:641px;
	text-align:center;
}
#main2 {
	background:url(bg.jpg);
	background-repeat:no-repeat;
	/*height:641px;*/
	width:837px;
	margin:auto;
	overflow:hidden;
}
#main3 {
	margin-top:280px;
	margin-left:200px;
	height:361px;
	}
#navi {
	height:11px;
	width:837px;
	background:url(navi.gif);
	background-repeat:no-repeat;
	font-size:14px;
	padding:30px;
	text-align:left;
	}


#content {
	margin-top:286px;
	background:url(inhalt.jpg);
	background-repeat:no-repeat;
	width:787px;
	height:376px;
	padding:25px;
	}
#incontent {
	height:340px;
	border:0px solid black;
	text-align:left;
	overflow:auto;
	font-size:14px;
	line-height:150%;
	}
#navicon {
	height:11px;
	width:100%px;
	font-size:14px;
	padding:20px;
	padding-left:5px;
	text-align:left;
	}


#incontent h1 {
	font-size:20px;
	color:#34649A;
	margin-top:5px;
	}

#incontent a {
	color:#34649A;
	text-decoration:underline;
	}
#incontent a:hover {
	color:#34649A;
	text-decoration:none;
	}



#navi a, #navicon a {
	color:#12375F;
	text-decoration:none;
	margin-right:20px;
	}
#navi a:hover, #navicon a:hover {
	color:#000;
	text-decoration:underline;
	margin-right:20px;
	}
	
#box1 {
	height:155px;
	width:285px;
	margin-top:95px;
	padding:10px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	float:left;
}

#box2 {
  margin-left:30px;
  width:280px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	/*font-weight:bold;*/
	font-size:14px;
	float:left;
	height:340px;
	overflow:auto;
}

#box2 h2 {
	font-variant:small-caps;
	margin:0px 0px 10px 0px;
	font-size:20px;
	line-height:16px;
	
	}
#box2 h3 { /* DATUM */
	font-size:9px;
	color:#222222;
	margin:0px 0px 3px 0px;
	}

#box2 a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.8pt;
	}
#box2 a:hover {
	color:black;
	text-decoration:underline;
	}


#box2 .news {
	border-bottom:3px dashed white;
	width:260px;
	padding:5px 5px 20px 5px;
	margin-bottom:20px;
	}

#box2 .news:hover {
	background:#4977A9;
	}




#box1 h1, #box2 h1 {
	font-size:20px;
	margin-top:0px;
	color:#AC1B13;
}

a.button {
	display:block;
	padding:5px;
	width:275px;
	background:#B3D1F3;
	margin-top:15px;
	text-align:center;
	text-decoration:none;
	color:#24476C;
	font-size:14px;
	border:1px solid #5F89B9;
}


a.button:hover {
	background:#9AF896;
	color:#000;
	border:1px solid #000;
}

div.button2 {
	display:block;
	padding:5px;
	width:275px;
	background:#CDCDCD;
	margin-top:15px;
	text-align:center;
	text-decoration:none;
	color:#444;
	font-size:14px;
	border:1px solid #5F89B9;
}


/* =====================  SHOUTBOX  ==========================*/

#sbform {
	}
.sbname {
	width:350px;
	}
.sbtext {
	width:350px;
	height:100px;
	}
.sbname, .sbtext {
	border:1px solid black;
	background:#B3D1F3;
	padding:3px;
	}
.sbname:focus, .sbtext:focus {
	border:1px solid #139706;
	background:white;
	}
.sbbut {
	background:#B3D1F3;
	margin-top:5px;
	margin-bottom:5px;
	color:#24476C;
	border:1px solid #000;
	}
.sbbut:hover {
	background:#9AF896;
	color:#000;
	}

.sbentry {
	margin-top:20px;
	margin-right:10px;
	
	}
.sbdate {
	font-size:11px;
	}
.sbcont {
	background:#eee;
	padding:10px;}


/* =====================  INHALT  ==========================*/


.links {
	width:380px;
	float:left;
	}
.rechts {
	width:380px;
	float:right;
	}
.scroll {
	height:339px;
	overflow:auto;
	}

small {
	font-size:90%;
	color:#555;
	}

.conbox {
	margin:10px 10px 10px 0px;
	padding:10px;
	border:1px solid #5F89B9;
	background:#EEE;
	}
a.button {
	text-decoration:none!important;
	}
	.button img {
		border:none;
		margin-right:5px;
	}

#incontent h2 {
	font-size:17px;
	}


/* =====================  KONTAKT  ==========================*/
.small {
	font-size:11px;
	}
#kontakt input, #kontakt textarea {
	width:440px;
	border:1px solid black;
	background:#B3D1F3;
	padding:3px;
	}
#kontakt input:focus, #kontakt textarea:focus {
	border:1px solid #139706;
	background:white;
	}
#kontakt textarea {
	height:120px;
	}
#kontakt .input2 {
	width:210px;
	margin-right:10px;
	}
#kontakt .button {
	width:200px;
	margin-top:10px;
	background:#B3D1F3;
	color:#24476C;
	}
#kontakt .button:hover {
	background:#9AF896;
	color:#000;
	}
#error, #success {
	padding:5px;
	width:400px;
	margin:10px;
	}
#error {
	background:#FFcccc;
	}
#success {
	background:#ccFFcc;
	}

/* =====================  Footer  ==========================*/

#footer {
	position:absolute;
	top:20px;
	padding-left:530px;
	}

#footer, #footer a {
	font-size:12px;
	color:#3F6DA1;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
	
/* =====================  Galerie  ==========================*/

#galerie {
	text-align:center;
	}

#galerie h1 {
	text-transform:uppercase;
	}
	
#galerie img.thumb {
	padding:3px;
	margin:5px;
	border:1px solid #24476C;
	background:white;
	}
#galerie img.thumb:hover {
	background:#B2D0F2;
	border:1px solid #B2D0F2;
	}

.bildercat {
	display:block;
	float:left;
	width:340px;
	height:75px;
	margin:0px 20px 20px 0px;
	padding:10px;
	border:1px solid #5F89B9;
	background:#EEE;
	text-decoration:none!important;
	overflow:hidden;
	}
.bildercat img {
	border:none;
	float:right;
	}
.bildercat h3 {
	margin:0px 0px 10px 0px;
	color:black!important;
	}
	
.bildercat:hover {
	background:#B2D0F2;
	}




/* LIGHTBOX ###################################################### */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption {
	color:black;
  font-weight: bold;
  font-size:14px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
