﻿h1
{
    font-size: 16px;
    color: White;
    font-family: Arial;
    font-weight: bold;
}

body, html
{
    margin: 0;
    padding: 0;
    font: 100,01%;
    background-color: #006600;
    color: white;
    font-family: Arial;
    font-size: 16px;
}

.kopfzeile
{
    background-color: #006600;
    padding: 10px;
    height: 30%;
    padding-left: 20px;
}

.menu
{
    position: absolute;
    margin-top: 0px;
    background-color: #006600;
    width: 150px;
    float: left;
    line-height: 30px;
    left: -15px;
}

.BoxInhalt
{
    position: absolute;
    left: 180px;
    top: 190px;
    width: 510px;
    background-color: #006600;
}

.menupunkt
{
    position: absolute;
    color: #FFFFFF;
}

a:link
{
    text-decoration: none;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
}

a:visited
{
    font-family: Arial;
    color: #9ACD32;
}

a:hover
{
    font-family: Arial;
    color: #008000;
    background-color: #FFFFFF;
}

li
{
    list-style-type: none;
}

.TextStartseite
{
    position: absolute;
    left: 710px;
    top: 168px;
    width: 270px;
    height: 365px;
}

.TextDetailseite
{
    position: absolute;
    left: 200px;
    top: 180px;
    width: 550px;
}

.FotoStartseite
{
    position: absolute;
    left: 150px;
    top: 180px;
}

.BeschreibungMap24
{
    position: absolute;
    left: 630px;
    width: 200px;
    top: 240px;
}

.BeschreibungGoogle
{
    position: absolute;
    width: 400px;
    left: 180px;
    top: 240px;
}

.VerlinkungGoogle
{
    position: absolute;
    top: 320px;
    left: 180px;
}


.VerlinkungMap24
{
    position: absolute;
    left: 630px;
    top: 320px;
}

.FotoRechts1
{
    position: absolute;
    left: 730px;
    top: 210px;
    width:200px;
}

.FotoRechts2
{
    position: absolute;
    left: 730px;
    top: 410px;
    width: 200px
}

.FotoRechts3
{
    position: absolute;
    left: 730px;
    top: 610px;
}

.FotoRechts4
{
    position: absolute;
    left: 730px;
    top: 810px;
}
.FotoRechts5
{
    position: absolute;
    left: 730px;
    top: 1010px;
}

input.button
{
    background-color: Orange
}