@charset "utf-8";
/* CSS Document */

/* Tag definitions */

body {
	background: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	text-indent: -9999px;
	float: left;
	padding-top: 20px;
}
h1 a {
	display: block;
	width: 185px;
	height: 142px;
	background: url(../images/logo_website.png) left top no-repeat;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	width: 300px;
	padding: 5px 10px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	width: 300px;
	padding: 5px 10px;
}
strong {
	font-weight: bold;
}
dt, dd {
	padding: 2px 0;
}
dt {
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
/* ID Definitions */

#maincontainer {
	width: 832px;
	margin: 0 auto;
	padding-bottom: 49px;
	background: url(../images/base_footer.png) left bottom no-repeat;
}
#mainheader {
	height: 200px;
	background: url(../images/bg_header.png) left top repeat-y;
}
#mainnav {
	float: right;
	height: 200px;
	width: 628px;
	background: url(../images/bg_nav.png) left bottom no-repeat;
}
#mainnav ul {
	padding: 20px 40px 0 0 ;
	float: right;
}
#mainnav li {
	float: left;
	padding: 0;
}
#mainnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	padding: 10px 15px;
	border-left: 1px solid #FFFFFF;
}
#mainnav a:hover {
	color: #093C55;
}

/* Begin SF dropdown */
#mainnav ul li ul {
	position: absolute;
	width: 163px;
	left: -9999px;
	font-size: 90%;
	padding: 6px 0 0 5px;
	margin: 0;
}
#mainnav ul ul li {
	padding: 0;
	margin: 0;
	border: none;
}
#mainnav ul li:hover ul, #mainnav ul li.sfhover ul {
	left: auto;
}
#mainnav ul li ul a {
	background-color: #CE1E2F;
	display:block;
	width: 110px;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
#mainnav ul li ul a:hover, #mainnav ul li ul a.sfhover {
	background-color: #093C55;
	color: #FFFFFF;
}

/* End SF dropdown */

#mainbody {
	padding: 10px 0 10px 33px;
	background:url(../images/bg_body.png) left top repeat-y;
}
#mainbody p, #mainbody li, #mainbody form, #mainbody dl {
	font-size: 80%;
	padding: 5px 43px 5px 10px;
}
#mainbody a {
	color: #093C55;
	text-decoration: none;
}
#mainbody a:hover {
	color: #FFFFFF;
}
#mainfooter {
	text-align: center;
	background: url(../images/bg_footer.png) left top repeat-y;
	padding: 10px 40px;
	font-size: 70%;
}
#mainfooter p, #mainfooter a {
	color: #666666;
}
#mainfooter a {
	text-decoration: none;
}
#mainfooter a:hover {
	text-decoration:underline;
}
#mainfooter ul {
	padding-bottom:10px;
}
#mainfooter li {
	display: inline; 
	padding: 0 15px;
}

/* Class definitions */

.homehead {
	text-indent: -9999px;
	height: 46px;
	width: 771px;
	background: url(../images/subhead_home.png) left top no-repeat;
}
.abouthead {
	text-indent: -9999px;
	height: 46px;
	width: 771px;
	background: url(../images/subhead_about.png) left top no-repeat;
}
.contacthead {
	text-indent: -9999px;
	height: 46px;
	width: 771px;
	background: url(../images/subhead_contact.png) left top no-repeat;
}
.servicehead {
	text-indent: -9999px;
	height: 46px;
	width: 771px;
	background: url(../images/subhead_services.png) left top no-repeat;
}
.trackhead {
	text-indent: -9999px;
	height: 46px;
	width: 771px;
	background: url(../images/subhead_track.png) left top no-repeat;
}

.last {
	border-right: 1px solid #FFFFFF;
}
#mainbody ul.subnav li {
	display: inline;
	padding: 5px;
	font-size: 80%;
}
.contactcolumn {
	width: 385px;
	float:left;
}
.contactcolumn strong {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contentimg_a {
	float: right;
	padding-left: 10px;
}
.contentimg_b {
	float: left;
	padding-right: 10px;
}
.formel {
	width: 100%;
}
.formel label {
	float: left;
	width: 120px;
}
.formel input {
	width: 200px;
}
.formel_wide label {
	float: left;
	width: 160px;
}
.formel_wide input {
	width: 200px;
}

