/*######################GENERAL######################*/
html,body {
	height:100%;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	color:#000000;
	padding:0;
	border:0;
	margin:0;
	background:#FFFFFF;
}

h1,h2,h3,h4,h5,h6,p,ol,img,form,input,textarea,select,table,td {
	padding:0;
	border:0;
	margin:0;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
	color:#000000;
}



/*######################LAYOUT######################*/
#page {
    position:relative;
	width:750px;
	margin:0;
	padding:10px 0 0 20px;
	text-align:left;
}

body#index #page {
	padding:50px 0 0 20px;
}

#logo {
	position:relative;
	width:750px;
	height:110px;
	padding:0;
	border:0;
	margin:0;
	background:url(../img/header-image.jpg) top left no-repeat;
}

#logo img {
	width:160px;
	height:36px;
}

body#index #logo, body#index #logo img {
	width:224px;
	height:70px;
	background:none;
}

#main-nav {
	position:relative;
	width:750px;
	height:24px;
	padding:0;
	margin:0;
	border-bottom:1px solid #000000;
}

body#index #main-nav {
	border-bottom:0;
}

#content-wrap {
	position:relative;
	width:750px;
	padding:0;
	margin:0;
}

#primary-content-wrap {
	position:relative;
	width:630px;
	padding:0;
	border:0;
	border-right:1px solid #000000;
	margin:0;
	float:left;
}

body#index #primary-content-wrap {
	width:750px;
	border:0;
	float:none;
	margin-bottom:15px;
}

#path-nav {
	position:relative;
	height:20px;
	padding:5px 10px 5px 10px;
	margin:0;
	text-align:left;
	font-size:10px;
}

#title {
	position:relative;
	height:20px;
	padding:0px 10px 10px 10px;
	margin:0;
	text-align:left;
}

#primary-content {
	position:relative;
	padding:10px;
	text-align:left;
}

body#index #primary-content {
	position:relative;
	padding:0;
	margin:0;
}

#secondary-content {
	position:relative;
	padding:0;
	border:0;
	margin-left:631px;
}

#search {
	position:relative;
	padding:0;
	border:0;
	margin:0;
}

body#index #search {
	position:absolute;
	width:148px;
	height:70px;
	top:15px;
	left:622px;
	padding:0;
	background:url(../img/search-bg.gif) top left no-repeat;
}

#misc-nav {
	position:relative;
	padding:0;
	border:0;
	margin:20px 0 0 0;
}

body#index #misc-nav {
	position:absolute;
	padding:0;
	border:0;
	margin:0;
	top:15px;
	right:160px;
}

#footer {
	position:relative;
	width:740px;
	padding:3px 5px 5px 5px;
	border:0;
	border-top:1px solid #000000;
	margin:0;
}

body#index #footer {
	border-top:0;
	margin:0;
}


/*######################VISUALS######################*/
/*###startseite###*/
.start-box {
	width:240px;
	padding:0;
	margin:0;
}

.start-box-head {
	height:30px;
	background:url(../img/start-box-oben-bg.gif) top left no-repeat;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.start-box-con {
	width:238px;
	height:150px;
	vertical-align:top;
	text-align:center;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.start-box-footer {
	height:12px;
	background:url(../img/start-box-foot-bg.gif) top left no-repeat;
}

body#index table, body#index td, body#index table, body#index tr {
	padding:0;
	margin:0;
}

#logo p {
	padding:15px 0 0 0;
	margin:0 0 0 15px;
}

body#index #logo p {
	padding:0;
	margin:0;
}

/*###path-nav###*/
#primary-content-wrap #path-nav p {
	font-size:10px;
}

/*###misc-nav###*/
#misc-nav ul {
	padding:0;
	margin:0 0 0 5px;
	list-style-type:none;
	font-size:10px;
	font-weight:bold;
}

#misc-nav ul li {
	padding:2px 0 2px 0;
}

body#index #misc-nav ul li {
	padding:2px 0 2px 10px;
	float:left;
}

#misc-nav ul li.no a {
	color:#000000;
	text-decoration:none;
}

#misc-nav ul li.no a:hover {
	color:#0033CC;
	text-decoration:underline;
}

#misc-nav ul li.act a, #misc-nav ul li.act a:hover {
	color:#0033CC;
	text-decoration:underline;
}

/*###CONTENT###*/
#title h1 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#333333;
	text-transform:uppercase;
	padding:0;
	margin:15px 0 0 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	color:#333333;
	padding:10px 0 5px 0;
}

h2.manuals {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding:5px;
	margin-bottom:15px;
	background:#E3E3E3;
	border-bottom:1px solid #000000;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:15px;
}

h3.manuals {
	margin:5px;
}

h3.impressum {
	color:#000000;
	margin:15px 0 -5px 0;
}

h4, h5, h6 {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
}

table.contenttable ul {
	margin:5px 0 5px 25px;
}

table.contenttable ul li a {
	font-weight:bold;
}

table.contenttable td {
	vertical-align:top;
}

#primary-content-wrap p {
	font-size:12px;
	line-height:20px;
/*	text-align:justify;*/
  	margin:10px 0 10px 0;
}

body#index #primary-content-wrap table p {
	padding:0 10px 0 10px;
	margin:0;
	line-height:20px;
}

#primary-content-wrap a {
	text-decoration:underline;
	color:#000000;
}

#primary-content-wrap a:hover {
	text-decoration:none;
	color:#0033CC;
}

a img, a:hover img {
	background:none;
	border:0;
	text-decoration:none;
}

#path-nav a {
	text-decoration:underline;
	color:#0033CC;
}

#path-nav a:hover {
	text-decoration:underline;
	color:#000000;
}

/*###FOOTER###*/
#footer {
	font-size:10px;
	color:#333333;
}

#footer div.footer-rights {
	width:49%;
	margin:0;
	font-weight:bold;
	float:left;
}

#footer div.footer-copy {
	margin:0;
	margin-left:50%;
	font-weight:bold;
	text-align:right;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#0033CC;
	text-decoration:underline;
}

#footer a.clean {
	border:0;
}

.clearing {
	clear:both;
	font-size:0px;
	line-height:0px;
}

hr {
	height:0;
	padding:0;
	border:0;
	border-top:1px solid #000000;
	margin:15px 0 15px 0;
}

.imgtext-table td img {
	padding:0 10px 0 10px;
}

.csc-mailform td {
	padding:2px 0 2px 0;
}

.csc-mailform .csc-form-labelcell {
	padding:0 10px 0 0;
}

.csc-mailform input, .csc-mailform select, .csc-mailform textarea {
	padding:1px;
	border:1px solid #A5ACB2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#haendler-suche form {
	margin:15px 0 15px 0; 
}

#haendler-suche form input {
	width:148px;
	padding:2px;
	border:1px solid #A5ACB2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#haendler-suche form input.submit {
	width:154px;
}

#haendler-suche form label {
	float:left;
	width:100px;
	font-weight:bold;
}

h3.haendler-naehe {
	padding:0;
	margin:15px 0 5px 0;
	font-weight:bold;
	font-size:13px;
}

h3.haendler-naehe em {
	color:#0033CC;
	font-style:normal;
}

.haendler {
	width:250px;
	padding:10px;
	border:1px solid #A5ACB2;
	background:#E0DFE3;
}

#primary-content-wrap div.haendler a {
	color:#0033CC;
	text-decoration:underline;
}

#primary-content-wrap div.haendler a:hover {
	color:#000000;
	text-decoration:underline;
}



/*######################EXT:HDPRODUCTS######################*/
.tx-hdproducts-pi1 .image {
  	margin:0px 5px 5px 5px;
  	text-align:center;
	float:right;
}

.tx-hdproducts-pi1-tech .image {
  	margin:10px 5px 5px 5px;
}

.tx-hdproducts-pi1 .small {
  	font-size:9px;
  	color:#666666;
}

.tx-hdproducts-pi1-single div.text {
	padding:0;
	margin:0;
}

#primary-content-wrap .tx-hdproducts-pi1-single p.bodytext {
	padding:0;
	margin:0 0 15px 0;
}

.tx-hdproducts-pi1-single ul {
	margin:0 0 15px 20px;
	font-weight:normal;
}

.tx-hdproducts-pi1-single ul li {
	margin:5px 0 5px 0;
	line-height:17px;
}

.tx-hdproducts-pi1-single ul.link {
  	margin:0 0 10px 40px;
  	font-weight:bold;
  	list-style-type:square;
}

.tx-hdproducts-pi1-single ul.link li {
	margin:0;
	line-height:15px;
}

.tx-hdproducts-pi1 hr {
	clear:both;
}

.tx-hdproducts-pi1 th {
	padding:5px;
	background:#EFEFEF;
}

.tx-hdproducts-pi1 td {
	padding:5px;
}



/*######################EXT:DIRLISTING######################*/
.tx-dirlisting-pi1 {
	padding:0;
	margin:0;
}

.tx-dirlisting-pi1-error { 
	color:#B51213;
}

.tx-dirlisting-pi1-title {
	margin:20px 0 15px 0;
	font-size:13px;
}

.tx-dirlisting-pi1-title em {
	font-weight:normal;
	font-style:normal;
}

.tx-dirlisting-pi1 table {
	margin:0;
	border:0px dotted #000000;
}

.tx-dirlisting-pi1-header-row {
	display:none;
	visibility:hidden;
}

.tx-dirlisting-pi1-row {
/*	background-color:silver;*/
}

.tx-dirlisting-pi1-header-filesize, .tx-dirlisting-pi1-filesize {
}

.tx-dirlisting-pi1-header-icon, .tx-dirlisting-pi1-header-filename,
.tx-dirlisting-pi1-header-perms, .tx-dirlisting-pi1-header-owner,
.tx-dirlisting-pi1-header-group, .tx-dirlisting-pi1-header-filesize,
.tx-dirlisting-pi1-header-filemod {
/*	border-bottom:1px dotted #000000;
	color:#FFD000;
	font-style:italic;
	font-weight:bold;*/
}
    
.tx-dirlisting-pi1-filemod {
	font-style:italic;
}



/*######################EXT:INDEXED_SEARCH######################*/
.tx-indexedsearch-searchbox form input, .tx-indexedsearch-searchbox form select {
	padding:1px;
	border:1px solid #A5ACB2;
}

.tx-indexedsearch-searchbox td {
	padding:3px 0 3px 0;
}

.tx-indexedsearch-searchbox td p {
	font-weight:bold;
}

.tx-indexedsearch-searchbox form + p {
	margin:10px 0 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width:100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width:150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin:10px 0 5px 0;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
	text-align:center;
	font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background:#EEEEEE;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p {
	font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent {
	font-weight:normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p {
	font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redMarkup {
	color:#B51213;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#EEEEFF;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin:20px 0 5px 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
	margin:0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead table {
	background:#CCCCCC;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
	vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	margin:10px 0 20px 30px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
	padding:1px 0 1px 0;
}



/*######################EXT:INDEXED_SEARCH-BOX######################*/
body#index #search .tx-macinasearchbox-pi1 {
	margin-left:20px;
}

.tx-macinasearchbox-pi1 h2 {
	font-size:9px;
	font-weight:bold;
	padding:5px;
}

.tx-macinasearchbox-pi1 .tx-indexedsearch-sword {
	width:75px;
	padding:0;
	border:1px solid #A5ACB2;
	margin:0 0 0 5px;
}

.tx-macinasearchbox-pi1 p.advanced {
	font-size:10px;
	margin:0 0 0 5px;
}

.tx-macinasearchbox-pi1 .advanced a {
	color:#000000;
	text-decoration:underline;
}

.tx-macinasearchbox-pi1 .advanced a:hover {
	color:#0033CC;
	text-decoration:none;
}



/*######################EXT:CRON_CSSSTYLEDIMGTEXT######################*/
/* Captions */
#primary-content .csc-caption {
	margin:0;
  	font-size:9px;
	line-height:12px;
  	color:#666666;
}

div.csi-caption-c .csi-caption {
	text-align:center;
}

div.csi-caption-r .csi-caption {
	text-align:right;
}

div.csi-caption-l .csi-caption {
	text-align:left;
}

/* Needed for noRows setting */
div.csi-textpic div.csi-imagecolumn {
	display:inline;
	float:left;
}

div.csi-imagewrap {
	padding:0;
}

div.csi-textpic img {
	border:0px solid #000000;
}

div.csi-textpic a img, div.csi-textpic a:hover img {
	border:0px solid #000000;
}

/* div: This will place the images side by side */
div.csi-textpic div.csi-imagewrap div.csi-image {
	float:left;
}

/* ul: This will place the images side by side */
div.csi-textpic div.csi-imagewrap ul {
	padding:0;
	margin:0;
	list-style:none;
}

div.csi-textpic div.csi-imagewrap ul li {
	padding:0;
	margin:0;	
	float:left;
}

/* dl: This will place the images side by side */
div.csi-textpic div.csi-imagewrap dl.csi-image {
	float:left;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dt {
	float:none;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dd {
	float:none;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dd img {
	border:none;
}

dl.csi-image {
	margin:0;
}

dl.csi-image dt {
	margin:0;
	display:inline;
}

dl.csi-image dd {
	margin:0;
}

/* Clearer */
div.csi-clear {
	clear:both;
}

/* Margins around images: */

/* Pictures on left, add padding on right */
div.csi-left div.csi-imagewrap .csi-image,
div.csi-intext-left-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-left div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

/* Pictures on right, add padding on left */
div.csi-right div.csi-imagewrap .csi-image,
div.csi-intext-right-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-right div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

/* Pictures centered, add padding left and right */
div.csi-center div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

div.csi-textpic div.csi-imagewrap .csi-image .csi-caption {
	margin:0;
}

div.csi-textpic div.csi-imagewrap .csi-image img {
	margin:0;
}

/* Space below each image (also in-between rows) */
div.csi-textpic div.csi-imagewrap .csi-image {
	margin:0;
}

div.csi-equalheight div.csi-imagerow {
	display:block;
	margin-bottom:5px;
}

/* Positioning of images: */

/* Above */
div.csi-above div.csi-text {
	clear:both;
}

/* Center (above or below) */
div.csi-center {
	text-align:center; /* IE-hack */
}

div.csi-center div.csi-imagewrap {
	margin:0 auto;
}

div.csi-center div.csi-imagewrap .csi-image {
	text-align:left; /* Remove IE-hack */
}

div.csi-center div.csi-text {
	text-align:left; /* Remove IE-hack */
}

/* Right (above or below) */
div.csi-right div.csi-imagewrap {
	float:right;
}

div.csi-right div.csi-text {
	clear:right;
}

/* Left (above or below) */
div.csi-left div.csi-imagewrap {
	float:left;
}

div.csi-left div.csi-text {
	clear:left;
}

/* Left (in text) */
div.csi-intext-left div.csi-imagewrap {
	margin:5px 10px 5px 0;
	float:left;
}

/* Right (in text) */
div.csi-intext-right div.csi-imagewrap {
	margin:5px 0 5px 10px;
	float:right;
}

/* Right (in text, no wrap around) */
div.csi-intext-right-nowrap div.csi-imagewrap {
	float:right;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csi-intext-right-nowrap .csi-text { 
	height:1%;
}
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
div.csi-intext-left-nowrap div.csi-imagewrap {
	float:left;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csi-intext-left-nowrap .csi-text {
	height:1%;
}
/* End hide from IE5/mac */
