body {
	top:      	0;  /* NN4 */
	left:     	0;  /* NN4 */
	margin:   	0;	/* das reicht eigentlich */
	padding:  	0;  /* Opera UASS */
	background-color: white;
	text-align: center;
}

div.main {
	position: relative;
	top: 10px;
	height:600px;
	width:800px;
	background-color: #FFFCF1;
	text-align: left;
	margin: auto;
	border: solid 1px #301000;
}

div.head {
	position: relative;
	height:140px;
	width:800px;
	background-color:#2699F2;
	background-image: url(../images/oben.jpg);
	text-align: center;
	/*margin: auto;*/
	/*border: solid 1px #301000;*/

}
div.menue {
	position: relative;
	height:17px;
	width:800px;
	background-color:#7E9A54;
	text-align: center;
	font-size: 12px;
	/*margin: auto;*/
	/*border: 1 1 1 1;*/
	border-bottom: solid 1px #301000;
	border-top: solid 1px #301000;
	/*color: white;*/
}

.navi:first-letter{
	font-size:20px;
	color:red;
}

a.navi{
	color: white;
	font-size:13px;
	text-decoration: underline;
	margin: 0 5px 0 5px;
}

#footer {
    position:fixed;
    bottom:0px;
}

.rahmen{
	border: solid 1px #583A30;
}

input, textarea {
 background-color: #fff;
 border: 1px solid #cecece;
 padding: 3px;
 margin-right: 10px;
 margin-top: 4px;
 font: normal 11px verdana, arial, geneva, helvetica, sans-serif;
}

a.link{
	color:#401D00;
	border: solid 1px #7E9A54;
	border-width: 0 0 1px 0;
}