body {
	background-color: #937061;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus {
	outline: none;
	text-decoration:none;
}

a:link, a:visited {
text-decoration:none;
padding-left: 2px;
border-bottom: 1px solid #633530;
color: #633530;
}

a:hover, a:active {
text-decoration:none;
padding-left: 2px;
border-bottom: 1px solid #ffffff;
color: #ffffff;
}

#outer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-image:url(grafik/layout/bg.gif);
	background-position: 0 70px;
	border-bottom: 10px solid #937061;
}

#header {
	margin: 0;
	padding: 0;
	background-image:url(grafik/layout/header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 70px;
}

#center {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align:left;
}

#menu {
	margin:0;
	padding:0;
	float:left;
	width:160px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#menu li a:link, #menu li a:visited {
	padding-left: 18px;
	font-size: 14px;
	line-height: 20px;
	background-image:none;
	color: #633530;
	font-weight: bold;
	text-decoration:none;
	border-bottom:0px;
}

#menu li a:hover, #menu li a:active, #menu li a.aktiv:link, #menu li a.aktiv:visited, #menu li a.aktiv:hover, #menu li a.aktiv:active {
	padding-left: 18px;
	font-size: 14px;
	line-height: 20px;
	background-image:url(grafik/layout/li.gif);
	background-repeat:no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	border-bottom:0px;
}

#content {
	margin: -10px 0 0 0;
	padding: 0;
	float:left;
	width: 640px;
	color:#000000;
	font-weight:normal;
	line-height: 1.3;
}

*html #content {     /*fuer IE6*/
	margin-top: 0px;
}

*+html #content {   /*fuer IE7*/
	margin-top: 0px;
}


#footer {
	margin: 0;
	padding: 0;
	clear:both;
	background-image: url(grafik/layout/bg_footer.gif);
	background-repeat: no-repeat;
	background-position:bottom;

}

*html #footer {     /*fuer IE6*/
	margin-top: -16px;
}

*+html #footer {   /*fuer IE7*/
	margin-top: -16px;
}

#copyright {
	color: #633530;
	font-size: 10px;
	text-align:right;
	background-color:#937061;
}

h1 {
font-size: 1.2em;
font-weight: bold;
color:#000000;
}

h2 {
font-size: 1.1em;
font-weight: bold;
color:#000000;
}

h3 {
font-size: 1em;
font-weight: bold;
color:#000000;
}

.hervor {
font-weight: bold;
color:#000000;
}

.bildLinks {
float:left;
margin-right: 10px;
}

.bildRechts {
float:right;
margin-left: 10px;
}