/*
Datei: screen.css
Verwendung: Stylesheet Screen
Autor: insyma (VELS)
Edit: 01. Mai 2007
*/

/* ############################################
	Allgemeines
############################################ */

* {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
body {
	font-size: 62.5%;
	background: #F5F5F5;
	color: #333;
}
fieldset {
	border: none;
}
a {
	/* color: #1C47CA; */
	color: #cb471c;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: .25em .5em;
	border-bottom: 0px solid #DDD;
}
tr.alt td {
	background: #F5F5F5;
}
div#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 110%;
	background: url(../images/layout/bg.gif) repeat-y center;
	position: relative;
}


/* ############################################
	Header-Navigation
############################################ */

ul#headernavi {
	text-align: right;
	padding: 0 20px 0 0;
	height: 20px;
	background: url(../images/layout/head_navi.gif) repeat-x #000;
	color: #EEE;
}
ul#headernavi li {
	display: inline;
	margin: 0 0 0 1em;
}
ul#headernavi a {
	color: #EEE;
	text-decoration: none;
}
ul#headernavi a:hover {
	text-decoration: underline;
	color: #FFF;
}


/* ############################################
	Header
############################################ */

div#head {
	height: 110px;
	background: url(../images/layout/head.gif) repeat-x #e55c2f;
	border-bottom: 1px solid #cb471c;
}
div#head p#logo {
	width: 170px;
	padding: 20px 10px 10px 10px;
	color: #FFF;
	font-size: 130%;
	float: left;
}
div#head p#logo img {
	display: block;
	border: none;
}
div#head p#logo span {
	display: block;
	text-align: right;
}
div#head p#trusted-shop {
	position: absolute;
	top: 0px;
	left: 200px;
	background: url(../images/layout/trusted_shop.png) no-repeat;
	width: 100px;
	height: 100px;
	text-indent: -2000px;
}
div#head p#trusted-shop a {
	display: block;
	width: 100px;
	height: 100px;
}

div#head a#trusted-shop-ref {
	position: absolute;
	display: block;
	top: 0px;
	left: 200px;
	background: url(../images/layout/trusted_shop.png) no-repeat;
	width: 80px;
	height: 80px;
	text-indent: -2000px;
	overflow: hidden;
}

img#head-banner {
	position: absolute;
	top: 35px;
	left: 290px;
}

#headbannerPanel {
	position: absolute;
	top: 35px;
	left: 290px;
	z-index: 100;
	/* tm, 2.11.09
	width: 270px;
	*/
	height: 70px;
	overflow: hidden;
}
	
#header_banners {
	margin:0;
	padding:0;
}
#header_banners li{
	position:absolute;
	display:none;
}

/* ############################################
	Header Promo Link
############################################ */

div#head p.promolink {
	float: right;
	width: 380px;
	margin: 15px 0 0 0;
}
div#head p.promolink a {
	float: left;
	width: 320px;
	height: 60px;
	color: #FFF;
	margin: 0;
	padding: 10px 0 0 60px;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat;
}
div#head a#promolink-printerchecker {
	background-image: url(../images/layout/promolink_printerchekcer.gif);
}
div#head a#promolink-register {
	background-image: url(../images/layout/promolink_register.gif);
}
div#head p.promolink a:hover {
	background-position: bottom left;
}
div#head p.promolink strong {
	display: block;
}


/* ############################################
	Suche / Login / Sprachinformationen
############################################ */

div#search {
	position: absolute;
	z-index: 99;
	/* tm 2.11.09, changed top from 121px to 130px */
	top: 130px;
	left: 10px;
	padding: 5px 0;
	height: 74px;
	background: url(../images/layout/search.gif) no-repeat #DDD;
	border-bottom: 1px solid #BBB;
	overflow: hidden;
	width: 950px;
}
div#search input, div#search select {
	border: 1px solid #888;
	padding: 1px 2px;
	font-size: 99%;
}
div#search input.button {
	background: url(../images/layout/input_button.gif) repeat-x top left #e75c2f;
	border: 1px solid #cb471c;
	float: right;
	width: auto;
	padding: 1px 20px;
	margin: 5px 0 0 0;
	color: #FFF;
}
div#search input.button:hover {
	background: url(../images/layout/input_button.gif) repeat-x bottom left #ff6634;
 }
div#search a.button {
	float: right;
	width: auto;
	padding: 1px 4px;
	margin: 0px 0 4px 0;
}
div#search legend {
	font-weight: bold;
	margin: 0 0 .3em 0;
}
fieldset#login {
	width: 160px;
	height: 80px;
	padding: 0 3px 0 3px;
	float: left;
}
fieldset#login legend {
	background: url(../images/layout/icon_login.gif) no-repeat center left;
	padding: 0 0 0 20px;
}
fieldset#login input {
	width: 84px;
	margin: 0 0 2px 0;
	float: left;
}
fieldset#login input.button {
	margin: 0;
	padding: 0;
	float: right;
	cursor: pointer;
	width: 60px;
}
fieldset#product-search {
	float: left;
	width: 530px;
	padding: 0 20px;
}
fieldset#product-search legend {
	background: url(../images/layout/icon_suche.png) no-repeat center left;
	padding: 0 0 0 20px;
}
fieldset#product-search input.sbh {
	width: 356px;
	float: left;
	margin: 5px 0 0 0;
}
fieldset#product-search input.button {
	width: 146px;
	padding: 0;
	cursor: pointer;
}
fieldset#product-search input.searchchk {
	border: none; font-size: 100%;
	padding: 0px 0px 0px;
	margin: 4px 0px 0px; 
}

fieldset#country-information {
	float: left;
	width: 170px;
	padding: 8px 20px 0 10px;
}
fieldset#country-information legend {
	display: none;
}
fieldset#country-information select {
	width: 100px;
	margin: 0 0 .5em 0;
}
fieldset#country-information dt {
	float: left;
	padding: .2em 0 0 0;
	width: 50px;
}
fieldset#country-information dd {
	text-align: right;
}


/* ############################################
	Container
############################################ */

div#container {
	width: 950px;
	margin: 75px 0 0 0;
	position: relative;
}


/* ############################################
	Navigation
############################################ */

div#navigation {
	width: 190px;
	border-right: 1px solid #DDD;
	float: left;
	margin: 0 -1px 0 0;
}
div#navigation h3 {
	background: url(../images/layout/navigation_title.gif) repeat-x #ff6634 bottom;
	padding: 5px 20px 10px 10px;
	color: #FFF;
	font-size: 115%;
	font-weight: normal;
	height: 18px;
}
div#navigation h3#agfa {
	background: url(../images/layout/navigation_title.jpg) repeat-x #ff6634 bottom;
}
div#navigation h3 a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
}

div#navigation h3 a.topcat {
	color: #FFF;
	text-decoration: none;
	padding: 0;
}
div#navigation h3 a.topcat:hover {
	background: none;
}

div#navigation ul {
	background: #F5F5F5;
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
}
div#navigation li {
	display: inline;
}
div#navigation a, div#navigation a.strong, div#navigation strong {
	font-weight: normal;
	display: block;
	padding: 2px 20px;
	text-decoration: none;
	color: #333;
}
div#navigation a:hover, div#navigation a.strong, div#navigation strong {
	background: url(../images/layout/navigation_link_arrow.gif) no-repeat center left;
	color: #cb471c;
}
div#navigation ul ul a:hover, div#navigation ul ul a.strong, div#navigation ul ul strong {
	background: #FFF;
	color: #cb471c;
}
div#navigation ul ul ul a:hover, div#navigation ul ul ul a.strong, div#navigation ul ul ul strong {
	background: #FFF;
	color: #cb471c;
}
div#navigation ul ul {
	background: url(../images/layout/navigation_sub.gif) repeat-x bottom;
	border-bottom: 1px solid #CCC;
}
div#navigation ul ul ul {
	background: url(../images/layout/navigation_sub.gif) repeat-x bottom;
	border-bottom: 1px solid #CCC;
}
div#navigation ul ul a, div#navigation ul ul a.strong, div#navigation ul ul strong {
	padding: 2px 30px;
}
div#navigation ul ul ul a, div#navigation ul ul ul a.strong, div#navigation ul ul ul strong {
	padding: 2px 40px;
}
div#navigation ul.testberichte li {
	display: block;
	padding: 0 0 10px 0;
}
div#navigation ul.testberichte a {
	padding: 2px 10px;
}
div#navigation ul.testberichte img {
	border: 1px solid #BBB;
	float: left;
	margin: 0 5px 0 0;
}
div#navigation ul.testberichte a:hover img {
	border: 1px solid #CB471C;
}


/* ############################################
	Content
############################################ */

div#content {
	width: 530px;
	padding: 20px;
	margin: 0 190px 0 0;
	float: right;
	min-height: 300px;
	line-height: 1.6;
	display: inline;
}
div#content.start {
	width: 720px;
	padding: 20px;
	margin: 0;
}
div#content h1 {
	font-size: 145%;
	margin: 0 0 1em 0;
}
div#content h2 {
	font-size: 125%;
	margin: 0 0 1em 0;
}
div#content h3 {
	font-size: 120%;
	margin: 0 0 .5em 0;
}
div#content p {
	margin: 0 0 1em 0;
}
div#content img {
	margin: 0;
}
div#content a:hover, div#sidebar a:hover {
	text-decoration: none;
}
div#content ul {
	margin: 0 0 1em 3em;
}
div#content ul li {
	list-style-image: url(../images/layout/content_list_item.gif);
}
div#content ol {
	margin: 0 0 1em 3em;
}
div#content ol li{
	list-style: decimal;
}

div#content select {
	width: 150px;
}
/* ############################################
	Breadcrumbs
############################################ */

div#content div#breadcrumbs {
	margin: -10px -20px 20px -20px;
	padding: 2px 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
div#content div#breadcrumbs * {
	display: inline;
}
div#content div#breadcrumbs ol {
	margin: 0;
}

/* ############################################
	Sidebar
############################################ */

div#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	padding: 0;
	color: #333;
	line-height: 1.5;
	border-left: 1px solid #DDD;
	background: #F5F5F5;
}
div#sidebar h3 {
	background: url(../images/layout/navigation_title.gif) repeat-x #ff6634 bottom;
	padding: 5px 20px 10px 10px;
	color: #FFF;
	font-size: 115%;;
	height: 18px;
	font-weight: normal;
}
div#sidebar ul, div#sidebar p {
	margin: 0;
}
div#sidebar ul li {
	border-bottom: 1px solid #CCC;
}
div#sidebar h3.basket {
	background: url(../images/layout/navigation_title.jpg) repeat-x #ff6634 bottom;
}
div#sidebar h3 a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
}


/* ############################################
	Footer
############################################ */

div#foot {
	background: url(../images/layout/foot.gif) no-repeat;
	width: 950px;
	margin: 0 -10px;
	clear: both;
	line-height: 1.5;
	padding: 10px 0 10px 30px;
	height: 100px;
}
div#foot p {
	width: 350px;
	padding: 0 30px 0 0;
	float: left;
}
div#foot p.hinweis {
	width: 540px;
}

div#foot strong {
	display: block;
}

/* ############################################
	Search Menu
############################################ */
div#ajaxSearchDiv {
	position:absolute;
	left:234px;
	top:184px;
	z-index:120;
	overflow: visible;
}
.ajaxSearchTable{
	border:1px solid #F5F5F5;
	border-bottom:none;
}
.ajaxSearchTable td{
	border-bottom:1px solid #F5F5F5;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	font-size:11px;
}
.ajaxSearchTableTr td{
	background-color:#FF6634;
	color:#FFFFFF;
}
.ajaxSearchTableTrOver td{
	background-color:#F5F5F5;
	color:#000000;
	cursor:hand;
}

/* ############################################
	Pulldown list
############################################ */
.model_list_header {
	color:#FFFFFF;
	background-color:#FF6600;
}
.model_list_first {
	color:#00000;
	background-color:#CCCCCC;
}
#big_product_image{
	position:absolute;
	display:none;
	border:1px solid #FF6634;
	background-color:#FFFFFF;
	z-index:500;
	
}

/* ############################################
	Brand logo list
############################################ */

ul#brandline {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: black;
	height: auto;
}
ul#brandline li {
	display: inline;
	margin: 1em 1em 4em 0em;
}
ul#brandline li a {
	text-decoration: none;
}
ul#brandline li a:hover {
	text-decoration: underline;
}
ul#brandline img {
	border: none;
}
