@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

body { 
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(bilder/bg_back.jpg);
	background-repeat: repeat-x;
	margin: auto;
	text-align: center;
	min-height: 101%; /* Mozilla Scrollbalken enzwingen */
}
#wrapper {
	position: relative;
	width: 980px;	
	margin: auto;
	padding: 0;
	overflow: auto;
	text-align: left;	
}
#bglinks {
	position: relative;
	float: left;
	display: inline;
	width: 10px;
	height: 550px;
	padding: 0;
	margin: 0;
	background-image: url(bilder/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#bgrechts {
	position: relative;
	float: left;
	display: inline;
	width: 10px;
	height: 550px;
	padding: 0;
	margin: 0;
	background-image: url(bilder/bg_rechts.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#wrapperinnen {
	position: relative;
	float: left;
	display: inline;	
	width: 960px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* Index formatieren */
#index0 {
	position: absolute;
	width: 640px;
	height: 70px;
	top: 20px;
	left: 70px;
}
#index1 {
	position: absolute;
	width: 330px;
	height: 110px;
	top: 360px;
	left: 70px;
}
#index2 {
	position: absolute;
	width: 250px;
	height: 130px;
	top: 210px;
	left: 480px;
}
#index3 {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 90px;
	left: 450px;
}
#index4 {
	position: absolute;
	width: 250px;
	height: 120px;
	top: 360px;
	left: 420px;
}
#index1 ul {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/index-dot-gelb.gif);
}
#index2 ul {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/index-dot-gruen.gif);
}
#index3 ul {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/index-dot-blau.gif);
}
#index4 ul {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/index-dot-rot.gif);
}
/* IE >6 Hack */
* html #index1 ul {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/index-dot-gelb.gif);
}
* html #index2 ul {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/index-dot-gruen.gif);
}
* html #index3 ul {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/index-dot-blau.gif);
}
* html #index4 ul {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/index-dot-rot.gif);
}
/* IE >6 Hack */
/* IE 7 Hack */
*+html #index1 ul {
	margin: 0 0 10px 14px;
	list-style-image: url(bilder/index-dot-gelbie.gif);
}
*+html #index2 ul {
	margin: 0 0 10px 14px;
	list-style-image: url(bilder/index-dot-gruenie.gif);
}
*+html #index3 ul {
	margin: 0 0 10px 14px;
	list-style-image: url(bilder/index-dot-blauie.gif);
}
*+html #index4 ul {
	margin: 0 0 10px 14px;
	list-style-image: url(bilder/index-dot-rotie.gif);
}
/* IE 7 Hack */

#index1 ul a, index2 ul a, index3 ul a, index4 ul a { color: #333333; text-decoration: none; font-weight: normal; }
#index1 ul a:hover, index2 ul a:hover, index3 ul a:hover, index4 ul a:hover { color: #FF7318; text-decoration: none; }

/* Index formatieren */

/* Kopf und Kopfinhalte formatieren */
#kopf {
	position: relative;
	width: 960px;
	height: 110px;
	padding: 0;
	margin: 0;
	background-image: url(bilder/bg_rillsoft_kopf.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#logo {
	position: relative;
	float: left;
	display: inline;
	width: 200px;
	height: 73px;
	margin: 0;
	padding: 0;
}
#sprache {
	position: relative;
	float: left;
	display: inline;
	width: 740px;
	height: 15px;
	margin: 7px 0 51px 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#topnavi {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	width: 770px;
	height: 25px;
	margin: 0 0 0 20px;
	padding: 0;
}
#suche {
	position: relative;
	float: left;
	display: inline;
	width: 140px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
#suche .textfeld {
	width: 110px;
	height: 15px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 0 0 3px;	
}
#sprache a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#sprache .aktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#sprache a:hover {
	color: #FF7318;	
	text-decoration: none;
}
/* Kopf und Kopfinhalte formatieren */

/* Breadcrumbs formatieren */
#inhalt #breadcrumb {
	position: relative;
	float: left;
	display: inline;
	width: 540px;
	margin: 3px 0 15px 0;
	padding: 0 0 2px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border-bottom: 1px solid #cccccc;
}
#inhalt #breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#inhalt #breadcrumb a:hover {
	color: #FF7318;	
	text-decoration: none;
}
#drucker {
	position: relative;
	float: right;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}
/* Breadcrumbs formatieren */

/* Inhaltsspalte formatieren */
#inhalt {
	position: relative;
	width: 540px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	color: #333333;
	min-height: 380px;
	height: auto !important; /* IE min-height Hack */
	height: 380px; /* IE min-height Hack */	
}
#inhaltindex {
	position: relative;
	width: 760px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	color: #333333;
	min-height: 380px;
	height: auto !important; /* IE min-height Hack */
	height: 380px; /* IE min-height Hack */	
}
#inhalt p, #inhaltindex p {
	margin-bottom: 15px;
}

#inhalt ul, #inhalt ol {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/li_pfeil.gif);
}
#inhalt ul ul, #inhalt ol ol {
	margin: 0 10px 10px 15px;
	list-style-image: url(bilder/li_pfeil2.gif);
}
/* IE >6 Hack */
* html #inhalt ul, * html #inhalt ol {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/li_pfeilie.gif);
}
* html #inhalt ul ul, * html #inhalt ol ol {
	margin: 0 10px 10px 18px;
	list-style-image: url(bilder/li_pfeilie2.gif);
}
/* IE >6 Hack */
/* IE 7 Hack */
*+html #inhalt ul, *+html #inhalt ol {
	margin: 0 0 10px 14px;
	padding: 0;
	list-style-image: url(bilder/li_pfeilie.gif);
}
*+html #inhalt ul ul, *+html #inhalt ol ol {
	margin: 0 0 10px 14px;
	padding: 0;
	list-style-image: url(bilder/li_pfeilie2.gif);
}
/* IE 7 Hack */

#inhalt ul a { color: #333333; text-decoration: none; font-weight: normal; }
#inhalt ul a:hover { color: #FF7318; text-decoration: none; }
#inhalt ul strong a { color: #333333; text-decoration: none; font-weight: bold; }
#inhalt ul strong a:hover { color: #FF7318; text-decoration: none; }

#inhalt h1, #inhaltindex h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FF7318;
	margin-bottom: 15px;
}
#inhalt h2, #inhaltindex h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #487AA8;
	margin-bottom: 15px;
}
#inhalt h3, #inhaltindex h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}

#inhalt h1 a, #inhaltindex h1 a{ color: #FF7318; text-decoration: none; }
#inhalt h1 a:hover, #inhaltindex h1 a:hover{ color: #FF7318; text-decoration: none; }

#inhalt h3 a, #inhaltindex h3 a{ color: #333333; text-decoration: none; font-weight: normal; }
#inhalt h3 a:hover, #inhaltindex h3 a:hover{ color: #FF7318; text-decoration: none; }

#inhalt h5, #inhaltindex h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}
#inhalt h4, #inhaltindex h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FF7318;
	margin-bottom: 0px;
}
#inhalt a, #inhaltindex a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #487AA8;
	text-decoration: none;
}
#inhalt a:hover, #inhaltindex a:hover {
	color: #FF7318;	
	text-decoration: underline;
}
#inhalt hr, #inhaltindex hr {
	color: #cccccc;
	background: #cccccc;
	height: 1px;
	border: 0;
	margin: 15px 0 15px 0;
}

#inhalt .produkt{
	position:relative;
	clear:both;
	width:520px;
	overflow:auto;
	border:1px solid #cccccc;
	padding:5px 5px 5px 15px;
	background-color:#eeeeee;
	margin:0 0 20px 0;
}

#inhalt .headprodukt{
	padding:0 0 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size:13px;
}

#inhalt .adresse{
	position:relative;
	clear:both;
	width:520px;
	overflow:auto;
	border:1px solid #cccccc;
	padding:10px 5px 5px 15px;
	background-color:#f3f3f3;
	margin:0 0 20px 0;
}
#inhalt .error{
	position:relative;
	clear:both;
	width:300;
	overflow:auto;
	border:1px solid #FF0000;
	padding:10px 5px 5px 15px;
	background-color:#FFCECE;
	margin:0 0 20px 0;
}

#inhalt .order_status_aktiv{
	border-top:1px solid #FF7318;
	border-left:1px solid #FF7318;
	border-right:1px solid #FF7318;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF7318;
	text-decoration:none;
}
#inhalt .order_status_aktiv a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF7318;
	text-decoration:none;
}
#inhalt .order_status_aktiv a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF7318;

}
#inhalt .order_status_inaktiv, .order_status_leer{
	border-bottom:1px solid #FF7318;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	text-decoration:none;

}
#inhalt .order_status_inaktiv a, #inhalt .order_status_inaktiv{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	text-decoration:none;
}
#inhalt .order_status_inaktiv a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;

}


.trenner {
	border-top: 1px solid #cccccc;
	margin: 15px 0 10px 0;
}
/* Inhaltsspalte formatieren */

/* Rechte Boxenleiste formatieren */
#boxen {
	position: relative;
	float: left;
	display: inline;	
	width: 160px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#boxen p {
	margin-bottom: 2px;
}
#boxen ul, #boxen ol {
	margin-left: 10px;
	margin-bottom: 10px;
}
#boxen h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #487AA8;
	margin-bottom: 10px;
}
#boxen h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #487AA8;
	margin-bottom: 5px;
}
#boxen a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #487AA8;
	text-decoration: none;
}
#boxen a:hover {
	color: #FF7318;	
	text-decoration: none;
}
#boxen hr {
	color: #cccccc;
	background: #cccccc;
	height: 1px;
	border: 0;
	margin: 15px 0 15px 0;
}
/* Rechte Boxenleiste formatieren */

/* Fuss formatieren */
#fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	position: relative;
	clear: both;
	float: left;
	display: inline;
	width: 170px;
	height: 20px;
	padding: 2px 0 0 0;
	margin: 20px 20px 0 30px;
	border-top: 1px solid #cccccc;
}
#fussrechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	position: relative;
	float: left;
	display: inline;
	width: 540px;
	height: 20px;
	padding: 2px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #cccccc;
}
#fussrechts a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#fussrechts .aktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#fussrechts a:hover {
	color: #FF7318;	
	text-decoration: none;
}
/* Fuss formatieren */

/* Navigation formatieren */
#navigation {
	position: relative;
	clear: both;
	float: left;
	display: inline;	
	width: 190px;
	text-align: left;
	margin: 20px 0 0 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.navihead {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #487AA8;
}
.navi0i {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px 12px 8px 12px;
	margin: 0;
	background-image: url(bilder/nv_top_i.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.navi0a {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px 12px 8px 12px;
	margin: 0;
	background-image: url(bilder/nv_top_a.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.navi0i a {
	color: #333333;
	text-decoration: none;
}
.navi0i a:hover {
	color: #FF7318;
	text-decoration: none;
}
.navi0a a {
	color: #333333;
	text-decoration: none;
}
.navi0a a:hover {
	color: #FF7318;
	text-decoration: none;
}
.navi1i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 2px 0 5px 10px;
	margin: 0;
}
.navi1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7318;
	padding: 2px 0 5px 10px;
	margin: 0;
	background-image: url(bilder/nv_pfeil.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}
.navi1i a {
	color: #999999;
	text-decoration: none;
}
.navi1i a:hover {
	color: #FF7318;
	text-decoration: none;
}
.navi1a a {
	color: #487AA8;
	text-decoration: none;
}
.navi1a a:hover {
	color: #487AA8;
	text-decoration: none;
}
.navi2i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 0 0 3px 10px;
	margin: 0 0 0 15px;
}
.navi2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7318;
	padding: 0 0 3px 10px;
	margin: 0 0 0 15px;
	background-image: url(bilder/nv_pfeil2.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}
.navi2i a {
	color: #999999;
	text-decoration: none;
}
.navi2i a:hover {
	color: #FF7318;
	text-decoration: none;
}
.navi2a a {
	color: #487AA8;
	text-decoration: none;
}
.navi2a a:hover {
	color: #487AA8;
	text-decoration: none;
}
.navi3i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 0 0 3px 10px;
	margin: 0 0 0 30px;
}
.navi3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #487AA8;
	padding: 0 0 3px 10px;
	margin: 0 0 0 30px;
	background-image: url(bilder/nv_pfeil2.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}
.navi3i a {
	color: #999999;
	text-decoration: none;
}
.navi3i a:hover {
	color: #FF7318;
	text-decoration: none;
}
.navi3a a {
	color: #487AA8;
	text-decoration: none;
}
.navi3a a:hover {
	color: #487AA8;
	text-decoration: none;
}
.navitrenner {
	padding: 30px 0 0 0;
}
/* Navigation formatieren */

/* Tabellen formatieren */
#inhalt table { clear: both; width: 100%;}

.version thead .tr-even { color: #487AA8; background-color: #ffffff;}
.version thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.version thead .td-0 { width: 62%; text-align: left;}
.version .td-1, .version .td-2, .version .td-3, .version .td-4 { color: #999999; width: 17%; text-align: center;}
.version .tr-even { background-color: #f4f4f4; }
.version .tr-odd { background-color: #ffffff; }
.version .tr-even td { padding: 4px; vertical-align:top; color: #333333; }
.version .tr-odd td { padding: 4px; vertical-align:top; color: #333333; }
#inhalt .version a { color: #333333; text-decoration: none; border-bottom:1px dotted #333333; font-weight: normal; }
#inhalt .version a:hover { color: #FF7318;  border-bottom:1px dotted #FF7318; text-decoration: none; }

.referenzen thead .tr-even { color: #487AA8; background-color: #ffffff;}
.referenzen thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.referenzen thead .td-0 { width: 65%; text-align: left;}
.referenzen .td-1 { color: #999999; width: 35%; text-align: left;}
.referenzen .tr-even { background-color: #f4f4f4; }
.referenzen .tr-odd { background-color: #ffffff; }
.referenzen .tr-even td { padding: 4px; vertical-align:top; color: #333333; }
.referenzen .tr-odd td { padding: 4px; vertical-align:top; color: #333333; }
#inhalt .referenzen a { color: #333333; text-decoration: none; border-bottom:1px dotted #333333; font-weight: normal; }
#inhalt .referenzen a:hover { color: #FF7318;  border-bottom:1px dotted #FF7318; text-decoration: none; }


.rabatt thead .tr-even { color: #487AA8; background-color: #ffffff;}
.rabatt thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.rabatt thead .td-0 {width: 55%; text-align: left;}
.rabatt thead .td-1, .rabatt thead .td-2, .rabatt thead .td-3, .rabatt thead .td-4, .rabatt thead .td-5 { color: #487AA8; text-align: center;}
.rabatt thead .td-0 { color: #487AA8; width: 55%; text-align: left;}
.rabatt .td-1, .rabatt .td-2, .rabatt .td-3, .rabatt .td-4, .rabatt .td-5 { color: #999999;  width: 9%; text-align: center;}
.rabatt .tr-even { background-color: #f4f4f4; }
.rabatt .tr-odd { background-color: #ffffff; }
.rabatt .tr-even td { padding: 4px; vertical-align:top; color: #333333; }
.rabatt .tr-odd td { padding: 4px; vertical-align:top; color: #333333; }
#inhalt .rabatt a { color: #333333; text-decoration: none; font-weight: normal; }
#inhalt .rabatt a:hover { color: #FF7318; text-decoration: none; }

.upgrade thead .tr-even { color: #487AA8; background-color: #ffffff;}
.upgrade thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.upgrade thead .td-0 { width: 55%; text-align: left;}
.upgrade thead .td-1 { color: #487AA8; text-align: left;}
.upgrade .td-1 { color: #999999;  width: 45%; text-align: left;}
.upgrade .tr-even { background-color: #f4f4f4; }
.upgrade .tr-odd { background-color: #ffffff; }
.upgrade .tr-even td { padding: 4px; vertical-align:top; color: #333333; }
.upgrade .tr-odd td { padding: 4px; vertical-align:top; color: #333333; }
#inhalt .upgrade a { color: #333333; text-decoration: none; font-weight: normal; }
#inhalt .upgrade a:hover { color: #FF7318; text-decoration: none; }

.impressum thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.impressum thead .td-0 { width: 25%; text-align: left;}
.impressum thead .td-1 { color: #487AA8; text-align: left;}
.impressum .td-1 { color: #999999;  width: 75%; text-align: left;}
.impressum .tr-even { background-color: #ffffff; }
.impressum .tr-odd { background-color: #ffffff; }
.impressum .tr-even td { padding: 1px; vertical-align:top; color: #333333; }
.impressum .tr-odd td { padding: 1px; vertical-align:top; color: #333333; }
#inhalt .impressum a { color: #333333; text-decoration: none; font-weight: normal; }
#inhalt .impressum a:hover { color: #FF7318; text-decoration: none; }

thead .tr-even { color: #487AA8; background-color: #ffffff;}
thead .tr-even th { padding: 4px; vertical-align:top; border-bottom: 1px solid #cccccc; }
.tr-even { background-color: #f4f4f4; }
.tr-odd { background-color: #ffffff; }
.tr-even td { padding: 4px; vertical-align:top; }
.tr-odd td { padding: 4px; vertical-align:top; }
/* Tabellen formatieren */

/* Kontakt-Formular formatieren */
.csc-mailform-field input { padding: 0; margin: 0 0 4px 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:13px; font-weight: normal; width: 300px;}
.csc-mailform-field select{ padding: 0; margin: 0 0 4px 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:13px; font-weight: normal; width: 300px;}
.csc-mailform-field textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px; font-weight: normal; width: 300px; padding: 0; margin: 0 0 4px 0;}
*html .csc-mailform-field textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px; font-weight: normal; width: 302px; padding: 0; margin: 0 0 4px 0;}
*+html .csc-mailform-field textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px; font-weight: normal; width: 302px; padding: 0; margin: 0 0 4px 0;}
.csc-mailform-field label { font-size:12px; float: left; text-align: left; padding: 0px; margin: 0px; width: 180px; font-family: Arial, Helvetica, sans-serif; display: inline;}
.csc-mailform-label{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; padding: 0px; margin: 0px;}
.csc-mailform { border-style: solid; border-width: 0px; padding: 0px; margin: 0px;}
#mailformformtype_mail { background-color: #dddddd; border-width: 1px; border-color: #999999; border-style: solid; color: #000000; width: 304px; padding: 0px; margin: 15px 0 0 180px;}
*html #mailformformtype_mail { background-color: #dddddd; border-width: 1px; border-color: #999999; border-style: solid; color: #000000; width: 304px; padding: 0px; margin: 15px 0 0 183px;}
/*\*/
html*.csc-mailform-field textarea {
[width: 300px;
width: 302px;
]width: 302px;
}/*end*/
/* Kontakt-Formular formatieren */

a.laver_menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
}
a.laver_menue:hover {
	color: #FF7318;
}

.layer_menu_item
{
	margin:5px 15px 5px 13px;
	text-align:left;
}

.lupe{
margin-top:-20px;
}

.order input { 
    width: 20px;
	height: 17px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 0 3px;	
	margin-bottom:2px;
}
	
.order_adr input.formInput { 
	width: 250px;
	height: 15px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 0 3px;	
}
.order_adr textarea.formInput { 
	width: 250px;
	height: 80px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 0 3px;	
}

#inhalt .order a { color: #333333; text-decoration: none; border-bottom:1px dotted #333333; font-weight: normal; }
#inhalt .order a:hover { color: #FF7318;  border-bottom:1px dotted #FF7318; text-decoration: none; }


#inhalt input.formButton { 
	width: 80px;
}

#inhalt .kb_list a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#999999;
	text-decoration:none;
}
#inhalt .kb_list a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FF7318;
	text-decoration:none;
}

#inhalt table.list_pagebrowser { clear: both; width:auto;}
#inhalt table.list_pagebrowser td{width:20px;}


#inhalt .download {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7318;
	text-decoration: none;
	
	background-image: url(bilder/bt_download.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
}

#inhalt .action {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7318;
	text-decoration: none;
	
	background-image: url(bilder/bt_action.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
}

#inhalt .video {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7318;
	text-decoration: none;
	
	background-image: url(bilder/bt_video.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
}

#boxen .action {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7318;
	text-decoration: none;
	
	background-image: url(bilder/bt_action.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
}
