html,body {
	background: #90a6c2;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
}


#page {
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

a#logo {
	display: block;
	width: 182px;
	height: 166px;
	float: left;
}

a#logo span {
	display: none;
}

#header {
	width: 960px;
	height: 167px;
	background: url(../img/backHeader.jpg) no-repeat;
}

#topNavigation {
	width: 960px;
	height: 21px;
	background: url(../img/backTopNavigation.png) no-repeat;
}

#shadow {
	width: 960px;
	height: 16px;
	background: url(../img/backShadow.png) no-repeat;
}

#hpBody {
	width: 960px;
	background: url(../img/backBody.png);
	float: left;
}

#footer {
	width: 960px;
	height: 88px;
	background: url(../img/backFooter.png) no-repeat;
	float: left;
}

#topNavigation {
	text-align: left;

}

#topNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 195px;
}

#topNavigation li {
	float: left;
	display: block;
	padding-right: 20px;
	padding-top: 3px;
}

#topNavigation a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
}

#topNavigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#subNavigation {
	width: 200px;
	float: left;
	text-align: left;
}

#subNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNavigation li {
	display: block;
	padding-left: 20px;
	padding-bottom: 10px;
}

#subNavigation a {
	text-decoration: none;
	color: #18395c;
	display: block;
}

#subNavigation a:hover {
	text-decoration: underline;
}


#content {
	width: 610px;
	float: left;
	text-align: left;
	padding-right: 145px;
	line-height: 17px;
}

#content h1 {
	margin-top: 0px;
	color: #062b72;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
}

#content h2 {
	color: #062b72;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

#content h3 {
	color: #062b72;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

#content a {
	color: #062b72;
}

#content a:hover {
	color: #ff0000;
}

#content hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #062c73;
	margin-top: 15px;
	margin-bottom: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}

#siteSearch {
	padding-top: 40px;
	padding-left: 675px;
	float: left;
	text-align: left;
}

.searchField {
	border: 0px;
	width: 90px;
	background: #c7d3e1;
}

.searchButton {
	padding-top: 2px;
}

#fehlermeldung {
	color: #ff0000;
	border: 1px solid #ff0000;
	margin-bottom: 20px;
}

.button {
	background: #062c73;
	color: #ffffff;
	padding: 3px;
}

.textFeld {
	border: 1px solid #062c73;
	padding: 3px;
}

.selectKurs {
	padding: 3px;
	border: 1px solid #062c73;
	color: #062c73
	;
}

small {
	color: #062c73;
}

.highLight {
	background: #ffffff;
}

.highDark {
	background: #efefef;
}
