* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.2;
    color:#3D3D13;
	background: #fff;
}

body.section-1 {
	
	 }
	 
body.section-2 {
	
	 }
	 
body.section-3 {

	 }

 a:link { 
 	text-decoration:none;  
 	color:#3D3D13;
 	font-weight: bold;
 	}
 	
a:active { 
	text-decoration:none;  
 	color:#FFFFFF; 
 	font-weight: bold;
 	}
 	
 a:visited {
	text-decoration:none;
	color:#3D3D13;
	font-weight: bold;
    }

 a:hover { 
 	text-decoration:none;
 	color:#FFFFFF; 
    font-weight: bold; 
 	background:none; 
 	}
 	
 a: onclick { 
	text-decoration:none;  
 	color:#FFFFFF; 
 	font-weight: bold;
 	}

a img { border: none; }

#menu {
  height: 600px;
  width: 203px;
  border: none;
  background: #ffd500;
  margin: 85px 20px 0px 80px;
  padding: 20px 5px 0px 15px;
  position: fixed;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu b {
 	text-decoration:none;
 	color:#FFFFFF; 
    font-weight: bold; 
 	background:none; 
}

#menu ul li.section-title {
	text-decoration:none;
	color:#3D3D13;
	font-weight: bold;
	 }

#content {
    height: 100%;
    margin: 0 0 0 313px;
    top: 0;
}

.container-1 {
    padding: 5px 0px 25px 5px;
}

.container-2 {
    padding: 85px 0px 25px 5px;
}

#content p { 
	width: 555px; 
	margin-bottom: 15px; 
	}

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	position: fixed; 
	margin: 34px 15px 20px 0px;
	padding: 0px 15px 25px 0px;
   
	}
	
#img-container p	{ 
	width: 555px; 
	margin: 25px 25px 15px 0px;
	}

#once { clear: left; }

input#absender, 
textarea { 
   border: none;
   background-color:#e6e6e6;
   width: 350px; 
}