@charset "UTF-8";

html {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	padding: 0;	
	margin: 0;
}

a {
	color: #BE0019;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;		
}

body {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-top:0;
	margin-left: auto;
	margin-right:auto;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

img {
	border: none;	
}

#header {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:960px;
	height: 119px;
	background-image: url(images/cds_logo.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#header h1 {
	margin:0;
	padding:0;
	float:left;
	text-indent:-2000px;
	background-image: url(images/cds_logo.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 220px;
}
#header h1 a {
	display: block;
	height: 120px;
}

#header ul {
	list-style-type: none;
	height: 50px;
	min-width:210px;
	margin: 0;
	padding: 0 0 0 50px;
	float: right;
	display: block;
}

#header ul li {
	float: right;
	background-repeat: no-repeat;
	font-size: 0.7em;
	height: 50px;
	display: block;
}
#header ul li a {
	display:block;
	float:left;
	padding-top: 18px;
	height: 32px;
	padding-left: 95px;
	padding-right: 20px;
}
#header ul .leftAdd {
	background-image: url(images/header_list_bg.jpg);
	width: 40px;
	background-position:right;
}

#header ul .webshop {
	background-image: url(images/header_webshop.jpg);
}

#header ul .cff {
	background-image: url(images/header_cff.jpg);
}


#mainmenu {
	margin:0 auto;
	width:960px;
	padding: 0 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	height:49px;
}
#page {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 20px;
	padding-left: 20px;
}
#page.homeBgr {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

#teaser {
}

#submenu {
	float: left;
	padding-top: 40px;
}
#submenu h4 {
	padding-left: 25px;
	font-size: 1em;
	font-weight:normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BE001A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}
#submenu h4 a.active, #submenu h4 a:hover {
	color: #666;
	text-decoration:none;
}
#submenu ul {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 175px;
	margin: 0px;
	display: block;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
}
#sidebar #submenu ul {
	padding-left: 0px;
	padding-right: 25px;
}

#submenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/submenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 165px 11px;
}

#submenu ul li a {
	
}

#submenu ul li a.active {
	color:#666;
}

#submenu ul li a:hover {
	color:#666;
	text-decoration: none;
}

#submenu ul ul {
	margin: 10px 0 0 0;
	padding: 0;
	display:none;
}
#submenu ul li.active ul {
	display:block;
}
#submenu ul ul li {
	font-size: 0.86em;
	margin: 0;
	padding-left: 5px;
	border-bottom:none;
	background-image:none;	
}
#submenu ul ul li a {
	padding-left:0;
}
#submenu ul li.first {
}
#submenu ul li.last {
}

#submenu ul li.parent {
	/*border-bottom:none;*/
}
#content {
	float: left;
	margin-left: 20px;
	width: 520px;
	padding-top: 25px;
}
#content.full {
	width: 720px;
}
#content h1 {
	color:#BE0019;
	font-size: 1.5em;
}
#content h1 span.altColor {
	color:#666;	
}
#content h1 span.sub {
	color:#333;
	font-size: 0.6em;
}

#content h2 {
	color:#666;
	font-size: 1.15em; /*0.9*/
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}

#content h3 {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3.arrow, #sidebar h3.arrow {
	padding-left: 12px;
	background-image:url(images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
}
#content h4 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
}
#content p, #content ul , #content ol{
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content .boxleft, #content .boxright {
	width: 175px;
	float: left;
	border: 1px solid #CCC;
	color: #666;
	margin-bottom: 10px;
}

#content .boxleft h3, #content .boxright h3 {
	background-image: url(images/box_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 26px;
	color: #FFF;
	font-size: 1em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;	
}

#content .boxleft p, #content .boxright p {
	margin: 6px;
	font-size: 0.8em;
}

#content .boxleft img, #content .boxright img {
	border: 1px solid #CCC;
}

#content .boxleft .floatLeft, #content .boxright .floatLeft {
	float:left;
	margin: 0 5px 0 0;
		
}


#content .boxleft {
	margin-right: 20px;
}

#content .boxright {
	float: right;
	margin-left: 20px;
}

#sidebar {
	float: right;
	width: 192px;
}

#page.homeBgr #sidebar {
	margin-top: 100px;	
}
#sidebar .infoBox {
	margin: 10px 10px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size:0.8em;
}
#sidebar .infoBox h3 {
	
}
#sidebar .infoBox p {
	
}
#footer {
	clear:both;
	margin-left: 20px;
	margin-right: 20px;
	padding-top:30px;
	font-size: 0.9em;
}

/* Tabelle Produkte */
table.tabelleProdukte {
	font-size: 0.9em;
}
table.tabelleProdukte th, table.tabelleProdukte td {
	text-align:left;
	vertical-align:top;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #CCC;
}
table.tabelleProdukte th {
	font-size: 1.2em;
	font-weight:bold;
	padding-left:0;
}
table.tabelleProdukte td {
	
}
table.tabelleProdukte td.beschreibung {
	
}
table.tabelleProdukte td.ansehen {
	vertical-align:middle;
	text-align:right;
}
table.tabelleProdukte p {
	margin: 0;
}
table.tabelleProdukte span.bereich {
	color: #666;
	font-size: 0.85em;
}

/* Tabelle Data */
table.tabelleData {
	font-size: 0.9em;
	margin: 0 0 1em 0;
}
table.tabelleData th, table.tabelleData td {
	vertical-align:top;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #CCC;
}
table.tabelleData th {
	color: #FFF;
	font-size: 0.85em;
	padding-bottom: 0.75em;
	text-align:center;
	vertical-align:middle;
	background-color: #CE0C25;
	background-image: url(images/table_header_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table.tabelleData td {
	
}
table.tabelleData td.titel {
	font-size: 1.0em;
	font-weight:bold;
	background-color: #F6F6F6;
}
table.tabelleData p {
	margin: 0;
}
.cellBg td
{
	background-color: #FFF;
	background-image: url(images/table_cell_bgr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
table.tabelleMuster {
	margin:0;	
}
table.tabelleMuster td {
	padding:0;
	border:none;
}


table.tabelleHaendler {
	font-size: 0.9em;
	margin: 0 0 1em 0;
}
table.tabelleHaendler th, table.tabelleHaendler td {
	vertical-align:top;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #CCC;
}
table.tabelleHaendler th, table.tabelleHaendler td.ort {
	width: 15%;
	background-color: #F6F6F6;
}
table.tabelleHaendler td {
	
}
table.tabelleHaendler td.firma {
	width: 20%;
	font-weight: bold;
}
table.tabelleHaendler td.ansprechpartner {
	width: 20%;
}
table.tabelleHaendler td.strasse {
	width: 20%;
}
table.tabelleHaendler td.tel {
	width: 15%;
	text-align:right;
}
table.tabelleHaendler p {
	margin: 0;
}


table.tabelleUebersicht {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	border-spacing: 2px 2px;
}
table.tabelleUebersicht td {
	text-align:left;
	vertical-align:top;
	padding: 0.5em;
	background-color: #F6F6F6;
}
table.tabelleUebersicht div.bild {
	width: 70px;
	overflow:hidden;
	float:left;
	margin: 0 10px 10px 0;
}
table.tabelleUebersicht div.text {
	width: 65%;
	float:left;
	margin: 0 0 10px 0;
}
table.tabelleUebersicht span.titel {
	font-size: 1.2em;
	font-weight:bold;
	display:block;
}
table.tabelleUebersicht span.beschreibung {
	display:block;
}


table.tabelleStandard {
	font-size:0.9em;	
}
table.tabelleStandard th, table.tabelleStandard td {
	padding: 0.2em;
	text-align:left;
	vertical-align:top;
}
table.tabelleStandard th {
	
}
table.tabelleStandard td {
	
}


.info {
	background-color: #F6F6F6;
	padding: 0.5em;
}

div.team {
	width: 170px;
	float:right;
	margin-left: 20px;
	font-size:0.6em;
}
div.team h3 {
	text-align:center;
	font-size: 1.4em;
	color: #666;
	margin-right: 25px;
}
div.team div.person {
	float:left;
	width: 70px;
	margin: 0 10px 5px 0;
}
div.team div.person span {
	display:block;
	padding: 0.5em 0;
}
div.clear {
	clear:both;
	font-size: 0.1px;
}



ul {
	
}
li {
	margin-bottom: 0em;	
}
img.imageCenter {
	display: block;
	margin: 1em auto;	
}


.imageFloatLeft {
	float:left;
	margin: 0 10px 5px 0;
}

.imageFloatRight {
	float:right;
	margin: 0 0 5px 10px;
}

sup {
	font-size: 0.6em;
	line-height:100%;
	
}
#sidebar sup {
	font-size: 0.7em;
	line-height:100%;
	
}
#page #content .productOverviewCol {
	float: left;
	width: 260px;
	font-size: 0.86em;
}
#page #content .productOverviewCol .productOverview1 {
	background-image: url(images/produkte_uebersicht_bgr_1.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#page #content .productOverviewCol .productOverview2 {
	background-image: url(images/produkte_uebersicht_bgr_2.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#page #content .productOverviewCol .productOverviewCorel {
	background-image: url(images/produkte_uebersicht_bgr_corel.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#page #content .productOverviewCol .level {
	font-size: 0.86em;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
}
#page #content .productOverviewCol h1 {
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#page #content .productOverviewCol h3 {
	margin: 0.25em 0 0.5em 0;
	font-weight:bold;
	font-size: 0.92em;
}
#page #content .productOverviewCol p.moreInformation {
	margin: 1em 0 0.5em 0;
}
#page #content .productOverviewCol ul.arrow {
	padding: 0px;
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	list-style-type: none;		
}

#page #content .productOverviewCol ul.arrow li {
	padding-left: 12px;
	background-image:url(images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	margin: 0 0 0.25em 0;
}
#page #content .productOverviewCol ul.arrow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page #content .productOverviewCol ul.arrow li ul li {
	padding-left: 8px;
	background-image:url(images/icon_small_point.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	margin: 0 0 0.25em 0;
	font-weight:bold;
}
#page #content .productOverviewCol ul.arrow li h3 {
	margin: 0 0 0.25em 0;	
}
#page #content .productOverviewCol ul.arrow li a {
	font-weight: bold;	
}
#page #content .productOverviewCol ul.arrow li p {
	display:block;
	padding: 0;
	margin: 0 0 0.25em 0;
}

