@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;
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
    }
#topmenu {
	height: 25px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	color: #FFF;
	padding-top: 20px;
	display: none;
}
#topmenu a {
	color: #FFF;
	text-decoration: none;
	font-size: 90%;
	display: none;
}
#containerwrapper {
	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;
	display: none;
}


#container  {
	width: 960px;
	background-color: #FFF;
    } 

#top {
	height: 111px;
	width: 960px;
	display: none;
}

#drucklogo
{
	float: left;
	height: 118px;
	width: 250px;
	margin-bottom: 50px;
	width: 960px;
	}

#navigation {
	background-color: #FFF5DC;
	height: 18px;
	width: 955px;
	padding-left:5px;
	display: none;
}

#header  {
	height: 300px;
	background-color: #FFF5DC;
	width: 955px;
	padding-left: 5px;
	display: none;
    } 
#header img {
	margin-left: 5px;
	display: none;
}
#contentwrapper {
	width: 960px;
}


#news  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 210px;
	padding-left: 20px;
	padding-right: 10px;
	display: none;
    }
	#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;
}
#picture  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 240px;
	display: none;
    }
	#picture h1  {
	font-size: 110%;
	color: #002c72;
	margin-left: 20px;
}

#mainContent  {
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
    } 
	
	#mainContent h1{
	color: #002c72;
	font-size: 14pt;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}
	#mainContent h2{
	color: #002c72;
	font-size: 13pt;
	font-family: "Times New Roman", Times, serif;
}


#mainContent p{
	color: #666;
	margin-right: 20px;
	line-height: 20px;
}
#mainContent table tr td {
	padding-right: 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;
}
#mainContent a {
	color: #002c72;
	text-decoration: none;
}
#mainContent a:hover {
	color: #005FFB;
	text-decoration: none;
}
#footer  {
	height: 50px;
	width: 970px;
	background-image: url(../images/_bg_footer.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
    display: none;
	} 
	#footer div a{
	color: #999;
	text-decoration: none;
	font-size: 90%;
}
#footer div {
	margin-right: 15px;
	padding-top: 30px;
	display: none;
}

.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;
}

    .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;
    }
