/* CSS Document */

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

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
 	padding:0;
	margin:0;
	background-color:#eeeeee !important;
	overflow-y:scroll;
}
table{
	border:0;
}
p.bodytext {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
/*	font-weight:bold; */
	padding:0;
}	
p.bodytext a, p.bodytext a:link{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
p.bodytext a:hover{
	text-decoration:underline;
}
div.inhalt ul, div.inhalt ul li{
}
div.inhalt h1{
	padding:20px 0 5px 0;
}
a, a:link {

	font-size:11px;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
}
a:active {
}
dl.csc-textpic-image {
	padding:0 20px 0 0;
}

/* Grundformatierungen des Layouts */

div.clear {
	clear:both;
}

div#main {
	position:relative;
	width:960px;
	margin:auto;
	min-height:768px;
	background-color:#FFFFFF !important;
}
div#top {
	position:relative;
	width:960px;
	height:160px;
}
div#logo {
	position:relative;
	padding-left:560px;
	padding-top:35px;
}
div#slider{
	position:relative;
	float:right;
	width:940px;
	background:url(../img/sliderbackground.jpg) no-repeat;
	padding:10px 0 0 0px;
	margin-bottom:20px;
}
div#slideshow{
	padding-left:170px;
}

div#maincolumn {
/*	background-color:#FFFFFF; */
}
div#maincolumn, div#maincolumn2 {
	position:relative;
	width:960px;
	background:url(../img/bg_dots.jpg);
	padding:25px 0 0 0;
}
div#leftcolumn {
	position:relative;
	float:left;
	width:706px;
	min-height:500px;
	padding:0 0 0 0;
}
div#main_leftside, div#intro_leftside {
	position:relative;
	float:left;
	width:213px;
	min-height:300px;
	padding-left:5px;
}
div#intro_middle {
	position:relative;
	float:left;
	width:774px;
	min-height:300px;
}
div#main_middle {
	position:relative;
	top:-20px;
	float:left;
	width:483px;
	min-height:300px;
}
div#main_rightside {
	position:relative;
	float:left;
	width:214px;
	min-height:300px;
	border-top:0px solid #ffffff;
	padding-top:30px;	
}
div#footer {
	position:absolute;
	z-index:10;
	top:160px;
	height:14px;
	background:#ffffff;
	background-image:url(../img/bg_dots.jpg);
	width:920px;
	padding:2px 20px 2px 20px;
}

/* ########### INHALT ############ */

div.inhalt {
	width:455px;
}
div.inhalt .content_wrap {
	margin:0 0 0 0;
}
div.inhalt_rechts {
	position:relative;
	top:-17px;
	padding:0px 0px 0px 60px;
}
div.inhalt_rechts p.bodytext{
	width:220px;
	padding:12px 0 20px 0px;
}
div.inhalt_rechts .content_wrap{
}

div.inner_content{
	margin-bottom:25px;
}

div.clear {
	clear:both;
}
div.csc-textpic-imagewrap {
	padding-right:13px;
}

div.csc-textpic-intext-left {
	clear:left;
}
