@charset "utf-8";

/*****************************
*	CLEAR					 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
	
/*****************************
*	SYSTEM TAGS				 */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.6875em;
	color: black;
	background: white;
	margin: 0;
	overflow-x: hidden;
}
	
img {
	float: left;
	display: inline;
	border: 0;
}
	
a {
	color: black;
	text-decoration: none;
}
	
a:hover {
	text-decoration: none;
}
	
p {
	margin: 1em 0;
}

ul {
	list-style: none outside;
	padding: 0;
	margin: 1em 0;
}

ul ul {
	margin-left: 2em;
}

h1 {
	margin-top: 1.25em;
}

/*****************************
*	RAHMEN				 	 */

#infobereich {
	width: 40em;
	height: 166px;
	position: absolute;
	top: 2em;
	right: 2em;
	background: white;
	overflow: hidden;
}

#infobereich a {
	text-decoration: underline;	
}


#logo {
	position: absolute;
	top: 20px;
	left: 185px;
}

#navigation {
	width: 175px;
	height: 363px;
	position: absolute;
	top: 188px;
	left: 0;
	background: white;
	padding-left: 30px;
}

#navigation li.aktiv,
#navigation li.aktiv ul li.aktiv {
	font-weight: bold;
}

#navigation li.aktiv ul li {
	font-weight: normal;
}

#schraege {
	position: absolute;
	top: 213px;
	left: 205px;	
}

.csc-firstHeader {
	margin: 0;
}

.csc-textpic img {
	margin: 0 50px 50px 0;
}

/*****************************
*	GALERIE				 	 */

#content {
	height: 358px;
	position: absolute;
	top: 203px;
	left: 205px;
	padding: 0 15% 0 0;
}

#content a {
	text-decoration: underline;	
}

#content a:hover {
	text-decoration: none;	
}

.content-navigation {
	position: absolute;
	left: 230px;
	top: 575px;
}

/*****************************
*	GALERIE 3			 	 */

.stepcarousel {
	height: 358px;
	position: relative;
	overflow: scroll;
}

.stepcarousel .belt {

	width: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left;
	overflow: hidden;
}

/*### DIVERSES ###*/

.clear {
	float: none;
	clear: both;
}