body
{
        margin: 0;
        padding: 0;
        font: 0.8em arial, helvetica, sans-serif;
        text-align: center;
        color: #505367;
        background-color: white;
}

h1 {
        font-size: 1.2em;
        margin-bottom: 5px;
        margin-top: 0px;
        font-variant: small-caps;        
}

a {
        border: none;
}

td {
    vertical-align: top;
}

#container {
        margin: 1em auto;
        width: 800px;
        text-align: center;
        /*background-color: red;*/
        /*border: 1px solid black;*/
}

#header {
        margin: auto;
}

#border {
    margin: auto;
    margin-top: 10px;
    width: 653px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#introduction {
    margin: auto;
    font-family: arial, helvetica;
    font-size: 1em;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
}

img.floatleft {
    float: left;
}
#pics_general {
    float: left;
    clear: both;
    margin: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#pics_teneriffa {
    float: left;
    clear: both;
    margin: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#pics_apartments {
    float: left;
    margin: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#pics_kontakt {
    float: left;
    margin: auto;
    margin-top: -120px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}


#link {
    vertical-align: bottom;
    text-align: right;
}

#content {
    margin-left: 185px;
    width: 430px;
    height: 100px;
    text-align: justify;
}
#content_home {
    margin-left: 185px;
    width: 430px;
    text-align: justify;
}
#content_kontakt {
    margin-left: 185px;
    width: 420px;
    text-align: justify;
}

#footer {
    clear: both;
    margin: auto;
    margin-top: 10px;
    background-color: white;
}

#formular {
    margin: auto;
    width: 500px;
    height: 500px;
    background-color: green;
}

#nav {
    margin: auto;
    margin-top: 5px;
    width: 800px;
    height: 36px;
    padding: 0px;
    color: #b0bee1;
    
    text-align: center;

    background-repeat: no-repeat;
}

  ul#Navigation {
    margin: auto; padding: 0em;
    margin-left: 145px;
    width: 800px;
    text-align: center;
}
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: auto;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 6em;
    margin: 0.4em; padding: 0.1em 1.5em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: white; background-color: #ff9900;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #ff9900;
  }
  ul#Navigation div {
     clear: left;
  }