@charset "utf-8";
body {
	background-color: #d6d6d7;
	background-image: url(img/start_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 16px;
	color: #6e7f80;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
a {
	color: #4d90c8;
	text-decoration: none;
}
a:hover {
	color: #4d90c8;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #26475d;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #26475d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #26475d;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 960px;
	margin-top: 35px;
	padding-top: 0px;
}
#content_start {
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#start_sub {
	width: 960px;
	margin-top: 10px;
}
#start_main {
	height: 271px;
	width: 960px;
}

#sub_left {
	float: left;
	height: 248px;
	width: 475px;
	background-image: url(img/start_left.jpg);
}
#sub_right {
	float: right;
	height: 248px;
	width: 475px;
	background-image: url(img/start_right.jpg);
}
.readmore_left {
	height: 24px;
	width: 114px;
	padding-top: 195px;
	float: left;
	margin-right: 12px;
	margin-left: 40px;
}
.pt_sub_button {
	width: 285px;
	margin-bottom: 12px;
}
#wrapper_footer {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #264458;
}
#footer {
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #264458;
	clear: both;
	font-size: 10px;
	height: 55px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #FC6;
}
#footer_lft {
	float: left;
	padding-top: 10px;
}
#footer_mid {
	margin-right: 450px;
	margin-left: 300px;
	padding-top: 10px;
}
#footer_rgt {
	float: right;
	margin: 0px;
	padding: 0px;
}

.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: 14px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 20px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
