body {
	font-size: 12px;
	font-family: Verdana;
	color: #000;
	background-color: #ffffe9;
}

div#body {
	text-align: left;
	width: 940px;
	height: 595px;
}

div#navigation {
	background: url(../images/navigation.png) no-repeat; 
	width: 284px;
	height: 595px;
	float: left;
}

ul#navigation {
	list-style-type: none;
	padding-top: 150px;
	padding-left: 50px;
}

ul#navigation li {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #fff;
	width: 125px;
}

a.navigation:link, a.navigation:visited {
	color: #fff;
	text-decoration: none;
}

a.navigation:hover, a.navigation:active {
	color: #fff7b1;
	text-decoration: underline;
}

a.active:link, a.active:visited {	
	color: #fff7b1;
}

div#content {
	position: relative;
	width: 651px;
	height: 595px;
	margin-left: 286px;
}

div#content_right {
	position: absolute;
	right: 0px;
}

div#content_google {
	position: relative;
	margin-left: 200px;
	margin-right: 10px;
}

img {
	border: 0 none;
}

p {
	margin: 0px;
	padding: 0px;
}

p.ueberschrift {
	color: #790c16;
	margin-bottom: 8px;
	font-weight: bold; 
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
