/*           */
/*  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;
	height: 450px;
	border: none;
	margin-left: -375px;
	}

/*                             */
/*  Positionierung im Kasten   */
/*                             */
	

	
#logo
	{
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: right;
	}
	
#nav
	{
	top: 0;
	left: 0;
	width: 650px;
	height: 35px;
	text-align: left;
	line-height: 12px;
	}


#content
	{
	position: relative;
	left: 0px;
	top: 35px;
	width: 100%;
	height: 414px;
	text-align: left;	
	}

#content-index
	{
	left: 0px;
	top: 18px;
	width: 100%;
	height: 435px;
	text-align: left;
	}
	
/*                             */
/*  Text-Formatierungen        */
/*                             */

#content-index a
	{
	color: #000;
	text-decoration: none;
	}
	
#content-index a:hover
	{
	color: #666;
	}	

#logo a
	{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	}
	
#logo a:hover
	{
	color: #222;
	}


#nav ul
	{
	width: 600px;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	}
	
#nav ul li
	{
	padding: 0 10px 0 0;
	float: left;
	display: inline;
	}

#nav ul ul
	{
	clear: none;
	left: 0;
	}
	
	
#nav ul ul a
	{
	color: #666;
	}	
	
#nav ul ul a:hover
	{
	color: #000;
	}


#nav a
	{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	}
	
#nav a:hover
	{
	color: #000;
	}


#content a
	{
	color: #000;
	text-decoration: none;
	}
	
#content a:hover
	{
	color: #666;
	}

h1, p
	{
	font-size: 12px;
	padding: 0;
	margin: 0;
	}
	
p 
	{
	padding: 15px 0 0 0;
	line-height: 17px;
	}

table
	{
	border: 1px solid #666;
	}

td
	{
	padding: 0;
	margin: 0;
	height: 1px;
	}
	
td img
	{
	margin: 0 0 -2px 0;
	}