﻿ 
/*###########################################################
--------------------------------------------Allgemeine Schriebweisen------------------------------------------------
############################################################
border Schreibweise: "border(-Einschr�nkung):Dicke Art Farbe;" 

Definition von Div-Eigenschaften: "#div-id tagname.classenname:funktion{}"
	Bsp: #main{}
		  #headline a{}
		  #headline  li.activelink{}
		  #navi a:hover{}

Ausrichtung von Divs durch: "float: left, center oder right;". ohne diesem Tag sind diese untereinander.
	Bsp:	float:left; Die Divs werden solange von links an nebeneinander gesetzt, bis der Platz nicht
		mehr reicht und umgebrochen wird.

############################################################
--------------------------------------------Beginn der Stylesheetdatei----------------------------------------------
############################################################
Defnierung, dass alle Abst�nde f�r alle Browser auf dieser Seite Null betr�gt, damit keine Browser
abh�ngigen Abst�nde genutzt werden. */
*{padding:0;
  margin:0;}

* html #navi a{
  width: 100%;
}

* html #navi{
	margin: 15px 0 0 3px;
}

body{
  background-color: #BBBBBB;
  text-align:center;    /*durch die horizontale Ausrichtung auf der Seite wird das DIV:"main" ebebnfalls
			horizontal ausgerichtet. Da dieses DIV alle anderen beinhaltet wird so der
			Inhalt dieser Seite horizontal ausgerichtet.*/
  font-family: Verdana, Arial, Sans Serif;
  }

#main{
  background-color: #FFFFFF;
  width:1008px;
  overflow: auto;
  margin: 0 auto;   /*Wenn zwei Zahlen folgen, dann steht die erste f�r oben und unten
		    und die zweite Zahl steht f�r rechts und links.
		    Die Au�enabst�nde des Divs:"main" m�ssen automatisch vergeben werden,
		    sodass dieser auch horizontal zentriert ausgerichtet werden kann.*/
  text-align:left;  /*Inhalt dieses Divs wird links ausgerichtet. Das wirkt der Zentrierung des body entgegen.*/
  }

#headlinepicture{
  height: 116px;
  background-image:url(Bilder/headlinepicture/headlinepicture.jpg);
  }

#navi{
  text-align:center;
  width:117px;
  height:440px;
  margin: 15px 0 0 5px;
  float:left;
  background-image:url(Bilder/Navi/Schraube/schraube_gesamt_2.gif);
  background-repeat:repeat-x;
  }

#navi ul{
  list-style-type:none; /*Aufz�hlungszeichen in der Liste werden ausgelassen.*/
  }

#navi a{
  background-image:url(Bilder/Navi/Schraube/Schraubenmutter.gif);
  text-decoration:none;
  color:#336699;
  font-size:10pt;
  padding: 11px 0 11px 0;
  display:block; /*dadurch sehen alle Browser au�er Internetexplorer
		(dieser ben�tigt nur "width: 100%;" siehe oben)
		den Textlink als Objekt mit H�he und Breite an*/
  font-weight:bold;
  }

#navi a.home{
  background-image:none;
  padding: 15px 0 25px 0;
  margin: 5px 0 22px 0;
}

#navi a.zweizeilig{
  padding: 8px 0 7px 0;
  line-height:0.85em;
}

#navi a.abstand_oben{
  margin: 15px 0 0 0;
}

#homecontent{
  float: right;
  width: 240px;
  margin: 4px 10px 0 0;
}

#homecontent p{
  padding: 3px 0 5px 0;
  text-align:justify;
  font-size:10pt;
  }
  
  #homecontent h2{
  font-size:10pt;
  padding: 17px 0 3px 0;
  text-align:justify;
  font-weight:bold;
  }

#content{
  /*overflow: auto; /*mitscrollen, sobald nicht gen�gend Platz vorhanden ist.*/
  margin: 15px 0 0 0;
  /*height: 438px;*/
  width: 860px;
  font-size:10pt;
  float:right;
  border: 1px solid #336699;

  }

#content h1{
	clear: both;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: #CC3333;
	background-color: #DEDEDE;
  }

#content h2{
  font-size:10pt;
  padding: 17px 0 3px 6px;
  text-align:justify;
  font-weight:bold;
  }

#content p{
  padding: 3px 8px 5px 6px;
  text-align:justify;
  font-size:10pt;
  }

#content p.autor{
  font-style:italic;
  vertical-align:bottom; 
  }

#content ol{
  padding: 5px 0 5px 47px;
}

#content ul{
  padding: 5px 0 5px 47px;
}

#content table{
  border: 1px solid #336699;
  font-size: 10px;
  margin: 10px 0 10px 5px;
  text-align: left;
}

#content a{
  color:#336699;
  font-size:10pt;
  text-decoration:none;
  border: none;
  font-weight: bold;
  text-align: left;
}

#content img{
  border: none;
  text-decoration: none;
}

#picture{
  width:211px;
  float:right;
  text-align:center;
}

#picture.grosz{
  width:411px;
}

#picturebox{
  border-top: 1px solid #336699;
  border-left: 1px solid #336699;
  border-bottom: 1px solid #336699;
  margin: 5px 0 15px 10px;
  width:200px;
}

#picturebox.grosz{
  width:400px;
}

#picturebox p{
  font-size:10pt;
  margin: 0;
  padding: 5px 10px 5px 3px;
  text-align:left;
}
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }

