html, body {
	height: 100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #222;
	background: url(grafik/bg_body.png) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clearer {
	clear:both;
	height: 0;
	line-height:0;
	font-size:0;
}
#Wrapper {
	width: 100%;
	margin: auto;
	min-height: 100%;
	position: relative;
	text-align: center;
}
* html #Wrapper {
	/* IE Hack für 100 % Höhe */
	height: 100%;
}
#Container {
	margin: 0 auto;
	padding: 0px 0px 40px;
	min-height: 625px;
	width: 870px;
	text-align: left;
	position: relative;
}
* html #Container {
	/* IE Hack für 100 % Höhe */
	height: 100%;
}
#Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #FF9900;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}
#Footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

* html #Footer {
	/* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */	
	bottom: -1px;
}
#Header {
	height: 235px;
	background: url(grafik/sokrates.png) no-repeat 0px 59px;
}

#Header h1 {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	left: 165px;
}
.Logo {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 135px;
	position: absolute;
	top: 55px;
	right: 13px;
}
ul.Punkte {
	margin: 0px;
	padding: 25px 0px 0px 12px;
	list-style: none;
}
ul.Punkte li {
	margin: 0px;
	padding: 0px 0px 7px;
}
ul.Punkte li a {
	font-size: 14px;
	font-weight: normal;
	color: #F90;
	text-decoration: none;
	background: url(grafik/listenpunkt.png) no-repeat left top;
	padding-left: 15px;
}
ul.Punkte li a:hover {
	color: #039;
	text-decoration: none;
}
/* START SLIDER */
#Slider_outer {
	display:block;
	position:absolute;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	height: 370px;
	width: 840px;
}
#Slider_navi {
	height: 30px;
	width: 840px;
	margin: 15px 0px 0px;
	padding: 0px;
	z-index: 500;
	font-size: 12px;
	line-height: 25px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	color: #FF9900;
}

/* create custom forward-backward buttons for this container */
#Slider_forward,
#Slider_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:30px;
	height:30px;
	bottom:0px;
	right:0px;
	background: url(grafik/pfeil_links.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#Slider_back {
	right:35px;
	background: url(grafik/pfeil_rechts.png);
}
#Slider_back:hover {
	background: url(grafik/pfeil_rechts_aktiv.png) no-repeat left top;
}
#Slider_forward:hover {
	background: url(grafik/pfeil_links_aktiv.png) no-repeat left top;
}


/* the width is set to show the number of thumbnails that will be visible */
#Slider_inner{
	position:relative;
	overflow:hidden;
	width:840px; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
	height: 320px;
	border: 1px solid #F90;
	text-align: left;
	display: block;
	background: #FFF url(grafik/bg_slider.jpg) repeat-x left bottom;
	left: 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#Slider_items {
	display:block;
	position:relative;
	text-align: left;
}
#Slider_navi a, #Slider_navi a.active {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	outline:none;
}
#Slider_navi a.active, #Slider_navi a:hover, #Slider_navi a:focus {
	color: #039;
	text-decoration: none;
	outline:none;
}

/* single element design */
div.Slider_element {
	display:block;
	position:relative;
	float:left;
	margin:0px;
	font-size:11px;
	width:840px;
	text-align:left;
	color:#000;
	height: 320px;
}
/* ENDE SLIDER */
h2 {
	font: normal 36px Verdana, Geneva, sans-serif;
	color: #039;
	position: absolute;
	left: 40px;
	top: 35px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
h2 span {
	font-size: 20px;
	display: block;
	padding-top: 10px;
}
.Text {
	position: absolute;
	left: 580px;
	top: 90px;
	width: 245px;
}
.Text p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px 0px 15px;
}
.Text p strong {
	font-weight: normal;
}
.Text p em {
	font-style: normal;
}

a.More {
	font: italic bold 12px/21px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #FF9900 url(grafik/mehr.png) no-repeat 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 70px;
	text-decoration: none;
	float: left;
	overflow: hidden;
}
a.More span {
	padding-left: 25px;
}
a.More:hover {
	color: #039;
	text-decoration: none;
}
.Ref {
	position: absolute;
	left: 10px;
	top: 175px;
}
.Ref img {
	border-style: none;
	padding-right: 10px;
	float: left;
	display: block;
}
.RefPfeile {
	padding-top: 50px;
	float: left;
}

