html[xmlns^="http"] {
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

html {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	color:#6C7584;
	position:relative;
	width:816px;
	height:100%;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0px;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */
/* ############################################################ */

div#website {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:816px;
}

div#header {
	height:95px;
	width:816px;
	text-align:left;
}

div#mainnav {
	width:816px;
	height:74px;
	margin:0; 
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
}

div#columns {
	width:816px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
div#content { padding:0px 18px 0px 18px; text-align:left; overflow:hidden; }

div.clearer {
	clear:both;
}

div#abstand { width:816px; }

div#footer {
	width:816px;
	padding:0px;
	margin:0px;
	height:39px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#footer_content { padding:20px 65px 0px 0px; text-align:right; color:#a1c1d7; font-size:11px; line-height:16px; }
div#footer_content a { color:#a1c1d7; font-size:11px; line-height:16px; }
div#footer_content a.act, 
div#footer_content a:hover { color:#FFF; }


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */
/* ############################################################ */

html, body, table, th, td, div, li{
	font-family: arial, verdana, helvetica, lucida, sans-serif;
	font-size: 12px;
    	line-height: 1.4em;
}

h1 { font-size:20px; color:#4A92C4; margin:25px 0px 25px 0px; }
h2 { font-size:16px; color:#6A7686; margin:0px 0px 0px 0px; }
h3 { 
	font-size:12px; 
	color:#4A92C4;
	margin:0; padding:0;  
	background-image:url(images/enum.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}

a { text-decoration:none; color:#FA8F0B; }

img { border:none; }


/* ############################################################ */
/* #### Standard-Formular im Impressum                     #### */
/* ############################################################ */
#mailform { float: right; }
p.mailform-heading {  
	float:right;
	width:342px;
	height:26px;
	line-height:26px;
	background-color:#6C7584; 
	color:#FFF;
	padding:0px 0px 0px 22px;
	margin:0;
}
fieldset.csc-mailform { 
	border:0 none; 
	width:342px; 
	margin:0; 
	padding:0; 
	background-color:#D4E7F5; 
	color:#6C7584;
	padding:28px 0px 18px 22px;
}
div.csc-mailform-field { 
	clear:both;
	width:306px;
	text-align:left;
}

input.mf-input { 
	height:20px;
	line-height:20px;
	width:200px;
	border:1px #6C7584 solid;
	float:right;
	margin-bottom:7px;
}
textarea.mf-text {
	width:200px;
	border:1px #6C7584 solid;
	float:right;
	height:80px;
	display:block;
	margin-bottom:3px;
}

input.mf-submit {
	background-image:url(images/btn_anfrage.jpg);
	background-repeat:no-repeat;
	height:26px;
	line-height:26px;
	width:154px;
	border:0 none;
	float:right;
	margin:20px 0px 0px 0px;
}

div.csc-mailform-field label { display:block; height:22px; float:left; font-size:11px; font-weight:bold; margin-bottom:7px; }

/* ############################################################# */
/* #### TOP-Navigation
/* ############################################################# */
ul#nav {
	position:absolute;
	top: 102px;
	left:0px;
	width: 816px; /* Breite der Navigation (Breite der einzelnen Bilder addiert) */
	margin: 0;
	padding:0;
	padding:0px 0px 0px 20px;
	list-style: none;
	line-height:33px;
	height:33px;
}

ul#nav li {
	float:left; 
}

ul#nav a {
	display:inline; /* fuer den I.E.-Mac, sonst stehen die Hauptmenuepunkte untereinander */
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	line-height:33px;
	color:#fff;
	font-size:14px;
	border-left: 1px solid #6C7584;
}

/* I.E. Hack (ohne gibt es im Safari Probleme beim Hovern von Punkten ohne Unterpunkte) - Der Kommentar nach dem "a" ist der Hack: */
ul#nav a/* */ {
	display:block;
	text-align:left;
}
ul#nav li a:hover,
ul#nav li a.act {
	color:#6C7584; 
	background-color:#FFF;
	border-left: 1px solid #6C7584;
}

ul#nav li ul {
	position: absolute;
	display: none; /* Menue Ausblenden */
	top: 100%;
	width:180px;
	margin:0;
	padding:0;
	list-style: none;
	line-height:25px;
	border-bottom: 1px solid #6C7584;
}

/* Bei Hover einblenden: */
ul#nav li:hover ul,
ul#nav li.over ul { display: block; }

ul#nav li li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	width:180px;
	background-color:#FFF;
	line-height:25px;
}

ul#nav li li a {
	line-height:25px;
	display:block;
	padding: 0px 1px 0px 10px;
	color:#6C7584;
	border: 1px solid #001F8F;
	border-top:0px none;
	border-bottom:0px none;
	border-left: 1px solid #6C7584;
	border-right: 1px solid #6C7584;
}

ul#nav li li a:hover, 
ul#nav li li a.act {
	color:#FFF;
	background-color:#6C7584;
}

ul#nav li > ul{
	top: auto;
	left: auto;
}

/* ############################################################# */
/* #### Bildergalerie
/* ############################################################# */

div#gallery { padding:0px 10px 0px 10px; text-align:left; }
div#gallery h2 { padding:0; margin:0; float:none; }

div#gallery ul { list-style:none; left:0px; margin:0px 0px 10px 0px; padding:0;}
div#gallery ul li { display:block; float:left; margin:0; padding:0; }

div#gallery ul li a span { color:#6C7584; font-size:12px; padding:2px 0px 2px 10px; margin:0; display:block; width:241px; }
div#gallery ul li a img { display:block; padding:10px; width:245px; }
div#gallery ul li a:hover img,
div#gallery ul li a.act img {
	background-color:#8B92A2;
}

/* ############################################################# */
/* #### Anfrageformular
/* ############################################################# */
div.tx-thmailformplus-pi1 { padding:0; margin:0; border:0 none;  }
div.mailformplus_contactform { padding:0; margin:0; border:0 none;  }
div.mailformplus_contactform fieldset { padding:0; margin:0; border:0 none;  }

<form name="contact_form" method="post" action="anfragen/">
<fieldset>

.mf-table {
	background:#D4E7F5;
	color:#6C7584;
	width:782px;
	max-width:782px;
	padding:0;
	margin:0;
	border:0 none;
	border-bottom:7px #FFF solid;
}
.mf-frame {
	background:#D4E7F5;
	width:391px;
}
.mf-headingL {
	height:26px;
	line-height:26px;
	padding:0px 0px 0px 10px;
	background:#6C7584;
	border-right:5px #FFF solid;
	color:#FFF;
}
.mf-headingR {	
	height:26px; line-height:26px;
	padding:0px 0px 0px 10px;
	background:#6C7584;
	border-left:5px #FFF solid;
	color:#FFF;
}
.mf-aheading {
	height:8px;
	line-height:8px;
}
.mf-cellLL {
	padding:3px 3px 3px 10px;
}
.mf-cellLR {
	padding:3px 15px 3px 3px;
}
.mf-cellRL {
	padding:3px 3px 3px 15px;
}
.mf-cellRR {
	padding:3px 10px 3px 3px;
	text-align:right;
}
.mf-field {
	width:237px;
	height:20px;
	border:1px #6C7584 solid;
	text-align:left;
}
.mf-field-check {
	width:14px;
	height:14px;
	border:1px #6C7584 solid;
}
.mf-txt-field-1 {
	width:237px;
	height:87px;
	border:1px #6C7584 solid;	
	text-align:left;
}
.mf-submit {
	border:0 none;
}
.bborder {
	border-top:35px #D4E7F5 solid;
 	height:26px; 
 	line-height:26px;
 	background:#6C7584;
}
input { font-family: arial, verdana, helvetica, lucida, sans-serif; font-size: 11px; color:#666666; line-height:20px; padding:0px 1px 0px 1px; }
textarea { font-family: arial, verdana, helvetica, lucida, sans-serif; font-size: 11px; color:#666666; line-height:20px; padding:0px 1px 0px 1px; }

/* ############################################################# */
/* #### individuelle Formatierungen
/* ############################################################# */
td.home-tab-cell {
	width:241px;
	padding-right:20px;
}
td.home-tab-cell p { margin:5px 0px 15px 0px; }

table.vorteile-tab { padding:0; margin:0; }
td.vorteile-tab-cell {
	width:241px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}
td.vorteile-tab-cellc {
	width:241px;
	padding:0px 29px 0px 29px;
	vertical-align: top;
	text-align: left;

}
td.vorteile-tab-cell p { margin:5px 0px 15px 0px; }

td.tanken-tab-heading  { width:168px; padding:0px 5px 0px 5px; height:26px; line-height:26px; border-right:1px #FFF solid; background-color:#6C7584; color:#FFF; }
td.tanken-tab-headingr { width:278px; padding:0px 5px 0px 5px; height:26px; line-height:26px; background-color:#6C7584; color:#FFF; }
td.tanken-tab-heading p { margin:0; padding:0; }
td.tanken-tab-headingr p { margin:0; padding:0; }
td.tanken-tab-cell1  { width:168px; padding:3px 5px 3px 5px; border-right:1px #FFF solid; background-color:#D4E7F5; color:#6C7584; }
td.tanken-tab-cell1r { width:278px; padding:3px 5px 3px 5px; background-color:#D4E7F5; color:#6C7584; }
td.tanken-tab-cell2  { width:168px; padding:3px 5px 3px 5px; border-right:1px #FFF solid; background-color:#E0EEF7; color:#6C7584; }
td.tanken-tab-cell2r { width:278px; padding:3px 5px 3px 5px; background-color:#E0EEF7; color:#6C7584; }

span.einzug { display:block; padding-left:10px; }

p { padding:0; margin-top:5px; }

div.agb p { font-size:11px; margin:2px 0px 5px 0px; padding:0; }
