html, body {     
    color: #1F2B38;
    font-family: Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    padding: 0;
}
 
 
#container {
	height: 100%;
}
 

#header {
    width: 100%;
    height: 115px;
    background-image: url('/images/header_bg.gif');
    border-bottom: 1px #65573D solid;
}

#mainmenu {
	width: 215px;
	background-color: #FEEED1;
	float: left;
	border-right: 1px #B29F7C solid;
	height: 100%;
}
#mainmenu a {
    color: #1F2B38;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu .active a {
	text-decoration: underline;
}

.nav {
	width: 150px;	
	padding: 0 0 20px 20px;
}

#contactform {
	padding: 20px 0 0 20px;
	font-size: 11px;
}
#contactform input, textarea {
	border: 1px #1F2B38 solid;
}


#submenu {
	padding-left: 245px;
}
.subnav {
	display: inline;
	padding: 0 10px 0 10px;
}

#submenu a {
    color: #1F2B38;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;	
}

#submenu .active a {
	text-decoration: underline;
}
	
#content {
	float: left;
	margin: 30px 0 0 40px;
}


.contact{
font-size: 13px;
color: #1F2B38;
}

.main{
font-size: 15px;
color: #1F2B38;
font-weight: bold;
}

.fourtyyears{
font-size: 25px;
color: #1F2B38;
font-weight: bold;
}

.ueberschrift{
	padding-left: 10px;
	color: #65573D;
	font-weight: bold;
	font-size: 13px;
}

.tableheader{
border: solid #B29F7C 1px;
width: 650px;
}

.tableheader_nagler{
border: solid #B29F7C 1px;
width: 500px;
}

.tablecolor{
background-color: #FEEED1;
}

.anfragemenge{
border: solid #1F2B38 1px;
}

td.techdat_l{
width: 300px;
}

td.techdat_r{
padding-left: 10px;
width: 200px;
}

h1{
	font-size: 16px;
	color: #1F2B38;
	font-weight: bold;
}

#content h3 {
	padding-left: 10px;
	color: #65573D;
	font-weight: bold;
	font-size: 13px;
}