@charset "utf-8";
/* CSS Document */
/* GRUNDGERÜST */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background:no-repeat center top;
}
#wrapall {
	margin:0 auto 0 auto;
	width:940px;
	height:auto;
	overflow:hidden;
}
#header {
	width:940px;
	height:91px;
	padding:0;
}
#content_wrapper {
	width:940px;
	height:auto;
	float:left;
	margin:40px 0 0 0;
	padding-bottom:30px;
	position:absolute;
	z-index:1;
}

/*Klasse für 2-spaltigen Contentblock */
body.sem .content_2column,
body.sem .content_2columnleft,
body.sem .content_2columnright
{
	width:280px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	line-height:18px;
}
body.sem .content_2columnleft {
	margin-top:0px;
	width:320px;
}
body.sem .content_2columnright {
	width:240px;
	margin-top:-10px;
}


/* HEADER-NAVI */
#header ul {
	float:right;
	margin:15px 0 0 0;
}
#header ul li {
	display:inline;
	font-size:11px;
}
#header ul li a {
	text-decoration:none;
	padding:0px 8px;
	border:none;
	font-weight:normal;
}
#header ul li a:hover {
	text-decoration:underline;
}

/* HEADER-LOGO */
#logo {
	float:left;
	margin-top:23px;
}

/* CONTENT */
#content_left {
	width:670px;
	padding:0;
	margin:0;
	float:left;
	font-size:13px;
	overflow-x:hidden;
}
#content_right {
	width:240px;
	padding:0;
	margin:0;
	float:right;
	font-size:12px;
}

/* ***************************** */
/* SEM_Seite */
/* ***************************** */
body.sem {
	background-repeat:repeat-x;
	overflow-x:hidden;
}
body.sem div#header {
	padding:0;
	height:88px;
}
* html body.sem div#content_wrapper { /* IE6-Hack */
	margin-left:-60px;
}

body.sem div#content_wrapper {
	width:1120px;
	height:514px;
	padding:0;
	margin:0 0 0 -60px;
}

body.sem div#content_left {
	width:358px;
	height:100%;
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

body.sem div#content_right {
	width:678px;
	height:491px;
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	padding:30px;
	margin-top:-37px;
}

body.sem h1 {
}

body.sem h2 {
	margin-top:5px;
}

body.sem h3 {
}

body.sem p {
	line-height:18px;
	color:#333333;
	margin-bottom:10px;
}
body.sem p.subhead {
	font-size:14px;
}
body.sem p.subhead strong {
	font-weight:bold;
	font-size:18px;
}

body.sem p.button {
	float:right;
	margin-right:10px;
}

body.sem p.button a {
	display:block;
	border:none;
	width:222px;
	height:40px;
	text-indent:-9999px;
}

body.sem p.button a:hover {
	background-position:0 -100px;
}

body.sem p.button a:active {
	background-position:0 -200px;
}

body.sem ul.download li {
	height:19px;
	padding-left:25px;
	margin-bottom:10px;
}

body.sem .headline_wrap {
	height:24px;
}




/** meta navi **/
#navi_meta {
	position:absolute;
	top:635px;
	height: 31px;
	width: auto;
}


body.sem #box1,
body.sem #box2 {
	width:210px;
	height:120px;
	position:absolute;
	z-index:10;
	left:180px;
	top:396px;
}

body.sem #box3,
body.sem #box4 {
	width:210px;
	height:120px;
	position:absolute;
	z-index:10;
	left:152px;
	top:369px;
	background:none;
}


body.sem #box2 {
	left:435px;
}

body.sem #box4 {
	left:407px;
}

body.sem #box1 div.box_content,
body.sem #box2 div.box_content, 
body.sem #box3 div.box_content, 
body.sem #box4 div.box_content {
	height:auto;
	overflow:hidden;
}



body.sem #container1,
body.sem #container2 {
	margin-top:30px;
	width:615px;
	height:210px;
	overflow:hidden;
	position:absolute;
	z-index:2;
	background-repeat:no-repeat;
}

body.sem #container2 {
	z-index:1;
	display:none;
}

body.sem h3 {
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
	text-transform:none;
}

body.sem .smallinfo {
	font-size:11px;
}

body.sem input.text {
	width:230px;
	height:36px;
	font-size:22px;
	padding:12px 10px 0 10px;
	margin-right:25px;
	color:#cccccc;
	text-align:center;
}

/* WEITER-BUTTON */
body.sem button.button_weiter {
	width:114px;
	height:34px;
	border:0;
	cursor:pointer;
/*	margin-top:40px;
	margin-right:30px;
	float:right;
	*/
	text-indent:-9999px;
}
body.sem button.button_weiter:hover {
	background-position:0 -100px;
}
body.sem button.button_weiter:active {
	background-position:0 -200px;
}


/* BERECHNEN-BUTTON */
body.sem button.button_berechnen {
	width:216px;
	height:39px;
	border:0;
	cursor:pointer;
	margin-top:20px;
	margin-right:70px;
	text-indent:-9999px;
	float:right;
}
body.sem button.button_berechnen:hover {
	background-position:0 -100px;
}
body.sem button.button_berechnen:active {
	background-position:0 -200px;
}


body.sem .content_headline_wrap {
	height:24px;
}

body.sem ul.vorteile li {
	font-size:16px;
	height:65px;
	padding:5px 0 0 50px;
	background-repeat:no-repeat;
	line-height:21px;
}

body.sem select {
	padding:2px;
	border:1px solid;
}
body.sem label {
	display:block;
	margin-top:10px;
}
body.sem button.button_weiter {
	position:absolute;
	zoom:1;
	bottom:10px;
	left:140px;
}

body.sem p.info {
	position:absolute;
	top:295px;
	right:130px;
	font-size:10px;
}

/*******************/
/* Bilderstapel ***/
/*****************/
#bilderstapel {
}

#bilderstapel a {
	display:block;
	position:absolute;
	height:80px;
	width:205px;
	z-index:1;
}

#bilderstapel a.obersteebene {
	z-index:3;
}

#bilderstapel a.mittlereebene {
	z-index:2;
}

div.gallery {
	display:none;
}
