body {
	margin: 25px;
	background: #efeded;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5c7393;
}

h1, h2, h3, h4, h5, h6 {
	color: #5c7393;
	font-weight: bold;
}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 11px; font-weight: normal;}
h6 {font-size: 10px; font-weight: normal;}

blockquote {
padding: 0 40px;
font-style: italic;
}

a, a:active, a:visited {
	color: #5c7393;
	text-decoration: underline;
}

a:hover {
    color:#737373; 
	text-decoration: underline;
}

#kopf {
	width: 550px;
	margin: 0 auto;
	padding: 5px 10px;
	background: #5c7393;
	border: 3px solid #dedede;
	border-bottom: none;
}

#kopf h2 {
	text-align: center;
	color: white;
	}
#kopf h2 {font-size: 18px;}

#navi {
	width: 570px;
	height: 26px;
	margin: 0 auto;
	background: #dedede;
	border: 3px solid #dedede;
	border-top: 1px solid white;
	border-bottom: 1px solid #dedede;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {display: inline;} 

#navi a {
	display: block;
	float: left;
	width: 114px;
	height: 16px;
	padding: 5px 0;
	color: #737373;
	text-align: center;
	text-decoration: none;
}

#navi a:hover, #navi .hier a {
	background: #353534;
	color: #dedede;
}

#bild {
	width: 570px;
	margin: 0 auto;
	background: white;
	border-left: 3px solid #dedede;
	border-right: 3px solid #dedede;
}

#inhalt {
	width: 550px;
	padding: 10px;
	margin: 0 auto;
	background: white;
	border-left: 3px solid #dedede;
	border-right: 3px solid #dedede;
}


#fuss {
	width: 550px;
	margin: 0 auto;
	padding: 10px;
	background: #5c7393;
	border: 3px solid #dedede;
	border-top: none;
}

#fuss p {
    margin:0;
	text-align: center;
	font-size: 10px;
	color: white;
}

#fuss a, #fuss a:active, #fuss a:visited, #fuss a:hover {
	color: white;
	text-decoration: none;
}
