@charset "utf-8";
.top_navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	background-image: url(Pictures/Navigation/bg_navigation.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	white-space: normal;
	padding-top: 9px;
}
.top {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-color: #FFFFFF;
}
a:link {
	color: #143e5a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #57c3ec;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #506F8F;
	text-decoration: none;
	font-weight: bold;
}


a.topnavigation:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
a.topnavigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #143e5a;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
a.topnavigation:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
.top1 {
	width: 341px;
	height: 90px;
	float: left;
	background-color: #143e5a;
	background-image: url(Pictures/Navigation/logo_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.top1_1 {
	width: 620px;
	height: 205px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}
.top1_2 {
	width: 341px;
	height: 170px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}
.subline {
	width: 610px;
	height: 60px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #143e5a;
	font-size: 20px;
	margin-top: 130px;
}
.headline {
	width: 668px;
	height: 35px;
	background: #143e5a;
	float: left;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	vertical-align: text-bottom;
	padding-right: 15px;
	padding-top: 55px;
}
.headline_2 {
	width: 400px;
	height: 210px;
	float: left;
}
    
    /* Verschiedene wieder verwertbare Klassen */
    .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;
    }
body {
	background-color: #8ca0b5;
}
.main {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 320px;
}
.main_left {
	width: 608px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-left: 10px;
}
.main_right {
	width: 401px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.sub_navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #143e5a;
	text-align: right;
}
h1 {
	font-size: 16px;
	color: #506F8F;
}
li {
	list-style-type: disc;
	list-style-image: url(Pictures/Navigation/li.gif);
	list-style-position: outside;
}
