body {
	text-align: center;
	background-color: #8099B3;
	margin: 20px;
	padding: 0;
}

h1 {
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
}

h2 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

h3 {
	color: #036;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

p {
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 5px;
	padding-bottom: 5px;
}

a {
	text-decoration: underline;
	color: #036;
}

a:hover {
	color: #f00;
}

#container {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #fff;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
}

#banner {
	width: 700px;
	height: 100px;
	margin-bottom: 10px;
}

#bannerLinks {
	float: left;
	background-image: url(logo.gif);
	width: 150px;
	height: 100px;
	margin-right: 10px;
}

#bannerRechts {
	float: left;
	background: url(bg1c.gif) repeat-x;
	width: 529px;
	height: 49px;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	padding: 50px 0 0 10px;
}

#content {
	background: url(bg1.gif) repeat-y;
	height: 1%;
}

#linkeSpalte {
	float: left;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #003;
	width: 130px;
	height: 10px;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

#nav a:hover {
	background-color: #fc6;
}

#linkeSpalteFuss {
	color: #036;
	background: url(treppenkopf.jpg) no-repeat;
	width: 130px;
	padding: 160px 10px 10px;

}

#rechteSpalte {
	float: left;
	color: #333;
	width: 530px;
	padding-left: 20px;
}

#rechteSpalte img {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
	border: 1px solid #000;
}

#clear {
	clear: both;
}
