font {
	font-family:Veranda,Arial,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	color:#183146;
	font-size:15px;
	font-weight:400;
	line-height:1.5em;
}

a {
	font-family:Veranda,Arial,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	color:#183146;
	font-size:14px;
 	font-weight:300;
 	
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 0;
	font-family:Veranda,Arial,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	color:#183146;
}

h1 { 
	font-size:32px;
	font-weight:500;
	text-align:center;
}

h2 { 
	font-size:28px;
	font-weight:400;
}

h3 { 
	font-size:24px;
	font-weight:350;
}

h4 { 
	font-size:22px;
	font-weight:250;
}

h5 { 
	font-size:20px;
	font-weight:220;
}

h6 { 
	font-size:18px;
	font-weight:200;
}

#gesamt {
	width: 800px;
	margin: 20px auto;
	padding: 0;
	background-color: #ffffff;
	color: #333;
	border: 4px solid #183146;
	line-height: 2em;	
}



#gesamt p {
	margin: 0;
	padding: 0;
}

#kopf {
	padding: 5px;
	margin: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #183146;	
}

#huelle_aussen { 
	border-left: solid 180px #ffffff; 
 } 

#huelle_innen { 
	margin: 0; 
	width: 100%;
}

#links {
	width: 180px;
	float: left; 
	position: relative; 
	margin-left: -180px;
	background-color: #ffffff;
	border-right: 1px solid #183146;
}

#links p, #inhalt p {
	padding: 12px 20px 20px 20px;
}

#links h1, #inhalt h1 {
	padding-top: 20px;
	line-height: 37px;
}

#inhalt {
	position: relative; 
	margin: 0px;
	padding: 5px;
	border-left: 1px solid #183146;
	background-color: #ffffff;
}

#fuss {
	clear: left;
	padding: 20px 0;
	background-color: #ffffff;
	border-top: 1px solid ##183146;
}
#fuss2 {
	clear: left;
	padding: 2px 0;
	background-color: #ffffff;
	border-top: 1px solid #183146;
}

/*		Ende Template Formatierung		*/


#titel {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
<!-- Formatierung Navigation -->

ul#navi {
    margin-top: 15px; 
    margin-left: 10px;
    padding: 2px;
  }
  #navi li {
    list-style: none;
    margin: 0; 
    padding: 1px;
  }
  #navi a {
    text-decoration: none; 
    font-size:18px;
    font-weight: bold;
    color: #183146; 
    position: relative;
    display: block;
    width: 70%;
    background-color: #ffffff;
  }
  #navi a:hover {
	color: #ffffff;
	background-color: #183146;
  }
  #navi a:visited { 
    background-image: url(grafik/haken1.gif); 
    background-repeat: no-repeat;
    background-attachment:scroll; 
    background-position: right;
  }
  
<!-- Formatierung Formular -->

.mussfeld { 
    margin-top:3px; 
    border:2px solid #183146;
    background: #EFF8FF;
    }