/* 
CSS-File für SCHWENK NEU css
*/
/* wichtige Farben
bodyinneanthrazit: #121119
Dunkles Grau: #XXX010B49
rot: #B80202
TEXTfarbe dunkelgrau: #434343
*/
* {
	padding: 0;
	margin: 0;
}
body 	{
	text-align: center; /* ist notwendig für den IE , Gesamtpostionierung horizontal zentriert */ 
	topmargin:0px;
	leftmargin:0px;
	marginwidth:0px;
    marginheight:0px;
	color: #000000;	/* Fliesstext-Schriftfarbe */
	background-color: #000000; /* Higrufarbe Oben, Mitte und Unten */
	scrollbar-base-color : #999999;
    scrollbar-track-color: #F3F3F3;
    scrollbar-face-color : #F3F3F3;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color : #FFFFFF;
    scrollbar-darkshadow-color : #CCCCCC;
    scrollbar-shadow-color : #999999;
    scrollbar-arrow-color : #777777;
}
.swfliess {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
}
.swflfett {  font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; color: #999999}
.swfliesstb {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
}
A   {
	text-decoration: none;
	color: #B90000;
}
A:hover  {
text-decoration: underline; color: #B90000;
}
.swsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999}
.swhwhite { font-family: Arial, Helvetica; font-size: 14pt; font-weight: normal; color: #999999 }
#wrap { margin: 0 auto; 
		/* margin-top:0px;*/
		padding: 0; 
		width: 800px; 
		text-align:left; 
		height: 100%;   
		background-color: #000000; 
		/* min-width: 700px;*/
}
a {
	color: #2D0D00; /* Link Farbe */
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top:0px;
	margin-bottom:8px;
	/* text-indent: 10px; */
}
img, a img {
	border:0;
}
/* setzt alle Standardabstände auf Null */
h1, h2, h3, h4, hr, p, div, span, ul, ol, li, fieldset, blockquote, br {
margin: 0;
padding: 0;
}
#content {
   width: 800px;
   height: 520px; /* oder 500px*/
   background: #FFFFFF;  
   margin-top: 0px;
   /* display: block; */
}
#content h1 {
font-size: 1.2em;  /* Textfarbe ANTHRAZIT Headline Folgeseiten */
font-weight: 500;
font-family: Arial, Helvetica;
margin: 30px 50px 25px -50px; /* 1.Wert ist vomFenterrand-top - 2.FeRand-rechts - 3.? - 4.ist FeRand-left  */
color: #333333;  
background: transparent;
}
#content h2 {
font-size: 1.0em;  /* Textfarbe mittelblau sublines */
font-weight: 700;
font-family: Arial, Helvetica;
margin: 10px 0 0 0;
color: #333333;  
background: transparent;
}
#content h3 { 
font-size: 0.8em;  
font-family: Arial, Helvetica;
font-weight: 400; /*  font-size: 10pt;  so ist die grösse von swFliess*/ 
color: #333333; /* Textfarbe dunkelgrau  */
line-height: 12pt;
background:transparent;
margin: 0 0 0 0;
padding: 0;
}
#content h4 { 
font-size: 0.7em;  /* Textfarbe mittelgrau */
font-family: Arial, Helvetica;
color: #666666;
font-weight: 400;
line-height: 14pt;
background:transparent;
margin: 0 0 0 16px;
padding: 0;
}
#mitte {
	width: 280px;
	float: left;
	text-align:left; 
	background-color: #FFFFFF;
}
#rechts {
	width: 280px;
	float: left;
	margin: 74px 0 0 20px; /* 1.Wert ist vomFenterrand-top - 2.FeRand-rechts - 3.? - 4.ist FeRand-left  */
	text-align:left; 
	background-color: #FFFFFF;
	}
#foot {
	width: 520px;
	height: 15px;
	float: left;
	text-align:left; 
	color: #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica;
	margin-left: 130px;
	/* background-color: #FFFFFF;  */
}
/* Anfang der Navi am Linken Rand */
#navlinks {
  width: 210px;
  margin: 70px 0 0 0; /* 1.Wert ist vomFenterrand-top - 2.FeRand-rechts - 3.? - 4.ist FeRand-left  */
  float: left;
  text-align:left; 
  /* background-color: #FFFFFF;  */
}
#navlinks ul {
	margin-top: 50px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;´
}
#navlinks ul li{
	background-image:url(zubehoer/pfeiresbraun.gif);
  background-position:15px 11px;  /* 2.: V-Abstand des Pfeils  */ 
  background-repeat:no-repeat;
  /* border-bottom:1pt solid #CCCCCC;  macht e. grauen Strich drunter  */ 
  color: #7BBFF8; /*#AED9FD  Schriftfarbe passiv */  
  font-size: 8pt;
	padding: 8px 7px 2px 28px;
	text-decoration: none;
}
#navlinks a {
  color: #999999; /*#AED9FD*/
  text-decoration: none;
}
#navlinks a:hover, 
#navlinks ul li.aktiv {
  color: #B90000;         /* Schiftfarbe aktiv und hover  */
}
#navlinks ul li.aktiv {
  background-image:url(zubehoer/pfeire.gif);
}
/* Ende der Navi Links */
#mentab {
	width: 360px;
	margin: 10px 0 0 0; /* 1.Wert ist vomFenterrand-top - 2.FeRand-rechts - 3.? - 4.ist FeRand-left  */
  	float: left;
  	background-color: #FFFFFF;
	text-align:right;
}
#mentext {
	width: 280px;
	margin: 10px 0 0 200px;
	float: left;
	background-color: #FFFFFF;
	text-align:left;
}
#contblack {
	width: 800px;
   	height: 520px; /* oder 500px*/
   	background: #121119;  
   	margin-top: 0px;
}
#contblack A, #maschinenstart A {
	text-decoration: none;
	color: #B90000;
}
#contblack A.swprojahr, .swprojahr {
  font-family: Arial, Helvetica; 
  font-size: 14pt; 
  font-weight: normal; 
  color: #FFFFFF;
}
#contblack A:hover {
  color: #B90000;
}
#contblack P {
  margin: 5px 0 10px 0;
}
.swfliesstbsmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
}	
#maschinenstart {
    width: 580px;
	margin: 60px 0 0 0;
	float: left;
	color: #999999;
}
#headwelcome {
	margin-top: 0px;
	height: 35px;
	width: 800px;
	border-top-width: 0px;
	background-color: #121119; 
	background: transparent url(zubehoer/obenschw.gif) no-repeat bottom left;  
}
#welcome {   /*  Startseite Tabelle fünf bilder */
    margin-top: 159px;
	width: 800px;
	font-size: 9px;
	border-top-width: 0px;
	background-color: #121119; 
}
#navoben {
	width: 800px; 
	height: 43px;
	margin-top: 0px;
	text-align:left; 
	font: bold 80% Arial, Helvetica, sans-serif;
	background-color: #000000;
}
/** ### DIV-Container des Basislayouts           ####
** ################################################# */
#page {
	width: 128px;
	height: 43px;
	float: left; 
	/* background-color: #000000; */
	background: #000000 url(../menue/logooben.gif) no-repeat bottom left; 
}
#logo {
    float: left;  
	text-align: left;
}
#mainnavi {
	text-align: left;
	padding-top: 13px; 
}
UL.mainNaviList {
	/* float: left;   ??  */
	list-style-type: none;
	margin: 5px 0 0 150px; /* 1.Wert ist vomFenterrand-top - 2.FeRand-rechts - 3.? - 4.ist FeRand-left  */
}
UL.mainNaviList LI{
	background-color: #000000;
	color: #cccccc;
	float: left;
	height: 1.2em; /* hoehe der Box */
	line-height: 1.0em;
	margin: 0 0 5px 0.8em;
	padding: 0;
}
UL.mainNaviList LI A {
	color: #bbbbbb;  			/* textfarbe passiv  */
	display: block; 			/* ORG ist block  */
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	height: 1.2em;
	text-decoration: none;
	text-align: left;
	padding: 5px 6px 5px 6px;
	white-space: nowrap;  /*  hier kein float: left; 	von ANNE  macht's horizontal  */
}
/* IE HACK: IE needs also LI / A width */
* html UL.mainNaviList LI A, * html ul.mainNaviList A {
	width: -0.8em;
}
/*  1.SUB-Ebene aktiv/hover       */
UL.mainNaviList LI A:hover,
UL.mainNaviList A.mainAktiv {
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
}
UL.mainNaviListSub1 {
	background-color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 20px 0 0 0;
	position: absolute; /* hier war -absolute- drin  und auch kein float:left */
	visibility: hidden;
	z-index: 3;
}
UL.mainNaviListSub1 LI {
	background-color: #000000;
	float: none;  /* left Änderung Daniel: anstatt float: none; */
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;   /*   4.Wert: padding left */
}
UL.mainNaviListSub1 LI A, 
UL.mainNaviListSub1 LI A.mainAktiv {
	background-color: #000000;
	color: #cccccc;
	font-size: 90%;
	height: auto;
	padding: 4px 4px 6px 8px;  
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
}
UL.mainNaviListSub1 LI A:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}
/* #################################################
** ### Unsichtbare Elemente                     ####
** ################################################# */
.clearfix {display: block;}  
.clearfix:after {
	content: ".";
	display: block;  
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearer {
	border: 0;
	clear: both;
}
.invisible {
	visibility: hidden;
	display: none;
}
/* Spezialfälle */
#pageFunctions A {
	padding: 0.1em 1em 0 0;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#pageFunctions A:hover {
	text-decoration: underline;
}
/* #################################################
** # Druck-Stylesheet                           ####
** ################################################# */
@media print {
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
H1, H2, H3, H4 {page-break-after: avoid;}
body  	{
	backgound-color: #FFFFFF;
}
/* Umformatierung der Layoutboxen */
#header {display: none;}
#metaNavi {display:none;}
#searchArea {display:none;}
#mainnavi {display:none;}
#breadcrumbArea {display:none;}
#content {margin-left: 0;}
#rightColumn {border-left: 1px solid #000;}
#footer {display: none;}
}

