/* 
	Dunkelrot: #491720 / 73 23 20
		Beige: #FFFFD5 / 255 255 213
		 Grau: #999999 / 153 153 153
*/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:1.5em;
	}

h1 {
	color:#491720;
	font-size:16px;
	margin:0;
	margin-bottom:1em;
	margin-left:-40px;
	font-weight:bold;
	}

h4 {
	font-size:10px;
	margin:0;
	font-weight:bold;
	}
	
h5 {
	font-size:10px;
	margin:0;
	margin-bottom:3px;
	color:#491720;
	font-weight:normal;
	}

img { border:none }

body, html {
	height:100%;
	margin:0px;
	background-color:#491720;
}

ul {
	margin-top:0px;
	margin-left:18px;
	}

form {
	margin-top:5px;
	margin-bottom:0;
	}

form * {
	line-height:normal;
	}
	
form label {
	text-align:right
	}

.main {
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFD5;
	height:100%;
	width:740px;
	}
	
.top {
	background-image:url(bilder/layout/bg_oben.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
	padding-top:16px;
	vertical-align:top;
	margin:0px;
	}

#menu a, #menu a:hover, #menu .a_active {
	display:block;
	height:17px;
	padding-top:1px;
	text-decoration:none;
	color:#FFFFD5;
	font-size:10px;
	font-weight:bold;
	}

#menu a:hover, #menu .a_active {
	background-color:#491720;
	}