@CHARSET "UTF-8";

/* General styles */
body {
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #d3d3d3;
    min-width: 600px; /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 100%;
    text-align: center;
    color: #333;
    overflow-y: scroll;
}

a {
    color: #666;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1, h2, h3 {
    margin: .8em 0 .2em 0;
    padding: 0;
}

p {
    margin: .4em .8em .8em 0;
    padding: 0;
    text-align: justify;
    line-height: 1.25;
}

img {
    margin: 0 10px 5px 10px;
}

/* Fixed Layout */
#fixed {
    margin: 10px auto 10px auto;
    width: 953px; /* you can use px, em or % */
    text-align: left;
}

/* Header styles */
#header {
    clear: both;
    float: left;
    width: 100%;
    height: 207px;
    background: #fff url(../bilder/header.jpg);
}

#header {
    border: 1px solid #555;
    border-bottom: 1px solid #000;
}

#header h1 {
    display: none;
}

/* column container */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

/* 2 column left menu settings */
.leftmenu {
    background: #002069;
}

.leftmenu .colright {
    float: left;
    width: 200%;
    position: relative;
    left: 210px;
    background: #fff;
}

.leftmenu .col1wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 200px;
    padding-bottom: 1em;
}

.leftmenu .col1 {
    margin: 0 15px 0 215px;
    position: relative;
    right: 100%;
    overflow: hidden;
}

.leftmenu .col2 {
    float: left;
    width: 175px;
    position: relative;
    right: 195px;
}

/* Footer styles */
#footer {
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #555;
    border-top: 1px solid #000;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

#footer #etracker {
    position: absolute;
    top: 10px;
    right: 10px;
}

#footer p {
    padding: 10px;
    margin: 0;
    text-align: center;
}

#footer p.small {
    padding: 0 10px 10px 10px;
}

/* Menu */
#menu {
    padding: 0;
    margin: 15px 0 380px 0;
    width: 0;
}

#menu li {
    list-style-type: none;
    width: 200px;
    height: 24px;
    margin: 2px 0;
    clear: both;
}

#menu a, #menu a:visited {
    position: relative;
    display: block;
    width: 169px;
    height: 22px;
    border: 1px solid #000;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

#menu a.aktiv, #menu a.aktiv:visited {
    text-align: right;
}

#menu a span, #menu a:visited span {
    display: none;
}

#menu a:hover {
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    text-align: right;
}

#menu a:hover span {
    position: absolute;
    display: block;
    left: 180px;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 8px solid #c00;
    border-top: 8px solid #002069; /* #FFD8B7; */
    border-bottom: 8px solid #002069; /* #FFD8B7; */
    font-size: 1px;
    line-height: 0;
}

/*
* html #menu a:hover span {
    width: 8px;
    height: 16px;
    w\idth: 0;
    he\ight: 0;
}
*/

#menu1 {
    background: url(../bilder/menu1.jpg);
}

#menu2 {
    background: url(../bilder/menu2.jpg);
}

#menu3 {
    background: url(../bilder/menu3.jpg);
}

#menu4 {
    background: url(../bilder/menu4.jpg);
}

#menu5 {
    background: url(../bilder/menu5.jpg);
}

#team,
#aussen1 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.raul {
    margin-left: 250px;
}

.clear {
    clear: both;
}

#kontakt {
    float: right;
    margin-top: 10px;
}

#impressum {
    float: right;
}

.impressumCopy {
    float: left;
}

.impressumCopy img {
    margin: 0 10px 5px 0;
}

.small {
    font-size: small;
}