body {
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #000;  
	padding:0px;
	margin:0px;
}

/* ----------container zentrieren das layout-------------- */
#centerbox {
  position:absolute;
  height:672px; 
  width:911px;
  margin:-336px 0px 0px -455px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  border: 1px solid #333333;
  overflow: none;
}

#container {
width:911px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color:#000000;
  overflow: none;
}

/* -----------------Inhalt--------------------- */
#content {
padding: 0px;
margin-left: 180px;
margin-right: 0px;
}
div#content { 
min-height:574px;
height:expression(this.scrollHeight > 574 ? "auto":"574px"); 
}

#contentmain {
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#contentmain { 
min-height:574px;
height:expression(this.scrollHeight > 574 ? "auto":"574px"); 
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
border-right: 1px solid #333333;
}
div#left { 
min-height:574px;
height:expression(this.scrollHeight > 574 ? "auto":"574px"); 
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
height:98px;
text-align: left;
border-top: 1px solid #333333;
background:url(http://www.margit-steinberger.com/media/design/footerbg.jpg) no-repeat;
}

/* CONTENT */
h1
{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:16px;
	font-weight:bold; 
	color:#ffffff;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #ffffff;
}
h2
{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#ffffff;
}
a
{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold; 
	color: #ffffff;
}
a:hover
{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold; 
	color:#ffffff;
}

/* 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(http://www.margit-steinberger.com/media/design/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.margit-steinberger.com/media/design/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: 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; }


/* 1. Formatierungen für Kontaktformulares */
textarea{width: 350px; height: 100px;}
/* 1.1. Feldbezeichnungen */
.form_title{}
/* 1.2. KEIN Pflichtfeld */
.form_input{border: 1px solid #333333; background-color: #F5F5DC;}
/* 1.3. Tabelle die das Formular umgibt */
.form_table{}
/* 1.4. Formular-Button(s) */
.form_inputbutton{border: 1px solid #333333; background-color: #F5F5DC; font-family:"Trebuchet MS", Arial, sans-serif; font-weight: bold;}

/* 2. Formatierungen für Pflichtfeld eines Kontaktformulares */
/* 2.1. Kennzeichnung eines Pflichtfeld */
input.required, textarea.required {border: 1px solid #333333; background-color: #F5F5DC;}
/* 2.2. Pflichtfeld nicht ausgefüllt */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #CC4400;
	background-color: #FAEBD7;
}
/* 2.3. Pflichtfeld richtig ausgefüllt */
input.validation-passed, textarea.validation-passed {}
/* 2.4. Warnhinweis wenn Pflichtfeld nicht ausgefüllt */
.validation-advice {}

/* 3. NEWSLETTER-START */
/* Alle HIER angegebenen Styles werden in jede Newslettervorlage eingebaut */
/* Die Kommentare "3. NEWSLETTER-START" und "3. NEWSLETTER-ENDE" dürfen deshalb nicht gelöscht werden */
/* 3. NEWSLETTER-ENDE */

/* 4. FOTOGALERIE */
#fotogalerie_td{}
#fotogalerie_td:hover{}
#fotogalerie_td_big{}
#fotogalerie_table{}
#fotogalerie_td_title{}
.fotogalerie_imglink{}