body {
	background-image: url(../gfx/bg_header.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: tahoma, vardana, arial, 'sans serif';
	font-size: 12px;
	color: #444444;
	line-height: 22px;
}
#header {
	height: 242px;
	background-image: url(../gfx/bg_top.jpg);
	background-repeat: no-repeat;
	padding-left: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 208px;
	height: 36px;
	left: 295px;
}

ul#topnav {
	list-style: none;
	clear: right;
	text-align: right;
	margin: 0;
	margin-right: -7px;
	height: 36px;
}

ul#topnav li {
	float: left;
}

ul#topnav li a {
	font-weight: normal;
	display: block;
	line-height: 36px;
	padding: 0 7px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #a57caa;
}

ul#topnav li a:hover {
	color: white;
	 background: #c8a5ca;
	 	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
img {
	border: 0;
}
.img_splash {
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	padding: 6px;
}
.img_splash:hover {
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
	padding: 6px;
}
#content {
height: 450px;
	margin: 0;
	margin-right: 90px;
	background-color: white;
	background-image: url(../gfx/girl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content #cnt{
margin-left: 240px;}
#content #cnt h1 {
	font-size: 140%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #a57caa;
	color: #a57caa;
}
#content #cnt h2 {
	font-size: 140%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #a57caa;
	color: #a57caa;
}
#content #cnt h3 {
	font-size: 180%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 0px solid #a57caa;
	color: #a57caa;
}
.highlight {
color: #6e5171;
	padding: 10px;
	font-size: 14px;
	background-image: url(../gfx/bg_high.png);
}
.highlight a {
	text-decoration: none;
	color: #6e5171;
}
.farbe {
	color: #7d5a80;
}
#stars {
	background-image: url(../gfx/bg_splash.jpg);
	height: 242px;
	width: 441px;
	float: right;
}
#bottom {
	background-color: #cda9cc;
	background-image: url(../gfx/bottom.png);
	background-repeat: repeat-x;
	height: 200px;
	margin: 0;
	padding:0;
	padding-top: 16px;
}
#bottom a {
	color: #000000;
}
#bottom2 {
	background-color: #cda9cc;
	background-repeat: repeat-x;
	height: 110px;
	margin: 0;
	padding:5;
	padding-top: 16px;
}
#bottom2 a {
	color: #000000;
}
#bottom2 h4 {
	font-size: 100%;
	margin: 0px 0px 0px px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #FFFFFF;
	color: #000000;
}
#bottom3 {
	background-color: #cda9cc;
	background-image: url(../gfx/bottom.png);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0;
	padding:0;
	padding-top: 16px;
}
#bottom3 a {
	color: #000000;
}
a {
	color: #a57caa;
}
.display {
	margin: 20px;
	margin-top: 10px;
	border: solid 1px #a57caa;
	background: #cdacd0;
	padding: 6px;
	width: 300px;
	height: 150px;
	float: left;
}
.display:hover {
	background: #e3c6e6;
}

.display p{
margin: 10px;
margin-left: 120px;
}
.display img{
border: solid 1px #a57caa;
}
