/* ================================================
   Stylesheet für Christian Troyer - Die Baufinanzierer
   Datum: 12.Juli 2008
   Datei: design.css
   Autor: Athanasios Karlis - www.inspire-webdesign.de
   ==============================================*/

html {
   height: 101%
   }

body {
    margin: 20px auto;
    font-family: Verdana, Georgia, Times, "Times News Roman", serif;
    font-size: 11px;
    color: black;
    width: 878px;
    border: 1px solid black;
    background-color: #ffffff;
    background-image: url(../pics/hintergrund.gif);
    background-repeat: repeat-x;
    }


#header {
   background-color: #666;
   border-bottom: 1px solid #333;
   height: 180px;
   background-image: url(../pics/logo.jpg);
   }

#wrapper {
   background-color: #ffffff;
   }

#infobox {
   float: left;
   width: 160px;
   margin-left: 10px;
   }

#content {
   padding: 0;
   margin: 0 2em 0 200px;
   }

#coleistungen {
   padding: 0;
   margin: 0 2em 0 200px;
   background-image: url(../pics/leistungen.jpg);
   background-repeat: no-repeat;
   }

#codownload {
   padding: 0;
   margin: 0 2em 0 200px;
   background-image: url(../pics/download.jpg);
   background-repeat: no-repeat;
   }

#navsite h5 {
   display: none;
   }

#navsite ul {
   padding: 3px 0;
   margin-left: 0;
   border-bottom: 1px solid #778;
   font: bold 12px Verdana, sans-serif;
   }
#navsite ul li {
   list-style: none;
   margin: 0;
   display: inline;
   }

#navsite ul li a {
   padding: 3px 0.5em;
   margin-left: 3px;
   border: 1px solid #778;
   border-bottom: none;
   background: #dde;
   text-decoration: none;
   }

#navsite ul li a:link {
   color: #448;
   }

#navsite ul li a:visited {
   color: #667;
   }

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
   color: #000;
   background: #aae;
   border-color: #227;
   }

#navsite ul li a#current {
   background: white;
   border-bottom: 1px solid white;
   }

#navsite a:hover,
#navsite a:focus,
#startseite #navi01 a,
#leistungen #navi02 a,
#formulare #navi03 a,
#partner #navi04 a,
#impressum #navi05 a,
#kontakt #navi06 a,
#rechnertools #navi07 a {
   color: black;
   background-color: white;
   border-bottom: 1px solid white;
   }

#footer {
   clear: both;
   background-color: #ccc;
   font-family: Georgia, Times, "Times News Roman", serif;
   font-size: 10px;
   padding: 2px;
   text-align: center;
   border-bottom: 1px solid #778;
   border-top: 1px solid #778;
   }

#copyright {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   text-align: center;
   font-style: normal;
   letter-spacing: 2px;
   line-height: 1.5em;
}

#copyright a {
   text-decoration: none;
   color: #000000;
}

#copyright a:hover {
   color: #EE0D3D;
}

.bildlinks {
   float: left;
   border: 1px solid #000000;
    }

.bildrechts {
   float: right;
   border: 1px solid #000000;
   }

.iconsrechts {
   float: right;
   border: 0;
    }

.iconslinks {
   float: left;
   border: 0;
   }

#ul, li {
    padding: 2px 0 2px 0;
    }

.rahmen {
   border: 1px solid #E6ECED;
   text-align: center;
   padding: 3px;
   }

/* ================================================
   Anfang Formulare Links
   ==============================================*/

.form a, ul, li {
   text-decoration: none;
   color: #000000;
   }

/* ================================================
   Ende Formulare Links
   ==============================================*/

.keinrahmen {
   border: 0;
   }
