/* Abstaende Blockelemente aufheben */
* {
    margin : 0;
    padding : 0;
}
body {
	margin: 23px;
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	background-color: #D2691E;
	font-size: 80%;
}
html>body {
	font-size: 9.5pt;
}
#wrapper {
    min-width:720px;
}

#wrapper-inner {
	background-color: #ffffff; /* Hintergrund rechte Spalte */
	border: 1px solid #000000;
}

/* the bodge for IE6 browsers */
* html #wrapper {
	border-left: 720px solid #ccc;
	position: relative;
	float: left;
	z-index: 3;
}
* html #wrapper-inner {
	margin-left: -720px;
	position: relative;
	float: left;
	z-index: 4;
	text-align: center;
}

h4 {
	border-bottom: 1px solid #000000;
	text-align: center;

	background-color: #ffee66; /* Hintergrund Header */
	padding: 2px;
}


#main {
	background-color: #ffee66; /* Hintergrund linke Spalte */
	margin-right: 0px;
	position: relative;
}
#left {
	float: left;
	width: 120px;
	padding: 4px;
	position: relative;
	height: auto;
	background-color: #ffee66; /* Hintergrund Header */
}
 #content {
	background-color: #ffee66; /* Hintergrund mittlere Spalte */
	padding: 10px;
	margin: 2px;
	border: 1px solid #000000;
	position: relative; /* fix IE */
	margin-left: 130px;
	text-align: center;
}
.clear {
    clear : both;
    width : 278px; /* fix IE6 min-width 700px (Abstaende, Border, Padding abziehen)*/ 
}

/* fix IE < 7 */
h1 span {
    display : block;
    width : 720px;
    margin-left : auto;
    margin-right : auto;
}

.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;
}

input 
{
background-color : #f0e68c;
}
textarea 
{
 background-color: #f0e68c;
}
select 
{
 background-color: #f0e68c;
}
