* {
	padding: 0;
	margin: 0;
	border: none;
	}
	
body {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	background-color: rgb(145,57,38);
	color: rgb(255,245,204);
	font-size: 0.9em;
	padding: 0 0 0 0;
	}
	
a {
	color: rgb(255,245,204);
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 1.9em;
	}
	
h2 {
	font-size: 1.3em;
	padding: 15px 0 15px 0;
	}

h3 {
	font-size: 1.3em;
	padding: 15px 0 15px 0;
	color: rgb(255,255,51);
	}

p {
	padding: 0 0 10px 0;
	}

div#all {
	width: 950px;
	height: 950px;
	}
	
div#header {
	background: url(Bilder/logo.gif) no-repeat left top rgb(145,57,38);
	height: 90px;
	}
	
div#navi {
	background-color: rgb(103,10,0);
	padding: 20px;
	height: 90px;
	}
	
ul#menue {
	padding: 0 0 60px 364px;
	}
	
ul#menue li a {
	font-size: 1.1em;
	}
	
ul#menue li a:hover {
	text-decoration: underline;
	}
	
ul#menue li {
	float: left;
	padding: 0;
	list-style: none;
	}

ul#links li {
	list-style: none;
	width: 455px;
	height: 170px;
	float: left;
	text-align: center;
	padding: 0 0 0px 0;
	}
	ul#links li a {
		font-size: 1.1em;
		line-height: 1.5em;
		}
	p.links_text {
		text-align: left;
		padding: 0px 20px 10px 20px;
		}

div#image {
	background: no-repeat;
	width: 950px;
	}
	
div#main {
	background-color: rgb(103,10,0);
	padding: 20px 20px 20px 20px;
	}
	
div#address {
	background-color: rgb(145,57,38);
	padding: 20px;
	height: 45px;
	text-align: left;
	font-size: 0.8em;
	font-style: normal;
	}
	
input,textarea {
	width: 490px;
	padding: 5px;
	background-color: rgb(255,245,204);
	}
	
input.button {
	width: 100px;
	color: rgb(103,10,0);
	background-color: rgb(255,245,204);
	padding: 5px 0 5px 0;
	border: none;
	}
	
form {
	color: rgb(255,245,204);
	padding: 0 0 20px 0;
	}
img.links {
	position: relative;
	left: -20px;
	padding: 0 0 10px 0;
	}
