body {
    color: black; background-color: white;
	font-family: Arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 870px;
    padding: 0;
}

div#Kopfzeile {
	vertical-align:top;
    margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

div#Kopfzeile a {
	color: #011f48;
	text-decoration: none;
	text-transform: uppercase;
}

div#Kopfzeile a:hover {
	color: #00aae6;
	text-decoration: none;
}

#languageBar {
	float: right;
	text-align:right;
	vertical-align:top;
	font-size: 80%;
	font-family: Arial,Helvetica;
}

#logo {
	float: left;
}

#logo img {
	border:0px;
}
.headline1 {
	font-size: 110%;
	font-weight: 500;
	color: #011f48;
	letter-spacing: 1.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
	font-variant: normal;
	line-height: 19px;
	border: none;
	margin: 0px 0px 0px 90px;
	/* text-transform: uppercase; */
}

.headline2 {
	font-size: 80%;
	font-weight: 250;
	color: #011f48;
	letter-spacing: 1.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
	font-variant: normal;
	line-height: 15px;
	border: none;
	margin: 0px 0px 0px 90px;
	/* text-transform: uppercase; */
}

div#Banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color: #fed;
    /* border: 2px ridge silver; */
}

ul#Navigation {
	font-size: 0.91em;
	float: left;
	width: 150px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Navigation li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom: 2px dotted #a5a5a5;
}

#Navigation li a {
	margin: 0px 0px 0px 35px;
	color:#284496;
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 80%;
	white-space: normal;
	font-variant: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

#Navigation a:link{
	color:#284496;
	text-decoration: none
}
#Navigation a:visited{
	color:#284496;
	text-decoration: none
}

#Navigation a:hover{
	color:#7AC8EC;
	text-decoration: none
}
#Navigation a:active{
	text-decoration: none
	color:#7AC8EC;
}

div#Inhalt {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 180px;
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	word-spacing: 0.1em;
}

div#Inhalt h1, h2, h3, h4, h5, h6, p {
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	word-spacing: 0.1em;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

div#Inhalt h1 {
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00aae6;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00aae6;
	color: #F1A44B;
}

div#Inhalt h2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #646464;
}

div#Inhalt a {
	position: relative;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #011f48;
	font-weight: bold;
}

div#Inhalt a:hover {
	color: #00aae6;
	text-decoration: none;
}

p#Fuss{
	clear: both;
	margin: 10px 0px 0px 180px;
	padding-top: 5px;
	border-top: 2px dotted #00aae6;
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 65%;
}

p#Fuss a {
	position: relative;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #011f48;
	font-weight: bold;
}

p#Fuss a:hover {
	color: #00aae6;
	text-decoration: none;
}

