/* Deutscher Mieterbund Bodensee e.V. */

/*===============================
1. Allgemeines
=================================

*/
* {
        padding: 0;
         margin: 0;
}

html {
height: 101%; /* erzwingt Scrollbar im FF*/
}

body {
        color: white;
         background-image: url(../pics/back1.jpg);
         font-family:  Verdana, Arial, Helvetica, sans-serif;
         font-size: small;
         }

h1 {
font-size: 120%;
}

h2 {
font-size: 100%;
}

h3 { font-size: 90%;}

h1, h2, h3 {
        font-family: Georgia;
         color: #3366FF;
}

h2 { border-bottom: 1px solid #3366FF; }

.bildlinks {
        float: left;
         text-align: center;
         padding: 3px;
        margin-top: 5px;
         margin-right: 10px;
         margin-bottom: 10px;
}


.bildrechts {
        float: right;
         text-align: center;
         padding: 3px;
         margin-top: 5px;
         margin-bottom: 10px;
         margin-left: 10px;
}

span.bildtext {
        display: block;
         font-size: 85%;
         margin-top: 4px;
}

span.bildquelle {
        display: block;
         font-size: 75%;
        font-weight: normal;
         font-style: italic;
         margin-top: 4px;
         }

.clearing { clear: both; }


/*Abstand nach unten*/
h2, h3, p, ul, ol {
margin-bottom: 1em;
}

/*Abstand in verschachtelten Listen*/
ul ul {
margin-bottom: 0;
}

li {
margin-left: 1em;
}





/*==================================
2. Layout-Informationen
===================================*/


#wrapper {
        color: black;
         background-color: white;
         width: 720px; /* Inhaltsbereich */
         border: 1px solid blue;
         margin-top: 10px;
         margin-right: auto;
         margin-bottom: 10px;
         margin-left: auto;
}

#kopfbereich {
         position: relative; /* positioniert, aber bleibt im Fluss, da keine Werte definiert */
         color: black;
         background-color: #3366FF;
         background-image:  url(../pics/bg_kopfbereich.gif) repeat-y top-left fixed;
         padding-top: 10px;
         padding-right: 20px;
         padding-bottom: 10px;
         padding-left: 10px;
}

#kopfbereich p{


         position:absolute;
         top: 20px;
         left: 150px;
         color: white;
         font-weight: bold;
         font-size: 250%;
         padding: 5px 0 5px 0;
         margin-bottom: 0;
}

#kopfbereich p span {
        font-weight: bold;
}

#logo {
        border: 2px solid white;
}

#textbereich {
        float: right;
         width: 560px;
        padding-top: 20px;
         padding-right: 10px;
         padding-bottom: 20px;
         padding-left: 20px;
}

#textbereich p {
        font-size: 85%;
}

#textbereich p span {
        color: gray;
         font-weight: bold
}

#textbreit {
        float:left;
         width:360px;
         padding: 0px 10px 20px 5px;
}

#randspalte {
        float: right;
         width: 120px;

         padding: 0px 0 20px 5px;
}
#navibereich {
        float: left;
         background-image: url(../pics/bg-navi.gif) repeat-y;
         width: 120px;
         padding-left: 10px;
         padding-top: 20px;
}

#navibereich a {
        display: block;
         text-decoration: none;
         font-size: 85%;
         color: white;
         background-color: #3366FF;
         padding: 4px;
         border-left: 3px solid #3FC2FF; /*nicht sichtbar*/
}

#navibereich a:hover,
#navibereich a:focus,
#Startseite #navi01 a,
#wir_bieten #navi02 a,
#rechtsberatung #navi03 a,
#rechtsschutz #navi04 a,
#beratungsstellen #navi05 a,
#service #navi06 a,
#mitglied #navi07 a,
#team #navi08 a,
#kontakt #navi09 a  {
        color: #3FC2FF;
         background-color: white;
         border-left-color: #3366FF; /* ersetzt #ffe547*/
         border-bottom: none;
}

#navibereich a:active {
        color: #3FC2FF;
         background-color: ##3366FF;
         }


#navibereich ul {
        width: 110px;
         border-top: 1px solid #3FC2FF;
}

#navibereich li {
        list-style-type: none;
         border-left: 1px solid #3FC2FF;
         border-bottom: 1px solid #3FC2FF;
         margin: 0;
}

* html #navibereich {width: 104px;} /*Sternchen-Hack für IE6*/




#fussbereich {
        clear: both;
         color: blue;
         background-color: white;
        padding-top: 10px;
         padding-right: 20px;
         padding-bottom:20px;
         padding-left:20px;
         border-top: 2px solid #0000FF;
        /* margin-top: 20px; */
}

address {
        text-align: center;
         font-size: 80%;
         font-style: normal;
         letter-spacing: 2px;
         line-height: 1.5em;
}

a {
        text-decoration: none;
         outline: none;
}

a:link {
        color: #3366FF;
         border-bottom: 1px dottet #3366ff;
}

a:visited {
        color: #0000ff;
}

a:hover, a:focus {
        border-bottom: 1px dottet #3366FF;
}

a:active {
color: white;
background-color: #3366FF;
}

a[href^="http:"] {
        background: url(../pics/linkinsweb.gif) no-repeat left center;
         padding-left: 16px;
}

a[href^="http:"] visited {
        background: url(../pics/linkinsweb_visited.gif);
         }

#randspalte a {
text-decoration: none;
         outline: none;
}

#beratungsstellen p span {
        font-weight: bold;
}

/*
==================
Sonstige Styles
==================
*/

form {
        background-color: #eee;
         width: 350px;
         padding: 10px;
         border: 1px solid #8c8c8c;
         }

label {
        display: block;
         cursor: pointer;
}

input#nachricht,
textarea {
        width 300px;
        border: 1px solid #8c8c8c;
         margin-bottom: 1em;
}

textarea {
        height: 7em;
}

input#nachricht:focus,
textarea:focus {
        background-color: #d9d9d9;
}

.errorField
{
    border: #9F0004 1px solid;
    font-size: small;
    background-color: #FFFFCC;

}

.errorTable
{
    border: #9F0004 1px solid;
    FONT-SIZE: small;
    background-color: #E2E1E1;
}
