/* ---- verena-braunstein.de Stylesheet v1.1 ---- */
/* ---- (c) 2011 Patrick Schwarz  ---- */

/* 
Farbwelt (Grau/Grün)
-------------------
Weiß: #FFF (Hintergrund Content)
Hellgrau: #EEE (Hintergrund)
Mittelgrau: #BBB (Border)
Dunkelgrau: #333 (Grundschrift)
Grün: #5b3 (Auszeichnungsfarbe)

Schriften
---------
Grundschrift: Verdana, Geneva, Arial, Helvetica, sans-serif;
Auszeichnungen/Headlines: Century Gothic

Maße
----
Grundschrift: 10pt
Small (Footer, Galerie): 0.8em
Headline: 2.4em (Browserstandart)
Subheadline: 1.2em
Abstand: 2em
Content-Breite: 800px
Header-Bild-Höhe: 300px
*/

/* ---- Grunddefinitionen ---- */

/* Grundschrift und -farbe */
body, input, textarea, select {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Absatz */
p, form, table {
	margin: 0;
}

/* float:left beenden */
br {
	clear: left;
}

/* Content-Area */
.main {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 802px; /* 800px Breite + 2px Rahmen */
	margin: 0 0 0 -400px; /* width/2 */
}

body.galerie {
	background: #333;
}

img { /* Kein Rahmen um verlinkte Bilder */
	border: 0;
}


/* ---- Überschriften ---- */
h1, h2 {
	margin: 1em 0 .2em 0;
	padding: 0;
	clear: left;
	font-weight: bold;
}

h2 {
	color: #333;
	font-size: 1.0em;
}


/* ---- Links ---- */
a {
	color: #333;
	outline: 0;
}

a:hover, a:focus, a:active {
	color: #5b3;
	text-decoration: underline;
}


/* ---- Boxmodell-Aufbau ---- */
/* Kopfzeile mit Header-Bild */
div#header {
	width: 800px;
	height: 300px;
	margin-left: -2em;
	margin-bottom: 2em;
}

/* Content + Hintergrundbild */
div#content {
	background: #FFF;
	border: 1px solid #BBB;
	border-bottom:0;
	padding: 0 2em 2em 2em;
	height:  570px;
	overflow: auto;
}

/* Fußzeile */
div#footer {
	font-size: 0.8em;
	padding-top: 5px;
	clear: both;
}

/* ---- Hover-Menü ---- */
ul#navi {
	background: #BBB;
	border: 1px solid #BBB;
	border-top: 0;
	height: 37px;
	display: block;
	margin: 0;
	padding: 0;
}
ul#navi li {
	list-style: none;
	float: left;
}
ul#navi li a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin: 0 2px 1px 0;
	padding: 10px;
	display: block;
	width: 130px;
	height: 18px;
	text-decoration: none;
}
ul#navi li a:hover, ul#navi li a.active {
	background: #5b3;
}

/* ---- Formulare und Tabellen ---- */
label, form input, textarea, select, form img {
	display: block;
	float: left;
	margin: 2px;
}

form input, textarea, select {
	width: 400px;
	margin-top: 3px;
}

textarea {
	height: 150px;
}

textarea.breit {
	width: 745px;
	height: 200px;
}

input#submit {
	float: none;
	width: auto;
}

div#erfolg, div#fehler {
	color: #090;
	background: #CFC;
	border: 1px solid #090;
	padding: .2em;
	margin: 0 0 .5em 0;
	width: 400px;
}

div#fehler {
	color: #900;
	background: #FCC;
	border: 1px solid #900;
}

table {
	border-collapse: separate;
	border-spacing: 5px;
	*border-collapse: expression('separate', cellSpacing = '5px');
}

th, label {
	background: #5b3;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	width: 120px;
	padding: 5px;
}

td {
	padding: 0 10px 0 0;
}


/* ---- Galerie ---- */
.galerie {
	width: 745px;
	height: 280px;
	margin-left: -2em;
	margin-bottom: 2em;
	margin-top: 0em;
	padding: 2em;
	padding-top: 0;
	white-space: nowrap;
	overflow: auto;
}

.galerie a img {
	background: url('../_inc/lightbox/loading.gif') no-repeat center;
	filter: alpha(opacity=60);
	opacity: .6;
	padding: 4px;
	margin: 13px;
	border: 1px solid #BBB;
	width: 180px;
	height: 180px;
}

.galerie a:hover img, .galerie a:focus img, .galerie a.active img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	border: 1px solid #5c0;
	height: 200px;
	width: 200px;
	margin: 3px;
}

.galerie#cat {
	background: #EEE;
	height: 200px;
	overflow: hidden;
}

.galerie#cat span a {
	font-size: 0.8em;
	width: 125px;
	float: left;
	text-align: center;
	margin: -8px 5px 5px -8px;
	padding: 2px;
	text-decoration: none;
}

.galerie#cat a img {
	width: 90px;
	height: 90px;
	margin: 8px;
}

.galerie#cat a:hover img, .galerie#cat a:focus img {
	width: 100px;
	height: 100px;
}

/* ---- 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(../_inc/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_inc/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{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 90px; 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; }

