/**
 * CSS Datei Tuniberg
 * Version:_____________0.3
 * Author:______________Andreas Becker
 * letzte Änderung:____Tabellen
 * vorletzte Änderung:_Andreas Becker
 * Änderung davor:______Andreas Becker
 * Templateumsetzung:___
 * Inhalt CSS:
 *    0.........Angaben zum Body
 *    1.........Allgemeingueltige Elementformatierungen
 *    2.........Allgemeingueltige Klassenangaben
 *    3.........Algemein gueltige IDs
 *    4.........Hauptnavigation (C)
 *    5.........Tabellen
 *
 * Info: in der Datei reset.css werden die Browserstandars zurueckgesetzt und initialisiert
 **/
/*-----Allgmein-----------------------------------------------------------------------------*/
html {height: 100%;}
body {
	background: #f0edd9;
	background-image: none;
	font-size: 10px;
	height: 100%;
}
ul,
ul li {
	margin: 0;
	padding: 0;
}
#A {
	border-top: 1px solid #3b6102;
	position: relative;
	margin-bottom: 10px;
	width: 800px;
	left: 50%;
	top: 10px;
	position: relative;
	margin-left: -400px;
	z-index: 15;
}
#Ac {z-index: 10;}
#Ac-home {z-index: 10;}
#Ab {
	background: #eae5d2;
	border-bottom: 1px #3b6102 solid;
	margin-top: 0;
	min-width: 800px;
	padding: 1px 0 1px 0;
	width: 100%;
	position: relative;
	z-index: 5;
}
* html #Ab {width: 800px;}
#K {
	background: #fff;
	width: 800px;
	left: 50%;
	top: 0;
	position: relative;
	margin-left: -400px;
	padding-top: 10px;
	z-index: 1;
}

* html #webcam-image {margin-left:0; padding-left: 0;}

/*-----Hauptnavigation----------------------------------------------------------------------*/
* html #Ab a,
* html #Ab a:visited {display: block;} /*IE6*/
* html #Ab a:hover {background: none;}
#Ab ul {
	list-style-type: none;
	margin: 0 0 0 160px;
	padding: 0;
}

#Ab ul li{
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}
* html #Ab li {float: left;} /*IE6*/
#Ab ul li a {
	color: #000;
	font-size: 1.2em;
	margin: 0;
	padding: 1px 20px 1px 5px;
	text-decoration: none;
}
* html #Ab ul li a {display: block;}
#Ab li a:hover {
	color: #000;
	text-decoration: underline;
	z-index:20;
}
#Ab li a:active,
#Ab li a.aktiv {
	background: #c0c0c0;
	color: #3b6102;
}
/* 2.Ebene */
#Ab ul ul {
	background: #eae5d2;
	clear: left;
	min-width: 120px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	top: 15px;
	left: -160px;
}
* html #Ab ul ul { /*IE6*/
  width: 140px;
  top: 2px;
}
*+html #Ab ul ul { /*IE7*/
	top: 18px;
}
#Ab ul ul li {
	clear: left;
	display: block;
	height: auto;
	width: 100%;
}
*+html #Ab ul ul li { /*IE7*/
	min-width: 140px;
	margin: 0;
	padding: 0;
}
#Ab ul ul a,
#Ab ul ul a:visited {
	border-bottom: 1px solid #3b6102;
	color: #000;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 4px 5px;
	text-transform: none;
}
* html #Ab ul ul a,
* html #Ab ul ul a:visited { /*IE6*/
  line-height: 1.2em;
  padding: 0 5px 1px 5px;
  width: 140px;
  position: relative;
}
* html #Ab ul ul a { /*IE6*/
  margin: -1px 0 0 0;
  padding: 5px;
}

@media all and (min-width: 0px){ #Ab ul ul li { min-width: 120px; } } /*Safari*/

html>/**/body ul ul > li , x:-moz-any-link, x:default { /*FireFox3*/
	width: 110px;
} 
/*hover hauptnavigationspunkt*/
#Ab a:hover,
#Ab ul ul a:hover {color: #000;}
#Ab :hover > a {color: #b8860b;}
#Ab ul ul :hover > a {
	background: #fff;
	color: #b8860b;
	font-weight: bold;
}
/* zweite Ebene bei Hover anzeigen */
#Ab ul li:hover ul,
#Ab ul a:hover ul {
	visibility: visible;
}
* html #Ab ul a:hover ul { /*IE6*/
	visibility: visible;
}
/* IE Fix Tabelle für Hover */
#Ab ul table {
	border-collapse: collapse;
	left: 0;
	position: absolute;
	top: 0;
}
/* IE Fix Tabelle für Hover */
* html #Ab table {
   border-collapse: collapse;
   left: 0;
   position: relative;
   top: -1px;
}
* html #Ab ul ul a:visited {padding: 4px 5px 5px 5px;}
/*-----Logo---------------------------------------------------------------------------------*/
#Ac {
	position: absolute;
	top: 135px;
	left: 650px;
}
#Ac-home {
	position: absolute;
	top: 255px;
	left: 650px;
}
/*-----Subnavigation------------------------------------------------------------------------*/
#B {
	background: #eae5d2;
	border-right: 1px dotted #005a4c;
	float: left;
	height: 100%;
	width: 160px;
}
#B ul {	
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#B ul li {padding: 2px 0 2px 15px;}
#B ul li a {
	font-weight: bold;
	color: #005a4c;
}
#B ul li a:hover {color: #000;}
#B ul li.aktiv {background: url(/navigation/aktiv_1ebene.gif) left 5px no-repeat;}
#B ul ul {
	margin: 0 0 -2px 0;
	padding: 0;
}
#B ul ul li {padding: 2px 0 2px 10px;}
#B ul ul li.aktiv {background: url(/navigation/aktiv_2ebene.gif) -3px 5px no-repeat;}
#B ul ul li a {
	font-size: 10px;
	font-weight: normal;
}
/*-----Content------------------------------------------------------------------------------*/
#C {
	height: 17px;
	margin: 0 0 0 208px;
	padding: 19px 0 10px 0;
	width: 670px;
}
/*-----Tabellen-----------------------------------------------------------------------------*/
.tabelle-1 {
	background-color: #fff;
	border: 1px #000 solid;
	width: 420px; 
}
.tabelle-2 {width: 100%;}
.tr-head {font-weight: bold;}
.td-head {padding: 3px 0 0 0;}
.td-1 {
	border-bottom: 1px #c0c0c0 solid;
	color: #3b6102;
	font-weight: bold;
	padding: 3px 0 0 0;
}
.td-last {
	border-bottom: 1px #c0c0c0 solid;
	color: #3b6102;
	font-weight: bold;
	padding: 3px 5px 0 0;
	text-align: right;
	vertical-align: bottom;
	width: 30%;
}
.td-last-lang {
	border-bottom: 1px #c0c0c0 solid;
	color: #3b6102;
	font-weight: bold;
	padding: 3px 5px 0 0;
	text-align: right;
	vertical-align: bottom;
	width: 60%;
}
table li {
	border-bottom: 1px #c0c0c0 solid;
	font-weight: bold;
	list-style: circle;
	list-style-position: inside;
	padding: 3px 0 0 0;
}
/*-----Footer-------------------------------------------------------------------------------*/
.footer {
	background: #c0c0c0;
	color: #fff;
	margin: 0;
	padding: 2px 10px 2px 10px;
}
.footer .fLeft {float: left;}
.footer .fRight {float: right;}
.footer a {color: #fff !important;}


/*-----Special-------------------------------------------------------------------------------*/
/*
kontakt.php
sitemap.php
impressum.php
*/
ul.none {
margin: 0 0 10px 0;	
}
ul.none li {
	border-bottom: 0;
	font-weight: normal;
	list-style: disc;
	list-style-position: inside;
	padding: 3px 0 0 10px;
}
