/* CSS autostage.de, mediaengineer.de, dunstbuch.de, handbuch-der-lichttechnik.de copyright: iStation GbR 2007 www.iStation.de */
/* Farben: orange: #e67910; dunkelblau: #112a59; */
/* Testborder    border:1px solid #000;      */



/* ################################## */
/* ########### Allgemeines ########## */
/* ################################## */

* { 
	font-size:100.01%;/*so wird die Schrift fuer alle Elemente erst einmal auf 100% gesetzt*/
} 

body {
	font-size:75%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	width:100%;/* Trick (?) damit Zentrierung auch bei IE funktioniert*/ 
	text-align:center; /* Trick (?) damit Zentrierung auch bei IE funktioniert*/
	color:#666;
	background-color:#fff;
	margin:0;
	padding:0;
}

.antifloat {
	/* wichtiger Trick damit umschliessende Boxen sich an gefloateten Inhalten anpassen ...einfach am Ende in die zu kleine Box mit div einbauen und gut*/
	clear: both;
	visibility: hidden;
}

.unsichtbar {
	position: absolute;
  	top: -7000px;
	left: -7000px;
	height: 1px;
	width: 1px;
}

img  {
	border: none;
}


/* ######################################### */
/* #### allgemeine Textauszeichnungen  ##### */
/* ######################################### */

h1 { /*Hauptueberschrift mit Strich drunter*/
	font-size:150% ;
	line-height: 1.5em;
	color: #112a59;
	background-color:transparent ;
	font-weight: normal;
	border-bottom: 1px solid #e67910;
	margin: 1em 0 0.6em 0;
}

.startabstand {
	font-size:150% ;
	line-height: 1.5em;
	background-color:transparent ;
	font-weight: normal;
	margin: 0.65em 0 0 0;
}

h1.kleiner1 { /*kleiner, wenn Text länger (z.B.: Dunstbuch Startseite)*/
	font-size:140% ;
	line-height: 1.6em;
}

h1.kleiner2 { /*kleiner, wenn Text noch länger (z.B.: Dunstbuch Leseprobe)*/
	font-size:120% ;
	line-height: 2em;
}

h2 {
	font-size:125%;
	font-weight: normal;
	color: #112a59;
	background-color:transparent ;
	margin: 1em 0 0.3em 0;
	float: left;
}

h3 {
	font-size:115%;
	font-weight: normal;
	color: #e67910;
	background-color:transparent ;
	margin: 1.5em 0 0.3em 0;
	float: left;
}

h4 {
	font-size:105%;
	font-weight: normal;
	color: #112a59;
	background-color:transparent ;
	margin: 0.8em 0 0.3em 0;
	float: left;
}

h5 {
	font-size:90%;
	color: #112a59;
	background-color:transparent ;
}

#maincontent p {
	width: 500px; /* damit Blocksatz in gefloatetem p funktioniert */
	margin-bottom:1em;
	float: left; /* damit nachfolgende gefloatete Elemente sich am p und überhängendem img ausrichten */
}

p	{
	margin: 0 0 0.5em 0;
	line-height: 1.35em;
}

p.textblock	 {
	text-align: justify;
}

p.textrechts {
	text-align: right;
	background-color: #ff0;
}

b { font-weight: bold; }
i { font-style: italic; }
big { font-size:125%; }
small { font-size:85%; }
tt { }
sup { }
sub { }

.orange { color: #e67910;} /*um irgendetwas zu faerben*/
.blau { color: #112a59;}
.rot { color: #ff0000;} 


.floatleft { float: left; } /* um Blockelemente neben Bilder zu setzen...wie zB h3 Ueberschrift und rechts daneben ein Bild*/
.floatright { float: right; }

.verticalmiddle { vertical-align: middle; } /*um Inlineelemente (a, p, img usw...) vertikal mittig aneinander auszurichten */
.verticalbottom { vertical-align: bottom; } /*um Inlineelemente (a, p, img usw...) vertikal unten aneinander auszurichten */


.space00 { /*kein Abstand oben und unten*/
	margin: 0;
}

.space10 { /*Abstand oben - kein Abstand unten*/
	margin: 1.5em 0 0 0;
}

.space01 { /*Abstand unten - kein Abstand oben*/
	margin: 0 0 1.5em 0;
}

.space11 { /*Abstand oben und unten*/
	margin: 1.5em 0 1.5em 0;
}

.topspace0 { /*kein Abstand oben - Restliche Abstaende unveraendert wie Vorgabe*/
	margin-top: 0;
}

.topspace1 { /*Abstand oben - Restliche Abstaende unveraendert wie Vorgabe*/
	margin-top: 1em;
}

.topspace2 { /*Abstand oben 2em- Restliche Abstaende unveraendert wie Vorgabe*/
	margin-top: 2em;
}

.bottomspace0 { /*kein Abstand unten - Restliche Abstaende unveraendert wie Vorgabe*/
	margin-bottom: 0;
}

.bottomspace1 { /*Abstand unten - Restliche Abstaende unveraendert wie Vorgabe*/
	margin-bottom: 1em;
}

.zitat { /*Abstand von links*/
	display: block;
	padding-left: 0em;
	font-style: italic;
	color: #112a59;
	margin-bottom: 0.5em;	
}


table.stationen {
	margin-bottom: 2em;
	vertical-align: top;
}

table.stationen td{
	padding: 0.3em;
}

table.stationen .spalte1{
	width: 10em;
	vertical-align: top;
}

table tr.row1 {
	background-color: #fff;
}
table tr.row2 {
	background-color: #eee;
}

/*Liste im Contentbereich*/

#maincontent ul {
	clear: both;
	list-style-image: url(images/pfeil_right.gif);
	margin: 0 auto 0 1em;
	padding: 0;
}

#content ul li {
	margin: 0.5em auto 0.5em 0;
}

#maincontent hr {
	clear: both;
	margin: 1em auto 1em auto;
	background-color: #ccc;
	color: #ccc;
	border: none;
	height: 1px;
	width: 90%;
}

img.bild_rechts {
	float: right;
	margin: 0.3em 0 0 0.9em;
	border: 0;
}

.beschriftung_rechtsb_unten {
	float: right;
}

img.bild_links {
	float: left;
	margin: 0.3em 0.9em 0 0;
	border: 0;
}

/*allgemeine Linkdefinition*/
a {
	color: #112a59;
	text-decoration: none;
	background-color: transparent ;
}
a:link {
	color: #112a59;
	text-decoration: none;
	background-color: transparent ;
}
a:active {
	color: #e67910;
	text-decoration: none;
	background-color: transparent ;
}
a:visited {
	color: #333;
	text-decoration: none;
	background-color: transparent ;
}
a:hover {
	color: #e67910;
	text-decoration: none;
	background-color: transparent ;
}

/* Styles fuer die Links zu den Featureseiten auf der Startseite*/
a.featureshortcut {
	color: #e67910;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}
a.featureshortcut:link {
	color: #e67910;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}
a.featureshortcut:active {
	color: #c55d00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}
a.featureshortcut:visited {
	color: #c55d00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}
a.featureshortcut:hover {
	color: #c55d00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent ;
}

/* Styles für die Links auf der Hauptsupportseite.... Quasi eine Überschrift als Link*/
a.featurelink {
	display: block;
	margin: 0 0 0.4em 0;
	color: #112a59;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent ;
}

a.featurelink:link {
	color: #112a59;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent ;
}

a.featurelink:active {
	color: #e67910;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent ;
}

a.featurelink:visited {
	color: #666;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent ;
}

a.featurelink:hover {
	color: #e67910;
	font-size: 120%;
	text-decoration: none;
	background-color: transparent ;
}

/*Newskasten*/

#news h1 {
	color: #e67910;
	line-height: 1.4em;
	margin:0 auto 0.3em auto;
	border-bottom: 1px solid #ccc;
}

#news h1, h2, h3 {
	width: 100%;
}

#news h1.vorteilehead {
	color: #e67910;
	font-size: 120%;
	line-height: 1.4em;
	margin:0 auto 0.3em auto;
	border-bottom: 1px solid #ccc;
}

#news h5 {
	font-size: 80%;
	color: #112a59;
	font-weight: normal;
	margin: 0.5em 0 0 0;
	background-color:transparent ;
}

#news p	{ 
	margin: 0.5em 0 0 0;
}

#news hr {
	margin: 0.5em auto 0 auto;
	background-color: #ccc;
	color: #ccc;
	border: none;
	height: 1px;
	width: 100%;
}

#news img.feature	{ /*Bild im Newsbereich*/
	margin: 0.5em 0 0 0;
}

.infos p { /*Textgroesse unter den normalen Umständen, News o.ae...*/
	font-size: 80%;
}

.symbole { /*Textgroesse für die Symbollisten....*/
	font-size: 75%;
}

.symbole ul {
	clear:both;
	margin: 0.5em 0 0 0;
	padding-left: 1.8em;
}

#news .iconliste {
	vertical-align: middle;
}

#news img.iconliste {
	margin:0 0.3em 2px 0;
}



/* ######################################### */
/* ### Positionierung und Seitenelemente ### */
/* ######################################### */

	
#container {
	/* ------ definiert den umfassenden zentrierten Container ---------*/
	width: 933px;
	left: 50%;
	margin-left: -466px;
	text-align: left; /*damit text-align: center von body wieder aufgehoben wird (?)*/
	position: absolute; /*wichtig fuer absolute Positionierung der Spalten*/
	background:url(images/bg-oben.jpg) no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 160px;
	left: 23px;
	margin-top: 81px;
	/* border: 1px solid #aaa; */
	z-index: 1;
}

#content {
	top: -50px;
	position: relative;
	float: left;
	left: 45px;
	width: 720px;
	margin-bottom: 1em;
}

#contentspacer { /*Damit der Contentbereich auch bei wenig Inhalt eine Mindesthoehe hat da IE 6 Min-Height nicht kennt*/
	float: left;
	height:350px;
	width: 1px;
}

#maincontent {
	float: left;
	width: 500px;
}
	
#contentright {
	float: left;
	width: 218px;
	margin-top: 3.4em;
	padding-top: 3px; /*damit der Kasten genau mit der h1-Linie abschliesst - siehe #news*/
}

.sub-menu-box {
	position: relative;
	font-size: 85%;
	white-space: normal;
	margin: 4em 0 2em 0;
	padding: 5px;
	background-color: #fff;
	border: 0;
	text-align: center;
}

.sub-menu-box2 {
	position: relative;
	font-size: 85%;
	white-space: normal;
	margin: 4em 0 2em 0;
	padding: 5px;
	background-color: #fff;
	border: 0;
}

#news {
	width: 160px;
	padding: 4px 8px 8px 8px; 
	margin: 0 auto 2em 29px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#footer {
	position: relative;
	clear: both;
	float: left;
	top: -40px;
	
	width: 933px;
	line-height: 1.6em;
	text-align: center;
	border-top: 1px solid #e67910;
	z-index: 1;
}


/* ######################################### */
/* ########## Menue mit Mouseover ########## */
/* ######################################### */


#menu {
	width: 160px;
	white-space: nowrap;
}	

#menu a {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none; /*Alle Menuelinks ohne alles*/
	color: #112a59;
}

#menu a:hover {
	color: #e67910;
}

#menu>ul{
	border-bottom:1px solid #e67910;
}


#menu ul{
	list-style-type: none; /*Alle Listen ohne Kram und rechts orientiert*/
	margin: 0;
	padding: 0;
}

#menu ul a { /*Erste Ebene*/
	display: block;
	background:url(images/pfeil_right.gif) no-repeat;
	background-position: 0.5em 0.7em;
	padding-left: 20px;
	line-height: 29px;
	font-size:120%;
	height: 1em; /* da ie eine Höhenangabe braucht, "em" da variabel*/
	min-height: 29px; /* für alle Anderen, da IE die EMs falsch berechnet*/
}


#menu ul li {
	background:url(images/menue_button.jpg) no-repeat; /* einzelner Menue-Hintergrund*/
}



#menu ul ul a { /*Zweite Ebene*/
	background:url(images/menue_button_submenue.jpg) no-repeat; /* verdeckt den Pfeil...*/
	padding-left: 30px;
	line-height: 20px; 
	font-size:110%;
	height: 1em; /* da ie eine Höhenangabe braucht, "em" da variabel*/
	min-height: 20px; /* für alle Anderen, da IE die EMs falsch berechnet*/
}

#menu ul a.fix {
	color: #e67910; /*Feststehende Menues erste Ebene */
	background:url(images/pfeil_down.gif) no-repeat;
	background-position: 0.5em 0.7em;
}

#menu ul ul a.fix {
	color: #e67910; /*Feststehende Menues zweite Ebene*/
	background:url(images/menue_button_submenue.jpg) no-repeat; /* verdeckt den Pfeil...*/
}
	
.submenu {
	display: none;
}
		
.submenuon {
	display: block;
}


/* ######################################### */	
/* ####### spezielle Formatierungen ######## */
/* ######################################### */
/* Farben: orange: #e67910; dunkelblau: #112a59; */

#pflichtfeldcaption {
	position: relative;
	font-size: 80%;
	top: -10px;
	
}

.pflichtfeld {
	color: #e67910;
	font-size: 80%;
}

form {
	clear: both;
	margin-top: 2em;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

label {
	display: block;
	clear:both;
}

label span.beschriftung {
	display: block;
	float: left;
	width: 11em;
	white-space: nowrap;
}

label span.beschriftung-lang {
	display: block;
	float: left;
	width: 27em;
	margin-bottom: 1em;
}

p.meldung {
	color:#e67910;
	font-weight: bold;
}

input{
	position: relative;
	display: block;
	float: left;
	
	
	width: 15em;
	left: 1em;
	
	border: 1px solid #ccc;
	background: #fff;
	
	margin-bottom: 1em;
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

input.eula, input.agb, input.cd {
		width: 1em;
		border: 0;
}


input.anzahl {
	width: 2em;
}

input.plz {
	width: 4em;
	left: 1em;
}

input.ort {
	width: 10em;
	left: 1.5em;
}

input.os {
	width: 12em;
	left: 4em;
}


textarea {
	position: relative;
	display: block;
	float: left;
	
	height: 8em;
	width: 20em;
	left: 1em;
	
	border: 1px solid #ccc;
	background: #fff;
	
	margin-bottom: 1em;
	padding: 2px;
	font-size: 100.01%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

input.abschicken {
	position: relative;
	display: block;
	
	clear:both;
	float: left;
	
	left: 12em;
	width: 8em;
	border: 1px solid #e67910;
	background-color: #fff;
	color: #e67910;
	margin-bottom: 1em;
}

input.abschicken:hover {
	color: #112a59;
}

/* Inhaltsverzeichnisse - Listenformatierung*/

#maincontent ul.inhaltsverzeichnis {
	clear: both;
	list-style-image: url(images/pfeil_right.gif);
	margin: 0em auto 0 1em;
	font-weight: bold;
	padding: 0;
}

#maincontent ul.inhaltsverzeichnis li {
	margin-top: 1em ;
}

#maincontent ul.inhaltsverzeichnis ul{
	font-weight: normal;
}

#maincontent ul.inhaltsverzeichnis ul li {
	margin-top: 0.5em ;
}



/* ######################################### */
/* #### Spezialsachen mediaengineer  ####### */
/* ######################################### */

#mediaengineer_visual {
	background:url(images/visual_mediaengineer5.gif) no-repeat;
	position: relative;
	float: left;
	left: 60px;
	top: 0;
	width: 365px;
	height: 178px;
	margin: 0 0 2em 0;
}

#mediaengineer_logo {
	position: relative;
	background:url(images/logo_mediaengineer.jpg) no-repeat;
	background-position:top right;
	/* keine Breite angeben, damit der DIV-Container die gesamte Breite nimmt und das Logo rechts angeordnet werden kann. */
	height: 65px;
	display: block;
	z-index: 0;
	margin:50px 10px auto auto;
}


#mediaengineer_menu {  /* Positionierung des Menues in Abhaengigkeit von der Logohoehe (fuer logo_mediaengineer.jpg)*/
	float: left;
	width: 160px;
	position: relative;
	left: 23px;
	top: -26px;
}

/* ######################################### */
/* ####### Spezialsachen AutoSTAGE  ######## */
/* ######################################### */

#autostage_visual {
	background:url(images/visual2_autostage.jpg) no-repeat;
	position: relative;
	float: left;
	left: 67px;
	top: 0;
	width: 337px;
	height: 216px;
}

#autostage_logo {
	position: relative;
	background:url(images/logo_autostage2.jpg) no-repeat;
	background-position: right;
	/* keine Breite angeben, damit der DIV-Container die gesamte Breite nimmt und das Logo rechts angeordnet werden kann. */
	height: 64px;
	display: block;
	margin:51px 10px auto auto;
	z-index: 0;
}


/* ######################################### */
/* ####### Spezialsachen Dunstbuch  ######## */
/* ######################################### */


#dunstbuch_visual {
	background:url(images/visual_dunstbuch.gif) no-repeat;
	position: relative;
	float: left;
	left: 67px;
	top: 0;
	width: 315px;
	height: 216px;
	
}

/* ######################################### */
/*  Spezialsachen Handbuch der Lichttechnik  */
/* ######################################### */

#handbuch_visual {
	background:url(images/visual_handbuch2.gif) no-repeat;
	position: relative;
	float: left;
	left: 67px;
	top: 0;
	width: 315px;
	height: 178px;
	margin: 0 0 2em 0;
}
