/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:980px;
	overflow:hidden;
	background:url(../img/body-bg.gif) repeat-x;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #950077;
}
a:active {
	text-decoration: none;
}

/* Grundformatierungen des Layouts */

#main {
	position:relative;
	width:980px;	
}

#top {
	position:relative;
	background-image:url(../img/top-bg.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:980px;
}
#content {
	position:relative;
	width:980px;
	margin-left:36px;
	margin-top:5px;
	color: #535353;
}
#leftcontent {
	position:relative;
	float:left;
	width:303px;
	margin-top:26px;
	height:600px;
}
#content2 {
	position:relative;
	float:left;
	width:660px;
	margin-top:26px;
	color: #535353;
}
#inhalt {
	color: #535353;
	margin-top:10px;
	margin-left:0px !important;
}
#content_normal {
	height:410px;
	overflow:auto;
	width:659px;
	clear:both;
	padding-right:10px;
/*	border:1px solid #FF0000; */
}

#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#940073;
	height:17px;
	width:100%;
	color:#FFFFFF;
	font-size:9px;
	padding-left:36px;
	padding-top:2px;
}
#footer P.bodytext, #footer P.bodytext a{
	color:#FFFFFF;
	font-size:10px;
}