﻿/* -------!!! Styles for body !!!------- */
body{
    background-repeat: repeat-y !IMPORTANT;
    background-position: center;
    background-image: url(../images/bg.gif) !IMPORTANT;
    color: white !IMPORTANT;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #44687b;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
}

/* -------!!! Styles for Seitenlayout !!!------- */
#divBODY {
	position: absolute;
    width: 849px;
	left: 50%;
	margin-left: -440px;
	text-align: left;
	display: table;
}
    
/* -------!!! Styles for Header !!!------- */
#header {
    width: 657px;
}
    
#header_left {
    float: left;
    width: 495px;
    height: 61px;
    background-color: #44687b;
}
    
#header_right {
    float: right;
    width: 162px;
    background-color: white;
}

#header, #nav, #main, #footer {
    clear: both;
}
                
/* -------!!! Styles for Navigation !!!------- */

/*!!! nav top !!!*/
#nav {
	position: relative;
    background-color: #44687b;
    width: 687px;
    height: 16px;
    padding-top: 2px;
    padding-left: 10px;
    text-align: right;
    z-index: 100 !IMPORTANT;
}

a.nav_top {
    color: white;
    font-size: 11px; 
    text-decoration: none;
}

a:hover.nav_top  {
    color: #bac7ce;
}
    
/*!!! nav left !!!*/
.nav_left1, .nav_left2, .nav_left3, .nav_left4 {
    position: absolute;
    width: 105px;
    height: 15px;
    text-align: left;
    padding-left: 5px;
    background-color: #bac7ce;
    border: 1px solid black;
    left: 40px;
}

.nav_left1 {
    top: 57px;
}

.nav_left2 {
    top: 82px;
}

.nav_left3 {
    top: 107px;
}

.nav_left4 {
    top: 132px;
}

a.nav_text_left  {
    color: black;
    font-size: 10px; 
    text-decoration: none;
}
    
a:hover.nav_text_left  {
    color: #44687b;
}

/*!!! nav right !!!*/
.nav_right1, .nav_right2, .nav_right3 {
    position: absolute;
}

.nav_right1 {
    top: 15px;
    right: 78px;
}

.nav_right2 {
    top: 55px;
    right: 52px;
}

.nav_right3 {
    top: 95px;
    right: -1px;
}

/* -------!!! Styles for Main !!!------- */
#main {
	position: relative;
    height: 100%;
    border: 1px solid balck;
}

#col1_content, #col2_content {
    position: relative; 
}

#col1 {
     width: 150px;
     float: left; 
     z-index: 3;
     text-align: right;
     padding-top: 1px;
}

#col2 {
    margin-left: 150px; 
    margin-right: 150px;
    width: 547px;
    height: 100%; 
    background-color: #44687b;
    color: Black;
}
    
#col2_content {
    z-index: 2; 
    padding: 10px; 
    z-index: 2; 
    background-color: #bac7ce; 
    margin-right: 5px;
    height: 100%;
    min-height: 600px; 
    border: 1px solid black;
}

#anfrage {
    z-index: 1; 
    height: 750px !IMPORTANT; 
}
     
#col3 {
    width: 150px;
    top: -217px;
    float:right; 
    z-index: 5;
}

/* -------!!! Styles for Schriften !!!------- */
h1, h2, p, ul {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    padding: 42px 0 19px 49px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 49px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 10px 49px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 0 49px;
}

p {
    padding: 9px 0 10px 84px;
    text-align: justify;
    padding-right: 40px;
}

p.bilder {
    padding: 9px 0 10px 45px;
}

ul {
    padding: 0px 40px 0px 50px;
}

.block {
    font-family: Arial, Helvetica, sans-serif; 
    padding-left: 49px;
    text-align: justify
}

a.email {
    color: #426b7b;
    font-size: 12px;
}
    
a.email:hover {
    color: black;
    text-decoration: none;
}

/* -------!!! Styles for Div Container !!!------- */
.AnfrageContainer {
	position: absolute;
	z-index: 100;
    width: 400px;
    height: 500px;
    padding: 10px 0 10px 20px;
    margin-left: 70px;
    border: 1px solid Black;
    background-color: #44687b;
    color: White;
}

.DankeContainer {
	position: absolute;
	z-index: 10;
    width: 370px;
	padding: 10px 0 10px 50px;
    margin-left: 70px;
    border: 1px solid Black;
    background-color: #44687b;
}

/* -------!!! Styles for Felder !!!------- */
INPUT.feld {
	background-color: White;
	border: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

SELECT.feld {
	background-color: White;
	border: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

TEXTAREA.feld {
	background-color: White;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.btn {
    font-size: 10px;
	border: 1px solid Black;
}

.fehler {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: White; 
}


td.anfrage {
    padding-bottom: 10px;
}

