@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #100f0f;
	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;
}
#wrapper {
	display: block;
	width: 800px;
	margin: 0 auto;

}
#header {
	height: 74px;
	border-bottom: 2px solid #ec0000;
	background: #fff;
}
#contentbox {
	display:block;
	background: url(/images/efbe-schott/maybaum_content_bg.jpg) repeat-x top left #000000;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 21px;
	padding: 0;
	border: 0;
}
#navigation ul li {
	display: block;
	float:left;
}
#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: 20px;
		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;
}
#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) bottom left no-repeat;
}
#content_container {
	float:left;
	width: 600px;
}
.mitte {
	float: left;
	margin: 20px;
	width: 340px;
}
.grey_box {
	background: #f4f4f4;
	padding: 20px;
	color: #000;
}
#logo {
	display:block;
	float:right;
	margin-right: 20px;
}

#footer {
	height: 100px;
	background:url(/images/efbe-schott/maybaum_footer_bg.jpg) repeat-x top left;
	padding-left: 20px;
}
#footer a {
	display: block;
	float: left;
	background: url(images/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:#fff;
	text-decoration:none;
}
.clear {
	display: block;
	height: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	margin: 0;
	overflow: hidden;
	clear:both;
}

/* RECHTE LEISTE */
	
#rechts {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
	
#rechts dl {
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 11px;
}
	
#rechts dt {
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #121113;
}
	
#rechts dd {

	margin: 0;
}
	
#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 */

p {
	color: #fff;
}
a:focus{
	border: 0;
	}
	
h1{
	font-size: 18px;
	color: #fff;
}

h2 {
	font-size: 14px;
	color: #fff;
}
h3 {
	border-top: 1px solid #2d2e2f;
	border-bottom: 1px solid #2d2e2f;
	padding: 5px 0px;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	color: #f4f4f4;
	
}
        /* slider specific CSS */
        .sliderGallery {
            background: #000;
            overflow: hidden;
            position: relative;
            height: 250px;
            width: 600px;
        }
		
		.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 {
            width: 542px;
            height: 17px;
            margin-top: 220px;
            margin-left: 25px;
            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;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }