@charset "utf-8";
/*-------------------------------------------------------------
				RESET 
--------------------------------------------------------------*/
* {	padding: 0;	margin: 0; font-size: 100.01%; font-weight: normal;	font-family:Verdana, Arial, Helvetica, sans-serif;}
b, strong { font-weight: bold;}
img, a img {border: none;}
.clear {clear: both;}
a {	color: #900;text-decoration: none;}
a:active, a:selected, a:focus  { 
    border: none;
    outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
a:focus  {
    outline: none;
}
/*-------------------------------------------------------------
				STYLE 
--------------------------------------------------------------*/
/* start */
body {position: relative;min-height: 100%;width: 100%;}
/* LAYOUT
********************************************/
#wrapper {
	width: 980px;
	margin: 30px auto 50px;
}
#header {
	width: 100%;
	position: relative;
}
#logo {
	float: left;
	width: 51px;
	height:100px;
}
#navi {
	float: right;
	height: auto;

}
#navi ul.menu, #navi ul{ list-style: none;}
#navi ul.menu > li > a { padding-bottom: 15px;}
#navi ul.menu > li { 
	float: left;
	padding-right: 92px;
	position: relative;
	font-size: 17px;
	padding-bottom: 15px;
}
#navi ul.menu > li.last {
	padding: 0;
}
#navi ul.menu li a {
	color: #646464;
    text-decoration: none;
}
#navi ul.menu ul { 
	position:absolute;
	top: 29px;
	left: 0px;
}
#navi ul.menu ul li {
font-size:10pt;
line-height: 13pt;
}
#navi ul.menu li a:hover,
#navi ul.menu li.current > a,
#navi ul.menu li.active > a {color: #900;}
#linie {
    background-color: #D3D3D3;
    height: 2px;
    position: absolute;
    width: auto;
	top: 25px;
	right: 0;
}
#contentwrapper {position:relative; margin-top: 40px;}
/* Easy Slider */
#sliderwrapper {position:relative; margin-bottom: 40px;}
#slider{
	position: relative;
	width:980px;
	height:450px;
	overflow:hidden; 
}
#slider li{
	width:980px;
	height:450px;
	overflow:hidden; 
}
#prevBtn, #nextBtn { 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		z-index:1000;
		top: 187px
}
#prevBtn {left: -30px;}
#nextBtn { right: -30px;}
#prevBtn a,
#nextBtn a {
		display:block;
		position:relative;
		width:30px;
		height:77px;
		text-indent:-9999px;
}
#prevBtn a {background: url("../images/slider/btn_prev.gif") no-repeat scroll 0 0 transparent;}	
#nextBtn a { background: url("../images/slider/btn_next.gif") no-repeat scroll 0 0 transparent;}	
/* // Easy Slider */
#content {
	
}
div.content-left { float: left; width: 240px;}
div.content-right { float: left; width: 740px;}
h1 {
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13pt;
	margin-bottom: 10px;
}
h2 {
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 13pt;
}
p {
    color: #646464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: 100;
    line-height: 17pt;
	margin-bottom: 17pt;
}
ul.stoffe { list-style: none;}
ul.stoffe li { float: left; width: 140px; height: 99px; position: relative; overflow: hidden; margin-bottom: 20px; margin-right:40px;}
ul.stoffe li img { position: absolute; top: 0; left:0;}
ul.stoffe li:hover img {top: -99px; left:0;}
#footer {
	position: fixed;
	margin-top:50px;
	bottom: 0;
	width: 100%;
	height: 45px;
	background:#B5B5B5;
	z-index:9000;
}
#footer a { color: #fff; font-size: 10pt;font-weight: 100; line-height: 15pt;}
#footer div.footercontent {
	width: 980px;
	margin: 10px auto;
	text-align:right;
}

