body {
	background-image: url(http://members.chello.at/herbertleitner/Bilder/hintergrund_home.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 10px;
	text-align: center;
	color: #FFF;
}
#content {
	width: 730px;
	height: 547px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#bereichoben {
	top: 40px;
	position: relative;
}
#bereichunten {
	position: relative;
	top: 200px;
}
.bright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff66ff;
	border-right-color: #ff66ff;
	border-bottom-color: #ff66ff;
	padding: 10px;
	display: inline;
	clear: both;
	float: left;
}
.bleft {
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff66ff;
	border-left-color: #ff66ff;
	border-bottom-color: #ff66ff;
	display: inline;
	padding: 10px;
	float: right;
	clear: both;
}
.linkmenue li {
	float: left;
	list-style-type: none;
	margin: 20px;
}
a:active, a:hover, a:link, a:visited {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:visited {
	font-style: italic;
}
