body {
	background-color: #ECB100;
}

#rahmen {
	position:relative;
	width:880px;
	height:auto;
	margin:auto;
}
#header {
	position:relative;
	width:880px;
	height:115px;
	margin:auto;
	padding-bottom:15px;
	border-bottom-color: #052953;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#headerbildlinks {
	position:relative;
	width:720px;
	height:115px;
	float:left;
}

#headerbild {
	position:relative;
	width:159px;
	height:115px;
	float:right;
}

#navleiste {
	position:relative;
	width:130px;
	height:500px;
	padding:10px 0px 0px 0px;
	float:left;
}

#inhalt {
	position:relative;
	width:690px;
	height:auto;
	padding:10px 30px 0px 30px;
	float:right;
}

#inhaltboxklein {
	position:relative;
	width:30%;
	height:auto;
	padding:0px 10px 10px 0px;
	float:left;
}

#footer {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	border-top-color: #052953;
	border-top-width: 3px;
	border-top-style: solid;
}

p {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

h4 {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}

a:link {
	font-family: Georgia;
	font-size: 12px;
	color: #052953;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #052953;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: #052953;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}


