@charset "UTF-8";
/* CSS Document */

html { 
	 height: 100%;
}

body {
	background-color:#EEE;
	height: 100%;
}
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color:#000;
}

a:link {
  color: #f59100;
}
a:visited {
  color: #f59100;
}
a:hover {
  color: #f59100;
}
a:active {
  color: #f59100;
}

#container {
	width:1100px;
	background-color:#FFF;
	margin:0 auto;
	border: 1px solid #CCC;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	background-image:url(../images/linie_hintergrund.gif);
}
#header {
	position:relative;
	width:1100px;
	height:100px;
	border-bottom:1px solid #ccc;
}
#header_logo {
	position:absolute;
	top:20px;
	left:30px;
	width:211px;
	height:68px;
}
#header_button_occasionen {
	position:absolute;
	top:20px;
	right:20px;
	color:#fff;
	background:#f59100;
	font-size:24px;
	font-weight:bold;
	padding: 0px 24px 0px 50px;
	height:50px;
	box-sizing:border-box;
	border:1px solid #000;
	background-image: url("dreieck.png");
	background-repeat: no-repeat;
	text-align:right;
	background-position: 10px 0px;
	line-height: 47px;
}
#header_button_occasionen:hover {
	background:#999;
	background-image: url("dreieck.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#nav_oben1 {
	width:1100px;
	background-color:#fff;
	border-top:2px solid #f59100;
	border-bottom:1px solid #ccc;
}
#nav_oben1 .menu {
	padding:0;
	margin:0;
	list-style: none;
	float:left;
}
#nav_oben1 .menu li {
	float:left;
}
#nav_oben1 .menu li a {
		display: block;
		padding: 1px 5px;
		text-decoration: none;
		font-weight:normal;
		color: #000;
		border-left: 1px solid #ccc;
}
#nav_oben1 .menu li a:hover,
#nav_oben1 .menu .active a {
		display: block;
		padding: 1px 5px;
		background-color:#fff;
		text-decoration: none;
		font-weight:normal;
		color: #f59100;
		border-left: 1px solid #ccc;
}

#suche_feld {
	text-align:right;
	padding:2px 0 2px 0;
	border-top:1px solid #ccc;
	position:relative;
	box-sizing:border-box;
	height:36px;
}

#nav_oben2 {
	width:1100px;
	background-color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #FFF;
}
#nav_oben2 .menu {
	padding:0;
	margin:0;
	list-style: none;
	float:left;
	background-image:url(../images/nav2-hinter.png);
	width:100%;
}
#nav_oben2 .menu li {
	float:left;
}
#nav_oben2 .menu li a {
		display: block;
		padding: 5px 18px;
		text-decoration: none;
		font-weight:bold;
		color: #fff;
		border-right: 1px solid #FFF;
		height:28px;
		background-color:#f59100;
		box-sizing:border-box;
		margin:1px 0 1px 0;
}
#nav_oben2 .menu li a:hover,
#nav_oben2 .menu li.active a {
		display: block;
		padding: 5px 18px;
		background-color:#999;
		text-decoration: none;
		font-weight:bold;
		color: #FFF;
		border-right: 1px solid #FFF;
}
#hauptbereich {
	border-top:2px solid #f59100;
}
#hauptbereich_links {
	width:278px;
	height:100%;
	float:left;	
	padding:0 0 20px 0;
}
#hauptbereich_links .menu {
	padding:0;
	margin:6px 0 6px 0;
	list-style: none;
}
#hauptbereich_links .menu li a {
	display: block;
	background-color:#f59100;
	padding: 2px 4px 2px 8px;
	margin:0 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#hauptbereich_links .menu li a:hover,
#hauptbereich_links .menu .active a {
	display: block;
	background-color:#999;
	padding: 2px 4px 2px 8px;
	margin:0 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#hauptbereich_links .menu li a:hover {
	display: block;
	background-color:#999;
	padding: 2px 4px 2px 8px;
	margin:0 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
/*Ebene 2*/
#hauptbereich_links .menu .separator {
	display: block;
	background-color:#999;
	padding: 2px 2px 2px 8px;
	margin:0 0 2px 0;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#hauptbereich_links .menu .deeper ul {
	padding:0;
	margin:6px 0 6px 0;
	list-style: none;
}
#hauptbereich_links .menu .deeper ul .separator {
	display: block;
	background-color:#f7f7f7;
	padding: 2px 4px 2px 8px;
	margin:4px 0;
	text-decoration: none;
	color: #000;
	font-weight:normal;
}
#hauptbereich_links .menu .deeper ul li ul li a {
	display: block;
	background-color:#fff;
	padding: 2px 4px 2px 20px;
	margin:0;
	text-decoration: none;
	color: #f59100;
	font-weight:normal;
}
#hauptbereich_links .menu .deeper ul li ul li a:hover,
#hauptbereich_links .menu .deeper ul li ul li.active a {
	display: block;
	background-color:#fff;
	padding: 2px 4px 2px 20px;
	margin:0;
	text-decoration: none;
	color: #f59100;
	font-weight:normal;
	background-image:url(../images/listpunkt.gif);
	background-repeat:no-repeat;
}
#hauptbereich_rechts {
	width:784px;
	padding:18px 18px 60px 18px;
	float:right;
	margin-left:2px;
}	
.clearer {
	clear:both;
}
.schrift14 {
	font-size:14px;
}
div.login-fields {
	margin: 6px 0 6px 0;
}
h1 {font-size:18px;}

h2 {font-size:14px;}

input#modlgn-passwd.inputbox,
input.inputbox {background-color:#f7f7f7;}

#system-message > dd > ul {
color: #000;
background-position: 4px top;
background-repeat: no-repeat;
margin-bottom: 10px;
list-style: none;
padding: 10px;
border-top: 3px solid #f59100;
border-bottom: 3px solid #f59100;
	}
#system-message > .message > ul {
	background-color: #f7f7f7;
	background-image: url(../images/notice-info.png);
	}
	
.tolle-angebote-height-bild {height:100px;}

.anmelden-links {margin:12px 6px 0 6px;}

.anmelden-links ul {display:none;}

.anmelden-links fieldset {display:none;}

/*Für Virtuemart*/
.userdata p { margin:0 0 6px 0; }
h3 { font-size:12px;font-weight:bold;margin:4px 0 4px 0; }

div.product-field.product-field-type-V {margin:0 0 4px 0;}

/*Aus Virtuemart-css wegen tolle Angebote*/
.general-bg,input.custom-attribute,input.quantity-input,.manufacturer-product-link a,a.ask-a-question,input.vm-default,a.product-details,a.details,div.details,button.default{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-decoration:none;padding:5px 5px 4px;}
span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.ask-a-question:hover,a.details:hover,div.details:hover,a.product-details:hover,button.default:hover{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) repeat-x;background-position:0 -40px;color:#000;text-decoration:none;}
a.details:hover,div.details:hover,a.product-details:hover{background-position:0 -40px;color:#777;}
a:link {
  color: #f59100;
}
a:visited {
  color: #f59100;
}

/*Sprachauswahl*/
#nav_oben1 .mod-languages {
	float:right;
	padding:1px 0 0 0;
}

/*Für Feld Rabattaktion*/
.rabattposition_front div {
	border: 1px solid #f59100;
	padding: 10px;
	text-align:center;
}
.rabattposition_front h1 {
	font-size:16px;
	color:#f59100;
}
.rabattposition_seiten div {
	border: 1px solid #f59100;
	padding: 10px;
	text-align:center;
}

.rabattposition_seiten h1 {
	font-size:16px;
	color:#f59100;
}

/*###################*/

#hauptbereich_links #vmCartModule {
	display:none;
	
}

#hauptbereich_links .anmelden-links {
	display:none;
	
}

#system-message {
	padding:6px !important;
	border:1px solid #F00;
}

