/*CSS Document */
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffff;
 margin:0px;
 padding:0px;
 height:100%;
}

h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
prev
{
 font-size:14px;
 color:#d5ffee;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#D2691E;
  font-weight:bold;
}

input 
{
background-color : #f0e68c;
}
textarea 
{
 background-color: #f0e68c;
}
select 
{
 background-color: #f0e68c;
}

#weiss
{
	width:966px;
	height:100%;
	margin:0px auto;
	padding:2px;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #000000;
}
#box
{
	width:982px;
	margin:0px auto;
	padding:2px;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #000000;
}


#title 
{
	height:122px;
	background: #ffee66;
	border: 1px solid #000000;
	padding:2px;
	margin:2px;
}

#left 
{
	border: 1px solid #000000;
	background-color:#ffee66;
	width:128px;
	height:750px;
	float:left;
}

#anzeige 
{
	border:1px solid #000000;
	background-color:#ffee66;
	width:827px;
	height:750px;
	float:right;
	padding:0px 10px;
	overflow: auto;
}

/* wrapper holds left faux column tab */
/*  
#wrapper { 
text-align: left;
width: 128px;
margin: 0 auto; 
background: #000 url(test.jpg) repeat-y 10px 0;
}*/

#clearing 
{ 
	background-color:#ffee66;
    clear: both; 
	width: 100%; 
}

#infobox
{
	float:middle;
	width:70%;
	background-color:#ffee66;
	margin:8px 8px 8px 40px;
	padding: 6px;
}

.menutitle
{
	font-weight:bold;
	text-align:center;
	margin:2px;
}
.menucontainer 
{
	border:1px solid #000000;
	background-color:#ff1100;
	width:106px;
	margin:10px;
}

a.menu 
{
 	display:block;
 	padding:3px;
 	border-top:1px solid #ffffff;
 	background-color:#000000;
 	text-align:center;
 	color:#eeeeee;
 	text-decoration:none;
 }
a.menu:link, a.menu:visited
{
	 color:#eeeeee;
	 background-color:#D2691E;
	 text-decoration:none; 
 	font-weight:bold;
}
a.menu:active, a.menu:hover
{
 	color:#ffffff; 
	font-weight:bold;
	background-color:#000000;
}



