/********************************************
  Theme Name: Voegel
  Theme URI:
  Description: selbst aufgebautes Stylesheet
  Version: 0.1
  Author: Marion Klinger
  Author URI: http://www.maklicu.de
  Last: 22.03.2008
*********************************************/


/*********************************************
: Einstellungen fuer alle Bereiche           :
*********************************************/

* {
    margin: 0;
    padding: 0;
    }

a:link,
a:visited {
    color: #142D6B;
    text-decoration:none;
    }

a:hover,
a:active,
a:focus {
    color:#3399FF;
}

h2 {
    font-size: 1.1em;
    line-height: 2.5em;
}

body {
    background: #D3C246;
    color: #33334C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    text-align: left;
    }

#wrap {
    max-width: 1024px;
    background: #7A8452;
    color: inherit;
    margin: 0 auto;
    }

/*********************************************
: Einstellungen fuer den Kopfbereich         :
*********************************************/

#kopf {
    margin-left: 150px;
    height: 180px;
    border-bottom:1px groove White;
    background: url(bilder/kopf.jpg) no-repeat left top;
    font-family: Comic Sans MS,Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
     }

#kopf h1 {
    padding-left: 40px;
    padding-top: 35px;
    color: D3C246;
    }

#navigationsleiste {
    }

#navigationsleiste ul li {
    float: left;
    height: 20px;
    margin: 0px 5px 0px 0px;
    padding: 5px;
    list-style-type: none;
    background: #D3C246;
    }

/*********************************************
: Einstellungen fuer den Inhaltsbereich      :
*********************************************/

#inhalt {
    margin-top: 30px;
    margin-left: 150px;
    margin-right: 200px;
    padding: 20px;
    text-align: justify;
    background: #F0EAD1;
    }
    
#ueberschrift {
}

/*********************************************
: Einstellungen fuer die Sidebar             :
*********************************************/

#sidebar1 {
    float: left;
    width: 150px;        /* width + padding = Gesamtbreite! */
    margin-top: -180px;
    min-height: 1100px;
    border-right:1px groove White;
    background: url(bilder/side1.jpg) no-repeat left top #7A8452;
    }

#sidebar1 h1 {
    font-family: Comic Sans MS,Verdana,Arial,Helvetica,sans-serif;
    padding: 10px;
    }

#sidebar1 li {
    list-style-type: none;
    padding: 10px;
}

#sidebar2 {
    width: 180px;
    min-height: 780px;
    border-left:1px groove White;
/*    border-top:1px groove White; */
    float: right;
    background: #7A8452;
    padding: 20px 10px;
    }
    
#sidebar2 li {
list-style-type: none;
list-style-position: none;
}

#sidebar2 p {
    line-height: 2.5em;
}

#searchform #s {
width: 120px;
}

/*********************************************
: Einstellungen fuer den footer              :
*********************************************/

#fuss {
    clear: both;
    border-top:1px groove #C1DDE4;
    background: inherit;
    text-align: center;
    }

