/* CSS Document */
html {
min-height:101%;
height:auto !important; /* für moderne Browser außer IE*/
}
body { 
text-align:center; /* Für Zentrierung des Containers in älteren Browsern */ 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
margin:0; 
padding:0;
height:auto !important; /* für moderne Browser außer IE*/
}
#wrapper {
width:800px;
min-height:530px;
margin:25px auto 0px auto;
}
*html #wrapper {
height:530px;
}
#top { 
width:800px; 
height:70px; 
margin:15px auto 0px auto;
border:3px solid #730808;
border-bottom:0px; 
background:url(../bilder/logo_800x70.jpg) top left no-repeat; 
}
#content {
margin:0px auto;
width:800px;
min-height:472px;
text-align:left;
border:3px solid #730808;
background:#fff;
}
*html #content {
height:472px;
}


/* Unternavigation */
#nav {
width:150px;
height:190px;
float:left;
margin:25px 0px 10px 0px;
background:#730808 url(../bilder/nav_hg_150x190.jpg) top left no-repeat;
}
#nav ul {
margin:10px auto auto 0px;
padding:0;
list-style-type:none;
font-size:11px;
}
#nav ul li {
display:inline;
}
#nav ul a:link, #nav ul a:visited {
display:block;
width:140px;
padding-top:5px;
padding-bottom:2px;
padding-left:10px;
text-decoration:none;
color:#fff;
font-weight:bold;
border-bottom:1px solid #666;
}
#nav ul a:hover, #nav ul a:active {
color:#730808;
background:#fff;
border-bottom:1px solid #730808;
}
#nav li a#current {
color:#730808; 
background:#e6e6e6;
border-bottom:1px solid #730808;
}

/* Navigation horizontal */
#navigation {
width:648px; 
height:215px;
float:right;
margin:0px 0 0 2px;
background:url(../bilder/header_farne_648x190.jpg) bottom left no-repeat;
}
.navigation ul {
margin:0; 
padding:0;
list-style-type:none; 
}
.navigation ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
a.home:link, a.home:visited, a.leistungen:link, a.leistungen:visited, a.referenzen:link, a.referenzen:visited, a.partner:link, a.partner:visited, a.kontakt:link, a.kontakt:visited {
background:transparent;
display:block; 
height:215px;
width:120px;
color:#303030; 
text-decoration:none; 
float:left; 
text-align:center;
font-size:1.0em; 
line-height:25px;
font-weight:bold;
vertical-align:top;
}
a.home:hover, a.home:active {
background:#959595 url(../bilder/header_farne_teil1hover_120.jpg) bottom left no-repeat;
color:#fff;
}
a.leistungen:hover, a.leistungen:active {
background:#959595 url(../bilder/header_farne_teil2hover_120.jpg) bottom left no-repeat;
color:#fff;
}
a.referenzen:hover, a.referenzen:active {
background:#959595 url(../bilder/header_farne_teil3hover_120.jpg) bottom left no-repeat;
color:#fff;
}
a.partner:hover, a.partner:active {
background:#959595 url(../bilder/header_farne_teil4hover_120.jpg) bottom left no-repeat;
color:#fff;
}
a.kontakt:hover, a.kontakt:active {
background:#959595 url(../bilder/header_farne_teil5hover_120.jpg) bottom left no-repeat;
color:#fff;
}
li#current a.home {
background:#85131A url(../bilder/header_farne_teil1hover_120.jpg) bottom left no-repeat;
color:#fff;
}
li#current a.leistungen {
background:#85131A url(../bilder/header_farne_teil2hover_120.jpg) bottom left no-repeat;
color:#fff;
}
li#current a.referenzen {
background:#85131A url(../bilder/header_farne_teil3hover_120.jpg) bottom left no-repeat;
color:#fff;
}
li#current a.partner {
background:#85131A url(../bilder/header_farne_teil4hover_120.jpg) bottom left no-repeat;
color:#fff;
}
li#current a.kontakt {
background:#85131A url(../bilder/header_farne_teil5hover_120.jpg) bottom left no-repeat;
color:#fff;
}

#content1 {
clear:both; 
width:800px;
min-height:270px;
float:left;
margin:5px 0px 8px 0; 
background:#fff;
}
*html #content1 {
height:270px;
}
#footer {
clear:both;
width:800px; 
margin:8px auto 0 auto; 
padding:0; 
height:18px; 
line-height:18px;
background:#730808 url(../bilder/footer_hg_20x18.jpg) top left repeat-x;
}

/* styles */ 

#content1 h1 {
font-size:1.2em; color:#303030; margin:10px 25px 10px 155px;
}
#content1 h2 {
font-size:100%; color:#730808; margin:25px 25px 20px 155px;
}
#content1 h3 {
font-size:100%; color:#000; line-height:1.3em; margin:10px 25px 8px 155px; font-weight:normal;
}
#content1 p {
font-size:100%; 
color:#000; 
line-height:1.3em;
margin:10px 25px 8px 155px;
}
#content1 table {
margin-left:155px;
}
#content1 ul {
margin-left:155px;
}
#content1 a:link, #content1 a:visited {text-decoration:underline; color:#730808;}
#content1 a:hover {color:#000; text-decoration:none;}


.bottom {font-size:80%; color:#fff; margin:0; text-align:right;}
.bottom a {font-size:100%; color:#fff; margin:0; text-align:right;}



