/*           */
/*  Generell */
/*           */

body 
	{
	background-color: white;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: center;	
	height: 100%;
	overflow: hidden;
	}

div
	{
	position: absolute;
	margin: 0;
	padding: 0;
	}
	
#index
	{
	position: absolute;
	top: 30px;
	color: white;
	height: 40px;
	z-index: 1;
	overflow: hidden;
	}

#index a
	{
	color: white;
	}
	

/*                             */
/*  Positionierung im Fenster  */
/*                             */
	
#horizont
	{
	background-color: transparent;
	text-align: center;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}	

	
#kasten
	{
	top: -225px;
	left: 50%;
	width: 750px;
	height: 450px;
	border: solid 2px #BAB2A7;
	margin-left: -375px;
	z-index: 2;
	}

/*                             */
/*  Positionierung im Kasten   */
/*                             */
	
#logo, #abbinder, #nav
	{
	left: 0;
	}	
	
#logo
	{
	top: 0;
	width: 100%;
	height: 64px;
	text-align: right;
	background-color: white;
	}
	
#nav
	{
	top: 65px;
	width: 100%;
	height: 350px;
	background-color: #ECE8DF;
	border-top: 1px solid #ECE8DF;
	}
	
#sidenav
	{
	top: 149px;
	left: 10px;
	width: 170px;
	text-align: right;
	}	
	
#abbinder
	{
	top: 424px;
	width: 735px;
	height: 20px;
	background-color: white;
	}
	
#sprache
	{
	top: 292px;
	left: 123px;
	text-align: left;
	}

#sprache p
	{
	margin-bottom: 20px;
	}
	

#divTextPur
	{
	left: 250px;
	top: 150px;
	width: 465px;
	text-align: left;
	}

/*                             */
/*  Scroll-Layer               */
/*                             */	


#scrolling
	{
	position: absolute;
	left: 250px;
	top: 95px;
	height: 310px;
	color: #666;
	text-align: right;
	}

#divContainer_1
	{
	MIN-HEIGHT: 310px; 
	OVERFLOW: hidden;  
	POSITION: relative; 
	HEIGHT: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	}

#divContent_1
	{
	padding: 5px;
	position: absolute;
	}

	
#divText
	{
	left: 0px;
	top: 0px;
	}

	
/*                             */
/*  Text-Formatierungen        */
/*                             */


#nav a, #abbinder a
	{
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
#nav
	{
	text-align: left;
	font-size: 11px;
	}

#nav a, #nav span
	{
	padding: 2px 0 2px 0;
	letter-spacing: 1;
	}

#nav a:hover
	{
	background-color: #f90;
	}
	
#nav span
	{
	background-color: #f90; 
	padding: 2px 0 2px 0;
	font-weight: bold;
	}

#sidenav
	{
	font-size: 11px;
	}

#sidenav a
	{
	color: #666;
	text-decoration: none;
	}

#abbinder
	{
	text-align: right;
	}
	
	
#sprache a
	{
	font-size: 12px;
	color: #666;
	text-decoration: none;
	}
	
#abbinder a:hover, #sidenav a:hover, #sprache a:hover, #sidenav
	{
	color: #f60;
	}
	
#divTextPur h1
	{
	margin: 0 0 0 0;
	}

#divTextPur img
	{
	float: left;
	padding: 0 0 0 0;
	margin: 0 15px 150px 0;
	}

#divTextPur a, #divText a, #divContent_1 a
	{
	color: #f60;
	text-decoration: none;
	}

#divTextPur a:hover, #divText a:hover, #divContent_1 a:hover
	{
	color: #666;
	}	

h1
	{
	font-size: 14px;
	padding: 0 0 17px 0;
	margin: 50px 0 0 0;
	}
	
p
	{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

ul
	{
	margin: 0 0 0 18px;
	padding: 0;
	}