html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li{
   	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 0px 0px;
	font-family: 'Merriweather', serif;
   	}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}


a:link {
    color: #151f54;
	text-decoration: none;
}
a:visited {
    color: #151f54;
	text-decoration: none;
}

a:active {
    color: #151f54;
	text-decoration: none;
}

a:hover {
    color: #151f54;
	text-decoration: none;
}



#seite {
	width: 956px;
    margin: 0px auto;
    text-align: left;
  } 

#nav_1 {
	position: absolute;
	top: 270px;
	left: 400px;
	height:26px;
	width: 80px;
	font-size:16px;
	text-align:left;
	line-height:26px;
	font-family: 'Merriweather', serif; font-weight: 700; 
	z-index: 1;
  } 

#nav_2 {
	position: absolute;
	top: 270px;
	left: 494px;
	height:26px;
	width: 80px;
	font-size:16px;
	text-align:left;
	line-height:26px;
	font-family: 'Merriweather', serif; font-weight: 700; 
	z-index: 1;
  } 
  

#nav_imp {
  	position: absolute;
	margin-left:390px;
	font-size:12px;
	color: #151f54;

  }

  
#mainbox {
  	position: relative;
  	padding-top:252px;
	width:956px;
	height:100%;
	left:0px;
background-color: #f4d49b;
 }

#middle {
	width: 956px;
	height: 100%;
}  


#banner {
	height: 252px; 
	width: 956px; 
	position: absolute;
	top: 0px;
	left: 0px;
  } 


#picbox1 {
  	position: absolute;
  	padding-top:28px;
  	padding-left:0px;
	width:274px;
	height: 344px;
	 } 

#picbox2 {
  	position: absolute;
  	padding-top:28px;
  	padding-left:660px;
	width:389px;
	height: 380px;
	 } 


#textbox1 {
  	position: relative;
  	padding-top:80px;
  	padding-left:280px;
	width:400px;
	font-size: 14px;
  	line-height: 28px;
  	text-align:left;
  	color: #151f54;
	font-family: 'Merriweather', serif; font-weight: 400; 
 }  
  
#textbox2 {
  	position: relative;
  	padding-top:80px;
  	padding-left:200px;
	width:560px;
	font-size: 12px;
  	line-height: 21px;
  	text-align:left;
  	color: #151f54;
	font-family: 'Merriweather', serif; font-weight: 400; 
 } 

img { 
	border: 0; 
}


h1 { 
	font-size: 24px;
  	line-height: 46px;
 	text-align:left;
	color: #151f54;
	font-family: 'Merriweather', serif; font-weight: 900; 
}

h2 {
	font-size: 21px; 
	line-height: 28px;
 	text-align:left;
	color: #151f54;
	font-family: 'Merriweather', serif; font-weight: 900;
}


ul {
	list-style : disc;
	}

li { 
	margin-left: 21px;
  	line-height: 30px;
	color: #151f54;
	} 
	
li span { 
	color: #151f54;
	} 
	

.footer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 154px;
	width: 956px;	
 	background : url(links/foo.png);
	z-index: 1;
}



