@charset "UTF-8";
/* CSS Document */

body {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px 0px 0px 0px;
	background-color:#FFE4AD;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight: normal;
}

a:link {
	font-weight:normal;
	color: #333;
	text-decoration: none;
}

a:visited {
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	color:#333;
	text-decoration:none;
	background-color:#F96;
}

a:active {
	font-weight:normal;
	color: #333;
	text-decoration: none;
}

/* div tags */

#container {
	width:950px;
}

#logo {
	float:left;
	width:175px;
}

#links {
	float:left;
	margin-left:600px;
}

#headtext {
	width:750px;
	height:110px;
	float:left;
	margin-left:15px;
	margin-top:30px;
}

#navigation {
	float:left;
	margin-top:0px;
	width:175px;
}

#textbox {
	width:500px;
	float:left;
	margin-left:15px;
}

#inhalt {
	width:200px;
	height:375px;
	margin-top:0px;
	margin-left:15px;
	float:left;
	background-color:#FFE4AD;
}

#adresse {
	width:915px;
	height:80px;
	margin-top:20px;
	padding:5px 0px 0px 15px;
	background-color:#FFCC99;
	float:left;
}

