
/***************************************** Generelles *************************************************************************/
* {
	font: 12px Georgia, "Times New Roman", Times, serif;	
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
	}
body {
	height:100%;
	width: 100%;
	overflow: hidden;
	/* ab hier die scrollbar */
   scrollbar-face-color:#CCCCCC;
   scrollbar-shadow-color:#FFFFFF;
   scrollbar-highlight-color:#CCCCCC;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-darkshadow-color:#FFFFFF;
   scrollbar-track-color:#FFFFFF;
   scrollbar-arrow-color:#FFFFFF;
	}
/* textelemente formatieren */
#tab2 {
	background-color: #EAEAEA;
	}
.mittig { 
	text-align: center !important
	}	
h1 {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	}
img, a img {
	border: 0px;
	}
b {
	font-weight: bold;
	}
em {
	font-style: italic;
}
/***************************************** Die Navigation *********************************************************************/
#nav, #nav-bg {
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 37%;
	}
#nav-bg {
	z-index: 1;
	background-image:  url(../nav_bilder/bg8.jpg);
	}
/* Das Menü definieren */
#nav * {
	line-height: 1.2;	
	}
#nav ul {
	height: 100%;
	width: 80%;
	padding-top: 10%;
	list-style-type: none;
	}
#nav li{
	width: 100%;
	list-style-type: none
	}
#nav li a {
	display: block;
	padding: 2% 22% 2% 9%;
	}

#nav a, #nav a:visited, #nav a:hover, #nav a:active  {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	}
#nav a:hover {
	color: #000000;
}
/* Die Navigation highlighten */
body#erzeugnisse a#erzeugnisse, 
body#historie a#historie,
body#impressum a#impressum,
body#home a#home,
body#kontakt a#kontakt,
body#kurse a#kurse,
body#partnerseite a#partnerseite,
body#presse a#presse,
body#termine a#termine,
body#vorfuehrung a#vorfuehrung
{ color: #000000 }


/***************************************** Der Inhalt *************************************************************************/
#inhalt {
	position: absolute;
	z-index: 9;
	top: 7%;
	left: 25%;
	width: 60%;
	margin-left: 13%;
	margin-right: 2%;
	height: 77%;
	overflow: auto;
	text-align: center;
	}
#inhalt p, #inhalt h1, #inhalt img {
	margin-bottom: 15px;
	}
#inhalt td {padding: 1%}
#inhalt ul, #inhalt li {
	text-align: left;
	list-style-position: outside;
	margin-left: 15px;
	}
/***************************************** Der untere Teil der Seite **********************************************************/
#bottom {
	background-color: #CCCCCC;
	position: absolute;
	z-index: 3;
	top: 85%;
	height: 16%;
	width: 100%;
	}
#logo-huelle {
	position: absolute;
	left: 37%;
	}
#logo {
	position: absolute;
	z-index: 4;
	right: -1px;
	top: -145px;
	}
#schnur {
	position: absolute;
	z-index: 3;
	bottom: 145px;
	right: -1px;
	}
#vorzurueck {
	position: absolute;
	text-align: center;
	padding-top: 1%;
	left: 25%; /* wie #inhalt */
	width: 62%; /* wie #inhalt */
	margin-left: 11%; /* wie #inhalt */
	margin-right: 2%; /* wie #inhalt */
	}
#vorzurueck span {
	margin: 20px;
	}

/***************************************** Die Sachen zum Drucken vorbereiten *************************************************/
/* unsichtbare Elemente */
#unsichtbar { 
	visibility: hidden;
	}
/* Druckdefinitionen */
@media print {
body {margin: 0px; padding: 0px }
#inhalt {
	width:75%; height: auto;
	top: 10px; left: 25%;	background-color: #ffffff}
#bottom {
	left: 0px;
	bottom: 5%;
	width: 22%;
	}
#logo, #logo-huelle, {left: 0px; bottom: 0px}
#bottom img {height:150px; position: absolute; bottom: 0px; left: 0px;}
#unsichtbar /* der Text zum Logo */ {
	visibility: visible; position: absolute; z-index: 10; 
	bottom: 2%; left: 0px; width: 25%;
	text-align: left; font-size: 9px;}
/* auszublendende Elemente */
#nav, #vorzurueck, #schnur { display:none; }
