@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-color:#b7b7b7;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-image:url(../img/bg_body.gif);
	background-position:center;
	background-repeat:repeat-y;
}
* {
	margin:0;
	padding:0;
}
h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:3.7px;
}
h2 {
	font-size:23px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:6px;
}
p {
	line-height:15px;
	padding-bottom:20px;
}
img {
	border:0;
}
a,
a:hover {
	color:#fff;
	text-decoration:none;
	border:0;
}
a:active,
a:focus {
	outline:0;
}
a:hover {
	text-decoration:underline;
}

/*********STYLES**********/
div#wrapper-all {
	margin:0 auto;
	width:920px;
	/*background-color:#808080;*/
	padding-top:25px;
}
div#wrapper-content {
	padding:13px 0 18px 75px;
}
div#wrapper-content .links {
	float:left;
	padding-right:35px;
}
div#wrapper-content .links hr {
	clear:both;
}
div#wrapper-content .rechts {
	float:left;
	width:550px;
}
div#wrapper-content .rechts .start {
	padding-top:50px;
}
div#wrapper-content .rechts h2 {
	padding:14px 0 0 369px;
}
div#wrapper-navi {
	padding:10px 10px 0 10px;
	text-align:center;
}
div#wrapper-navi .big {
	font-size:36px;
}
div#wrapper-navi hr {
	margin:0 0 7px 0;
	border:1px solid #404040;
}
div#wrapper-navi .pics img {
	padding:25px 13px 0 12px;
}
div.clearer {
	clear:both;
}

/********* GALERIE **********/
div.stepcarousel {
	position:relative; /*leave this value alone*/
	border:0;
	overflow:scroll; /*leave this value alone*/
	background-color:#808080;
	text-align:center;
	width:374px; /*Width of Carousel Viewer itself*/
	height:359px; /*Height should enough to fit largest content's height*/
}
div.stepcarousel-padding {
	padding-left:100px;
}
div.stepcarousel .belt {
	position:absolute; /*leave this value alone*/
	left:0;
	top:0;
}
div.stepcarousel .panel {
	float:left; /*leave this value alone*/
	overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0 15px 0 10px; /*margin around each panel*/
	width:364px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/********* FOOTER (SPACE) **********/
div#wrapper-footer {
	padding-top:25px;
}