@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #FED5B1;
	font-size: 12px;
	line-height: 20px;
}
ol {
	list-style: outside decimal;
	padding: 0 0 0 1.5em;
}
ul {
	list-style: outside disc;
	padding: 0 0 0 1.5em;
}
li {
 	margin: 1em 0;
}
p object {
	margin-top: -1.5em;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}

#wrapper {
	display: block;
	width: 800px;
	margin: 0 auto;
	background: #FEE3CA;;
}
#contentbox {
	background-color: #FEE3CA; 
	margin: 0;
	min-height: 100%;
	height: auto;
	overflow: visible;
}
#header {
	height: 74px;
	border-bottom: 2px solid #ec0000;
	margin: 0;
	background: #fff;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 21px;
	padding: 0;
	border: 0;
}
#navigation ul li {
	display: block;
	float:left;
		margin: 0 !important;
}
#navigation ul li a {
	display: block;
	padding: 20px 20px 0px 10px;
	border-left: 1px solid #292424;
	font-weight: 700;
	font-size: 1em;
	text-decoration: none;
	color:#292424;
	margin: 0 0 0 -1px;
}
#navigation ul li a:hover {
	background: #292424;
	border-bottom: 10px solid #292424;
	color:#ffffff;
}

#second_navigation {
	display:block;
	background: #df1a00;
	width: 160px;
	float:left;
	padding: 19px;
		font-size: 11px;
}
#second_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#second_navigation li {
	background: url(/images/efbe-schott/navigation_bg.gif) bottom left repeat-x;
	list-style: none;
		margin: 0 !important;
}
#second_navigation li a {
	padding: 4px 10px;
	text-decoration:none;
	color: #fff;
	font-weight: 700;
	line-height: 21px;
}
#second_navigation li.NavEbene2 {
	padding-left: 0px;
	list-style: none;
}
#second_navigation li.NavEbene3 {
	padding-left: 10px;
	text-indent: 0px;
	margin: 0;
	background: url(/images/efbe-schott/navigation_bg_arrow1.gif) bottom left no-repeat;
}
#second_navigation li.NavEbene4 {
	padding-left: 20px;
	text-indent: 0px;
	background: url(/images/efbe-schott/navigation_bg_arrow2.gif) top left no-repeat;
}
#second_navigation li.NavEbene4 a{
	font-weight: 100;
}
#content_container {
	float:left;
	width: 600px;
}

.mitte {
	float: left;
	margin: 20px;
	width: 360px;
}
.grey_box {
	background: #f4f4f4;
	padding: 20px;
}
#logo {
	display:block;
	float:right;
	margin-right: 20px;
}

#content {
	margin: 0;
}
#footer {
	height: 100px;
	background:url(/images/efbe-schott/efbe_footer.jpg) repeat-x top left;
	padding-left: 20px;
}
#footer a {
	display: block;
	float: left;
	background: url(/images/efbe-schott/arrow.gif) no-repeat top left;
	margin-right: 20px;
	margin-top: 10px;
	padding-left:10px;
	font-size: 0.9em;
	text-transform:uppercase;
	font-weight: 700;
	color:#292424;
	text-decoration:none;
}
/* RECHTE LEISTE */
#rechts {
	float: left;
	margin-top: 20px;
}
#rechts dl {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #f4f4f4;
	width: 180px;
	font-size: 11px;
}
#rechts dt {
	padding: 5px 10px;
	margin: 0;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #121113;
}
#rechts dd {
	padding: 10px;
	margin: 0;
	background: #FEE3CA;
}
#rechts p {
	margin: 0;
	padding: 0;
}
#rechts input.send {
	background: #012851;
	border: 1px solid #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	display:block;
}
#rechts a {
	font-weight: bold;
	text-decoration: none;
	color: #212121;
}
/* END OF RIGHTBAR */


a:focus {
	border: 0;
}
.clear {
	display: block;
	visibility:hidden;
	height: 0px;
	line-height: 0;
	padding: 0;
	border: 0;
	margin: 0;
	overflow: hidden;
	clear:both;
}

        
        /* slider specific CSS */
        .sliderGallery {
            background: none;
            overflow: hidden;
            position: relative;
            height: 250px;
			padding: 10px;
            width: 580px;
        }
		
		.sliderGallery a img{border: 0;}
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
        }
        
        .slider {
			position: relative;
            width: 542px;
            height: 17px;
            top: 220px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(/images/efbe-schott/productbrowser_scrollbar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/images/efbe-schott/productbrowser_scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
			width: 80px;
        }
        
        .slider .slider-lbl2 {
            left: 100px;
			width: 80px;
        }
        
        .slider .slider-lbl3 {
            left: 150px;
			width: 80px;
        }

        .slider .slider-lbl4 {
            left: 200px;
			width: 80px;
        }

        .slider .slider-lbl5 {
            left: 250px;
			width: 80px;
        }
		.slider .slider-lbl6 {
            left: 300px;
			width: 80px;
        }
		.slider .slider-lbl7 {
            left: 350px;
			width: 80px;
        }
		.slider .slider-lbl8 {
            left: 400px;
			width: 80px;
        }
		.slider .slider-lbl9 {
            left: 450px;
			width: 80px;
        }
