/*========================================================
        1. DIV-Bereiche
========================================================*/

#wrapper {
    color: black;
    position: absolute;
   left: 50%;
   top: 50%;
   width: 834px;/*820*//*wegen schatten muss aber nicht sein. main drueckt grenze nach aussen*/
   height: 620px;/*620*/
   margin-left: -410px;
   margin-top: -310px;
}
    


#navi {
    position: relative;
    height: 100px;
    width: 820px;
    text-align: left;
    color: Black;

}

#navi ul {
    position: absolute; 
    bottom: 0;
    margin-bottom: 0px;
}

#navi li {
    float: left;
    list-style-type: none;
    margin: 0;
    border-left: 2px solid #8c8c8c;


}

#navi a {
    float: left;
    width: 120px;
    color: #8c8c8c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 75px; /*hoehe von button*/
    padding-bottom: 5px; /*abstand von textbereich*/
    padding-left: 2px; /*abstand vom strich*/
}

#navi a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    border-bottom: none; 
}

#navi a:active {
    background-color: #ffffff;
}
    
    
    
#impressumLink {
    position: absolute; 
    right: 0;
    bottom: 0;
    text-align: right;
    padding-bottom: 5px; /*abstand von textbereich gleich wie #navibereich a  */
}

#impressumLink a {
    color: #8c8c8c;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
}
#impressumLink a:visited {
    text-decoration: none;
    background-color: transparent;
}
#impressumLink a:hover {
    text-decoration: underline;
    background-color: transparent;
}

#main {
    position: relative;
    width: 834px;/*820*/
    height: 439px;/*425*/
    background-image: url(../pix/schatten.gif);
}

#text {
    position: absolute; 
    right: 0;
    top: 0;
    width: 420px;
    height: 325px;
    margin-top: 30px;
    margin-right: 30px;
    background-image: url(../pix/trans95.png);/*50 66 75 88 95*/
    padding: 20px;
    overflow:auto; /*damit scrollbalken erscheinen*/
        /*workaround ohne grafik -> filter:IE ab 5.5 // -moz:mozilla
        filter:alpha(opacity=75); 
        -moz-opacity: 0.75;     
        background-color: #00ff00;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#text li {
    padding: 1px;
    margin-left: 1.4em;
    list-style-type: square;
}

#lieblingsplatz {
    text-align: center;
    font-size: 130%; /*115*/
    /*font-weight: bold;*/
}

#logo {
    position: relative;
    width: 820px;
    text-align: right;
}

#printfooter {
display: none;
    text-align: center;
    font-size: 80%;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5em;
    width: 100%;
}

/*========================================================
        2. Allgemeine HTML-Elemente
========================================================*/

* {
    padding: 0;
    margin: 0;
}

html {
    /*height: 101%; /* Scrollbarsd in Firefox */
}

body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    width:100%;
}
    
h1, h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 130%;
    margin-bottom: 1em;
}

h2 {
    /*font-size: 130%;*/
    /*margin-bottom: 1em;*/
    font-size: 100%;
    font-weight: bold;
}


a:link {    color: #000000;}

a:visited { color: #000000;}

a:hover, a:focus {  text-decoration: underline;}

a:active{   color: #000000;}

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

.skiplink { display: none;}

p, ul {
    margin: 0;
    /*margin-bottom: 1em;*/
}

ul ul {
    margin: 0;
    margin-left: 1em;
}

li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1em;
}

/*========================================================
        3. Kontaktformular
========================================================*/

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

label {
    display: block;
}

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

textarea {
    height: 7em;
}

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

#submit{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    background-color: #d9d9d9;
    width: 300px;
    padding: 6px 0 6px 0;
}
