body {
	margin: 0px;
	background-color: #32312F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.main {
	position: relative;
	width: 827px;
	margin: 0px auto;
	background-image: url('../grafx/design/bg.gif');
	background-repeat: repeat-y;
}

div.banner {
	position: relative;
	width: 827px;
	height: 201px;
	margin: 0px auto;
	background-image: url('../grafx/design/banner.jpg');
}

div.navi {
	position: relative;
	width: 827px;
	height: 23px;
	margin: 0px auto;
}

div.mittel {
	position: relative;
	width: 827px;
	height: 33px;
	margin: 0px auto;
	background-image: url('../grafx/design/mittelteil.gif');
}

div.footer {
	position: relative;
	width: 827px;
	height: 30px;
	margin : 0px auto;
	padding-top: 3px;
	background-image: url('../grafx/design/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	color: #808080;
	letter-spacing: 1px;
}

div.uniball {
	position: relative;
	display: inline;
	float: left;
	width: 100px;
	height: 400px;
	margin-left: 38px;
	background-image: url('../grafx/design/uniball.jpg');
}

* html div.uniball {	/* nur fuer Internet Explorer */
	width:100px;	/* Version 5.x */
	w\idth:100px;	/* Version 6 */
}

div.content {
	position: relative;
	display: inline;
	float: right;
	width: 600px;
	height: 100%;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 25px;
	background-color: #0A0A0A;
	color: #F5F5F5;
	font-family: Verdena, Arial;
	font-size: 13px;
	line-height: 1.3em;
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.contentbg {
	background-image: url('../grafx/design/contentbg.gif');
}

div.text {
	position: relative;
	width: 580px;
	border: 1px solid #222222;
	padding: 10px;
}

div.textlinks {
	position: relative;
	display: inline;
	float: left;
	width: 270px;
	border: 1px solid #222222;
	padding: 5px;
}

div.textrechts {
	position: relative;
	display: inline;
	float: right;
	width: 270px;
	border: 1px solid #222222;
	padding: 5px;
}

.clr {
	clear: both;
}

p {
	align: justify:
}

h2 {
	color: #C0C0C0;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #CB86AC;
	padding-bottom: 2px;
}

h3 {
	color: #CB86AC;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul {
	list-style-image: url('../grafx/design/list_image.gif');
	line-height: 1.3em;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CB86AC;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-weight: normal; 
	text-decoration: none; 
	background: transparent;
}