body {
	background-image:url(background.png);
	height: 200%;
	margin: 10px 20px 10px;
	}

#header{min-height: 160px;}

#menu { height: 200%;
	width: 270px;
	float: left;
	} 

#zitat{height: 100%;
	width: 250px;
	float: right;
	}

#content{height: 100%;
	}

#header h1{text-align: center;
	font-family: Times New Roman;
	color: #E94F04;
	font-variant: small-caps;
	}

#header p{text-align: center;
	font-family: Arial;
	color: black;
	font-weight: bold;
	}

#menu li{
	font-variant: small-caps;
	list-style-type: none;
        background-color: #9FB000;
        border: solid 3px #FFFFFF;
	border-radius: 15px;
        width: 10em;
        padding: 5px;
        margin: 5px;
        text-align: center;}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
        font-weight: bold;
        display: block;}


#menu li:hover {}

#menu li a:hover {color: #000000}



#content p{font-family: Arial;}

#content h1{font-family: Times New Roman;
	color: #E94F04;
	font-variant: small-caps;
	}
	
#content li{font-family: Arial;
	}


#zitat p{background-color: #9FB000;
        border: solid 3px #000000;
	border-radius: 15px;
        width: 10em;
        padding: 5px;
        margin: 5px;
        text-align: center;}

#formular {
 font-family: Aria;
 margin:0px auto;
 width:480px;
 border:1px solid #000000;
 text-align:left;
}
#fehler {
  font-family: Aria;
 color:<?php echo $fehlercolor ; ?>;
 text-align:left;
}
#box {
  font-family: Aria;
 margin-top:10px;
}
#um { font-family: Aria;
 margin-left:105px;
}
#bez { font-family: Aria;
 float:left;
 text-align:left;
 width:9.5em;
 line-height:25px;
}
input { font-family: Aria;
 margin-top:5px;
}
#nachricht { font-family: Aria;
 clear:both;
 text-align:left;
}
#copy { font-family: Aria;
 font-size:7px;
 position:relative;top:30px;
}
