@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #054a9e url(gfx/bg.png) repeat-x 0 0;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
hr {
	display: none;
}
.hr {
	border-top: 3px solid #e0e0e0;
	float: left;
	height: 1px;
	margin: 6px 0 20px 0;
	width: 100%;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #085CC2;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #085CC2;
	text-decoration: none;
}
a.more,
a:visited.more {
	color: #085cc2;
	text-decoration: none;
}
a:hover.more {
	color: #085cc2;
	text-decoration: underline;
}
a.more span,
a:visited.more span,
a:hover.more span {
	color: #ea0000;
}

a.morenews,
a:visited.morenews {
	color: #085cc2;
	font-weight: bold;
	text-decoration: none;
}
a:hover.morenews {
	color: #085cc2;
	font-weight: bold;
	text-decoration: underline;
}
#breadcrumb a,
#breadcrumb a:visited {
	color: #000;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar a,
#sidebar a:visited {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #666;
	text-decoration: underline;
}
#sidebar h4 a,
#sidebar h4 a:visited {
	color: #506a83;
	text-decoration: none;
}
#sidebar h4 a:hover {
	color: #506a83;
	text-decoration: underline;
}
#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: normal !important;
}
h1 {
	color: #085cc2;
	font-size: 17px;
	margin: 1em 0;
}
h1.starthead {
	color: #085cc2;
	font-size: 23px;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	color: #085cc2;
	font-size: 15px;
	margin: 1em 0;
}
h3 {
	color: #085cc2;
	font-size: 13px;
	margin: 1em 0;
}
h4 {
	color: #ea0000;
	font-size: 15px;
	font-style: italic;
	margin: 1em 0;
}
.blockhead {
	color: #085cc2;
	font-size: 14px;
	font-weight: bold;
}
.blockhead2 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.blockhead3 {
	color: #085cc2;
	font-size: 17px;
	font-weight: bold;
}
.wichtig {
	color: #ea0000;
	font-size: 15px;
	font-style: italic;
	margin: 1em 0;
}
p {
	margin: 0 0 1em 0;
}
#content p {
	line-height: 1.3em;
}
#content ul {
	margin: .5em 0 .5em 15px;
}
#content ul li {
	padding: 0;
	list-style: disc;
}
em {
	color: #085cc2;
	font-style: normal;
	font-weight: bold;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 967px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #fff url(gfx/bg_header.png) repeat-x 0 25px;;
	border-bottom: 4px solid #021e40;
	float: left;
	height: 136px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#innerheader {
	background: url(gfx/bg_innerheader.png) no-repeat 50% 25px;
	float: left;
	height: 136px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contentheader {
	height: 136px;
	margin: 0 auto;
	padding: 0;
	width: 967px;
}
#tools {
	float: left;
	height: 36px;
	margin: 0;
	padding: 98px 0 0 0;
	width: 628px;
}
ul#language {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	width: 380px;
}
ul#language li {
	float: left;
	margin: 0 13px 0 0;
	list-style: none;
	padding: 0;
}
ul#language li a,
ul#language li a:visited {
	background-position: 0 -17px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 17px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
}
ul#language li a:hover {
	background-position: 0 0;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
.currentlang {
	background-position: 0 0 !important;
}
.de {
	background-image: url(gfx/de.png);
}
.en {
	background-image: url(gfx/en.png);
}
.pl {
	background-image: url(gfx/pl.png);
}
.it {
	background-image: url(gfx/it.png);
}
.fr {
	background-image: url(gfx/fr.png);
}
.es {
	background-image: url(gfx/es.png);
}
.dk {
	background-image: url(gfx/dk.png);
}
#logo {
	float: left;
	height: 116px;
	margin: 0;
	padding: 20px 0 0 0;
	width: 325px;
}
#container {
	background: #fff url(gfx/bg_container.png) repeat-y 0 0;
	border: 1px solid #d1d1d1;
	border-width: 0 1px 1px 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 966px;
}
#innercontainer {
	background: url(gfx/bg_innercontainer.png) no-repeat bottom left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation {
	background: url(gfx/bg_navigation.png) no-repeat 0 0;
	float: left;
	margin: 0 26px 0 0;
	padding: 9px 0 0 0;
	width: 215px;
}
#main {
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0 0 40px 0;
	width: 725px;
}
#breadcrumb {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 490px;
}
#breadcrumb p {
	margin: 20px 0;
	padding: 0;
}
#content {
	float: left;
	margin: 0;
	padding: 0 23px 0 0;
	width: 490px;
}
.news {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
	width: 490px;
}
.newsimage {
	border: 1px solid #000;
	color: #666;
	float: left;
	font-size: 11px;
	height: 80px;
	margin: 0;
	padding: 0;
	width: 130px;
}
.newstext {
	border: 1px solid #dbdbdb;
	border-left: none;
	color: #666;
	float: left;
	font-size: 11px;
	height: 70px;
	margin: 0;
	padding: 5px;
	width: 347px;
}
.produkt {
	float: left;
	font-size: 11px;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 100%;
}
.produktbild {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}
.produkttxt {
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
}
h3.hnews,
h3.hsale,
h3.hclose {
	font-size: 15px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
h3.hnews,
h3.hnews a,
h3.hnews a:visited {
	color: #2a69b4;
}
h3.hsale,
h3.hsale a,
h3.hsale a:visited {
	color: #ea0000;
}
h3.hclose,
h3.hclose a,
h3.hclose a:visited {
	color: #444;
}
.produkt p {
	margin: 0;
	padding: 0;
}
.produkt a,
.produkt a:visited {
	color: #085cc2;
	text-decoration: none;
}
.produkt a:hover {
	color: #085cc2;
	text-decoration: underline;
}
.produkt a span,
.produkt a:visited span {
	color: #ea0000;
}
.produkt a:hover span {
	color: #ea0000;
}
.parts {
	background: #f4f4f4 url(gfx/bg_parts.png) no-repeat left bottom;
	color: #666;
	float: left;
	font-size: 11px;
	letter-spacing: -1px;
	margin: 25px 0 7px 0;
	padding: 0 0 10px 0;
	width: 488px;
}
p.automarken {
	border-top: 5px solid #969696;
	color: #585858;
	font-weight: bold;
	margin: 0;
	padding: 7px 10px 6px;
}
h4.partshead {
	height: 18px;
	margin: 0;
	padding: 0;
	width: 488px;
}
.frame {
	border: 1px solid #d1d1d1;
}
.formbox {
	background: #f5f5f5 url(gfx/bg_aaaline.gif) repeat-y 50% 0;
	border: 1px solid #aaa;
	float: left;
	font-size: 11px;
	padding: 0 13px 13px 13px;
	width: 462px;
}
.formboxleft,
.formboxright {
	float: left;
	padding: 0 13px 0 0;
	width: 218px;
}
.formboxright {
	padding: 0 0 0 13px;
}
#content ul {
	margin: .5em 0;
	padding: 0;
}
#content ul li {
	background: url(gfx/liitem.gif) no-repeat 0 4px;
	margin: 0;
	list-style: none;
	padding: 0 0 15px 20px;
}
.block {
	float: left;
	width: 100%;
}
.textblock {
	float: left;
	margin-right: 30px;
	width: 260px;
}
#content ul.largegallery {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#content ul.largegallery li {
	background: none;
	float: left;
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0;
}
#content ul.largegallery li img {
	border: 1px solid #979797;
}
.smallgallery {
	border: none;
	margin: 0 0 14px 0;
	padding: 0;
	width: 100%;
}
.smallgallery td {
	border: 1px solid #fff;
	font-size: 1px;
	line-height: normal !important;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.smallgallery td.galimg {
	background: #d7d7d7;
	border: 1px solid #969696;
	width: 108px;
} 
.smallgallery td.galhsep {
	height: 10px;
} 
#content ul.logolist {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content ul.logolist li {
	background: none;
	color: #8b8b8b;
	float: left;
	font-size: 10px;
	margin: 0 20px 18px 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
#content ul.logolist li.lastlogo {
	margin-right: 0;
}
#content ul.logolist li strong {
	font-size: 11px;
}
#content ul.logolist li img {
	border: 1px solid #eaeaea;
	margin-bottom: 5px;
}
#content ul.logolist li a,
#content ul.logolist li a:visited {
	color: #8b8b8b;
	text-decoration: none;
}
#content ul.logolist li a:hover {
	color: #8b8b8b;
	text-decoration: underline;
}
#content ul.pdflist {
	margin: 15px 0;
	padding: 0;
}
#content ul.pdflist li {
	background: url(gfx/pdf.gif) no-repeat 0 0;
	margin: 0;
	list-style: none;
	padding: 0 0 16px 45px;
}
#content ul.lieferprog {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}
#content ul.lieferprog li {
	background: none;
	margin: 0;
	list-style: none;
	padding: 0 0 20px 0;
}
#content .parts ul {
	margin: 0;
	padding: 0;
}
#content .parts ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .parts ul li a,
#content .parts ul li a:visited {
	background: #ebebeb;
	border: solid #f4f4f4;
	border-width: 0 1px 1px 0;
	color: #666;
	display: block;
	float: left;
	height: 16px;
	margin: 0;
	line-height: 16px;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 111px;
}
#content .parts ul li a:hover {
	background: #ea0000;
	color: #fff;
	text-decoration: none;
}
.hersteller {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	text-align: right;
	width: 200px;
}
.hersteller img {
	border: 1px solid #eaeaea;
}
.tags {
	color: #7f7f7f;
	font-size: 11px;
	line-height: normal !important;
}
#sidebar {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 22px 22px 5px 22px;
	padding: 0;
	width: 168px;
}
#sidebar h4 {
	color: #506a83;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin: 5px 10px;
	padding: 0;
}
.sidebox {
	background: #ebebeb url(gfx/bg_sidebarbox.png) no-repeat left bottom;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 6px 0;
	width: 168px;
}
ul#newsdeals {
	margin: 0 10px;
	padding: 0;
}
ul#newsdeals li {
	float: left;
	font-weight: bold;
	letter-spacing: -1px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#newsdeals li a,
ul#newsdeals li a:visited  {
	display: block;
	padding: 5px 0 5px 19px;
	text-decoration: none;
}
ul#newsdeals li a:hover  {
	text-decoration: underline;
}
.ndprogramm {
	background: url(gfx/neu.png) no-repeat 0 4px;
	color: #2a69b4 !important;
}
.ndangebote {
	background: url(gfx/angebote.png) no-repeat 0 4px;
	color: #ea0000 !important;
}
.ndabverkauf {
	background: url(gfx/abverkauf.png) no-repeat 0 4px;
	color: #444 !important;
}
.fullsidebox {
	border: 1px solid #000;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	width: 166px;
}
.fullsidebox img {
	float: left;
}
#footer {
	background: #083975 url(gfx/bg_footer.png) repeat-x 0 0;
	border: 1px solid #d1d1d1;
	border-top: none;
	color: #fff;
	float: left;
	font-size: 10px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	padding: 0;
	width: 965px;
}
p.footerlinks {
	float: left;
	margin: 0;
	padding: 0 0 0 32px;
	width: 720px;
}
p.copyright {
	float: left;
	margin: 0;
	padding: 0;
	width: 213px;
}

/* Formulare
-----------------------------------------------*/
form#suche {
	background: url(gfx/oilhead.png) no-repeat 0 0;
	color: #144179;
	float: left;
	font-size: 11px;
	height: 38px;
	width: 240px;
}
form#suche fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 38px;
}
form#suche input.ttext {
	background: #fff;
	border: 1px solid #2063b2;
	border-left: none;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 13px;
	line-height: normal !important;
	margin: 0;
	padding: 1px 0;
	width: 112px;
}
form#suche .tsubmit {
}
p.suchwort,
p.suchbutton {
	float: left;
	margin: 11px 0 0 0;
	padding: 0;
	width: 112px;
}
p.suchbutton {
	margin-left: 7px;
	width: 58px;
}
.stdfs {
	border: none;
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 0;
}
.stdlabel {
	display: block;
}
.stdinput {
	border: 1px solid #c9c9c9;
	width: 250px;
}
.stdtxta {
	border: 1px solid #c9c9c9;
	height: 125px;
	width: 420px;
}
.stdbutton {
	background: #085cc2;
	border: 1px solid #085cc2;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 10px;
}
.stdbutton:hover {
	border: 1px solid #000;
	cursor: pointer;
}
.smlfs {
	border: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.smllabel {
	display: block;
}
.smlinput {
	border: 1px solid #c9c9c9;
	width: 210px;
}
.smltxta {
	border: 1px solid #c9c9c9;
	height: 125px;
	width: 210px;
}
.smlbutton {
	background: #085cc2;
	border: 1px solid #085cc2;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 10px;
}
.smlbutton:hover {
	border: 1px solid #000;
	cursor: pointer;
}


/* Navigation
-----------------------------------------------*/
ul#menu {
	background: #e0e0e0 url(gfx/bg_menu.png) repeat-y bottom left;
	margin: 0 0 44px 0;
	padding: 0 1px 9px 1px;
	width: 213px;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	background: #fff url(gfx/bg_menulia.png) no-repeat 0 0;
	border-top: 1px solid #bebebe;
	color: #000;
	display: block;
	/*height: 22px;
	line-height: 22px;*/
	padding: 4px 0 4px 37px;
	text-decoration: none;
	width: 176px;
}
ul#menu li a:hover {
	background: #d4e3f5 url(gfx/bg_menulia.png) no-repeat 0  -90px;
	color: #000;
	text-decoration: none;
}
ul#menu li a.current {
	background: #0e5ebe url(gfx/bg_menulia.png) no-repeat 0 -180px;
	border-top: 1px solid #4685d1;
	color: #fff;
	font-weight: bold;
}
/*2. Ebene*/
ul#menu {
	background: #e0e0e0 url(gfx/bg_menu.png) repeat-y bottom left;
	margin: 0 0 44px 0;
	padding: 0 1px 9px 1px;
	width: 213px;
}
ul#menu ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul li a,
ul#menu ul li a:visited {
	background: #fff url(gfx/bg_menulia_level2.png) no-repeat 0 0;
	border-top: 1px solid #bebebe;
	color: #000;
	display: block;
	/*height: 20px;
	line-height: 20px;*/
	padding: 4px 0 4px 52px;
	text-decoration: none;
	width: 161px;
}
ul#menu ul li a:hover {
	background: #d4e3f5 url(gfx/bg_menulia_level2.png) no-repeat 0 -72px;
	color: #000;
	text-decoration: none;
}
ul#menu ul li a.current {
	background: #d4e3f5 url(gfx/bg_menulia_level2.png) no-repeat 0 -144px;
	border-top: 1px solid #bebebe;
	color: #054089;
	font-weight: bold;
}
/*Submenu*/
p.submenuhead {
	border-bottom: 1px solid #969696;
	color: #085cc2;
	font-weight: bold;
	margin: 0 0 5px 17px;
	padding: 0 0 6px 20px;
	width: 143px;
}
ul#submenu {
	margin: 0;
	padding: 0;
	width: 194px;
}
ul#submenu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#submenu li a,
ul#submenu li a:visited {
	background: url(gfx/arrow_blue.png) no-repeat 17px 50%;
	color: #000;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 37px;
	text-decoration: none;
	width: 157px;
}
ul#submenu li a:hover {
	background: url(gfx/arrow_red.png) no-repeat 17px 50%;
	color: #000;
	text-decoration: none;
}