/* CSS Document */

html {
		}
	
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/body_bg.jpg) repeat-x;
	color: #000;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 1em 0
}

a {
	/*color: #003399;*/
	color:#000;
	outline:none;
	text-decoration:none;
}

a:hover {
	color: #DA2E96
}

a.pdf{
	padding:3px 0 3px 25px;
	background: url(../images/pdf.jpg) no-repeat;
}

ul {
	margin: 0 0 0 15px
}

ol {
	margin: 0 0 0 25px
}

li {
	font-size: 120%;
	margin: 0 0 1em 0
}

h1 {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	color: #DA2E96
}


h2 {
	font-size: 190%;
	margin: 0 0 0.3em 0;
	font-weight:normal
}

h1 a,h2 a,h3 a,h4 a {
	color: #000
}

h3 {
	font-size: 150%;
	margin: 0 0 0.3em 0
}
h3 a {
	text-decoration:none;
	display:block;
	clear:left;
}
h4 {
	font-size: 210%;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	color: #DA2E96
}

h6 {
	font-size: 170%;
	font-weight:normal;
		margin: 0 0 0.3em 0
}


hr {
	border:none;
	color:#ccc;
	background: #ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0;
	clear:left;
}

img {
	border:none
}

label {
	font-size: 120%;
	
}

label.zemText {
	display:block;
	width: 90px;
	float: left;
	padding: 0px 0 5px 0;
	margin: 12px 0 0 0;
	
}

label.zemSelect {
	display:block;
	padding: 20px 0 5px 0;
}

label.zemTextarea {
	display:block;
	padding: 20px 0 0px 0;
}
/* Klassen ########################################################## */

.bild {
	padding: 1px;
	border: 1px solid #ccc;
}

.bild_thumb {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 20px 20px 0; 
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #ccc;
}
.bild_text_ohne {
	float:left;
	margin: 0 10px 10px 0;
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #ccc;
}

.bild_text_re_ohne {
	float:right;
	margin: 0 0 10px 10px;
}

p.bildunterschrift {
	float:left;
	margin: 0 20px 20px 0;
	width: 240px;
	
}
p.bildunterschrift img {
	display:block;
	padding: 1px;
	border: 1px solid #ccc;	
}

.pink {
	color: #DA2E96
}

a.mehr  {
	background: url(../images/point.gif) left center no-repeat;
	padding: 0 0 0 20px;
	text-decoration:none
	}

	p.hotline {
		color: #fff;
		padding: 20px;
		font-size: 200%;
		background: #666 url(../images/hotline_bg.jpg) left bottom repeat-x;
	}
	
#details {
	background: #eee;
	padding: 10px;
	clear:right;
}

#details img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px
}
	
/* Layout ########################################################## */

#wrap {
	background: url(../images/wrap_bg.jpg) top center no-repeat;
}

#container {
	width: 980px;
	margin:auto;
	background: url(../images/container_bg.jpg) top center repeat-y;
}

/*header xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#header {
	height: 103px;
	background: url(../images/header_bg.jpg) top center no-repeat;
	position: relative;
	padding: 78px 0 0 0;
}


#header a.rss {
	position:absolute;
	top: 15px;
	right: 25px;
	display:block;
	height: 20px;
	width: 18px;
	background: url(../images/a_rss_bg.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

#header a.rss:hover {
	background-position: -50px 0;
}

#header a img {
	margin: 0px 0 0 20px;
}

#suche {
	float:right;
	padding: 10px 50px 0px 0;
}

input.suchfeld {
	background: #ffft;
	border: 1px solid #ccc;
	padding: 3px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	width: 230px;
}

input.suchbtn {
	margin: 5px 0 0 5px;
}

#header ul {
	clear:both;
	list-style-type:none;
	margin: 0 0 0 30px;
	padding: 25px 0 0 0;
	font-size:10px;
	
}

#header ul li {
	float:left; 
	margin: 0 10px 0 10px;
	border-right: 1px solid #ccc;
	text-align:left;
	padding: 0 10px 0 0;
}

#header ul li.none {
	border:none
}

#header ul li a {
	text-decoration:none;
	padding: 3px;
	display:block;
	color: #000;
}

#header ul li a:hover {
	background: #333;
	color: #fff
}
#header ul li a.aktiv {
	background: #333;
	color: #fff
	}
/*Content ##########################*/

#content_wrap {
	padding: 10px;
	background: url(../images/content_wrap_bg.jpg) no-repeat;
	overflow:hidden;
	
}

#content {
	width: 620px;
	float:right;
	padding: 10px 20px 10px 0;
	border-top: 3px solid #333;
}

#content ul {
	margin: 0 0 15px 20px;
	list-style-image: url(../images/content_li_bullet.gif);
}

#content li {
	margin: 0 0 0.3em 0
}

#content ul.anwendungen{
	margin: 0 0 0.3em 0
}

#content ul.anwendungen li {
	background: url(../images/point.gif) left center no-repeat;
	list-style: none;
	float:left;
	width:280px;
	padding: 5px 0 5px 20px;
}

#content_breit {
	width: 920px;
	padding: 10px 20px 10px 20px;
	border-top: 3px solid #333;
}

/*Formatierung Zubehör Start*/

#content div.zubehoer{
	margin: 15px 0 0 0;
	font-size: 120%;
}

#content div.zubehoer a span{
	color:#000;
	font-weight:normal;
}

#content div.zubehoer span{
	width:400px;
	float:left;
	font-weight:bold;
}

#content div.zubehoer img{
	margin: 0 0px 10px 78px;
	padding: 1px;
	border: 1px solid #ccc;

}

/*Formatierung Zubehör Ende*/

/*Formatierung Anwendungen Start*/

#content div.anwendungen{
	margin: 15px 20px 15px 0;
	font-size: 120%;
	width:244px;
	float:left;

}

#content div.anwendungen a span{
	color:#000;
	font-weight:bold;
}

#content div.anwendungen span{
	font-weight:normal;
}

#content div.anwendungen img{
	margin: 0;
	padding: 1px;
	border: 1px solid #ccc;
}

/*Formatierung Zubehör Ende*/

p.breadcrumb {
	text-align:right;
}

p.breadcrumb a {
	text-decoration:none
}

#start {
	width: 940px;
	padding: 0px 10px 0 10px;
	height: 260px;
	background: url(../images/start_bg.jpg) 0 -10px no-repeat;
	position:relative;
}

#start ul li a {
	color: #fff;
	text-decoration:none;
	display:block;
	width: 400px;
	margin: 0 0 0 30px;
}

#start ul li a span {
	display:block;
	font-size: 200%;
	margin: 40px  0 20px 0px;
}

#start ul li {
	background: url(../images/slider_bg.jpg);
}

#start ul li.sdosier {
	background: url(../images/slider_dosier.jpg) no-repeat;
}
#start ul li.stemperier {
	background: url(../images/slider_temperier.jpg) no-repeat;
}
#start ul li.skuehl {
	background: url(../images/slider_kuehl.jpg) no-repeat;
}
#start ul li.sschneid {
	background: url(../images/slider_schneid.jpg) no-repeat;
}
#start ul li.strock {
	background: url(../images/slider_trock.jpg) no-repeat;
}
#start ul li.smaterial {
	background: url(../images/slider_material.jpg) no-repeat;
}
#start ul li.sfoerder {
	background: url(../images/slider_foerder.jpg) no-repeat;
}

#start ul li.ssteuer {
	background: url(../images/slider_steuer.jpg) no-repeat;
}

/* Easy Slider */

	#slider{overflow:hidden;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:220px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		left:4px;
		top:104px;
		}	
	#nextBtn{ 
		left:936px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:20px;
		background: url(../images/start_prev.png) no-repeat;
		text-indent: -3000px;
		outline:none
		}	
	#nextBtn a{ 
		background: url(../images/start_next.png) no-repeat;
		}												

	#slider a{
		font-size: 120%;
		}
	#slider ul li a span{
		font-size:170%;
		font-weight:normal;
		}
/* // Easy Slider */


.col1 {
	width: 430px;
	float:left;
	border-top: 3px solid #333;
	padding: 10px 20px 10px 20px;
}

.col2 {
	width: 430px;
	float:right;
border-top: 3px solid #333;
padding: 10px 20px 10px 20px;
margin: 0 0 0 20px;
}


.col1 h2,.col2 h2 {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	color: #DA2E96
}

/*Produkte #################################################*/

.teaser {
	width: 420px;
	float:left;
	padding: 10px 0 10px 0;
	margin: 0 40px 20px 0;
	height: 160px;
}

.teaser img {
	float:right;
	margin: 0 0 0 20px;
}


.teaser_kat {
	border-top: 1px solid #ccc;
	height: 124px;
	padding: 10px 0 10px 0;
}

.teaser_kat img {
	float:right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #ccc;
}

.teaser_dl{
	border-top: 1px solid #ccc;
	height: 124px;
	padding: 10px 0 10px 0;
}

.teaser_dl a{
	padding:3px 0 3px 25px;
	background: url(../images/pdf.jpg) no-repeat;
}

#sidebar {
	width: 260px;
	float:left;
	padding: 10px 10px 10px 20px;
	border-top: 3px solid #333;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding: 5px 0 0 0px;
}

#sidebar ul li {
	padding: 5px 5px 5px 20px;
	margin: 0 0 0.3em 0px;
	border-bottom: 1px solid #ccc;
	list-style-image: url(../images/bullet.png);
	}

#sidebar ul li.aktiv {
	/*background: #f0f0f0;*/
	list-style-image: url(../images/bullet_open.png);
}


#sidebar ul li a {
	text-decoration:none;
}

#sidebar ul li a.aktiv_link {
	color: #DA2E96;	
}

ul.cat_menu .active_class a {
	color: #DA2E96
}


#sidebar ul li ul {
	list-style-type:none;
	margin: 0 0 0 5px;
	font-size:90%;
}

#sidebar ul li ul li {
	padding: 0px;
	margin: 0 0 0.3em 0;
	border-bottom: none;
 }

#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 0 0 0.3em 0;
	border-bottom: none;
        font-size:100%;
}

/*footer ########################*/

#footer {
	clear:both;
	width: 920px;
	margin:auto;
	height: 130px;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #fff;
	padding: 15px 30px 20px 30px;
	
}

#footer h6 {
	margin: 0 0 15px 0;
	font-size:17px;
}

#footer p {
	float:left;
	width: 230px;
	height:50px;
	overflow:hidden;
	font-size:13px;
}

#footer p a {
	text-decoration:none
}

#footer span{
	float:right;
}

#footer span a {
	background: url(../images/vertretungen_bg.jpg) 0px -70px no-repeat;
	font-size:17px;
	font-weight:normal;
	margin: 0 0 0.3em 0;
	color: #fff;
	width:120px;
	height:70px;
	display:block
}

#footer span a:hover {
	background: url(../images/vertretungen_bg.jpg) 0px 0px no-repeat;
	/*text-decoration:underline;*/
}

a.fmail {
	color: #fff;
}


#footer div {
	clear:left;
	color: #666;
	font-size: 110%;
	padding: 0px 0 0 110px;
	background: url(../images/imp_logo.gif) left top no-repeat;
	margin: 0;
	
}

p.imp a {
	color: #666;
}

/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/

