/*  
Theme Name: Botanischer Garten Leipzig
Theme URI: http://uni-leipzig.de/bota/
Description: Das Standard-Template für den Auftritt "Botanischen Garten Leipzig".
Version: 1.0
Author: Thomas Grun
Author URI: http://thomas-grun.de/
*/

/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/
/* Textformatierungen festlegen */
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #330066;
	text-decoration: none;
	text-align: left;
	font-size: 100.1%;
	padding: 2px;
	font-weight: lighter;
}

a:link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F59E00;
	text-decoration: underline;
	font-size: 100.1%;
	font-weight: lighter;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F59E00;
	background: #184711;
	font-size: 100.1%;
	font-weight: lighter;
}

a:visited {
	color: #0066FF;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 100.1%;
	text-decoration: underline;
	font-weight: lighter;
}

/*Ueberschriften festlegen */
h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.6em;/* Zeilenhoehe ohne Einheit damit vererbungsbedingte Überlappungen vermieden werden */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}

/* Ueberschrift h1 */
h1 {
	font-size: 150%;
}

/* Ueberschrift h2 */
h2 {
	font-size: 110%;
}

/* Ueberschrift h3 */
h3 {
	font-size: 100%;
	color: #F00;	
}

/* Bildunterschrift h4 */
h4 {
	font-size: 110%;
	font-weight: 200;
	font-color: #FFC;
	font-style:inherit;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100.1%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* Beginn Seitenstruktur */
body {
	background-color: #AFCC4D;
	color: #003207;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
	position: relative;
	visibility: visible;
	left: auto;
	right: auto;
	float: inherit;
	}

#wrapper {
	background-color: #063107;
	color: #FF9900;
	font-size: 100.1%;
	width: 968px;
	min-height: 960px;
	max-height: auto;
	text-align: center;
	position: relative;
	margin: auto;
	right: auto;
	left: auto;
}

#header {
	background-color: #063107;
	background-repeat: no-repeat;
	background-position: 0 170px;
}

#header-image {
	height: 170px;
	background-color: #27560d;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	width: 968px;
}

#uni-logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#map-box {
	position: relative;
	height:632;
	width:630;
	background-image: url(themes/img_themes/system/map_system.jpg);
}
/*Ende Seitenstruktur */


/*Beginn Funktionsblöcke/Ebenen */
/*Menü Karteireiter */
#topnav {
	position:absolute;
	top:100px;
	width:73%;
	height:47px;
	z-index:1;
	right: 0px;
	text-align: left;
	padding-right: 30px;
	padding-top: 20px;
}

/*Rahmen fuer NaviBlock oben */
#Rahmen {
	width: 100%;
	height: 1em;
	float: left;
	font-size: 80%;
	right: 0px;
	position: absolute;
	bottom: 0px;
	top: 48px;
	text-align: left;
  }
  
  /* Korrektur fuer IE 5.x */
  * html div#Rahmen {  
	width: 100%;
	float: left;
	height: 0.5em;
	right: 0px;
	font-size: 80%;
	top: 48px;
	position: absolute;
	text-align: left;
	white-space: normal;
  }
 
 /* Block Seitennavi links */
 #sidebar {
	width: 26%;
	background-color: #063107;
	min-height: 700px;
	max-height: auto;
	position: absolute;
	left: 0px;
	top: 170px;
	bottom: 0px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	visibility: visible;
	text-align: left;
	height: 630px;
 }
#sidebar-pdm  {
	width: 20%;
	background-color: #0C9;
	position: absolute;
	left: 20px;
	top: 19px;
	bottom: 20px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	visibility: visible;
	text-align: left;
	height: 300px;
}

  /* txt-Layoutblock */
#content {
	float: inherit;
	color: #663333;
	line-height: 1.4em;
	background-color: #FFFFCC;
	font-size: 100.1%;
	min-height: 720px;
	max-height: auto;
	width: 73%;
	position: absolute;
	top: 170px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	visibility: visible;
	margin-left: 20px;
}

/*Seitelaenge fuer Themes */
#wrapthemes {
	background-color: #063107;
	color: #FF9900;
	font-size: 100.1%;
	width: 968px;
	height: 1630px;
	text-align: center;
	position: relative;
	margin: auto;
	right: auto;
	left: auto;
}

#sidebarthemes {
	width: 26%;
	background-color: #063107;
	position: absolute;
	left: 0px;
	top: 170px;
	bottom: 0px;
	min-height: 1370px;
	max-height: auto;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	visibility: visible;
	text-align: left;
 }
  
 #contentthemes {
	float: right;
	color: #663333;
	line-height: 1.4em;
	background-color: #FFFFCC;
	font-size: 100.1%;
	font-weight: 200;
	min-height: 1390px;
	max-height: auto;
	width: 714px;
	position: absolute;
	top: 170px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	visibility: visible;
	margin-left: 20px;
}
 
 /*Fusszeile */
 #footer {
	color: #F59E00;
	height: 70px;
	width: 968px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	text-align: right;
	margin: 0;
	font-size: 80%;
	padding: 0;
	background: #063107 url(script/none) no-repeat left bottom;
	visibility: visible;
	float: right;
 }
 
 /* Rahmen für Kontakt in Fusszeile */
 #kontakt {
	position:absolute;
	top:25px;
	width:140px;
	height:24px;
	z-index:1;
	right: 0px;
	text-align: center;
 }
 /* Ende Grundformate Webseite */


 /* Navileiste oben */
  ul#Navigation {
	color: #F59E00;
}

  ul#Navigation li {
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	list-style: none;
	padding: 0;
	color: #F59E00;
}
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	float: left;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	text-align: center;
	list-style-image: none;
  }

  ul#Navigation a {
	display: block;
	width: 8em;  /* Breite den in li enthaltenen Elementen zuweisen */
	padding: 0.2em 0 0.2em;
	text-align: center;
	margin:0 0 0 0.5em;
	text-decoration: none;
	color: #FF9900;
	background-color: #152907;
  }
  * html ul#Navigation a {
    w\idth: 8em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
 
  ul#Navigation a:hover,
  li a#aktuell {
	color: #F59E00;
	background-color: #184711;
  }
  
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #184711;
  }
/* Ende dynamisches Menü oben */


/*Navileiste mehrere Ebenen, sidebar*/
ul#snavigation {
	color: #F59E00;
  }
  * html ul#snavigation {  /* Korrekturen fuer IE 5.x */
	width: 10em;
	w\idth: 10em;
	padding-left: 0.5em;
	padd\ing-left: 0.8em;
	color: #F59E00;
	top: 1em;
	left: 0.5em;
  }
  ul#snavigation li {
	list-style: none;
	margin: 0.3em;
	padding: 0;
	color: #F59E00;
  }

  ul#snavigation li ul {
	margin: 0 0 0 1em;
	padding: 0;
	color: #F59E00;
  }

  * html ul#snavigation li {  /* Korrektur fuer IE 5.x */
	margin-left: 1em;
	ma\rgin-left: 0;
	color: #F59E00;
  }

  ul#snavigation a {
	display:block;
	padding: 0.2em;
	text-decoration: none;
	color: #F59E00;
	background: #063107;
	width: 10em;
	border-top: 0px black;
	border-right: 0px black;
	border-bottom: 0px black;
	border-left: 0px black;
	left: 0.3em;
  }
  
  ul#snavigation3 a {
	display:block;
	padding: 0.2em;
	text-decoration: none;
	color: #F59E00;
	background: #063107;
	width: 8.7em;
	border-top: 0px black;
	border-right: 0px black;
	border-bottom: 0px black;
	border-left: 0px black;
	left: 0.3em;
  }
  
  * html ul#snavigation a {
	width: 8.8em;    /* Breitenangabe fuer IE 5.x */
	w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
	color: #F59E00;
	left: 0.3em;
	background-color: #063107;
  }
  
  ul#snavigation a:hover {
	border-color: black;
	color: #F59E00;
	left: 0.3em;
	background-color: #184711;
  }
  
  ul a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #FF9900;
	background-color: #184711;
  }
  
/* Ende Navileistenfestlegung */

/*sonstige Formate */
#wrapper #content .distance p .textnorm {
	font-style: 100.1%;
}


/*Bilder*/

.imgflowli {
	width: auto;
	float: left;
	position: relative;
	height: auto;
	padding: 0;
	margin: 20px;
}

.imgflowre {
	width: auto;
	float: right;
	position: relative;
	height: auto;
	margin: 20px;
	padding: 0;
}

