/*           */
/*  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%;
	}

div
	{
	position: absolute;
	margin: 0;
	padding: 0;
	}

/*                             */
/*  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;
	border: 0px;
	margin-left: -375px;
	}

/*                             */
/*  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: white;
	border-top: 1px solid white;
	}
	
#sidenav
	{
	top: 149px;
	left: 10px;
	width: 170px;
	text-align: right;
	}	
	
#abbinder
	{
	width: 735px;
	height: 20px;
	background-color: transparent;
	}
	
#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               */
/*                             */	

#divUp
	{
	left: 716px;
	top: 80px;
	width: 0px;
	height: 0px;
	overflow: hidden; 
	}

#divDown
	{
	left: 716px;
	top: 395px;
	width: 0px;
	height: 0px;
	overflow: hidden; 
	}
	
#divScrollTextCont
	{
	top: 98px;
	left: 250px;
	width: 465px;
	height: 100%;
	text-align: left;
	overflow: visible; 
	visibility: visible;
	}
	
#divText
	{
	left: 0px;
	top: 0px;
	}

	
/*                             */
/*  Text-Formatierungen        */
/*                             */


#nav a
	{
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
#abbinder a
	{
	color: transparent;
	}
	
	
#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
	{
	color: #f60;
	text-decoration: none;
	}

#divTextPur a:hover, #divText 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;
	}