body {
	background-color: #dbecff;
	background-image:url(../images/bg.png);
	margin-top: 0px;
	background-repeat: repeat-x;
}
a {
	color: #012F7D;
	text-decoration: none;
}

img {
	border: none;
}
#header {
	background-image: url(../images/head.png);
	width: 937px;
	height: 299px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#header ul {
	padding-top: 189px;
	list-style-type: none;
	list-style-image: none;
}

#header ul  li{
	font-size: 13px;
	margin-top: 7px;
	font-weight: bold;
	color: #012F7D;
}


#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 254px;
	font-size: 10px;
}


#right {
	float: right;
	background-image:url(../images/rechtmenu.jpg);
	background-repeat: no-repeat;
	width: 326px;
	height: 709px;
	margin-top: 2px;
}

.centerContentArea {
	width:937px;
	margin:0 auto;
	text-align: left;
}

#content {
	float: left;
	width: 400px;
}
/*********************************/
.contentblock {
	background-image:url(../images/content-bg1.png);
	background-repeat: repeat-x;
	width: 570px;
	height: 157px;
	padding-left: 20px;
	padding-right: 35px;
	padding-top: 10px;
}

h1 {
	font-size: 17px;
	font-weight: bolder;
	color: #012F7D;
	margin-bottom: 6px;
	margin-top: 6px;
}

h2 {
	font-size: 12px;
	font-weight: bolder;
	color: #012F7D;
}

h3{
	font-size: 12px;
	font-weight: bolder;
	color: #1da8e1;
	margin-bottom: 6px;
}

ul {
	list-style-position:outside;
	list-style-image: url(../images/ul.jpg);
	margin-left: 18px;
	padding-top: 6px;
}

/* ################################################ */
#footer ul li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

#footer .logo {
	float: left;
	width:150px;
	height: 50px;
	border-right: 1px solid white;
	text-align: center;
	vertical-align: middle;
}

#footer .copy {
	padding-left: 28px;
}

#footer .linkliste {
	float: left;
}

