body{
    color:#000000;
    font-size: 1em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color:#5D2321;
	height:100px;
	margin-top:15px;
	background-image:url(../bilder/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
    }
#container{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:-20px;
	position:relative;
	border: 1px none #999999;
	background-color:#FFECC1;
	text-align:left;
    }
.top{
	background-color:#v;
	width:700px;
	height:100px;
	background-image:url(../bilder/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:1.5em;
	}
.topmenu {
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-align:right;
	padding-right:15px;
	line-height:1.5em;
	text-decoration:none;
	}
.toplink{
	text-decoration:none;
	font-size:10px;
	color:#999999;
}
.toplink:hover{
	text-decoration:none;
	font-size:10px;
	color:#000000;
}
#header{
	text-align:center;
    background-color:#5D2321;
	}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	height:250px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	}
h1{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#006600;
	height:25px;
	width:575px;
	padding-top:5px;
	margin-left:15px;
	}
p{
	font-family:Arial;
	font-size:12px;
	margin-left:15px;
	color:#000000;
	margin-right:25px;
	}
a{
	font-family:Arial;
	font-size:12px;
	color:#006600;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	font-family:Arial;
	font-size:12px;
	color:#006600;
	font-weight:bold;
	text-decoration:underline;
	}
.flash{
	background-color:#5D2321;
	}
.shadow{
	background-image:url(../bilder/shadow.jpg);
	background-repeat:repeat-x;
	widows:700px;
}
#mainmenu{
	background-color:#5D2321;
	width:700px;
	height:20px;
	text-align:left;
	margin-left:0px;
	}
.footer{
	text-align:left;
	display:block;
	height:25px;
	padding-left:15px;
	padding-top:25px;
	padding-bottom:25px;
	color:#999999;
	font-size:10px;
	}
	/*-------KLAPPMENÜ HORIZONTAL------*/
#menu {
	vertical-align:bottom;
	width: 700px;
	height:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	margin-left:0px;
	}
#menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 100px; 
	float: left; 	
	text-align: center;
	}
#menu a, #menu h2{ 
	font: 11px arial, helvetica, sans-serif;
  	display: block;
	width:100px;
	border-style:none;
	text-align: center;
	vertical-align:middle;
	height:18px;
	padding:2px 0px 2px 0px;
 	}
.aktiv{
	background-color:#FCEDBD;
	color:#000000;
	font: 11px arial, helvetica, sans-serif;
  	display: block;
	width:100px;
	height:40px;
	border-style:none;
	text-align: center;
	vertical-align:middle;
	height:18px;
	padding:2px 0px 2px 0px;
}
#menu h2 { 
	color: #ffffff; 
	text-decoration: none; 
	}
#menu a { 
	color: #ffffff; 
	text-decoration: none; 
	}
#menu a:hover{ 
	color: #000000;
	background-color:#FCEDBD;
	height:20px;
	text-align: center;
	vertical-align:middle;
	margin-top:0px;
	}
#menu li {
	position: relative;	
	left: 0px;
	top: 0px;
	}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top:auto;
	bottom:22px;
	background-color:#4E0000;
	width:100px;
	margin-left:-1px;
	padding-bottom:10px;
	padding-top:10px;
	border:2px;
	border-style:solid;
	border-bottom:0px;
	border-color:#FFFFFF;
}
#menu ul ul ul { 
	position: absolute; 
	left: 100%; 
	}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}
/*------KLAPPMENÜ END------*/

