/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
    margin:0;
    padding:0;
} 
body {
    background: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #424242;
    line-height: 15pt;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


html, body, #wrap {
    height: 100%;
}
body > #wrap {
    height: auto;
    /*min-*/height: 100%;
    
}



p {
    margin-top:10px;
    margin-bottom:10px;
}
h1 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #424242;
}
h2 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #424242;
}

ul, ol {
    margin-left:20px;
}


/* Kontaktformular */
input,textarea {
    border: 1px solid #193064;
    width: 220px;
    margin-bottom: 2px;
    padding-left: 0px;
    .padding-left: 1px; /* IE 7 */
   _padding-left: 1px; /* IE 6 */
}
textarea {
    width: 220px;
    height: 100px;
    border: 1px solid #193064;
}
input.senden {
    width: 222px;
}
option {
    width: 40px;
}
/* Kontaktformular Ende */

.bild_links {
    display: none;
}
.bild_rechts {
    display: none;
}
.video_text {
    display: none;
}
p.video_text {
    display: none;
}


#wrap {
    width: 996px;
    margin: 0px auto;
    top: 0px;
}

#main {
    /*padding-bottom: 112px;*/
    width: 100%;
}  /* must be same height as the footer */

#head {
    width: 996px;
    height: 110px;
}
#head_links {
    display: none;
}
/* nur für den IE6 */
* html #head_links {
    padding: 0px 5px 0px 19px;
}/* nur für den IE6 */


#logo {
    float: left;
    width: 198px;
    height: 87px;
    padding: 8px 3px 0px 0px;
}
/* nur für den IE6 */
* html #logo {
    padding: 8px 4px 0px 0px;
}/* nur für den IE6 */

#head_bild {
    display: none;
}
#head_rechts {
    display: none;
}



#balken {
    display: none;
}
#imp_klein {
    display: none;
}

#balken #kontakt {
    display: none;
}


#rand_links {
    display: none;
}


#content {
    float: left;
    background-image: url(/cms/upload/standard/content.gif);
    background-repeat: repeat-y;
    background-position: left top;
    min-height: 607px;
    height: auto !important;  /* für moderne Browser */
    height: 100%;  /*für den IE */
    margin: 0px;
    padding: 0px;
    width: 650px;
    min-height /*\**/: 648px\9;
   
}

#navigation {
    float: left;
    width: 150px;
    line-height: 24px;
}

/* nur für den IE7
*+ html #navigation {
    min-height: 607px;
}/* nur für den IE7 ENDE */
/* nur für den IE6
* html #navigation {
    min-height: 650px;
}
*/

#navigation #kasten {
    float: left;
    background-color: #e2e2e2;
    height: 12px;
    width: 10px;
    margin: 33px 0px 0px 3px;
}
/* nur für den IE6 */
* html #navigation #kasten{
    margin: 33px 0px 0px 1px;
}/* nur für den IE6 */


#navigation ul {
    /*padding: 0px;*/
    font-size: 12px;
    list-style: none;
    margin: 27px 0px 0px 20px;
}

#navigation li {
    list-style: none;
    list-style-position: outside;
}

#navigation ul.sub {
    font-size: 11px;
    list-style-position: outside;
    margin: 0px 0px 0px 15px;
}
#navigation li.sub {
    font-size: 11px;
    list-style: none;
    margin: 0px;
}
#navigation li.normal {
    background-image: url(/cms/upload/standard/navi_leer.gif);
    background-repeat: no-repeat;
    background-position: left center;   
    padding-left: 8px;
    line-height: 20px;
}
#navigation a {
    color: #424242;
    text-decoration: none;
}
#navigation a:hover, a:active, #navigation div.aktiv a {
    color: #424242;
    text-decoration: underline;
}
#navigation a:hover, a:active, #navigation a.aktiv {
    color: #424242;
    text-decoration: underline;
}

/*#navigation a:hover, a:active,*/ #navigation li.aktiv_sub a {
    color: #424242;
    text-decoration: underline;
    background-image: url(/cms/upload/standard/navi_pfeil.gif);
    background-repeat: no-repeat;
    background-position: left center; 
    padding-left: 8px;
    line-height: 20px;
}




#inhalt {
    position: absolute;
    width: 400px;
    top: 130px;
    left: 180px;
    height: 500px;
    line-height: 18px;
}

#inhalt a {
    color: #424242;
    text-decoration: underline;
}
#inhalt a:hover {
    text-decoration: none;
}
#inhalt table {
    border: 1px solid #727272;
}
/*
#inhalt .border_unten {
    border-bottom: 1px solid #727272;
}
#inhalt .border_rechts {
    border-right: 1px solid #727272;
}*/
#inhalt td {
    border: 1px solid #727272;
    padding-left: 5px;
    padding-right: 5px
}
#inhalt #kontakt td {
    border: 0px;
}
#inhalt table#kontakt {
    border: 0px;
}


#spalte_rechts {
    display: none;
}


#bg_footer {
    display:none;
} 


#footer {
    display: none;
} 