body {
	background: #9ea7b5 url('images/bg.gif') repeat-x;
}

/* Zum Zentralisieren des Designs */
#body {
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -425px;
	width: 825px;
	height: 520px;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 95px;
	width: 825px;
}

#banner #slg {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 20;
}

#banner #logo {
	position: absolute;
	top: -4px;
	right: 10px;
	z-index: 16;
}

#banner #wasser {
	position: absolute;
	top: 11px;
	right: 235px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;

	color: #FFFFFF;
	font: 10px Verdana;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#nav {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 815px;
	height: 46px;

	background: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
	background-position: 5px 20px;

	border-bottom: 1px solid #a3a3a3;

	z-index: 16;
}

#nav img {
	position: absolute;
	top: 0;

	border: 0;
	z-index: 20;
}

.highlight {
	visibility: visible;
	position: absolute;
	top: 125px;
	height: 23px;
	/*left und width werden in der HTML bestimmt*/

	background: #F2F2F2;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	z-index: 15;
}

.content_container_full {
	left: 10px ! important;
	width: 811px ! important;
}

.content_full {
	width: auto ! important;
	margin-right: 20px ! important;
}

#content_container {
	position: absolute;
	top: 146px;
	left: 256px;

	width: 565px;
	height: 320px;

	background: #ffffff;
	border: 2px solid #FFFFFF;
	border-top: none;

	padding: 0;
	margin: 0;
	overflow: auto;
	z-index: 5;
}

#content {
	margin: 15px 0px 0px 15px;
	padding: 0;
	width: 530px;

	overflow: hidden;

	font: 12px Verdana;
	text-align: justify;

	color: #65787B;
}

#slideshow #slidesContainer h1, #content h1 {
	font: bold 14px Verdana;
	display: block;

	text-align: right;

	margin: 0 0 15px 0;
	padding: 3px;

	border-bottom: 1px solid #353a42;
	/* grau aus dem Header: #65787B */
	background: #e8e2d9;

	color: #353a42;
}

#slideshow #slidesContainer h2, #content h2 {
	font: 12px Verdana;
	display: block;
	background: #e8e2d9 url('images/h2_arrow.gif') no-repeat;

	margin: 0 0 10px 0;
	padding: 3px 0px 3px 23px;

	color: #353a42;
}

#slideshow #slidesContainer p, #content p {
	margin-top: 0px;
}

#slideshow #slidesContainer ul, #content ul {
	margin: 0;
	margin-bottom: 10px;
}

#slideshow #slidesContainer li, #content li {
	margin-left: 25px;
}

/* paragraph, wenn vorher h2 */
#slideshow #slidesContainer .ind, #content .ind {
	text-align: justify;
	padding-left: 23px;
	margin-bottom: 25px;
}

#slideshow #slidesContainer a:link, #slideshow #slidesContainer :visited, #content a:link, #content a:visited {
	color: #65787B;
}

#slideshow #slidesContainer a:hover, #content a:hover {
	color: #000;
}

#photo_container {
	position: absolute;
	top: 146px;
	left: 10px;

	width: 245px;
	height: 320px;

	background: #F2F2F2;
	border: 2px solid #FFFFFF;
	border-top: none;

	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 5;
}

/* Formular Inputs */
.i_text, .i_select {
	font: normal 12px Verdana;
	color: #65787B;
	width: 200px;

	background: #FFF;
	border: 1px solid #353a42;
}

.i_select {
	width: 400px;
}

.i_text_err {
	font: normal 12px Verdana;
	color: #65787B;
	width: 200px;

	background: #FFF;
	border: 1px solid red;
}

/* Styles für die Produktslideshow */

#slideshow #slidesContainer {
	position: absolute;
	top: 146px;
	left: 10px;

	width: 811px;
	height: 320px;

	background: #ffffff;
	border: 2px solid #FFFFFF;
	border-top: none;

	padding: 0;
	margin: 0 auto;
	overflow: auto;
	z-index: 5;

	font: 12px Verdana;
	text-align: justify;

	color: #65787B;
}

#slideshow #slidesContainer .slide {
	margin: 0 auto;
	padding: 0;
	width: 771px;
	height: 320px;

	overflow: hidden;
}


#slideshow #slidesContainer .slide img {
	border: none;
}

.productImage {
	width : 245px;
	height : 320px;
}

#slideshow #slidesContainer .imageFloat {
	position: absolute;
	width: 240px;
	border: 1px solod green;
}

.productImage p {
	text-align: center;
}

.productImage img {
	border: none;
}

.leftControlClass, .control {
  display:block;
  height:40px;
  width: 50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

.leftControlClass {
  top:270px;
  left:-50px;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}

#rightControl {
  top:270px;
  right:-60px;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

.controlHover {
  display: none;
  text-indent:-10000px;
  position:absolute;
}

#overviewControl {
	display: none;
}

#leftControlHover {
	top:310px;
    left:-60px;
	height:22px;
	width: 62px;
	background:transparent url(images/left_control_hover.jpg) no-repeat 0 0;
}

#overviewControlHover {
	top:310px;
    left:-45px;
	height:18px;
	width: 34px;
	background:transparent url(images/overview_control_hover.jpg) no-repeat 0 0;
}

#rightControlHover {
	top:310px;
  	right:-60px;
  	height:18px;
	width: 50px;
	background:transparent url(images/right_control_hover.jpg) no-repeat 0 0;
}

.slideContent {
	margin: 54px 20px 15px 260px;
}

#line_caption {
	position: absolute;
	margin: 15px 20px 15px 260px;
	width: 531px;
	float: left;
}

#line_selection {
	text-align: center;
}

#line_selection img {
	border: none;
}