/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color: #004b64;	
	color:#004b64;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

a:link,
a:active,
a:visited {
	color:#004b64;
	text-decoration:none;
}

a.active {
	font-weight:bold;
}

p, h1 {
padding-left: 0px;
padding-right: 80px;
line-height: 1.5em;
}

h1 {
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
}

.single-descriptiontext p {
padding-left: 0;
}

img {
	border: none;
	}
#webpage {
	width:758px;
	height:531px;
	padding-left:46px;
	padding-top:46px;
	padding-right:46px;
	padding-bottom:48px;
	
	margin:0px auto;
	
	background:url(../grafiken/hintergrund.png);
	background-repeat:no-repeat;
	background-position:top left;
}

div#bigRow {
	margin:0px;
	padding:0px;
	height:427px;
	width:758px;
	overflow:hidden;
	position:relative;
}
div#lowerRow {
	height:80px;
	width:758px;
	margin:0px;
	padding:0px;
	margin-top:24px;
	overflow:hidden;
	position:relative;
}

#impressumLink {
position: absolute;
z-index: 1;
top: 0;
right: 0;
        list-style-type: none;		
	padding:0px;
	line-height:1.3em;
	font-size:11px;	
}

#impressumLink ul {
        list-style-type: none;	
}


#impressumLink li {
        float: left;
        padding-right: 10px;
}

#impressumLink .active {	
	font-weight:bold;	
}


div#menuCol {
	float:left;
	width:174px;
	height:427px;
}

div#contentCol {
	margin-left:24px;
        margin-top: 35px;
	float:left;
	width:560px;
	height:387px;
	position:relative;
}


img.logo {
	margin-bottom:90px;
}

ul#mainMenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:1.8em;
}

ul#mainMenu .active {
	font-weight:bold;
}






/**
 * Referenzen teil 
 */
 
#content .csc-default img {display: block; margin:0px auto; text-align: center;}
 
div.single-descriptiontext {
	position:absolute;
	bottom:10px;	
	left:0px;
	margin:5px 0 0 0 !important;
	padding:0px;
	padding-left:35px;
	padding-right:35px;
	font-size:90%;
}
div.single-descriptiontext p {
	margin:2px 0 0 0;
	padding:0px;
	line-height: 1.1em !important;
}
div.rsAmpersande-ListItem {
	display:inline;
	height:80px;
	overflow:hidden;
}
a.rsAmpersande-ListItem-Link {
	border:0px none;
}

a.rsAmpersande-ListItem-Link img.rsAmpersande-ListItem-Image {
	border:0px none;
	border-left:10px solid white;
	border-right:10px solid white;
}

div#rsAmpersande-ListElementBar {
	z-index: 500;
	overflow: visible;
	float: left;
	width: 100%;
	margin-left: 25px;
	height: 80px;
	text-align: left;
	position:relative;
}

div#rsAmpersande-ListElementBar-inner {
	height:80px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	margin-right:25px;
	text-align: left;
	z-index: 9200;
}
div#rsAmpersande-ListElementBar-scroller {
	width: 9000px; /** needs to be an abnormal amount */
}

div#rsAmpersande-ListElementBar-arrLeft,
div#rsAmpersande-ListElementBar-arrRight {
	background-color:white;
	height:80px;
	cursor: pointer;
	width: 28px;
	float: left;
	z-index: 9500;
	position: relative;
	text-align: center;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../grafiken/arr_links.gif);
}

div#rsAmpersande-ListElementBar-arrRight {
	float: right;
	background-image:url(../grafiken/arr_rechts.gif);
}

