@charset "utf-8";

/* ---------------------------------------------------------
   essentials
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* prevent the dotted border for <object> within FF3@win (e.g. when embeding flash) */
object { outline: none; }

html, body {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100.01%;
	background: #DDE4E9 url(../images/bg_verlauf.jpg) repeat-x scroll 0 0;
	color: #000000;
}

p, a, li, td, th {
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #8f91bf;
}

a, a:visited {
	text-decoration: none;
	color: #8f91bf;
}

a:hover, a:active{
	text-decoration: underline;
}





/* shadows */
#sh-left {
	background:transparent url(../images/sh-left.jpg) no-repeat right top;
	left:0;
	margin-left:-480px;
	position:absolute;
	top:0;
	width:50%;
	z-index:-1;
}

#sh-right {
	background:transparent url(../images/sh-right.jpg) no-repeat 480px 0;
	position:absolute;
	right:0;
	top:0;
	width:50%;
	z-index:-1;
}

/* ---------------------------------------------------------
   page-section
--------------------------------------------------------- */
#page-section {
	position: relative;
	margin: auto;
	width: 960px;
	background-color: #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
}

/* ---------------------------------------------------------
   page-header
--------------------------------------------------------- */
#page-header {
	position: relative;
	height: 344px;
	border-bottom: 1px solid #ffffff;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#top-nav {
	position: absolute;
	top: 71px;
	right: 20px;
}

#top-nav li {
	float: left;
	list-style: none;
	margin-left: 25px;
}




#top-nav li a {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}

#top-nav li a.active {
	color:#000;	
}


/* teaser */
#teaser {
	position: absolute;
	top: 104px;
	left: 0;
	height: 240px;
	width: 960px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	background-color: #000;
}

/* slideshow player */
#teaser .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
/*	width: 60em;
	height: 15em;*/
}

#teaser-body {
	position: absolute;
	top: 0;
	left: 719px;
	width: 15em;
	height: 240px;
	background-color: #8f91bf;
	border-left: 1px solid #fff;
	color: #fff;
	z-index: 120;
}

#teaser-body .wrap {
	position: absolute;
	bottom: 0px;
	padding: 15px;
}

#teaser-body h1 {
	color: #fff;
	line-height: 20px;
	margin-bottom: 16px;
}


/* page-body */
#page-body {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	position: relative;	
	min-height: 500px;
}






/* nav-section */
#nav-section {
	width: 240px;
	float: left;
	background-color: #e3e3ef;
	position: relative;
	
}

#nav-section .element {
	border-bottom: 1px solid #ffffff;	
}

.element.link {
	background-image: url(../images/icon_link.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
}

.bournout {
	padding: 15px;
	padding-right: 5px;			
	background-image: url(../images/bg_bournout.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bournout p {
	padding-left: 65px;	
}











/* content-section */
#content-section {
	width: 478px;
	float: left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	background-color: #eeeff5;
	position: relative;
}

#content-section img.content {
	width: 140px;
}

#content-section .element {
	padding: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

#content-section .element .wrap {
	margin-top: -3px;
	margin-left: 155px;
}

#content-section h2 {
	font-size: 11px;
	border-bottom: 1px solid #8f91bf;
	margin-top: 7px;
	margin-bottom: 3px;
}

#content-section ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 17px;
}

#content-section li {
	list-style-image: url(../images/icon_arrow.gif);
}

#content-section table {
	width: 100%;
}

#content-section th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#content-section td.price {
	text-align: right;
}




.introtext {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.standard {
	display: block;	
}


/* tool-section */
#tool-section {
	width: 240px;
	float: left;
	background-color: #eeeff5;
}

#tool-section .article {
	padding: 15px;
	border-bottom: 1px solid #ffffff;
}


/* page-footer */
#page-footer {
	border-top: 1px solid #ffffff;
	background-color: #e3e3ef;
	height: 25px;
	padding-top: 9px;
	vertical-align: middle;
	text-align: center;
}


#arrangement {
	display: none;
	width: 29.9em;
	height: 20em;
	background-color: #eeeff5;
	position: absolute;
	border: 1px solid #fff;
	left: 15em;
}




/* effects */

#overlay {
	position: absolute;
	top: 0px;
	left: -14px;
	right: 0px;
	bottom: 0px;
	background-color:#000;
	z-index: 0;
	opacity: 0;

}

#button_play_slideshow {
	position: absolute;
	bottom: 0px;
	right: 134px;
	z-index: 101;
}

#button_play_slideshow_background {
	position: absolute;
	bottom: 0px;
	right: 134px;
	z-index: 100;
	width: 127px;
	height: 19px;
	opacity: 0.5;
	background-color:#000;
}

#button_stop_slideshow {
	position: absolute;
	top: 0px;
	right: -137px;
	z-index: 111;
}

#button_stop_slideshow_background {
	position: absolute;
	top: 0px;
	right: -137px;
	z-index: 110;
	width: 160px;
	height: 20px;
	opacity: 0.5;
	background-color:#000;
}





/* Hacks */

/* clearfix - Start */
/* to prevent clear-tags, src: http://jassesnee.de/easyclear/index.html (extended for ie7) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* clearfix - End */
