#contactbar {
	float:left;
	width:100%;
	font-size:100.01%;
	line-height:normal;
	z-index:9;
	position:absolute;
	top:120px;
	left:25px;
}

#contactbar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#contactbar li {
	float:left;
	background:url(../images/contact_right.jpg) no-repeat right top;
	margin:0;
	padding:0;
}
#contactbar a {
	display:block;	
	padding: 5px 15px 5px 32px;
	color:#eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
}	
#contactbar a:hover {
	color:#FFFFFF;
}
#contactbar .phone {
	background:url(../images/contact_phone.jpg) no-repeat left top;
}
#contactbar .mail {
	background:url(../images/contact_mail.jpg) no-repeat left top;
}
#contactbar .fax {
	background:url(../images/contact_fax.jpg) no-repeat left top;
}
#header {
	/*background-image: url(../images/header_back.jpg);*/
	height: 146px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0;
}
#logo {
	height: 115px;
	width: 475px;
	float:right;
	margin:0;
	padding:0;
}
#content {		
	position: absolute;
	top: 147px;
	left: 230px;	
	/*background-image:url(../images/cont_back_bodyright.gif);
	background-repeat:repeat-x;*/
	background-color:#ebebeb;
	/*border-left:#666666 1px solid;*/
	height:auto;
	border: #990000 1px dotted;
}
#content .content_headback {
	background-image:url(../images/cont_back_head.gif);
	background-repeat:repeat-x;
}
#content .content_bodybackleft {
	background-image: url(../images/cont_back_bodyleft.gif);
	background-repeat:no-repeat;
}
#content .content_bodybackright {
	background-image:url(../images/cont_back_bodyright.gif);
	background-repeat:repeat-x;
}

body {
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #BABABA;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	/*max-height: 100%; */
}

td {
	vertical-align: top;
	padding:0 0 0.5em 0.25em;

}
.nopad {
	padding: 0 0 0 0;
}
th {
	text-align:left;
	padding-left:4px;
}
.trhilite:hover {
	background-color:#ddd;
}

a {
	text-decoration:underline;
	color:#00C;
}
a:hover {
	color:#44F;
}

h1 {
	margin:0;
	padding:0;
	font-family: Helvetiva, Arial, sans-serif;
	font-size:2em;
	font-weight:bold;
}
h4 {
	margin:0;
	padding:0em 0 0.5em 0;
	font-family: Helvetiva, Arial, sans-serif;
	font-size:2em;
	font-weight:normal;
}
h6 {
	margin:0;
	padding:0;
	line-height:0.25em;
}
#seearkaden {
	background-image: url(../images/seearkaden.jpg);
	left: 0px;
	top: 0px;
	height: 148px;
	width: 223px;
	background-repeat: no-repeat;
	/*float:left;	*/
	margin:0;
	padding:0;
}

ul#mainnav {
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	background-color:#EBEBEB;
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
	width: 223px;
	border-right:#666666 2px solid;
	/*border:#FF0000 dotted 3px;*/
	left: 0px;
	top: 0px;
	margin:0;
	position:absolute;
	list-style-type:none;
	padding:0;
}
ul#mainnav .active {
	background-image:url(../images/nav_btn_active.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0px 20px;
	height:32px;
	width:222px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0 0 -7px 0;
}
ul#mainnav p {
	padding: 8px 0 5px 20px;
	color:#666666;
	line-height:1.2em;
}
ul#mainnav li {
	background-image:url(../images/nav_btn_back.gif);
	height:32px;
	width:222px;
	margin:0;
}
ul#mainnav a {
	display:block;
	padding: 8px 0 5px 20px;
	text-decoration:none;
	color:#666666;
}
ul#mainnav a:hover {
	color:#000000;
	background-color:#cccccc;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
}


#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 223px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;

}

#framecontentTop{ 
left: 223px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 148px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
background-image:url(../images/header_back.jpg);
background-repeat:repeat-x;
}

#maincontent{
position: fixed; 
left: 230px; /*Set left value to WidthOfLeftFrameDiv*/
top: 153px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #eaeaea;
}
#maincontentindex {
	position: fixed; 
	left: 230px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 153px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
}
.innertube{
/*margin: 15px;*/ /*Margins for inner DIV inside each DIV (to provide padding)*/
/*background-image:url(../images/formular_back.gif);
background-repeat:no-repeat;*/
background-color:#eaeaea;
height:100%;
}

.normalbody {
	color:#333;
	font-size:0.9em;
	line-height:1.3em;
}

.normalbody p {
	padding: 0;
	margin: 0 0 1em 0;
}
* html body{ /*IE6 hack*/
padding: 143px 0 0 230px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #maincontentindex {
	height:100%;
	width:100%;
}
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
* html .innertube {
	height:100%;
	margin: 3px 0 0 0;
}

/* SPAM Prevention - see /js/main.js */
#mailsafe>span:before { content:"@"; }
#mailsafe>span span { display:none; }
*:first-child+html #mailsafe>span span { display:inline; }  /* Workaround fuer IE 7 */

/* map Formular configuration */
#fromStreet {
	width:15em;	
	color:#009;
	text-style:italic;
	border: 1px solid #666;
	background-color:#fff;
	padding:4px;
}
#fromZip{
	width:4em;	
	color:#009;
	text-style:italic;
	border: 1px solid #666;
	background-color:#fff;
	padding:4px;
}
#cityAddress {
	width:11em;
	color:#009;
	text-style:italic;
	border: 1px solid #666;
	background-color:#fff;
	padding:4px;
}

