/* ALLGEMEIN */
* {
	margin:0;
	padding:0
}
body {
	background: #EEEEEE url('../img/hintergrund-001.gif') repeat-x;
	font-family:arial, tahoma, sans-serif;
	font-size:12px;
	margin:20px 0;
	padding:0;
	color:#000069;
	line-height:18px;
}
	
/* HEADINGS */
h1 {
	color:#000069;
	font-weight:bold;
	font-size:18px;
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:8px;
}
h2 {
	color:#000069;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#000069;
	font-weight:bold;
	font-size:12px;
}

/* DIE LINKS ALLGEMEIN */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer;
}
a:link {
	color:#000069;
}
a:visited {
	color:#000069;
}
a:hover, a:active {
	color:#000069;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a img {
	border:none;

}
/* EINGEFÜGTE ELEMENTE(CSS 1 compatible) */
input {
	font-family:arial, tahoma, sans-serif;
	font-size:12px;
}
textarea {
	font-family:arial, tahoma, sans-serif;
	font-size:12px;
	border:1px solid #666666;
	padding:10px;
	background:url(img/input_bg.gif) no-repeat;
}
select {
	font-family:arial, tahoma, sans-serif;
	font-size:12px;
	border:1px solid #666666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #666666;
	padding:2px;
	background:url(img/input_bg.gif) no-repeat;
}
p {
	margin:8px 0px;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WRAPPER DER GESAMTSEITE*/
#wrap {
	margin: 0 auto;
	width:980px;
	background-color:#FFFFFF;
	border: #FFFFFF solid;
	border-width:0px 10px 10px 10px;
	margin-bottom:10px;
}

/* HEADER */
#header {
	background:#FFFFFF; 
	height:390px;
	border-top: 10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
}
#header #logo {
	float:left
}
#logo {
	height: 390px;
	width: 979px;
}	
#header td {
	padding-top:1px;
	padding-right:4px;
}

/* TOP-NAVIGATION */
#topmenuwrap {
	background:#000069 url('../img/hintergrund-topmenu.gif') repeat-x;
	height:36px;
	width:980px;
}
#topmenu {
	background: url('../img/hintergrund-topmenu.gif') repeat-x;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	width:980px;
	font-size:13px;
}
#topmenu li {
	background: url('../img/topmenu_breakline.gif') no-repeat;
	height:36px;
	float:left;
	padding: 0px 25px;
	margin:0;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	background: url('../img/hintergrund-topmenu.gif') repeat-x;
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#EAEAEA;
}
#topmenuone{
	height:10px;
}

/* WRAPPER FÜR INHALT*/
#contentwrap {
	clear:both;
	width:980px;
	padding:0;
}

/* LINKER CONTENT */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 15px 0px;
}

/* RECHTER CONTENT */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}

/* MITTLERER CONTENT */
#content {
	float:left;
	width:525px;
	padding:0px 25px;
	margin-bottom:15px;
}
#contentfull {
	width:920px;
	padding:0px 30px;
	margin-bottom:15px;
}

/* MENÜ KATEGORIEN */
h2.categoryheader {
	background: #000069 url('../img/kategorien-001.gif');
	height:28px;
	font-size:12px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	color:#FFFFFF;
}
/* 1. KATEGORIE */
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* 2. KATEGORIE */
ul#categorymenu2 {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu2 li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu2 li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu2 li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* 3. KATEGORIE */
ul#categorymenu3 {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu3 li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu3 li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu3 li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* 4. KATEGORIE */
ul#categorymenu4 {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu4 li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu4 li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu4 li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* 5. KATEGORIE */
ul#categorymenu5 {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu5 li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu5 li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu5 li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* 6. KATEGORIE */
ul#categorymenu6 {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
}
/*  NAVIGATIONSEBENE 1*/
ul#categorymenu6 li.level1 {
	list-style-type:none;
	border: solid #FFFFFF;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu6 li.level1 a {
	text-decoration:none;
	color:#000069;
	background:#EEEEEE;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block
}
ul#categorymenu6 li.level1 a:hover {
	text-decoration:none;
	color:#000069;
	background-color:#E1E1E1;
	font-weight:bold;
}

/* BOXEN ALLGEMEIN */
h2.boxheader {
	background: #000069 url('../img/kategorien-001.gif');
	height:28px;
	font-size:12px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#fff;
}
.boxbodyright {
	clear:both;
	background-color:#EDEDED;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
	text-align:center;
}
.boxbodyright h3, .boxbody h3 a {
	font-size:11px
}
.boxbodyright h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbodyright p {
	color:#000069;
	font-size:11px;
	margin:6px 0px;
}
.boxbodyright p.center {
	color:#000069;
	font-size:11px;
	text-align:center;
	margin:6px 0px;
}
.boxbodyright td {
	color:#000069;
	font-size:11px;
	margin:6px 0px;
	text-align:center;
}
.boxbodyright a {
	font-size:11px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}
.boxbodyright ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbodyright ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
.boxbodyleft {
	background-color:#EDEDED;
	border: solid #CCCCCC;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
}
.boxbodyleft h3, .boxbody h3 a {
	font-size:11px
}
.boxbodyleft h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbodyleft p {
	color:#000069;
	font-size:11px;
	margin:6px 0px;
}
.boxbodyleft p.center {
	color:#000069;
	font-size:11px;
	text-align:center;
	margin:6px 0px;
}
.boxbodyleft td {
	color:#000069;
	font-size:11px;
	margin:6px 0px;
}
.boxbodyleft a {
	font-size:11px;
}
.boxbodyleft ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbodyleft ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none;
	font-weight:bold;
}
.contentlist a {
	border-bottom:1px solid #ccc;
	display:block;
	padding:5px 0;
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#F8F8F8;
	border: solid #D9D9D9 1px;
	overflow:auto;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px;
}
div.highlightbox h1 {
	color: #000069;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px;
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #eee;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#F8F8F8;
	border: #ccc 1px solid;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#F8F8F8;
	border: #ccc 1px solid;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.sitemapcontent {
	padding:6px;
}
.sitemapcontent li {
	list-style-type:none;
}
/* FOOTER */
.footer {
	clear: both;
	text-align:center;
	font-size:11px;
	color:#466DA2;
	background-color:#E2E2E2;
	padding: 8px;
	margin-bottom:5px;
	border-bottom:2px solid #cccccc;
}
.footer a {
	color:#466DA2;
	text-decoration:underline;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border: #999999 solid;
	border-width:1px 0px 0px 0px;
	display:block;
	height:auto;
	width:512px;
	float:left;
	margin-bottom:10px;
}
.morepics img {
	border: #999999 1px solid;
	padding:4px;
	margin-right:8px;
	background:#fff;
	height:100px;
	width:auto;
	float:left;
}
/* Luxor Webdesign 2010-04-24*/
@media print {
.hide {
display: none !important;
visibility: hidden !important;
}
}

/* FAQ */
p.faq {
	color:#0000FF;
}	
h3.faq {
	color:#0000FF;
	font-weight:bold;
	font-size:12px;
}
ul.faq {
	color:#0000FF;
}

/* STARTSEITE */
#contsite {
	float:left;
	width:525px;
	padding:0px 25px;
	margin-bottom:15px;
}
.conttext {
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:center;
}
.conttext2 {
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:left;
}
.continfo1 {
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:center;
	margin:20px 0px 15px 0px;
}
.continfo2 {
	padding:0px;
	width: 525px;
	padding-bottom:10px;
	float: left;
}
.continfo3 {
	width: auto;
	padding:0;
	padding-bottom:10px;
	text-align:center;
	margin:20px 0px 15px 0px;
	line-height:30px;
}
td.info {
	width: 260px;
	text-align:justify;
}
p.info {
	float:left;
	margin: 0px 10px 0px 10px;
	text-align: justify;
}
a.info {
	font-weight: bold;
}
.counter {
	text-align: center;
	margin-top: 30px;
}	
td.info2 {
	width: 260px;
	text-align:justify;
}
p.info2 {
	float:right;
	margin: 0px 10px 0px 10px;
	text-align: justify;
}
p.underline {
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:20px;
	text-align:center;
}
.site {
	text-align:center;
	font-weight:bold;
}			
td.site .a {
	font-weight:bold;
	text-align:center;
}
ul.site {
	font-weight:bold;
	text-align:left;
}
h1.site {
	text-align:center;
}
h2.site {
	text-align:center;
}
h3.site {
	text-align:center;
}	 
p.site  {
	text-align:center;
	font-weight:bold;
}
h1.underline {
	color:#000069;
	font-weight:bold;
	font-size:18px;
	text-align:center; 
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:8px;
}
#wrapbx1 {
	background: url('../img/wrapbox14.jpg') no-repeat center 0px;
	width:520px;
	height:390px;
}
p.txbx1 {
	font-family: tahoma,arial, sans-serif;
	font-size: 20px;
	line-height:25px; 
	margin-left:220px;
	padding-top:20px; 
	text-align:center;
	color: #FFFFFF;
	width: 280px;
	height:300px;
}
/* CONTENT-PRODUKTE + SONSTIGE */
#contentproduct {
	float:left;
	width:725px;
	padding:0px 25px;
	margin-bottom:15px;
}
.conttextproduct {
	clear:both;
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
}
.conttextproduct a {
	font-weight:bold;
	text-decoration:underline;
}

#contentproductges {
	float:left;
	width:725px;
	padding:0px 25px;
	margin-bottom:15px;
}
.conttextproductges {
	clear:both;
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
}
.continfoA {
	padding:0px;
	width: 720px;
	padding-bottom:10px;
	float: left;
}
td.infoL {
	width: 350px;
	text-align:justify;
}
p.infoL {
	float:left;
	margin: 0px 10px 0px 10px;
	text-align: justify;
}
td.infoR {
	width: 350px;
	text-align:justify;
}
p.infoR {
	float:right;
	margin: 0px 10px 0px 10px;
	text-align: justify;
}
td.textg  .a {
	text-align:left;
	font-size: 12px;
	font-weight:bold;
}
td.textM  .a {
	text-align:center;
	font-size: 12px;
	font-weight:bold;
}
td.imgs  {
	text-align:center;
	padding-left: 0px;
	font-family: tahoma, arial; 
	font-size: 8pt;
	font-weight:bold;
}
p.mas {
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}
p.hb {
	text-align:left;
	padding-left:200px;
	font-weight:bold;
	font-size:14px;
}
p.hb1 {
	text-align:left;
	padding-left:200px;
	font-weight:bold;
	font-size:10px;
}
p.hb2 {
	text-align:right;
}
p.hb3 {
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
p.hb4 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
p.hb5 {
	text-align:left;
	font-weight:bold;
	font-size:18px;
}
h2.hb {
	text-align:left;
	padding-left:200px;
	font-weight:bold;
	font-size:16px;
}
h2.faq {
	text-align:left;
	padding-left:70px;
	font-weight:bold;
	font-size:16px;
}
h3.faq2 {
	text-align:center;
}	
p.faq {
	text-align:left;
	padding-left:70px;
	font-weight:bold;
	font-size:14px;
}
p.faq2 {
	text-align:center;
}
p.faq3  {
	text-align:left
	padding-left: 0px;
	font-size: 8pt;
}
td.faq2 {
	text-align:left;
	font-weight:bold;
}
ol.faq2 {
	text-align:left;
	font-weight:bold;
	margin-left:30px;
}	  	
	
td.opt1 {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	font-family:arial, tahoma; 
	border: 1px solid #CCCCCC;
	height:80px;
}
td.opt {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	font-family:arial, tahoma; 
	border: 1px solid #CCCCCC;
	height:190px;
}
td.opttext {
	text-align:left;
	font-size: 12px;
	padding-left: 20px;
	font-family:arial, tahoma; 
	border: 1px solid #CCCCCC;
	height:190px;
}	 
.contplproduct1 {
	float:right;
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:center;
	margin:20px 0px 15px 0px;
}
.contlinks {
	float:right;
	padding:0px;
	width: auto;
	padding-bottom:10px;
	text-align:center;
	margin:20px 0px 15px 0px;
}
ul.cont {
	list-style-type:circle;
	font-weight: bold;
	font-size:12px;
	margin-left: 20px;
}
p.hinw {
	font-weight:bold;
	font-size:10px;
}	
td.img	.a {
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	text-valign: top;
}
 
	

/* BOXEN RECHTS */
td.boxr  .a {
	font-weight:bold;
	text-align:center;
}
p.boxr {
	font-weight:bold;
	text-align:center;
}

/* BOXEN LINKS */
td.boxl  .a {
	font-weight:bold;
	text-align:center;
}
p.boxl {
	font-weight:bold;
	text-align:center;
}
/* SENDEN */
.button01 {
	padding:0;
	margin:0;
	border:none;
	font-size:1px;
	background: url(../buttons/senden.gif) no-repeat center;
	color: #FFFFFF;
	height:24px;
	width:125px;
}