@charset "iso-8859-1";
*{padding:0; margin:0;}
p{margin-bottom:1em;}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(pics/bg.jpg);

	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;
}




 #container { 
 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:  0  auto ; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
 display:none;
 position:relative;
height:91px;
	background: #FFFFFF; 
	} 

#gotop{display:none}

#mainContent {

 position:relative;
	margin: 0 20px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
height: 70px;
background-image:url(pics/barrUnten.jpg);
background-repeat:no-repeat;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFFS; 
} 
#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 */
}
/*------------Css Seitenaufbau für Startseite--------------------*/



.startseite #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right:0;
}
.startseite #mainContent { 
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


/*------------Css Seitenaufbau für Startseite  ENDE--------------------*/





.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;
}
.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;
}

address {
padding-top:22px;
	font-style:normal;
	text-align:center;
	font-size:80%;
	}
.adresslink{text-decoration:none;
}
/*-------------------------------------------- Navigation Top*/
 
#header ul {display:none;
	position:absolute;
	padding: 4px 8px 4px 8px;
	margin:0;
	left: 396px;
	top: 45px;

}
#header li{
	display:none;
	font-size:12px;
	font-weight:bold;
} 
#header a{display:none;
background:#3333FF;
	margin-right:5px;
	padding: 4px 8px 4px 8px;
	border-top:1px solid #000066;
	border-right:1px solid #000066;
	/*border-left:1px solid #000066;	*/
	text-decoration:none;
	color:#FFFFFF;
} 
 #header a:hover{display:none;
text-decoration:none;
	color:#787C81;
	background:#FFFFFF;

	}
/*<------ MenÃ¼punkt wird auf enstprechender Seite markiert (z.B. MenÃ¼punkt Home auf der Indexseite)*/
#home #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*/


/*-------------------------------------------- SUBNavigation */
 
#subnavi{
	position:absolute;
	margin:0;
	left: 391px;
	top:-23px;
	width:547px;
}
	
#subnavi ul {

	padding: 3px 8px 3px 8px;


}
#subnavi li{
	display:inline;
	font-size:10px;
	font-weight:bold;
} 
#subnavi a{
	background:none;
	margin-right:5px;
	padding: 2px 8px 2px 8px;
	
	border-right:1px solid #000066;
	/*border-left:1px solid #000066;	*/
	text-decoration:none;
	color:#000066;
} 
 #subnavi a:hover{
	text-decoration:none;
	color:#3300FF;
	background:none;
	}


/*--------------------------------------------SUBNavigation ENDE*/
/*----------------------------------------------------------Links*/
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:blue; text-decoration:none; }
a:focus { font-weight:bold; color:blue; text-decoration:underline; }
a:hover { font-weight:bold; color:blue; text-decoration:none; }
a:active { font-weight:bold; color:blue; text-decoration:underline; }
/*----------------------------------------------------------Links ENDE*/

/*----------------------------------------------------------Überschriften / Schriften*/
 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2{font-size: 150%; color: #3483DF; font-weight:bold; margin-bottom:  1em;}
h3{font-size: 120%; color: #000000; font-weight:bold; margin-bottom:  0,5em;}

.bold{font-weight:bold;}
.bold_Blue{font-weight:bold;color:#3483DF;}
.bold_red{font-weight:bold;color:red;  font-size:120%;}
.bold_red2{font-weight:bold;color:red;  font-size:24px;}
.versandkosten{font-size:9px;}
/*----------------------------------------------------------Überschriften / Schriften ENDE*/
.kopiererTabelle{border-bottom:#0066FF solid 1px; margin-bottom:4px;
cursor:pointer;}



#aufzaehlung li{
margin-left:15px;
color:#3483DF;
list-style-type:disc;
	font-size:12px;
	font-weight:bold;}
	#glossarScroll{
background:#EEEEEE;
overflow: auto;
	width: 190px;
	padding: 5px;
 height: 135px;

border: none;
	overflow-x:hidden;

}
/* --------------------------------------------------------------reparaturanfrage formular*/

#reparatur form{
padding:10px;
}
#reparatur label{display:block; font-size:90%; font-weight:bold;}
#reparatur input,#reparatur textarea {width:150px;
margin-bottom:10px;}
#reparatur input:focus,#reparatur textarea:focus {
	background-color:#3483DF;
	color:#FFFFFF
}
value{color:#FF0000}
/* --------------------------------------------------------------reparaturanfrage formular ENDE*/

/* --------------------------------------------------------------Kontakt formular*/
#kontakt form{
padding:10px;
}
#kontakt label{display:block; font-size:90%; font-weight:bold; }
#kontakt input, #kontakt textarea {
border:#0000001px solid;
width:500px;
margin-bottom:10px;}

/*------------------------------ Sitemap */
.OSM {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	margin: 3em;
}
.OSM a {
	color:#009;
}
.OSMdir {
	color:#FFFFFF;
	background-color: #3333FF;
	padding: 0.2em 0 0.2em .5em;
	font-weight: bold;
}
.OSMfile {
	margin-left: 3em;
	background: #eee;
	padding: 0 0 0 .5em;
}
/*------------------------------ Sitemap ENDE*/

/*------------------------------ gotop */
#gotop{width:50px; position:fixed; top:88%; left:-5px;  z-index:999;}
/* >>>>>>>> Validate Form <<<<<<<<<  */
/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}
/* >>>>>>>> Validate Form ENDE <<<<<<<<<  */
#honigtopf{
display:none;
visibility:hidden;}