* {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
	background-image: url("pix/back.gif");
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
}

input,select,textarea,checkbox,radio {
	border: 1px solid #A2A2A2;
	background-color: #000;
	color: #757575;
}

a {
	color: #fff;
}

p {
	margin-bottom: 1em;
}

h1, h2 {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 15px;
	padding-left: 12px;
	background-image: url('pix/bullet_headline.gif');
	background-repeat: no-repeat;	
}



#outerwrapper {
	width: 860px;
	min-height: 500px;
	background-image: url("pix/back_middle.jpg");
	background-repeat: repeat-y;
	margin-bottom: 0px;
	text-align: left;
	margin: 13px auto;
}

* html #outerwrapper {
	height: 500px;
}

#header {
	width: 860px;
	height: 79px;
	background-image: url("pix/back_top.gif");	
	overflow: hidden;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	margin-left: 16px;
	margin-top: 16px;
}

#constantnav {
	float: right;
	line-height: 14px;
	height: 14px;
	padding-right: 20px;
	padding-top: 20px;
	vertical-align: text-top;
}

#unionjack {
	margin-left: 5px;
	vertical-align: text-top;
}

#topnav {
	width: 860px;
	height: 25px;
	background-image: url("pix/back_topnav.gif");
	background-repeat: repeat-x;
	overflow: hidden;	
}

#topnav ul {
	list-style: none;
	margin-left: 5px;
	width: 100%;
}

#topnav li {
	display: block;
	float: left;
	height: 25px;
	line-height: 26px;
	padding-left: 35px;
	padding-right: 33px;
}

#topnav li.active {
	background-image: url('pix/arrow_topnav.gif');
	background-repeat: no-repeat;
	background-position: 25px 8px;
}

#topnav li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#topnav li a:hover {
	color: #DDD;
}


#contentwrapper {
	min-height: 600px;
	background-image: url('pix/back_content.gif');
	background-position: 480px bottom;
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
	padding-left: 6px;
	padding-bottom: 30px;
}

#contentwrapper a {
	font-weight: bold;
	text-decoration: underline;
}

#contentwrapper a:hover {
	color: #DDD;
}

* html #contentwrapper {
	/*height: 900px;*/
}

/* Startseite */

#spalte1, #spalte2, #spalte3 {
	float: left;
	margin-right: 1px;
}

#spalte1 {
	width: 282px;
}

#spalte2 {
	width: 280px;
}

#spalte3 {
	width: 282px;
}

.csc-frame-invisible {
	padding: 7px;
	line-height: 140%;
}

/* Linke Navigation */
#leftnav {
	float: left;
	width: 142px;
	padding-top: 20px;
}

#leftnav a { 
	text-decoration: none;
}

#leftnav ul {
	border-top: 1px solid #757575;
	display: block;
}

#leftnav ul li {
	display: block;
	background-image: url('pix/back_navi_left.gif');
	border-bottom: 1px solid #757575;
	line-height: 31px;	
	padding-left: 15px;
}

#leftnav ul li.active {
	background-image: url('pix/back_navi_left_active.gif');
}

#leftnav ul li ul {
	border-top: none;
}


#leftnav ul li ul li {
	border-top: 1px solid #757575;
	margin-left: -15px;
	border-bottom: none;
	background-image: url('pix/back_navi_left_l2.gif');
	padding-left: 25px;
}

#leftnav ul li ul li.active {
	background-image: url('pix/back_navi_left_active_l2.gif');
}

#sitesearch {
	margin-top: 30px;
}

#sitesearch form {
	display: block;
	border-bottom: 1px solid #757575;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}

* html #sitesearch form {
    margin-top: -3px;
}

*+html #sitesearch form {
    margin-top: -3px;
}



#search {
	color: #757575;
	background-color: #000;
	float: left;
	width: 80px;
	height: 14px;
	border: 1px solid #A2A2A2;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 2px;
}

#searchsubmit {
	float: right;
	height: 18px;
	width: 32px;
	background-image: url('pix/searchbutton.gif');
	color: #757575;
	line-height: 16px;
	background-color: #000;
}

/* Inhalt Textseiten */

#banner {
	padding-left: 6px;
}

#content {
	padding-right: 20px;
	margin-left: 160px;
	padding-top: 20px;
	line-height: 140%;
}


#content li {
	margin-left: 2em;
}

.container {
	margin-bottom: 1.5em;
	width: 100%;
	overflow: hidden;
}

* html .container {
	width: 99.5%;
}

.leftcol {
	width: 48%;
	float: left;
}

.rightcol {
	width: 48%;
	float: right;
}

#footer {
	width: 860px;
	height: 25px;
	background-image: url("pix/back_footer.gif");	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000;
	margin: 0 auto;
	margin-top: -13px;
}

* html #footer {
    margin: 0;
    margin-left: -6px;
    margin-top: -13px;
}


#print {
	margin: 10px auto;
	width: 140px;
	height: 50px;
	text-align: center;
}

#print a {
	display: block;
	padding-left: 15px;
	background-image: url("pix/print.gif");	
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}

#print a:hover {
	text-decoration: underline;
}



/* Downloads */
.contenttable {
	width:100%;
	background-color: #222;
}


#content td {
	table-spacing: 2px;
	padding: 3px;
}

#content th {
	table-spacing: 2px;
	font-weight: bold;
	background-color: #111;
	padding: 3px;
}

#content td.csc-uploads-icon, #content td.csc-uploads-icon, #content td.csc-uploads-fileName, #content td.csc-uploads-fileSize {
	background:#666;
}

/* Formulare */

.mailform {
        font-size: 0.7em;
}

.mailform div.formcontainer {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
    margin-bottom: 10px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;

}

.mailform div.radiolayout {
       font-weight: normal;

}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}

.mailform div.radiolayout {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
        font-size: 1em;
} 

/* Login Generator */
.tx-sstemporaryuser-pi1 label.element {
	display: block;
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

.tx-sstemporaryuser-pi1 ol li {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
	list-style: none;
}

.tx-sstemporaryuser-pi1 ol {
	margin-left: 0;
}

.tx-sstemporaryuser-pi1 form {
	padding: 0;
}

.tx-sstemporaryuser-pi1 fieldset {
	margin-bottom: 1em;
	border: none;
	padding-top: 15px;
}

.tx-sstemporaryuser-pi1 legend {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: none;
	margin-left: 1em;
}

.tx-sstemporaryuser-pi1 input, .tx-sstemporaryuser-pi1 textarea {
	border: 1px solid #A2A2A2;
	background-color: #000;
	color: #757575;
}

.tx-sstemporaryuser-pi1 .error {
	color: orange;
}

.tx-sstemporaryuser-pi1 div.element {
	margin-left: 160px;
}


/* typo fixes */

.csc-textpic-text {
	margin-bottom: 1em;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:none;
float:left;
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
clear:none;
float:left;
}

/* Plugin Händlersuche */

.tx-ssdealerlocator-pi1 form {
	display: block;
	margin-bottom: 2em;
	width: 250px;
	overflow: hidden;
	padding: 0;
}

.tx-ssdealerlocator-pi1 form p {
	display: block;
	width: 250px;
}


.tx-ssdealerlocator-pi1 form #postalcode {
	float: left;
	color: #757575;
	background-color: #000;
	width: 120px;
	height: 14px;
	border: 1px solid #A2A2A2;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 2px;
	margin-right: 10px;
	display: block;
}

/* IE Fixes */

*+html .tx-ssdealerlocator-pi1 form #postalcode {
	margin-right: 10px;
}

.tx-ssdealerlocator-pi1 #submit {
	height: 18px;
	width: 52px;
	text-align: center;
	color: #757575;
	border: 1px solid #A2A2A2;
	line-height: 16px;
	background-color: #000;
}

*+html .tx-ssdealerlocator-pi1 #submit {
	margin-left: 0px;
}


.tx-ssdealerlocator-pi1 h2 {
	margin-bottom: 1.5em;
}

.tx-ssdealerlocator-pi1 h3 {
	font-weight: bold;
}

.tx-ssdealerlocator-pi1 .person {
	width: 650px;
	overflow: hidden;	
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #333;
}

/* Powermail */


fieldset.tx-powermail-pi1_fieldset {
	border: none;
	padding: 10px;
}

fieldset.tx-powermail-pi1_fieldset legend {
	display: none;
} 

fieldset.tx-powermail-pi1_fieldset label, .tx_powermail_pi1_fieldwrap_html_checkbox_title {
	display: block;
	width: 175px;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
	float: none;
	clear: none;
	width: auto;
	display: inline;
	text-align: left;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
}

input.powermail_submit {
	margin-left: 180px;
	width: 200px;
}

.powermail_all_td {
	padding: 3px;
}

.tx-powermail-pi1_confirmation_submit {
	float: left;
	margin-right: 20px;
}

/* tt_news */

.news-list-item, .news-latest-item {
	width: 100%;
	overflow: hidden;
}

.clearer {
	display: none;
}

.news-single-item .clearer {
	
}

.news-latest-container h2, .news-latest-gotoarchive {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	margin:3px;
	padding:3px;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover {
	color:#FFFFFF;
}
.news-latest-gotoarchive a {
	color:#FFFFFF;
}
.news-latest-item {
	margin-bottom: 5px;
}

.news-latest-morelink {
	height:12px;
}
.news-latest-morelink a {
	float:right;
}
.news-list-item {
	border-bottom:1px dotted #999;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.news-list-item {
	margin-bottom:1em;
}
.news-search-form {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:5px;
	padding:3px;
}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form form {
	margin:0px;
}
.news-list-container h3 {
	margin-bottom:5px;
	padding:2px;
	font-size:15px !important;
}
.news-list-container p {
	padding-left:3px;
	line-height: 140%;
}
.news-list-date {
	float:right;
	font-weight:normal;
	text-align:right;
	width:180px;
	font-size: 11px;
}
.news-list-imgcaption {
	float:right;
	/* font-size:9px; */
	padding-right:3px;
	padding-top:3px;
}
.news-list-container img {
	border:1px solid #666666;
	margin-left: 10px;
	float: right;
	margin-bottom:5px;
}
.news-list-category img {
	border:medium none;
	float:none;
	margin:0px;
}
.news-list-morelink, .news-list-category {
	/* font-size:9px; */
	margin-left:3px;
}
.news-list-morelink {
	margin-bottom:3px;
}
.news-list-browse {
	text-align:center;
}
.tx-ttnews-browsebox, .browseBoxWrap {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin:3px;
	padding:3px;
}
.tx-ttnews-browsebox td {
	/* font-size:10px; */
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight:bold;
}
.tx-ttnews-browsebox-SCell p, .tx-ttnews-browsebox td p {
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color:#BBE53A;
	border:1px solid #666666;
}
.news-search-emptyMsg {
	/* font-size:11px; */
	margin-left:10px;
}
.news-single-item {
	margin-bottom:5px;
}
.news-single-item h2 {
	/* color:#000000;
	font-size:16px; */
	font-weight:bold;
	margin-bottom:0px;
}
.news-single-item h3 {
	margin-bottom:15px;
}
.news-single-img {
	float:right;
	margin-left: 15px;
}
.news-single-imgcaption {
	clear:both;
	padding:3px;
	font-size: 11px;
	text-align: right;
	background-image: url("/fileadmin/templates/pix/common/lupe.gif");
	background-repeat: no-repeat;
	padding-left: 22px;
	min-height: 17px;
}

* html .news-single-imgcaption {
	height: 17px;
}

.news-single-category {
	float:right;
}
.news-single-backlink, .news-single-backlink a {
	/* font-size:10px; */
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}
.news-single-timedata {
	float:right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	/* font-size:9px; */
}
.news-single-author {
	padding-bottom:3px;
}
.news-single-additional-info {
	background-color:#333;
	margin-top:15px;
	border: 1px solid #666;
}
.news-single-related, .news-single-files, .news-single-links {
	margin:0px 0px 3px;
	padding:3px;
}
.news-single-related dd, .news-single-links dd, .news-single-files dd {
	margin-left:20px;
}
.news-single-related dt, .news-single-links dt, .news-single-files dt {
	/* font-size:11px; */
	font-weight:bold;
	margin-left:5px;
	margin-bottom: 5px;
	width:90%;
}

#content .news-single-links dd p {
	margin-bottom: 0;
}
.news-amenu-container {
	background-color:#BBE53A;
	border:1px solid #333333;
	margin-top:10px;
	padding:3px;
}
.news-amenu-container li {
	padding-bottom:1px;
}
.news-amenu-container ul {
	background-color:#FFFFFF;
	border:1px solid #666666;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:5px;
	padding:3px;
}
.news-amenu-container h2 {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	padding:3px;
}
.news-amenu-item-year {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}
.news-catmenu {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin:10px 0px 10px 10px;
	padding:5px;
}
.news-catmenu-header {
	/* font-size:11px; */
	font-weight:bold;
}
.news-catmenu div {
	/* font-size:10px; */
	white-space:nowrap;
}
.news-catmenu div img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}
.level1 {
	background-color:#EBF8BF;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	padding:1px 1px 1px 10px;
}
.level2 {
	background-color:#DDF393;
	border-left:1px solid #666666;
	padding:1px 1px 1px 10px;
}
.level3 {
	background-color:#CAE46E;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	padding:1px 1px 1px 10px;
}
.level4 {
	background-color:#B0CB51;
	border-left:1px solid #666666;
	padding:1px 1px 1px 10px;
}




/* Sollte eigentlich ins setup */
.tx-ddinotecproducts-pi1 .listrow-item, .tx-ddinotecproducts-pi1-listrow-item {
	overflow: hidden;
	margin-bottom: 1.8em;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0.8em;
}

.tx-ddinotecproducts-pi1 .listrow-item-images, .tx-ddinotecproducts-pi1-listrow-item-images {
	width: 160px;
	float: left;
	
}

.tx-ddinotecproducts-pi1 .listrow-item-images ul, .tx-ddinotecproducts-pi1-listrow-item-images ul {
	list-style-type: none;
}

.tx-ddinotecproducts-pi1 .listrow-item-text, .tx-ddinotecproducts-pi1-listrow-item-text {
	margin-left: 180px;
}

.tx-ddinotecproducts-pi1 .listrow-item-merkmal span, .tx-ddinotecproducts-pi1-listrow-item-merkmal span {
	font-weight: bold;
}

.tx-ddinotecproducts-pi1-singleView {
	overflow: hidden;
}

.tx-ddinotecproducts-pi1-singleView-images {
	width: 160px;
	float: left;
}

.tx-ddinotecproducts-pi1-singleView-images ul {
	list-style-type: none;
	margin-bottom: 4em;
	text-align: center;
}

.tx-ddinotecproducts-pi1-singleView-content {
	margin-left: 180px;
}

.tx-ddinotecproducts-pi1-singleView .contenttable {
	margin-bottom: 1.5em;
}

.tx-ddinotecproducts-pi1-singleView-files {
	margin-bottom: 1.5em;
}

.tx-ddinotecproducts-pi1-singleView-files ul {
	list-style-type: none;
}

#content .tx-ddinotecproducts-pi1-singleView-files ul li {
	margin-left: 0;
	line-height: 25px;
}

.tx-ddinotecproducts-pi1-singleView-files ul li a {
	display: block;
	background-image: url(../../typo3conf/ext/dd_inotecproducts/res/file.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px; 
}

.tx-ddinotecproducts-pi1-singleView-files ul li.pdf a {
	background-image: url(../../typo3conf/ext/dd_inotecproducts/res/pdf.png);
}

.tx-ddinotecproducts-pi1-singleView-files ul li.doc a {
	background-image: url(../../typo3conf/ext/dd_inotecproducts/res/doc.png);
}

.tx-ddinotecproducts-pi1-singleView-relations {
	margin-bottom: 1.5em;
}

.tx-ddinotecproducts-pi1 fieldset {
	border: 1px solid #e8e8e8;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.tx-ddinotecproducts-pi1 legend {
	font-weight: bold;
	margin-left: 1.5em;
	padding: 0 0.5em;
}

.button {
	background-color:#000000;
	
	color:#757575;
	height:18px;
	line-height:16px;
}

.tx-ddinotecproducts-pi1-formrow {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.4em;
}

.tx-ddinotecproducts-pi1-formrow label {
	float: left;
	width: 150px;
}
.tx-ddinotecproducts-pi1-submit	{
	background-color:#000000;
	background-image:url(pix/searchbutton.gif);
	color:#757575;
	height:18px;
	line-height:16px;
	width:32px;
}

#content .tx-ddinotecproducts-pi1 td ul {
	margin : 0;
	padding: 0;
	list-style-type: none;
}

#content .tx-ddinotecproducts-pi1 td ul li {
	margin : 0;
	padding: 0;
}

#dealercontainer
	{
		margin: 1em auto;
		width: 650px;
		text-align: left;
		position: relative;
	}	
	
	#dealercontainerleft
	{
		float:left;
	}
	
	#dealermap
	{	
		text-align: right;
	}
	
	
	#dealerlegend 
	{ 
		bottom: 0px;
		position: absolute;
	}