﻿* {
	padding: 0; margin: 0; border: 0;
}

body {
	font-family: verdana, sans-serif;
        background-color: #ffffff;
	padding-top: 26px;
}

.stdtext {
	font-size: 12px;
	background: transparent;
}

.headtext1 {
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	background: transparent;
}

.headtext2 {
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	background: transparent;
}

.white {
	color: white;
}

.bold {
	font-weight: bold;
}

.red {
	 color: #a01211;
}

#content {
	text-align: left;
	width: 950px;	
	background-color: white;
}

#head {
	background-color: white;
}

#subhead {
	width: 950px;	
	height: 124px;
	background-image:url('../../../images/head_bg_hoefer.gif'); 
}

#foot {
	width: 950px;	
	height: 59px;
	background-image:url('../../../images/foot_bg_hoefer.gif'); 
}

#foot a {
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	color: white;
}

#foot a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	color: white;
}


#subheadleft {
	width: 454px;
	text-align: right;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	background: transparent;
}

#subheadright {
	width: 466px;
	height: 124px;
	margin-left: 484px;
}

#mmenu {
	background-color: white;	
	height: 32px;
	width: 950px;
	background-image:url('../../../images/top_mmenu_bg.gif'); 
	background-repeat: repeat-x;
}

#mmenuitems {
	list-style: none;
	background-color: transparent;	
	padding-top: 11px;
	padding-left: 90px;
}

#mmenuitems li {
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	display: inline;
	background-color: white;
	padding-right: 38px;
}

#mmenuitems li a {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #000000;
}

#mmenuitems li a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #a01211;
}

#pagecontent a {
	text-decoration: none;
	font-weight: bold;
	background-color: white;	
	color: #000000;
}

#pagecontent a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: white;	
	color: #a01211;
}

#pagecontent {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 12px;
	background-color: white;	
	color: #000000;
}

#pagecontent p {
	background-color: white;
	color: #4c4c4c;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 17px;
}

#pagecontent ul {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 18px;
}

#pagecontent li {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 21px;
	margin-bottom: 15px;
}

#pagecontent h1 {
	font-size: 18px;
	background-color: white;	
	color: #4c4c4c;
}

#pagecontent h2 {
	font-size: 15px;
	background-color: white;	
	letter-spacing: 2px;
	color: #4c4c4c;
	margin-bottom: 15px;
}

#pagecontentleft {
	width: 443px;
	float: left;
	background-color: white;
        padding-left: 25px;
        padding-right: 15px;
}

#pagecontentright {
	width: 467px;
	float: left;
	background-color: white;
}

#pagecontent input[type=text], textarea {
	background-color: white;
        border: 1px solid #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
        width: 250px;
}

#pagecontent input[type=submit] {
        background-color: #a01211;
        color: #ffffff;
}

.wpcf7, .wpcf7-form, .wpcf7-form-control-wrap {
	background-color: white;
}

.wpcf7-response-output {
	background-color: white;
	color: #4c4c4c;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 17px;
}

.wpcf7-validation-errors {
	background-color: white;
        color: #a01211;
}

.wpcf7-not-valid-tip-no-ajax 
{
	background-color: white;
        color: #a01211;
}



