html {
        margin:0;
        padding:0;
}

body {
        background-image: URL(../images/bg.jpg);
        background-repeat: repeat-y;
        background-position: 50%;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        text-align: center;
}

h1 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:16px;
        font-weight: bold;
        margin:0px;
}

marquee {
        font-size:24px;
        color:#FFFFFF;
}

#doettingergmbh {
        width:50%;
        position: absolute;
        top: 20%;
        left: 20px;
        text-align: center;
        cursor: pointer;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        text-decoration: none;
}

#doettingergmbh a{
        color:#FFFFFF;
        text-decoration: none;
}

#doettingergmbh img{
        border: 0px;
}

#doettingerkg {
        width: 47%;
        position: absolute;
        top: 20%;
        right: 20px;
        text-align: center;
        cursor: pointer;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        text-decoration: none;
}

#doettingerkg a{
        color:#FFFFFF;
        text-decoration: none;
}

#doettingerkg img{
        border: 0px;
}

#intro_text {
        width: 450px;
        padding-top:20px;
        text-align: left;
        font-size:24px;
        color:#FFFFFF;
}

.pfeil {
        float: left;
        margin-right:20px;
}

#slogan {
        position: absolute;
        bottom:10px;
		left:50%;
        margin-left: -225px;
}

#head {
        width:550px;
        position: absolute;
        left: 50%;
        top: 20px;
        padding-left:20px;
        text-align: left;
}

#head2 {
        width:260px;
        position: absolute;
        right: 61%;
        top: 50px;
        padding-right:0px;
        text-align: left;
}

#menue {
        width: 886px;
        height: 30px;
        background-color: #626262;
        background-image: URL(../images/bg2.jpg);
        left: 50%;
        margin-left: -450px;
        position: absolute;
        top: 100px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        padding: 7px;
}

#menue a {
        margin-left: 10px;
        padding-left:5px;
        padding-right:5px;
        color:#FFFFFF;
        text-decoration: none;
}

#menue a#active {
        background-color:#E3001B;
}

#menue a:hover {
        border-bottom: 3px solid #E3001B;
}

#submenue {
        z-index: 10;
        width: 886px;
        height: 20px;
        background-color: #626262;
        background-image: URL(../images/bg2.jpg);
        left: 50%;
        margin-left: -450px;
        position: absolute;
        top: 130px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 7px;
}

#submenue a {
        margin-left: 20px;
        padding-left:5px;
        padding-right:5px;
        color:#FFFFFF;
        text-decoration: none;
}

#submenue a#active {
        background-color:#E3001B;
}

#submenue a:hover {
        border-bottom: 3px solid #E3001B;
}

#content_container {
        width: 900px;
        left: 50%;
        margin-left: -450px;
        position: absolute;
        top: 130px;
}

#content {
        width: 870px;
        min-height: 500px;
        background-color: #FFFFFF;
        padding:15px;
        color:#000000;
        text-align: left;
}

#content img{
        border: 2px solid #FFFFFF;
}

#content a{
        color:#E3001B;
        text-decoration: none;
}

#content a:hover{
        border-bottom: 3px solid #E3001B;
}

#images {
        background-color: #D2D3D5;
        padding: 10px;
        text-align: center;
        font-style: italic;
        border: 1px solid #000000;
}

#footer {
        width: 900px;
        padding-top: 5px;
        text-align: left;
        letter-spacing: 1px;
}

#footer a {
        color:#FFFFFF;
        text-decoration: none;
}

#footer a:hover {
        text-decoration: underline;
}
