@charset "utf-8";

html{
    overflow-y: scroll; 
}
html, body  {
    text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    color: #666;
    background-color: #002851;
    margin: 0px;
    padding: 0px;
    top: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 85%;
    }
#topmenu {
    height: 25px;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
    color: #FFF;
    padding-top: 20px;
}
#topmenu a {
    color: #FFF;
    text-decoration: none;
    font-size: 90%;
}
#containerwrapper {
    background-image: url(../images/_bg_containerwrapper.jpg);
    background-repeat: repeat-y;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    background-position: right;
}

#wrapper {
    width: 970px;
}
#topborder {
    height: 12px;
    width: 960px;
    background-image: url(../images/_bg_topborder.jpg);
    background-repeat: no-repeat;
}


#container  {
    width: 960px;
    background-color: #FFF5DC;
    } 

#top {
    height: 111px;
    width: 960px;
}
#drucklogo
{
    display:none;
    }

#navigation {
    background-color: #FFF5DC;
    height: 18px;
    width: 955px;
    padding-left:5px;
}

#header  {
    height: 300px;
    background-color: #FFF5DC;
    width: 955px;
    padding-left: 5px;
    } 
#header img {
    margin-left: 5px;
}
#contentwrapper {
    width: 960px;
    background-repeat: repeat-y;
    background-image: url(../images/_bg_contentwrapper.jpg);
}


#news  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
    }
    #news h1 {
	color: #002c72;
	font-size: 150%;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}
#news p {
	margin-right: 10px;
	line-height: 20px;
}

#news image {margin-top: 10px; 
}

#mainContent  {
    float: right;
    width: 650px;
    margin-right: 10px;
    } 
    #mainContent h1{
    color: #002c72;
    font-size: 170%;
    margin-top: 10px;
    font-family: "Times New Roman", Times, serif;
}
    #mainContent h2{
    color: #002c72;
    font-size: 150%;
    font-family: "Times New Roman", Times, serif;
}

#mainContent p{
    color: #666;
    margin-right: 20px;
    line-height: 20px;
    vertical-align: text-top;
}
#mainContent a {
    color: #002c72;
    text-decoration: none;
}
#mainContent a:hover {
    color: #005FFB;
    text-decoration: none;
}
#mainContent table tr td {
    padding-right: 20px;
    line-height: 20px;
}
#mainContent li {
    line-height: 20px;
}
#headline {
    font-size: 120%;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 25px;
}
#text {
    line-height: 20px;
}
#footer  {
    height: 50px;
    width: 970px;
    background-image: url(../images/_bg_footer.jpg);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    } 
    #footer div a{
    color: #999;
    text-decoration: none;
    font-size: 90%;
}
#footer div {
    margin-right: 15px;
    padding-top: 30px;
}

.formfield {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 250px;
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-top-color: #EBEBEB;
    border-right-color: #EBEBEB;
    border-bottom-color: #B9282F;
    border-left-color: #EBEBEB;
}
.formbutton {
    background-color: #EBEBEB;
    border: 1px solid #B9282F;
    color: #B9282F;
}

.presse {
    font-size: 75%;
}

/* für die Newsbox:*/

p{
    color: #666;
    margin-right: 20px;
    line-height: 20px;
}
a {
    color: #002c72;
    text-decoration: none;
}
a:hover {
    color: #005FFB;
    text-decoration: none;
}
li {
    line-height: 20px;
}
/* Ende Newsbox*/
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
        float: left;
        margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
