html {
   background:url(../../media/Background2.jpg);
   background-position: center top;
    background-attachment:fixed;
   background-color: #000000;
   height: 100%;
}
body {
   background-image: url(../../media/hintergrund_2.png);
   background-position: center bottom;
   background-repeat: no-repeat;
   background-attachment:fixed;
   height:100%;
   position: relative;
   font-family: Comic Sans MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #663300;
   margin: 40px;
}

html>body {
   min-height: 100%;
   height: auto;
} 




a:link, a:visited, a:active {
	color: #663300;
	font-size:1.1em; 
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #663300;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 25px;
	color:#663300;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 20px;
	color: #663300;
	margin: 15px 0px 5px 0px;
}
h3 {
	font-size: 18px;
	color: #663300;
	margin: 15px 0px 5px 0px;
}
h4 {
	font-size: 16px;
	color: #663300;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
header {
	vertical-align: top;
}

.menu {  
	float:left; 
        vertical-align: top;
	font-weight:700; 
	margin-bottom:5px; 
	padding:5px 1px 5px 5px; 
	text-decoration:none; 
        width:138px;
      
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0px;
       list-style-type:circ;
}
.menu ul {
	border-bottom: 0px;
 	
}
.menu ul ul {
	padding-left: 20px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	display: block;
	text-decoration: none;
   
}
.menu a:hover {
	text-decoration: none;
}
.menu_current {
	font-size:1.2em; 
	font-weight: bold;

}
.highlight {
	
}
.border {
	font-size: 10px;
	height: 15px;
}
.powered_by {
	padding: 3px 0px 0px 5px;

}
.content {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}



.footer {
	padding: 0px;
	height: 120px;
	text-align: left;
}
