* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 30px;
}

html {
	height: 101%;
}

body {
	background-color: white;
	font-family: 'ArialMT', 'Arial', 'sans-serif';
	color: #463c3b;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

h1 {
	color: #969696;
	font-size: 160%;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-bottom: 12px;
}

h2 {
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}

address {
	display: none;
}

a {
	color: #969696;
	text-decoration: none;
}

a:hover, a:focus {
	color: #969696;
}

a img {
	border: none;
	text-decoration: none;
}

.unterstrichen {
	text-decoration: underline;
}

#wrapper {
	background-color: white;
	padding: 0px 40px 0px 40px;
	color: #463c3b;
	width: 622px;
	margin: 10px auto;
}

#navigation {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid black;
	margin-bottom: 12px;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus {
	color: #463c3b;
	text-decoration: none;
}

#navigation #navi01, #navi02 {
	margin-right: 20px;
}

#content {
	padding: 12px 0px 20px 0px;
}

#content a {
	color: #463c3b;
}

#content a:hover,  #content a:focus {
	color: black;
}

#footer {
	margin-top: 0px;
}

