body {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	color: #434343;
	background-color: #ffffff;
	font-size: 14px;
	margin: 30px;
}

strong {
	font-weight: bold;
	color: #FF7F00;
}

#container {
	width:800px;
	margin: auto;
	background: #ffffff;
}

#header {
	width:800px;
	height:120px;
	margin:auto;
	padding:0px;
	background:url("./images/header.jpg") top center transparent no-repeat;
}

#navi {
	width: 780px;
	margin: auto;
}

h1 {
	margin-left:50px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #FF7F00;
}

h3 {
	font-size: 14px;
	color: #FF7F00;
	font-weight: bold;
}

#bild {
	float: left;
	width:256px;
	height: 256px;
}
.oben {
	float: left;
}

#content {
	float: right;
	width: 500px;
	text-align: left;
}

#content a:link {
	border-bottom: 1pt dotted #FF7F00;
	color: #FF7F00;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-image: url("./images/link.jpg");
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
}

#content a:visited {
	border-bottom: 1pt dotted #4F4F4F;
	color: #4F4F4F;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-image: url("./images/link.jpg");
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
}

#content a:hover {
	border-bottom: 1pt dotted #0000FF;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-image: url("./images/link.jpg");
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
}

#content a:active, #content a:focus {
	border-bottom: 1pt dotted #FF7F00;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-image: url("./images/link.jpg");
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
}

#clearer {
	clear: both;
}