﻿/*Definition des Mainbereiches*/
#main
{
	width:800px;
	background-color:#F7EECD;
}
/*Header*/
#head
{
	height:190px;
   	width:100%;
	background-color:#236B15;
    top: 0px;
    left: 0px;
}
/*Definition des Menus*/
#menu
{
	height:45px;
	width:100%;
	background-color:#155A07;
	background-image: url('medien/menu_blank.png');
	overflow: hidden;
    top: 0px;
    left: 0px;
}

#menu ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#menu li {
    top: 0px;
    left: 0px;
	float: left;
	height: 100%;
	margin-right: 3px;
	margin-left: 3px;
}

#menu a{
    border-style: none;
	border-color: inherit;
	border-width: 0;
	top: 0px;
    	left: 0px;
	background-image: url('medien/menu_blank.png');
    	background-repeat:repeat-x;
    	background-position:center;
    	height:60px;
    	display:block;
    	text-decoration : none;
    }
#menu img
{
	border: 0;
}

#menu a:hover{
    background-image: url('medien/menu_blank_hover.png');
}

/*Definition des Hauptteiles*/
#body
{
	background-color:#F7EECD;
    top: 0px;
    left: 0px;
   	width:96%;
   	font-family:Verdana, sans-serif;
	font-size:16px;
	padding-top:20px;
	padding-left:16px
}
#body h1
{
	font-family:"Old English Text MT";
	font-size:48px;
	text-align:center;
}
#body p
{
   	font-family:Verdana, sans-serif;
	font-size:16px;
}
#body a
{
	color:black;
}
#body img
{
	border:0;
}
/*Definition des Footers*/
#footer
{
	background-color:#F7EECD;
    top: 0px;
    left: 0px;
   	width:100%;
   	text-align: right;
   	font-size:small;
	color: navy;
   	font-family:Verdana, sans-serif;
	}
#footer a{
    text-decoration : none;
  	color: navy;
}
/*definition der links*/
.links
{
	list-style:none;
}
