/* Standard-CSS für Projekt Kutscher und Gehr */

/* Wichtige Farben
rot 		= #7F1314
hellgrau 	= #CCD4D8
dunkelgrau	= #939BA1
Hintergrund	= #EFF3F5
*/

html, body {
	margin: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div, h1, h2, h3, span, a, table, td, form, img, li {
	font-family: Arial, Helvetica, sans-serif;
}

html, body { 
	width: 750px;
	margin-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#page {
	width: 750px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	background-color: #FFFFFF;
}

#pageAGB {
	width: 750px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#detail {
	width: 500px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#logo{
	float: left;
	width: 189px;
	height: 98px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
}

#logodetail{
	float: left;
	width: 500px;
	height: 98px;
	background-image: url(../images/headerdetail.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FF9900;
	padding: 0px;
	margin: 0px;
}

#shops{
	float: right;
	width: 561px;
	height: 98px;
	padding: 0px;
	margin: 0px;
}

#naviOben{
	float: left;
	width: 158px;
	height: 45px;
	background-image: url(../images/naviObenHG.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
}

html>body #naviOben {
	float: left;
	width: 158px;
	height: 45px;
	background-image: url(../images/naviObenHG.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
}

#titel{
	clear: left;
	float: right;
	width: 522px;
	height: 30px;
	padding: 0px;
	padding-top: 15px;
	padding-left: 70px;
	margin: 0px;
	background-image: url(../images/titelHG.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	font-weight: bold;
	font-size: 18pt; 
	color: #000000;
}

html>body #titel {
	clear: none;
	float: right;
	width: 522px;
	height: 30px;
	padding: 0px;
	padding-left: 70px;
	padding-top: 15px;
	margin: 0px;
	background-image: url(../images/titelHG.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	font-weight: bold;
	font-size: 18pt; 
	color: #000000;
}

#inhalt {
	width: 749px;	
	clear:both;
	/*height: 450px;*/
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/naviHG.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900
}

#naviHaupt {
	float: left;
	width: 158px;
	/*height: 450px;*/
	/*background-image: url(../images/naviHG.gif);*/
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFC773;
}

#naviSub {
	float: left;
	width: 99px;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 200%;
}

#content {
	float: right;
	padding: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 535px;
}

html>body #content {
	float: right;
	padding: 0px;
	padding-top: 20px;
	padding-right: 20px;
	
	margin: 0px;
	/*border-right: 1px solid #FF9900;*/
	background-color: #FFFFFF;
	width: 535px;
}

#contentdetail {
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 500px;
}

html>body #contentdetail {
	float: left;
	padding: 0px;
	margin: 0px;
	/*border-right: 1px solid #FF9900;*/
	background-color: #FFFFFF;
	width: 500px;
}


/*
#contentText {
	padding: 0px;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	line-height: 150%;
}

#contentTextLinks {
	float: left;
	text-align: justify;
	padding: 0px;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	width: 270px;
	line-height: 150%;
}

#contentTextRechts {
	float: left;
	text-align: justify;
	padding: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	width: 270px;
	line-height: 150%;
}
*/

#print {
	width: 500px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 10px;
	font-size: 7pt;
	text-align: center;
	color: #000000;
}

#footer {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 7pt;
	width: 750px;
	text-align: right;
	color: #FF9900;
	clear: both;
}

#footerdetail {
	margin: 0px;
	padding: 0px;
	font-size: 7pt;
	width: 500px;
	text-align: center;
	color: #000000;
	clear: both;
}

A {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
	color: #E89300;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
}
A:LINK { color: #E89300; }
A:VISITED { color: #E89300; }
A:HOVER { text-decoration: underline; color: #E89300; }
A:ACTIVE { color: #E89300; }

A.naviLink {
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
	/*
	width:158px;
	heigth:25px;
	background-image: url(../images/naviHauptHG.gif);
	background-repeat: no-repeat;
	*/
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	line-height: 25px;
}
A.naviLink:LINK {color: #000000;}
A.naviLink:VISITED {color: #000000;}
A.naviLink:HOVER {text-decoration: underline; color: #000000;}
A.naviLink:ACTIVE {color: #000000;}

A.naviLinkAktiv {
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
	/*
	width:158px;
	heigth:25px;
	background-image: url(../images/naviHauptAktivHG.gif);
	background-repeat: no-repeat;
	*/
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
A.naviLinkAktiv:LINK {color: #000000;}
A.naviLinkAktiv:VISITED {color: #000000;}
A.naviLinkAktiv:HOVER {text-decoration: underline; color: #000000;}
A.naviLinkAktiv:ACTIVE {color: #000000;}

A.subNavi {
	margin: 0px;
	padding: 0px;
	padding-left: 45px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	line-height: 25px;
}
A.subNavi:LINK {color: #000000;}
A.subNavi:VISITED {color: #000000;}
A.subNavi:HOVER {text-decoration: underline; color: #000000;}
A.subNavi:ACTIVE {color: #000000;}

A.subNaviAktiv {
	margin: 0px;
	padding: 0px;
	padding-left: 45px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
A.subNaviAktiv:LINK {color: #000000;}
A.subNaviAktiv:VISITED {color: #000000;}
A.subNaviAktiv:HOVER {text-decoration: underline; color: #000000;}
A.subNaviAktiv:ACTIVE {color: #000000;}

A.klein {
	margin: 0px;
	padding: 0px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal;
	color: #FF9900;
}
A.klein:LINK {color: #FF9900;}
A.klein:VISITED {color: #FF9900;}
A.klein:HOVER {text-decoration: underline; color: #FF9900;}
A.klein:ACTIVE {color: #FF9900;}

A.weiter {
	margin: 0px;
	padding: 0px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: underline;
	color: #E72400;
	line-height: 150%;
}
A.weiter:LINK {color: #E72400;}
A.weiter:VISITED {color: #E72400;}
A.weiter:HOVER {text-decoration: underline; color: #E72400;}
A.weiter:ACTIVE {color: #E72400;}

A.shop {
	margin: 0px;
	padding: 0px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	line-height: 125%;
}
A.shop:LINK {color: #000000;}
A.shop:VISITED {color: #000000;}
A.shop:HOVER {text-decoration: none; color: #FF0000;}
A.shop:ACTIVE {color: #000000;}

ol {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: decimal;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	width: 158px;
	text-align: left;
}

li.menu {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #ff9900;
	background-image: url(../images/naviHauptHG.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.leer {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_leer.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.leerBlau {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_leerBLAU.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.canon {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_canon.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.infotec {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_infotec.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.rowe {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_rowe.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.copy {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #65A5D7;
	background-image: url(../images/naviHauptHG_copy.gif);
	background-repeat: no-repeat;
	width: 158px;
}

li.menuAktiv {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px dotted #ffffff;
	border-right: 3px solid #ffffff;*/
	background-color: #ff9900;
	background-image: url(../images/naviHauptAktivHG.gif);
	background-repeat: no-repeat;
	width: 158px;
}

ul.submenu {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

li.submenu {
	width: 153px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	/*border-bottom: 1px dotted #ffffff;
	border-left: 5px solid #FFC773;
	border-right: 5px solid #ff9900;*/
	background-image: url(../images/naviSubHG.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
}

li.submenuAktiv {
	width: 153px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	/*border-bottom: 1px dotted #ffffff;
	border-left: 5px solid #FFC773;
	border-right: 5px solid #ff9900;*/
	background-image: url(../images/naviSubAktivHG.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
}

li{
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
}

.achtung {
	margin: 0px;
	padding: 0px;
	font-size: 28pt; 
	font-weight: bold;
	color: #FF9900;
	text-align: left;
	line-height: 150%;
	background-color: #ffc773;
}

.achtung2 {
	margin: 0px;
	padding: 0px;
	font-size: 28pt; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 150%;
}

.achtung3 {
	margin: 0px;
	padding: 0px;
	font-size: 30pt; 
	font-weight: bold;
	color: #E72400;
	text-align: left;
	line-height: 150%;
}


H1 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt; 
	font-weight: bold;
	color: #FF9900;
	text-align: left;
	line-height: 150%;
}

H2 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 100%;
}

H3 {
	margin: 0px;
	padding: 0px;
	font-size: 10pt; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 100%;
}

H4 {
	margin: 0px;
	padding: 0px;
	font-size: 11pt; 
	font-weight: bold;
	color: #E72400;
	text-align: left;
	line-height: 150%;
}

H5 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt; 
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 150%;
}

H6 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt; 
	font-weight: bold;
	color: #E72400;
	line-height: 150%;
	text-decoration: none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

th {
	color: white;
	background: #E72400;
}

td {
}

.row1 {
	background: #FFFFFF;
}

.row2 {
	background: #FFFFFF;
}

.row3 {
	background: #ccd4d8;
}

.text {
	color: #000000;
	font-size: 9pt;
}

.preis {
	color: #E72400;
	font-size: 9pt;
	font-weight: bold;
	line-height: 200%;
}

.preis2 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 150%;
	text-decoration: underline;
	font-style : italic;
	clear: both;
}

.textKlein {
	color: #000000;
	font-size: 7pt;
	line-height: 150%;
}

.center {
	font-size: 10pt; 
	text-align: center;
}

.ueberschrift {
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

.right {
	margin: 0px;
	padding: 0px;
 	padding-right: 20px; 
	font-size: 8pt; 
	text-align: right;
}

.floatcontainer:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
} 

.floatcontainer {
	display: inline-block;
}

/* Mark Hadley's fix for IE Mac */  /* Hides from IE Mac \*/ * html .floatcontainer {height: 1%;} .floatcontainer{display:block;} /* End Hack */ 

form {
  background: #ffffff;
  margin: 0;
  padding: 0.5em;
  border: 0px;
}

/*
form br {
  clear: left;  
}
*/

label {
 text-align: right; 
 padding-right: 1em; 
 width: 80px
}

input[type="checkbox"], input[type="radio"]  {
	width: 10px;
	height: 10px;
}

.pulldown {
	font-family: Arial, Helvetica, "sans serif";
	font-size: 8pt; 
	font-weight: normal;
	color: #000000;
	border: 1px solid;
	border-color: #FFC773;
	background-color:#FFFFFF;
	width: 20;
}
.kontakt  {
	border: 1px solid;
	border-color: #FFC773;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 9pt;
	font-weight : normal;
	width: 150;
}

.kontakt_plz  {
	border: 1px solid;
	border-color: #FFC773;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 9pt;
	font-weight : normal;
	width: 50;
}
