
body {
    font-family: Arial, sans-serif;
    background-image: url(http://www.airport-weeze.de/pictures/main_background.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
      margin: 0px;
}


.font12 {
    color: #FFA500;
    font: 16px;
    font-weight: bold;
}


.content {

    font-size: 13px;
    color: Black;
    }


.plan {
    font-size: 13px;
    color: Black;
    }


.schnellsuche {

    font-size: 12px;
    color: Black;
    margin-left: 16px;
    }


.planhead {

    font-size: 14px;
    color: #ffffff;
    background-color: #16397D;
    font-weight: bold;
    }


.sitemap {

    font-size: 12px;
    color: #B0C4DE;
        }

.sitemap a:link {
 color: #B0C4DE; text-decoration: none;  font-weight: bold;
}

.sitemap a:visited {
 color: #B0C4DE; text-decoration: none;  font-weight: bold;
}

.sitemap a:hover{
 color: #FFA500; text-decoration: none;  font-weight: bold;
}


.schnellsuche_form {

    background: #B5C0CD;
    border-color: #F5F5F5;
    margin-top: 5px;
    margin-left: 0px;
    }

.schnellsuche_form:focus, textarea:focus {
color: #000;
background: #999999;
}