* {
    margin: 0;
    padding: 0;
}

embed {
		cursor: pointer;
}

button {
		cursor: pointer;
}

ul, li {
	list-style-type: none;
}

img {
	border: none;
}

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper
{
	position: absolute;
	margin: -330px 0px 0px -480px;
	width: 960px;
	height: 660px;
	top: 50%;
	left: 50%;
}

#main {
	margin: -291px 0 0 -512px;
	position: absolute; 
	top:50%; 
	left: 50%; 
	width: 1024px; 
	height: 593px; 
}

body {
    overflow: hidden;
    padding: 0pt;
    margin: 0pt;
    font-family: Verdana, sans-serif;
}

.printonly {
    display: none;
}

#starten {
	position: absolute;
	top: 248px;
	left: 456px;
}

#starten a {
	display: block;
	background: url(../img/button_start.gif) no-repeat;
	width: 201px;
	height: 96px;
}

/* ++++++++++++++ heading +++++++++++++++++ */

#header {
	width: 960px;
	height: 103px;
  z-index: 0;
}

#header #headerimage {
    position: absolute;
    top: 0;
    left: 0;
     z-index: 0;
}

#headerimage img{
     z-index: 0;
}

#startbanner {
		position: absolute;
		top: 152px;
		left: 0px;
		background: url(../img/intro_image.gif) no-repeat;
		width: 632px;
		height: 157px;
}

#weiter {
		position: absolute;
		top: 143px;
		left: 507px;
		width: 81px;
		height: 27px;
}

/* +++++++++++++++++ meta +++++++++++++++++++ */

#header #meta {
    position: absolute;
    top: 65px;
    left: 272px;
    width: 688px;
    height:38px;
    text-align: right;
    background: #9C9C9C;
    filter: alpha(opacity=55); /*für IE*/
		-moz-opacity: 0.55; /*Mozilla*/
}

#metalinks {
 		position: absolute;
    top: 64px;
    left: 272px;
    width: 688px;
    height: 38px;
    text-align: left;
    z-index: 1;
}

#header #metalinks #info {
    list-style: none;
    display: block;
}

#header #metalinks #info li {
		margin-top: 12px;
		display: block;
		float: right;
		margin-left: 10px;
}

#header #metalinks #info li span a {
		z-index: 2;
}

#header #metalinks #info li .enterprise {
	/*background: url(../img/arrow_up.gif) no-repeat center left;*/
	/*padding-right: 13px;
	padding-left: 15px;*/
	z-index: 2;
	display: block;
}

#header #metalinks #info li .login {
		/*background: url(../img/arrow_down.gif) no-repeat center left;*/
		/*padding-left: 15px;
		padding-right: 41px;*/
		z-index: 2;
		display: block;
}

#header #metalinks #info li .metalink {
		/*background: url(../img/arrow_right.gif) no-repeat center left;*/
		/*padding-right: 22px;	
		padding-left: 17px;	*/
		z-index: 2;
		display: block;
}

#header #metalinks #info li .metalink a:active {
		font-weight: bold;
		z-index: 2;
		display: block;
}

#metalinks li {
    padding-top: 3px;
    padding-right: 30px;
}

/* +++++++++++++++ navigation ++++++++++++++++++++ */

#navigation {
    position: absolute;
    top: 133px;
    left: 0px;
    padding-left: 0px;
}

#navigation .link {
		display: block;
		height: 43px;
		margin: 0px 0px 6px 0px;
		padding: 0px;
		width: 198px;
		cursor: pointer;
}

#navigation .link .left {
		width: 1px;
		height: 43px;
		background: white;
		float: left;
		cursor: pointer;
}

#navigation .link .middle {
		width: 185px;
		height: 32px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background: #9C9C9C;
		float: left;
		padding-top: 9px;
		cursor: pointer;
}

#navigation .link .middle a {
		text-decoration: none;
		background: transparent;
		float: left;
		margin-left: 11px;
}

#navigation .link .right {
		width: 12px;
		height: 43px;
		background: url(../img/link_right.gif) no-repeat;
		float: left;
		cursor: pointer;
}

#navigation .link_hover {
		display: block;
		height: 43px;
		margin: 0px 0 6px 0;
		width: 198px;
		cursor: pointer;
}

#navigation .link_hover .left {
		width: 1px;
		height: 43px;
		background: white;
		float: left;
		cursor: pointer;
}

#navigation .link_hover .middle {
		width: 185px;
		height: 32px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background: #F29400;
		float: left;
		padding-top: 9px;
		cursor: pointer;
}

#navigation .link_hover .middle a {
		text-decoration: none;
		background: transparent;
		color: #FFF;
		float: left;
		margin-left: 11px;
}

#navigation .link_hover .right {
		width: 12px;
		height: 43px;
		background: url(../img/link_right_active.gif) no-repeat;
		float: left;
		cursor: pointer;
}

#navigation .link_active {
		display: block;
		height: 43px;
		margin: 0px 0 6px 0;
		cursor: pointer;
}

#navigation .link_active .left {
		width: 1px;
		height: 43px;
		background: white;
		float: left;
		cursor: pointer;
}

#navigation .link_active .middle {
		width: 185px;
		height: 32px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background: #F29400;
		float: left;
		padding-top: 9px;	
		cursor: pointer;	
}

#navigation .link_active .right {
		width: 12px;
		height: 43px;
		background: url(../img/link_right_active.gif) no-repeat;
		float: left;
		cursor: pointer;
}

#navigation .link_active h3 {
		float: right;
		text-align: right;		
}

#navigation a {
		padding: 0px;
		margin: 0px;
    text-decoration: none;
}

#navigation .middle a {
    float: right;
}

#ansehen {
	width: 213px;
	height: 110px;
	position: absolute;
	top: 397px;
	left: 71px;	
	display: block;
}

.ansehen {
		width: 213px;
		height: 110px;
		background: url(../img/ansehen_button.gif) no-repeat;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
		cursor: pointer;
}

#ansehen .ansehen_link {
		padding-left: 25px;
		padding-top: 17px;
		width: 120px;
}

.ansehen_hover {
		width: 213px;
		height: 110px;
		background: url(../img/ansehen_hover_button.gif) no-repeat;
    filter: alpha(opacity=65); /*für IE*/
		-moz-opacity: 0.65; /*Mozilla*/
		cursor: pointer;
}

#ansehen .ansehen_active {
		background: url(../img/ansehen_hover_button.gif) no-repeat;
		width: 213px;
		height: 110px;
    filter: alpha(opacity=50); /*für IE*/
		-moz-opacity: 0.50; /*Mozilla*/
		cursor: pointer;
}

#kostenlos {
		width: 156px;
		height: 88px;
		position: absolute;
		top: 477px;
		left: 780px;

}

.kostenlos {
		width: 156px;
		height: 88px;
		background: url(../img/kostenlos_button.gif) no-repeat;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
		cursor: pointer;
}

#kostenlos .kostenlos_link {
		padding-left: 51px;
		padding-top: 17px;
		width: 120px;
}

.kostenlos_hover {
		width: 156px;
		height: 88px;
		background: url(../img/kostenlos_hover_button.gif) no-repeat;
    filter: alpha(opacity=65); /*für IE*/
		-moz-opacity: 0.65; /*Mozilla*/
		cursor: pointer;
}

.kostenlos_active {
		width: 156px;
		height: 88px;
		background: url(../img/kostenlos_hover_button.gif) no-repeat;
    filter: alpha(opacity=50); /*für IE*/
		-moz-opacity: 0.50; /*Mozilla*/
		cursor: pointer;
}

/* +++++++++++++++++++ content +++++++++++++++++++++ */

#content {
    margin: 13px 0 0 268px;
    padding-bottom: 2em;
    width: 740px;
    background: #FFFFFF;
    filter: alpha(opacity=55); /*für IE*/
		-moz-opacity: 0.55; /*Mozilla*/
    font-size: 1em;
    z-index: 0;
}

/* ++++++++++++++ popup ++++++++++++++++++++ */

#popup_content {
    margin: 0;
    height: 557px;
    width: 960px;
}

#popup_content #inhalt {
		display: block;
		position: absolute;
		left: 205px;
    width: 400px;
    background: #FFFFFF;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
		padding: 20px 20px 0px 20px;
}

#popup_content #inhalt_text {
		position: absolute;
		top: 20px;
		left: 33px;
    width: 365px;
    z-index: 1;
    overflow: hidden;
}

#popup_content #inhalt_text_vis {
		position: absolute;
		top: 0px;
		left: 0px;
    width: 365px;
    z-index: 1;
}

#inhalt_bottom {
	position: absolute;
	left: 205px;
	top: 15px;
	width: 440px;
	filter: alpha(opacity=80); /*für IE*/
	-moz-opacity: 0.80; /*Mozilla*/
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	line-height: 15pt;
}

#popup_content a {
	font: 10pt Verdana;
	color: #F29400;
	text-decoration: underline;
	line-height: 15pt;
	padding-left: 0px
}

#impressum_content {
    background: url(../img/impressum_bg.gif) no-repeat;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
    height: 528px;
    width: 380px;
    position: absolute;
    left: 325px;
    top: 96px;
}

#impressum_content #inhalt {
		display: block;
		position: absolute;
		left: 0px;
		top: 30px;
    width: 360px;
    height: 480px;
		padding: 10px 10px 0px 10px;
}

#impressum_content #impressum_text {
		position: absolute;
		margin-top: 10px;
		left: 20px;
    width: 340px;
    height: 470px;
    z-index: 1;
    overflow: hidden;
}

#impressum_content #impressum_text_vis {
		position: absolute;
		top: 10px;
		left: 10px;
    width: 330px;
    z-index: 1;
}

#video_content {
		position: absolute;
		top: 118px;
		left: 285px;
		background: url(../img/video_bg.gif) no-repeat;
		width: 653px;
		height: 389px;
		filter: alpha(opacity=100); /*für IE*/
		-moz-opacity: 1.00; /*Mozilla*/
}

#video_content #inhalt {
		display: block;
		position: absolute;
		left: 95px;
		top: 0px;
    width: 515px;
    height: 320px;
		padding: 10px 10px 0px 10px;
}

#video_content #videocontent {
		position: absolute;
		margin: 15px 0px 0px 13px;
		top: 0px;
		left: 0px;
    width: 520px;
    height: 320px;
    z-index: 0;
    overflow: hidden;
}

#video_content #videocontent_vis {
		position: absolute;
		top: 0px;
		left: 0px;
    width: 520px;
    z-index: 1;
}

#video p {
	filter: alpha(opacity=80); /*für IE*/
	-moz-opacity: 0.80; /*Mozilla*/
}

#video p img {
	filter: alpha(opacity=100); /*für IE*/
	-moz-opacity: 1.00; /*Mozilla*/
	z-index:1;
}

#download {
		position: absolute;
		top: 133px;
		left: 325px;
    width: 456px;
    height: 432px;
    background: url(../img/kostenlos_bg.gif) no-repeat;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
}

#kontakt {
		position: absolute;
		top: 95px;
		left: 331px;
    width: 413px;
    height: 478px;
    background: url(../img/kontakt_bg.gif) no-repeat;
    filter: alpha(opacity=80); /*für IE*/
		-moz-opacity: 0.80; /*Mozilla*/
}

#kostenlos_box {
	background: #9C9C9C;
	width: 285;
	height: 83;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	position: absolute;
	top: 395px;
	left: -112px;
	filter: alpha(opacity=100); /*für IE*/
	-moz-opacity: 1.00; /*Mozilla*/
	opacity: 1.00;
}

#kostenlos_box p {
	font: 1.1em Verdana;
	line-height: 1.6em;
	font-weight: bold;
	color: white;
	padding: 10px 5px;	
	filter: alpha(opacity=100); /*für IE*/
	-moz-opacity: 1.00; /*Mozilla*/
	opacity: 1.00;
}

#kostenlos_box_left {
	background: url(../img/kostenlos_box_left.gif) no-repeat;
	width: 10px;
	height: 85px;
	position: absolute;
	top: 395px;
	left: -122px;
	filter: alpha(opacity=100); /*für IE*/
	-moz-opacity: 1.0; /*Mozilla*/
	opacity: 1.00;
}

#submitbutton {
	background: transparent;
	border: none;
}

/* ############################################
These are standard sIFR styles... do not modify 
############################################### */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.hide
{
	display:none
}

.show
{
	display:block;
}

/*Kontakt*/

#kontakt_form {
		width: 257px;
		height: 416px;
		color: white;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		line-height: 12px;
		padding-left: 23px;
		padding-top: 50px;
	}
	
#download_form {
		width: 300px;
		height: 385px;
		color: white;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		line-height: 12px;
		padding-left: 18px;
	}
	
#data {
		padding-top: 10px;
		height: 354px;
	}
	
#data2 {
		margin-top: 10px;
		height: 344px;
	}
	
#kontakt_form div, #download_form div {
	}
	
#kontakt_form div.konatkt_heading, #download_form div.konatkt_heading {
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}

#kontakt_form #anrede, #download_form #anrede {
		margin-bottom: 10px;
	}
	
.description {
		font-family: Verdana, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		margin-right: 10px;
		float: left;
	}
	
.error {
		font-family: Verdana, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		margin-right: 10px;
		float: left;
		color: red;
	}
	
#kontakt_form input {
		background: url(../img/input_kontakt.gif) no-repeat;
		width: 238px;
		height: 25px;
		border: none;
		padding: 2px 5px 0px 0px;
	}
	
#download_form input {
		background: url(../img/input.gif) no-repeat;
		width: 278px;
		height: 25px;
		border: none;
		padding: 2px 5px 5px 0px;
	}	
	
#kontakt_form #copy {
		width: 12px;
		margin: 12px 0px 0px 0px;
		float: left;
	}
	
#download_form #zip {
		background: url(../img/zip.gif) no-repeat;
		width: 72px;
		height: 25px;
	}
	
#download_form #city {
		background: url(../img/city.gif) no-repeat;
		width: 200px;
		height: 25px;
	}
	
#message {
		background: url(../img/textarea_bg.gif) no-repeat;
		border: none;
		width: 238px;
		height: 122px;
	}
		
#anrede input {
		background: none;
		width: 12px;
		height: 12px;
		border: none;
		margin-right: 5px;
	}
	
#kontakt_form select, #download_form select {
		width: 200px;
		height: 17px;
		border: none;
		margin-bottom: 15px;
	}
	
.hint {
		font-family: Verdana,sans-serif;
		font-size: 9px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
.download_hint {
		font-family: Verdana, sans-serif;
		font-size: 9px;
		font-weight: bold;
		float: left;
		margin-right: 5px;
	}	
	
.weiter {
		margin-top: -20px;
		margin-right: 18px;
		float: right;
	}
	
.weiter img {
		cursor: pointer;
}
	
.zurück {
		margin-left: 5px;
		float: left;
	}
	
.zurück img {
		cursor: pointer;
}
	
.senden {
		margin: 0px 20px 0px 0px;
		float: right;
		cursor: pointer;
	}

.senden2 {
		margin: 12px 15px 0px 0px;
		float: right;
}

.senden img {
		cursor: pointer;
}
	
#kontakt_form .senden input {
	width: 79px;
	height: 25px;
	background: none;
	border: none;
	padding: 0px;
}
	
.conf {
		margin: 40px 10px 0px 0px;
		font-family: Verdana, sans-serif;
		font-size: 9px;
		font-weight: bold;
	}
	
/* ++++++++++++++ Scrollbars ++++++++++++++++++++ */
/* Set small font-size or size/position of div's will be off in some browsers  */

div#scrollbar1 { 
  position:absolute;
  visibility:hidden;
  left: 410px; 
  top: 27px;
  width: 13px; 
  font-size: 1px; 
  z-index: 2;
}
 
div#track1 { 
  position:absolute; 
  left: 0px;
  top: 14px;
  width: 13px;
  z-index:1;
 }
  
div#dragBar1 {
  position: absolute; 
  left: 0px;
  top: 1px;
  width: 13px;
  height:20px;
  background: #7F7F7F;
  filter: alpha(opacity=22); /*für IE*/
	-moz-opacity: 0.22; /*Mozilla*/
  z-index:1;
}  
 
div#up1 { 
	position:absolute;
	left: 0px; 
	top: 0pt;
	z-index:2;
}

div#up1 a { 
	padding: 0px;
	margin: 0px;
} 

div#down1 {
	position:absolute;
 	left: 0px; 
	bottom: 0px;
	z-index: 3;
}

div#down1 a { 
	padding: 0px;
	margin: 0px;
} 

div#scrollbar2 { 
  position:absolute;
  visibility:hidden;
  left: 360px; 
  top: 27px;
  width: 13px; 
  height: 450px;
  font-size: 1px; 
  z-index: 2;
}
 
div#track2 { 
  position:absolute; 
  left: 0px;
  top: 14px;
  height: 422px;
  width: 13px;
  z-index:1;
 }
  
div#dragBar2 {
  position: absolute; 
  left: 0px;
  top: 1px;
  width: 13px;
  height:20px;
  background: #FFF;
  filter: alpha(opacity=50); /*für IE*/
	-moz-opacity: 0.50; /*Mozilla*/
  z-index:1;
}  
 
div#up2 { 
	position:absolute;
	left: 0px; 
	top: 0pt;
	z-index:2;
}

div#up2 a { 
	padding: 0px;
	margin: 0px;
} 

div#down2 {
	position:absolute;
 	left: 0px; 
	bottom: 0px;
	z-index: 3;
}

div#down2 a { 
	padding: 0px;
	margin: 0px;
} 

div#scrollbar3 { 
  position:absolute;
  visibility:hidden;
  left: 535px; 
  top: 13px;
  width: 13px; 
  height: 320px;
  font-size: 1px; 
  z-index: 2;
}
 
div#track3 { 
  position:absolute; 
  left: 0px;
  top: 14px;
  height: 292px;
  width: 13px;
  z-index:1;
 }
  
div#dragBar3 {
  position: absolute; 
  left: 0px;
  top: 1px;
  width: 13px;
  height:20px;
  background: #FFF;
  filter: alpha(opacity=50); /*für IE*/
	-moz-opacity: 0.50; /*Mozilla*/
  z-index:1;
}  
 
div#up3 { 
	position:absolute;
	left: 0px; 
	top: 0pt;
	z-index:2;
}

div#up3 a { 
	padding: 0px;
	margin: 0px;
} 

div#down3 {
	position:absolute;
 	left: 0px; 
	bottom: 0px;
	z-index: 3;
}

div#down3 a { 
	padding: 0px;
	margin: 0px;
} 

/* ++++++++++++++ ExpandNode ++++++++++++++++++++ */

.Node {
    margin-left: 18px;
    zoom: 1;
}

.IsRoot {
    margin-left: 0;
}
 
.ExpandOpen .Expand_1 {
    background-image: url(../img/bul_open.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
 
.ExpandClosed .Expand_1 {
    background-image: url(../img/bul_close.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.ExpandOpen .Expand_2 {
    background-image: url(../img/bul_sec_open.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
 
.ExpandClosed .Expand_2 {
    background-image: url(../img/bul_sec_close.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}

.ExpandOpen .Expand_3 {
    background-image: url(../img/bul_3.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
    font-weight: bold;
	font-size: 11px;
}
 
.ExpandClosed .Expand_3 {
    background-image: url(../img/bul_3.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight: normal;
	
   }

 
.Expand {
	padding-left: 18px;
	font-size: 12px;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

a.Expand_2 {
	font-size: 11px;
	font-family: Arial;
	color: #000;
	text-decoration: none;
    padding-left: 18px;
}

.Expand_3 {
	font-size: 11px;
	font-family: Arial;
	color: #000;
	text-decoration: none;
    padding-left: 18px;
}

.ExpandOpen .Expand {
    background-image: url(../img/bul_open.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
 
.ExpandClosed .Expand {
    background-image: url(../img/bul_close.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.Expand_1 {
	margin-top: 15px;
  padding-left: 18px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F29400;
	line-height: 10pt;
}

.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}

.ExpandOpen .Expand_1, .ExpandClosed .Expand_1 {
        cursor: pointer;
}
.ExpandLeaf .Expand_1 {
        cursor: auto;
}

.ExpandOpen .Expand_2, .ExpandClosed .Expand_2 {
        cursor: pointer;
}
.ExpandLeaf .Expand_2 {
        cursor: auto;
}

.IsLast a{
	background-image: url(../img/bul_3.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
    padding-left: 14px;
	color: #000;
	text-decoration: none;
}

.sendmail {
		font-family: Verdana, sans-serif;
		font-size: 10pt;
}

.sendmail a {
		color: #F29400;
		text-decoration: none;
}

.sendmail a:hover {
		text-decoration: underline;
}
