<style type="text/css">
body {
    margin: 0; 
    padding: 1em;

}
 
div#head {
    width: 850px;
    background-color: #E6E6E6;
    vertical-align:middle;
    }

span#head_logo {
    }

span#head_pic {
    }

div#head_navi{
    margin-bottom:-10px;
    margin-top:12px;
    }
 
span#head_search {
    padding:4px;
    background-color:#e6e6e6;
    margin-right:0.2em;
    /*white-space:nowrap;*/
}   
img#flagge {
    margin-right:4px;
    margin-top:10px;
    border:0;
}
    
div#head_navi {
    margin-left:215px;
    margin-bottom:6px;
  
    margin-top:0.4em;
    padding-bottom:0.2em;
    font-family:"Lucida Sans",Verdana,Arial;
    color:#333333;
    width: 600px;
    /*background-color:#e6e6e6;*/
    }

div#main {
    font-family:"Lucida Sans",Verdana,Arial;
    color:#333333;
    background-color:#e6e6e6;
    min-width:850px;
    }

/* nur beim Template ohne Navi */
div#main_ohne_nav {
    font-family:"Lucida Sans",Verdana,Arial;
    color:#000080;
    background-color:#F7C053;
    padding:10px;
    min-width:850px;
    min-height:400px;
    }

div#navi {
    width:215px;
    float: left;
    }

div#content_box {
    margin-left:215px;
    min-height:400px;
    background-color:#a6a6a6;
    -moz-border-radius:10px;
    -khtml-border-radius:10px; 
    }

div#content {
    width:600px;
    padding-left: 10px;
    padding-bottom: 10px;  
    }

/* Links formatieren */
a {
    font-family:"Lucida Sans",Verdana,Arial;
    text-decoration: none;
    /*color:#333333;*/
    color:#0B7C7A;
    background-repeat:no-repeat;
}    
/* Kopfnavi */
a#head{
    color:#333333;
    font-size:0.9em;
}

a#head:hover{
    color:#0B7C7A;
}

li#navi_1{
    #padding-left:-1em;
    #margin-left:-1em;
}

a#navi_1{
    color:#333333;
}

a#navi_2{
    background-image:url(../bilder/pfeil_a.gif);
    background-repeat:no-repeat;
    padding-left:1.5em;
    color:#333333;
    #margin-left:1.5em;
}
/* mit der Maus ueber dem Link */
a#navi_2:hover{
    background-image:url(../bilder/pfeil_a_s.gif);
}

/* der aktive Link */
a#navi_2_s{
    padding-left:1.5em;
    background-image:url(../bilder/pfeil_a_s.gif);
    color:#0B7C7A;
}


/*Hautnavi 1.Ebene*/
ul#navi_1{
    /*margin-left:20px;*/
    margin-top:10px;
    margin-left: 0.5em; padding-left: 0.5em;
    list-style-type:none;
}
div#navi_1_aktiv{
    font-size:1.2em;
    padding-left:0.5em;
    padding-bottom:0.3em;
    background-color:#a6a6a6;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-bottomleft:10px;    
}
div#navi_1_inaktiv{
    font-size:1.1em;
    padding-left:0.5em;
    padding-bottom:0.3em;
}
/*Hautnavi 2.Ebene*/
ul#navi_2{
    font-size:0.8em;
    list-style-type:none;
}

div#footer a{
    font-family:"Lucida Sans",Verdana,Arial;
    color:#a3a3a3;
    font-size:0.8em;
}

div#login {
    margin-left:1em;
}

/* für Mailformplus */
ul.form {
  list-style:none;
}

/* verhindert Zeilenumbruch nach Form*/
form { display: inline; }

/* ersetzt das a6a6a6_styled_contend CSS */
