/* Style sheet fuer www.rbs.foerderanlagen.de ------------------ */
/* Autor, copyright Karl-Heinz Kaercher, K3 Kommunikation        */




/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* USED COLORS ------------------------------------------------- */
/* BENUTZTE FARBEN --------------------------------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* white (e.g. content-background)          #ffffff    weiss     */
/* black (e.g. font)                        #000000    schwarz   */
/* grey (e.g. inner-containers)             #f0eeeb    grau      */
/* orange (e.g. hover-links)                #ff9900    orange    */
/* blue (e.g. links)                        #3F68AE    blau      */
/* blue (e.g. links)                        #3F68AE    blau      */
/* light blue (e.g. website-background)     #dfefff    hellblau  */
/* violett (e.g. visited links)             #6060bf    violett   */
/* ------------------------------------------------------------- */






/* ------------------------------------------------------------- */
/* GENERAL ----------------------------------------------------- */
/* ALLGEMEIN --------------------------------------------------- */
/* ------------------------------------------------------------- */


/* Zuruecksetzen aller Browser --------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, a, a:link, a:hover, a:visited, a:hover, a:active {
	margin: 0;
	padding: 0; 
	border: 0; 
	outline: 0; 
	vertical-align: baseline; 
	background: transparent;
	text-decoration: none;
	}

body {line-height: 1;}

/*
blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
tr, td {
	padding: 2px;
	margin: 2px;
	text-align: left;
	vertical-align: top;
	border:none;
	}

/* ---------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* SONDERBEREICHE ---------------------------------------------- */
/* ------------------------------------------------------------- */

#printkopf {display: none;}








/* ------------------------------------------------------------- */
/* LINKS ------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* link general */
/* Verweis allgemein */
a:link, a:visited {
  color: #3e68ae;              /* Textfarbe: blau */
  color: #fff;              /* Textfarbe: weiss */
  text-decoration: underline;   /* Textdekoration: unterstrichen */
}

/* link on mouse-over */
/* Verweis bei Mouse-over */
/* active or focused link */
/* Aktiver Verweis oder Verweis mit Fokus */
a:hover,
a:active,
a:focus {
  color: #fff;                 /* Textfarbe: weiss */
  color: #000;                 /* Textfarbe: schwarz */
}


/* ------------------------------------------------------------- */
/* HEADLINES --------------------------------------------------- */
/* ------------------------------------------------------------- */

h1, h2, h3 h4 {
	color: #808080;
	font-weight: bold;
	}

/* heading level 1 */
/* Ueberschrift Ebene 1 */
h1 {
  font-size: 1.5em;            /* Schriftgroesse: 1.4em */
  margin-bottom: 1.0em;
}

/* heading level 2 */
/* Ueberschrift Ebene 2 */
h2 {
  font-size: 1.3em;            /* Schriftgroesse: 1.2em */
}

/* heading level 3 */
/* Ueberschrift Ebene 3 */
h3 {
  font-size: 1.1em;            /* Schriftgroesse: 1.1em */
  margin: 1em 0 0.5em 0;
}


/* heading level4 */
/* Ueberschrift Ebene 4 */
h4 {
  text-decoration: underline;            /* unterstrichen */
  }


/* ------------------------------------------------------------- */
/* BODY -------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* page general */
/* Seite generell */
body {
  background: #fff;                     /* Hintergrund: weiss */
  font-family: Arial, Helvetica, SansSerif; /* Schriftart: Arial, Helvetica, Serif */
  color: #fff;                          /* Textfarbe: weiss */
  font-size: 62.7%;                     /* Schriftgrgroesse: 62.7% */
  margin: auto;                         /* Aussenabstand: automatisch */
  padding: 0;                           /* Innenabstand: keiner */
  text-align: center;                   /* Horizontale Ausrichtung: zentriert */
  width: 100%;                          /* Breite: 100% der Fensterbreite */
}



/* ------------------------------------------------------------- */
/* BALKEN ------------------------------------------------------ */
/* ------------------------------------------------------------- */

/* First hull with horizontal blue row on top */
/* Erste Huelle mit blauem Balken oben */
#balken {
  position: relative;
  left:0; top:0;
  background: #3F68AE;
  margin: auto;                    /* Aussenabstand: automatisch */
  margin-top: 0;                   /* Aussenabstand: oben keiner */
  padding: 0;                      /* Innenabstand: keiner */
  width: 99.3%;    ;               /* Breite: 99,8% */
  height: 100px;                    /* Hoehe 100px */
  border: 4px solid #ccc;
  border-bottom: 2px solid #ccc;
  overflow: visible;              /* Ueberhang: sichtbar */
}



/* ------------------------------------------------------------- */
/* CONTAINER --------------------------------------------------- */
/* ------------------------------------------------------------- */
/* Container */
#container {
position: relative;
float: none;
  background: #FFF;
  background-image: url('../images/balken_blau.jpg');
  background-repeat: repeat-y;
  margin: 3em auto;            /* Aussenabstand: oben und unten 3em */
  padding: 0;                  /* Innenabstand: keiner */
  width: 86%;                  /* Breite: 85% */
  min-width: 970px;            /* Mindestbreite: 960px */
  min-height: 430px;           /* Mindesthoehe 430px */
  color: #fff;                 /* Textfarbe: weiss */
  text-align: left;            /* Ausrichtung: links */
  font-size: 2em;              /* Textgroesse: 2 em , 200 % */
  font-weight: normal;         /* Schriftgewicht: normal */
  border: 0.2em solid #999;
  overflow: hidden;
}



/* ------------------------------------------------------------- */
/* HEADER ------------------------------------------------------ */
/* ------------------------------------------------------------- */

/* Header-Container */
#header {
	position: relative;
	float: none;
	z-index: 30;
	background: #3F68AE;
	background-image: url('../images/Logo_RBS.gif');
	background-repeat: no-repeat;
	background-position: 1px 0; 
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 120px;
	overflow: visible;
	}

/* container for horizontal navigation */
/* Container um horizontale Navigationsleiste */
div#horizontalnavigation {
	position:relative;
	float: left;
	z-index: 30;
/*	background-image: url('../images/kommissionieranlage.jpg');
	background-position: 9.0em 0;
	background-repeat: no-repeat; */
	background-color: #fff;
	background-image: url('../images/Logo_RBS.gif');
	background-repeat: no-repeat;
	background-position: 1px 0; 
	margin: 0;
	padding: 0.2em 0 0 9.0em; 
	width: 100%;
	height: 85px;
	overflow: visible;
}

/* horizontal navigation-list */
/* Liste f&uuml;r horizontale Navigationsleiste */
ul#navigation-1 {
	background:#ffffff;
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	margin: 1.8em 0;
	padding: 0 2px;
	width: 67%;
	height: 1.7em;
	overflow: visible;
}

/* item in the horizontal navigation-list */
/* Einzelne Listenpunkte in der horizontalen Navigationsleiste */
ul#navigation-1 li {
	position: relative;
	float: left;
	width: 136px;
	height:22px;
	margin: 0.2em 0.3em 0 0.3em;
	padding: 0.2em; 
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #3F68AE;
	overflow: visible;
}
/* ul#navigation-1 li .aktiv {
	width: 136px;
	height:22px;
	float: left;
	background: #3F68AE;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}
*/

/* link general in navigation-lists */
/* Verweis allgemein in Navigationsleisten */
/* visited link in navigation-lists */
/* Bereits besuchter Verweis in Navigationsleisten */
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited {
	position: relative;
	width: 134px;
	height:22px;
	float: left;
	color: #3F68AE;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}



/* link on mouse-over in navigation-lists */
/* Verweis bei Mouse-over in Navigationsleisten */
/* active or focused link in navigation-lists */
/* Aktiver Verweis und Verweis mit Fokus in Navigationsleisten */
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active,
ul#navigation-1 li a:focus,
#kommissionieranlagen #hnav_11 a,
#sortieranlagen #hnav_12 a,
#verkettungsanlagen #hnav_13 a,
#gurtkurve #hnav_14 a,
#palettenfoerderer #hnav_02 a,
#kreisfoerderer #hnav_03 a,
#sonderloesungen #hnav_04 a {
	position: relative;
	background: #3F68AE;
	color: #fff;
	font-weight: normal;
}



/* Wiederhohlung fuer die 2te und 3te Navigationsebene */
ul#navigation-1 li ul.navigation-2 {
	position: absolute;
	top: 22px;
	left: -1px;
	z-index:1000;
	background:#fff;
	display: none;
	list-style:none;
	margin: 0;
	padding: 2px;
	padding-bottom: 6px;
	width: 144px;
	overflow: visible;
}

ul#navigation-1 li:hover ul.navigation-2 {
	display: block;
}

ul#navigation-1 li ul.navigation-2 li {
	position: relative;
	left: -4px;
	top: 1px;
	z-index:1000;
	clear:left;
	width: 134px;
	height:24px;
}

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited { 
	clear:left;
	background:#aaa;
	padding: 2px 0;
	width: 134px;
	height: 20px;
	border:none;
	border-bottom: 1px solid #ffffff;
	}

ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background: #696969;
	padding:2px 0;
	width:134px;
	height: 20px;
	}

ul#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	position: absolute;
	left: 129px;
	top: -6px;
	z-index: 1000;
	background: #fff;
	display: none;
	list-style: none;
	margin: 0;
	padding: 2px;
	padding-bottom: 6px;
	width: 144px;
	overflow: visible;
}

ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display: inline;
}

ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#b9121b;
}

ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#ec454e;
}

ul#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size: 2em;
	color: #fe676f;
}

ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top: 0;
	left: 132px;
	font-size: 2em;
	color: #000;
}


#sprachnavigation {
	background: #fff;
	position: relative;
	float: left;
	margin: 1.8em 0;
	padding: 0.3em 0;
	height: 1.1em;
	width: 10%;
	border: none;
	} 



/* ------------------------------------------------------------- */
/* CONTENT ----------------------------------------------------- */
/* ------------------------------------------------------------- */

/* Content-Container */
#content {
	position: relative;
	float: none;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #808080;
	overflow: hidden;
	}



/* ------------------------------------------------------------- */
/* LEFT CONTENT ------------------------------------------------ */
/* ------------------------------------------------------------- */

/* Left-Content-Container */
#content_left {
	position: relative;
	float: left;
	color: #fff;                 /* Textfarbe: weiss */
	margin: 0 0.5em 0 0;         /* Aussenabstand: keiner */
	padding: 0 0;                  /* Innenabstand: keiner */
	width: 170px;                /* Breite: 170px */
	text-align: center;
	overflow: visible;
	}


/* container for vertical navigation */
/* Container um die vertikale Navigationsleiste */
#verticalnavigation {
	position: relative;
	float: left;
	margin: 0 0.5em 1.5em 0.5em;
	padding: 0;
	overflow: visible;

}

/* vertical navigation-list */
/* Liste f&uuml;r vertikalen Navigationsleiste */
#vertical ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* item in the vertical navigation-list */
/* Einzelne Listenpunkte in der vertikalen Navigationsleiste */
#vertical li {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 0.8em;
	padding: 0.2em;
	border: 0.1em solid #fff;
}

/* link general in navigation-lists */
/* Verweis allgemein in Navigationsleisten */
/* visited link in navigation-lists */
/* Bereits besuchter Verweis in Navigationsleisten */
#vertical li a,
#vertical li a:visited,
#vertical li a:link {
	position: relative;
	float: left;
	background: #fff;
	width: 8.5em;
	height: 1.3em;
	color: #3F68AE;
	font-size: 0.8em;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	padding-top: 0.3em;
}

/* link on mouse-over in navigation-lists */
/* Verweis bei Mouse-over in Navigationsleisten */
/* active or focused link in navigation-lists */
/* Aktiver Verweis und Verweis mit Fokus in Navigationsleisten */
ul#vertical li a:active,
ul#vertical li a:focus,
ul#vertical li a:hover,
#home #vnav_01 a,
#wir_ueber_uns #vnav_02 a,
#kontakt #vnav_03 a,
#anfahrt #vnav_04 a,
#referenzen #vnav_05 a,
#presse #vnav_06 a,
#impressum #vnav_07 a  {
	background: #3F68AE;
	color: #fff;
	font-weight: bold;
}

#adresse {
	position: relative;
	float: left;
	margin: 0 0 0 0.8em;
	font-size: 0.6em;
	text-align: left;
	}



/* ------------------------------------------------------------- */
/* RIGHT CONTENT------------------------------------------------ */
/* ------------------------------------------------------------- */

/* RIGHT-Content-Container */
#content_right {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	min-width: 788px;
	width: 80%; 
	height: 590px;
	height: 100%; 
	font-size: 0.8em;
	line-height: 1.3em;
	border-left: 1px solid #fff;
	overflow: auto;
  }

#content_right div {
	padding: 2em 0.5em 1.5em 0.5em;
	}

#content_right #content_40 {
	float: left;
	margin:0;
	padding: 2em 0.2em;
	width: 40%;

  }

#content_right #content_bild {
	float: right;
	text-align:left;
	margin:0;
	padding: 2em 0.2em;
	width: 57%;
  }

#content_right #content_57 {
	float: left;
	margin:0;
	padding: 2em 0.2em;
	width: 57%;
  }

#content_right a, 
#content_right a:link, 
#content_right a:visited {
	color: #3F68AE;
	text-decoration: underline;
	}

#content_right a:active, 
#content_right a:hover {
	color: #808080;
	text-decoration: none;
	}

/* --------------------------------------------------------------------------------------------- */

#home #content/*,
#home #header*/ {
	background: #3F68AE;
	color: #fff;
	}



#home #content h1, #home #content h2, #home #content h3,#home  #content h4 {
	color: #fff; 
	}



#home a:link, #home a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	}

#home a:hover, #home a:active, #home a:focus {color: #000;}



#datenschutz {
	text-align: center;
	margin: 3em auto;
	width: 90%;
	color: #000;
	font-size: 1.0em;
	}

#datenschutz #content a {
	color: #000;
	text-decoration: underline;
	}


#kontakt table, #kontakt tr, #kontakt td {
	border: 1px solid red;
}

#kontakt #content_right p {margin-top: 0.3em;}


#home h1 {margin-bottom: 0em;}
#home #content_right {border: none;}
#home #content_57 {
	padding-top:0;
	margin-top: 0;
}




ul.innen,
ol.innen {
	list-style: disc;
	margin-left:0;
	}
ol.innen li, ul.innen li {
	list-style-position: outside;
	margin-left:1em;
	}


/* ------------------------------------------------------------- */
/* Pictures ---------------------------------------------------- */
/* ------------------------------------------------------------- */

.bild {
	position: relative;
	float: left;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.bildoben {
	text-align: left;
	vertical-align: bottom;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.bildunten {
	text-align: left;
	vertical-align: top;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.bildmitte {
	text-align: center;
	vertical-align: top;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.bildpresse {
	float: right;
	text-align: left;
	vertical-align: bottom;
	margin: 0.5em;
	margin-right: 5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.nofloat {
	position: relative;
	float: none;
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ccc;
	}



.clear {
	clear: both;
	margin: 1.5em 0;
	font-weight: bold;
	font-size: 1em;
	}



.registrierfeld {
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 5.2em; 
	color: #fff;
	background-color: #3F68AE;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 1em 0 1em;
	}



.registrierfeld_lang {
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 43em; 
	color: #fff;
	background-color: #3F68AE;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 1em 0 1em;
	}



.warnung,
.fehler {
	color: #ff0000;
	font-size: 1.0em;
	font-weight: bold;
}



.hinweis {
	color: #ff0000;
	font-size: 0.8em;
}
