@charset "utf-8";
*{padding:0; margin:0;}
p{margin-bottom:1em;}
a{text-decoration:none;}
/*----------------------------------------- Überchriften STart ------------- */
h2{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	
}
h1{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	margin-bottom:1em;
}

#header h1{
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	font-style:italic;
	position:absolute;
	top:50px;
	left:200px;
	
}
h4{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}
h5{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
		display: block;
		background-color:#F3F3F3;
		padding: 5px;
		border-bottom: #666666 3px solid;
		margin-bottom:1em;
	
}
.text{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	
}

/*----------------------------------------- Überchriften Ende ------------- */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	background:#F7F7F7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position:relative;
}

 #container {
 	font: 11px Verdana, Arial, Helvetica, sans-serif;

  position:relative;
  background: #FFFFFF;
 		background-image:url(pic/canon-kopierer-sidbar1-back.jpg);
	background-repeat:repeat-y;
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {height:150px;} 

 #sidebar1 {
	position:absolute;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(pic/canon-kopierer-sidbar1-back.jpg);
	background-repeat:repeat-y;
	top: 394px;

}
 #sidebar2 {
/*	position:absolute;*/
float:right;
	
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
/*	left: 776px;
	top: 203px;*/
}

#sidebar2 h3{
background-image:url(pic/h3_back_right.jpg);
background-repeat:no-repeat;
background-color:#B8B8B8;
color:#FFFFFF;
padding:4px ;
text-align:center;
text-transform:uppercase;
font-size:13px;
}
 #mainContent {
 background-color:FFFFFF;
 	min-height: 630px;/* Trick um auch im IE min-height zu erhalten */
   height: auto !important;/* Trick um auch im IE min-height zu erhalten */
   height: 630px;/* Trick um auch im IE min-height zu erhalten */
   
	margin: 0 10px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#index #mainContent {
width:540px;
} 

 #agbs #mainContent { width:500px;
 }

 #berater #mainContent { background-image:url(pic/kopierer-berater.jpg);  background-position:top right; background-repeat:no-repeat;
 min-height: 600px;/* Trick um auch im IE min-height zu erhalten */
   height: auto !important;/* Trick um auch im IE min-height zu erhalten */
   height: 600px;/* Trick um auch im IE min-height zu erhalten */}

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/*-------------------------------------------- Navigation Top*/
 
#header ul {
left:439px;
margin:0;
padding:4px 8px;
position:absolute;
text-align:right;
top:122px;
width:528px;

}
#header li{
	display:inline;
	font-size:12px;
	font-weight:bold;
} 
#header a{
	margin-right:5px;
	padding: 4px 8px 4px 8px;

	border-right:1px solid #ffffff;

	text-decoration:none;
	color:#333366;
} 
 #header a:hover{
text-decoration:none;
	color:#787C81;
	background:#FFFFFF;

	}
	#header #top-menue6 a{
	margin-right:5px;
	padding: 4px 8px 4px 8px;


	text-decoration:none;
	color:#333366;
} 
/*<------ MenÃ¼punkt wird auf enstprechender Seite markiert (z.B. MenÃ¼punkt Home auf der Indexseite)*/
#home #top-menue1 a, #farbkopierer #menue2 a,#sonderseite #menue2 a, #digitalkopierer #menue3 a, #analogkopierer #menue4 a, #reparatur #menue5 a, #kontakt #menue6 a{

text-decoration:none;
	color:#787C81;
	background:#FFFFFF;

} 

/*--------------------------------------------Navigation Top ENDE*/


/*-------------------------------------------- #tagwordstop START*/

#tagwordstop ul {
	position:absolute;
	margin:0;
	left: 844px;
	top: 10px;
	text-align:left;
	width: 126px;

}
#tagwordstop li{
list-style-position:inside;
color:#2a4566;
	font-size:9px;
	font-weight:bol;

} 

/*-------------------------------------------- #tagwordstop ENDE*/

/*-------------------------------------------- #suche START*/

#suche {
	position:absolute;
	margin:0;
	left: 7px;
	top: 120px;
	text-align:left;
	width: 321px;

}


/*-------------------------------------------- #suche ENDE*/



/*--------------------------------------------Navigation #translation START*/

#translation{
	position:absolute;
	margin:0;
	left: 8px;
	top: 1104px;
	text-align:left;
	width: 170px;
	height:60px;

}



/*--------------------------------------------Navigation #translation ENDE*/


/*--------------------------------------------Navigation Sidebar1 Start*/
.navi{
width: 180px; /*width of accordion menu*/
}

#navi h3{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
/*background: black url(pic/sidbarnavi_haeder.jpg);*/
background-image:url(pic/sidbarnavi_haeder_aktiv.jpg);
background-position:right;
background-repeat:no-repeat;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}


#navi ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-size:12px;
	color:#000000;
}



#navi ul li{list-style-type: none;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#navi ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #E6E6E6 !important;
}

	#navi ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #B8B8B8 !important;
}

#navi ul li a{
	/*color: #A70303;*/
color: #333333;

	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
}

#navi ul ul li a{
	/*color: #A70303;*/
color: #666666;

	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
}


#navi ul li a:hover{ /*hover state CSS*/ background-color: #E6E6E6; }



/*--------------------------------------------Navigation Sidebar1 Ende*/
.preis{font-size:14px; 
		color:#990033;
		font-weight:bold;}
.preis a{font-size:14px; 
		color:#990033;
		font-weight:bold;}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.kleine_schrift{
font: 9px Verdana, Arial, Helvetica, sans-serif;
font-size:9px;}
#mainContent ul{

list-style:circle;
padding-top:1em;
padding-bottom:1em;
padding-left:15px;}


 #mainContent li{margin-left:20px;
 padding-bottom:0.5em;}

.sonderangebot_schrift{
font: 14px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#993300;
}
#sonderangebot{ }

address {font-size:9px;
font-style:normal;
letter-spacing:1px;
text-align:center;
}

/* --------------------------------------------------------------Anfrage formular*/
#anfrageform form{
background-color:#FFFFFF;
padding:5px;
}
#anfrageform label{display:block; font-size:90%;  }
#anfrageform input, #anfrageform textarea {
border:#000000 1px solid;
width:300px;
margin-bottom:10px;}

/* >>>>>>>> Validate Form <<<<<<<<<  */
/* Style for invalid input */

.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

#anfrage_optional input, #anfrage_optional textarea {
border:#000000 1px solid;
width:30px;
margin-bottom:10px;}

#anfrage_optional{font-size:9px;
font: 9px Verdana, Arial, Helvetica, sans-serif;}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

/* >>>>>>>> Validate Form ENDE <<<<<<<<<  */
#honigtopf{
display:none;
visibility:hidden;}
/* --------------------------------------------------------------Kontakt formular*/
#kontaktform{font-size:11px;}
#kontaktform form{
background-color:#FFFFFF;
padding:5px;
}
#kontaktform label{display:block; font-size:90%;  }
#kontaktform input, #kontaktform textarea {
border:#000000 1px solid;
width:445px;
margin-bottom:10px;}
#kontaktform textarea { height:8em;}

/* --------------------------------------------------------------berater formular*/
berater
#berater form{
background-color:#FFFFFF;
padding:5px;
}
#berater label{display:block; font-size:90%;  }
#berater select {
border:#000000 1px solid;
width:100px;
margin-bottom:10px;}
#berater textarea { height:8em;}
#rss_feed{
/*height:50px;*/
margin-bottom:1em;
margin-left:26px;
padding-top:6px;
text-align:center;
width:130px;

}
#rss_feed a{
font-weight:bold;
display:block;
color:#000;
}

#bogen{/* margin-top:185px; height:55px;*/}

        /* -------------------------------------------------------------- slider specific CSS */
        .sliderGallery {
            background: url(pic/produktbrowser_background.jpg) no-repeat;
			background-position:-2px;
            overflow: hidden;
            position:absolute;
			top:146px;
            padding: 0px;
			margin-left:6px;
            height: 190px;
            width: 960px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
			margin-top:10px;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 924px;
            height: 20px;
            margin-top: 160px;
            margin-left: 20px;
            padding: 1px;
            position: relative;

            background: url(pic/produkt_scrollbar_back.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 20px;
            width: 141px;
            top: 3;
            background: url(pic/produkt_scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
	color: #666666;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 90;
	top: 3px;
        }
        
         .slider-lb1 {
		 margin-top:2px;
            left: 50px;
        }
        
        .slider-lb2 {
            left: 460px;
        }
        
        .slider-lb3 {
            left: 810px;
        }

        .slider-lbl4 {
            left: 280px;
        }

        .slider-lbl5 {
            left: 455px;
        }
		        /* -------------------------------------------------------------- slider specific CSS  ENDE*/
				
		#printbutton{
	position:absolute;
	left: 900px;
	top: 347px;
}
 /* -------------------------------------------------------------- printbutton start*/
 
 
 
 /* -------------------------------------------------------------- printbutton ende*/
 
#jqContextMenu li{ text-align:left;}

#lastchange{ margin-bottom:1em; font-size:9px;} 

/* Vergleichspool */
#showButton{
	position:absolute;
	left: 725px;
	top: 353px;
	width: 244px;
	height:29px;
	cursor:pointer;
	/*font-size:9px;
	padding: 5px 0 0 15px;*/
	z-index:100;
}
#showButton_bg{
	z-index:1;
	position:absolute;
	left: 725px;
	top: 353px;
	width: 244px;
	height:29px;
	background-image:url(pic/button_pool.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:9px;
	padding: 5px 0 0 15px;
}
.showButton_txt{ padding-left:20px;}

#vergleichspool{

	position:absolute;
	left: 599px;
	top: 373px;
	width: 324px;
	background-color:#FFFFFF;
	padding: 20px;
	text-align:right;
	display: none;
	 filter:alpha(opacity=88); /* IE's opacity*/
	 opacity: 0.88;
	 border:#E6E6E6 1px solid;
	 z-index:1000;
}
.delbutton{ background-color:#FF0000; color:#FFFFFF;}
#ausgabe_txt{ width:760px; overflow: auto;}
#vergleichscroll{ width:760px; overflow: auto;}

 /* -------------------------------------------------------------- Wissenswertes Ticker startseite --------------------------- */
 .tickerstyle{background:#F3F3F3; padding:8px; margin-bottom:1em; overflow:scroll;}

.messagediv{display: none;background:#F3F3F3}
