/****************************************************************************/

/*         Stylesheet für Diese Toene                    */
                                                      
/****************************************************************************/

*	{
   margin:0;
   padding:0;
}
html {
	height: 100%;
}
body	{
    font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 74%;
	height: 100%;
} 
img{
	border: 0;
}
/* Gestaltung des Hauptmenues - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#navigation	{
   position:absolute;
   top: 140px;
   left: 0;
   width: 200px;
   z-index:10;
}
div#navigation	ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
div#navigation	ul li a{
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	height: 35px;
	background: #f39900;
	display: block;
}
div#navigation	ul li a:hover{
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	height: 35px;
	background: #0097d4;
	display: block;
}
div#navigation	a.activ{
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	height: 35px;
	background: #0097d4;
	display: block;

}
/* Box für die Überschriften  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
#hls{  
	position: absolute;
	left: 330px;
	top: 0px;
	width: 500px;  
	height: 260px;
	z-index: 1;  
}
/* Box für den Inhalt - erste Spalte - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
#content{  
	position: absolute;
	left: 330px;
	top: 215px;
	width: 320px;
	z-index: 20;
	font-size: 1.05em;
}
h1 {
	color: #f39900;
	font-weight: bold;
	font-size: 1.1em;
}
h2 {
	color: #0097d4;
	font-weight: bold;
	font-size: 1.1em;
}
a {
	color: #f39900;
	font-weight: bold;
	font-size: 1em;
}
a.links {
	color: #0097d4;
	font-weight: bold;
	font-size: 1.05em;
	text-decoration: none
}
.orange {
	color: #f39900;
	font-weight: bold;
	font-size: 1em;
}
.blue {
	color: #0097d4;
	font-weight: bold;
	font-size: 1em;
}
/* Box für zweite Spalte  - - - - - - - - - - - - - - - - - - - - */
#content2{ 
	position: absolute;
	left: 680px;
	top: 215px;
	width: 300px;
	z-index: 25;
	}
/* Box den Inhalt der Home Seite  - - - - - - - - - - - - - - - - - - - - */
#contenthome{ 
	position: absolute;
	left: 330px;
	top: 20px;
	}

/* Box für Download  - - - - - - - - - - - - - - - - - - - - */

#btn{ 
	position: absolute;
	left: 680px;
	top: 215px;
   	height: 60px;
	width: 300px;
	z-index: 30;
	background: #f39900;	
	}
/* Horizontal rules  - - - - - - - - - - - - - - - - - - - - - - - - - */

#nachkopf{
   clear:both;
   display:none;
   height:0;      
}
