/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Anderes
*/

/* Allgemeine Elemente */

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

iframe {
	border: none !important;
}

body {
	line-height: 140%;
	background: #dbd9d2;
	margin: 0;
	text-align: center;
	font: 0.75em/1.4em Arial, sans-serif;
	color: #424242;
}

p {
	margin: 2px 0 8px;
}

h1 {
	line-height: 100%;
	text-shadow: 0 1px 1px #fff;
	background: url(../images/groove.gif) left bottom repeat-x;
	padding: 2px 0 7px;
}

h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
}

h2, span.h2 {
	margin: 2px 0 9px;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

h3 {
	font-size: 1em;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #424242;
}

a:hover, a:focus {
	color: #424242;
	text-decoration: none;
}

textarea, input {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 0 0 5px;
	font: inherit;
}

textarea, input {
	width: 252px;
}

li {
	list-style: none;
}

td {
	vertical-align: top;
}

/* Grundelemente des Layouts */

.wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#header {
	background: #28251f;
	overflow: auto;
	border-bottom: 1px solid #28251f;
}

#logo {
	display: block;
	text-indent: -5000em;
	height: 70px;
	width: 200px;
	float: right;
	border: 1px solid #fff;
	margin: 5px 0;
	text-align: center;
}

#navigation {
	padding: 0;
	margin: 60px 0 0;
	list-style: none;
	float: left;
}

#navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#navigation a {
	background: #fff;
	float: left;
	padding: 0 4px;
	color: #222;
	text-decoration: none;
}

#navigation .active ul {
	font-weight: normal;
	padding: 0 0 0 20px;
}

#content {
	padding: 20px 0;
	overflow: auto;
	background: #fff url(../images/body.gif) left top repeat-x;
}

.box {
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	margin: 10px 0 0;
}

#main {
	float: left;
	width: 690px;
	margin: 10px 20px 30px 0;
}

#main_col1 {

	width: 360px;
	float: left;
	margin: 0 0 20px;
}

#pics {
	margin: 5px 0 0;
}

#pics img {
	cursor: pointer;
	margin: 4px 8px 0 0;
}

#main_col1 img {
	padding: 1px;
	border: 1px solid #c9c6c0;
}

#main_col2 {
	width: 310px;
	float: left;
	margin: 0 0 20px 20px;
}

.bold {
	font-weight: bold;
	padding: 0 25px 5px 0;
}

#main_other {
	clear: both;
}

#main_other ul, #list ul {
	margin: 0 -20px 0 0;
}

#list h2, #list span.h2 {
	line-height: 125%;
}

#main_other a, #list #content ul a {
	display: block;
	text-align: right;
	padding: 5px;
	margin: 0 0 5px;
}

#list #content ul a {
	padding: 5px 20px 5px 5px;
}

#main_other li {
	float: left;
	width: 335px;
	margin: 0 20px 0 0;
}

#list #content li {
	float: left;
	width: 313px;
	margin: 20px 20px 0 0;
}

#main_other li a, #list #content ul a  {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	text-align: left;
	height: 100px;
}

#main_other li a {
	height: 70px;
}

#main_other h3 {
	padding-right: 20px;
}

#main_other li a:hover, #list #content ul a:hover  {
	border-color: #afaaa0;
	opacity:0.9;
	background: url(../images/arr.gif) 300px 9px no-repeat;
}

#main_other li a:hover  {
	background-position: 317px 9px ;
}

#list #content a:hover h2, #list #content a:hover span.h2 {
	text-decoration: underline;
}

#main_other a img, #list #content ul a img {
	float: left;
	margin: 0 10px 40px 0;
	/*height: 40px;*/
}

#main_other a h3 {
	display: block;
	text-decoration: underline;
	margin: 3px 0;
	font-size: 120%;
}

#retailer_col {
	float: left;
	width: 270px;
	margin: 10px 0 0;
}

#footer {
	clear: both;
	background: #dbd9d2;
	color: #000;
}

#footer .wrapper {
	padding: 15px 0;
}

#footer .wrapper span {
	font-size: 90%;
}

.forms {
	position:relative;
	background: #ebe8e1;
}

.forms strong {
	position: absolute;
	top: 0;
	left: 0;
	float:left;
	line-height: 25px;
	padding: 0 6px;
	height: 25px;
	margin: 0 0 6px;
	cursor: pointer;
	color: #9e9789;
}

.forms .active {
	color: #484030;
}

.forms p {
	margin: 2px 0 3px;
}

.submit {
	background: none;
	width: auto;
}

.send_friend {
	left: 130px !important;
}

form {
	margin: 20px 0 5px;
}

#list form {
	float: right;
	margin: 0;
}

#search-cars  #send {
	width: auto !important;
}

#search-cars label {
	display: none;
}

.selects select {
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
}

#mail_frame {
	width: 269px !important;
	border: none !important;
	height: 120px !important;
	margin-top: 12px !important;
}

#location_switcher {
	position: absolute;
	top: 60px;
}
#location_switcher label {
	color: #fff;
	font-weight: bold;
	background: #28251F;
}
#location_switcher select {
	color: #fff;
	background: #28251F;
	border: 1px slid #CCCCCC;
}

.technical-realisation {
	font-size: 90%;
}

#mainImageFrame {
	width: 360px;
	height: 270px;
}

/* dfgdsffd */

#sheet-pdf {
	text-align: left !important;
}

#sheet-pdf a {
	padding: 12px 0 12px 38px !important;
	text-align: left !important;
	background: url(http://fzgsite.automarkt-24.biz/images/kunden/pdf_icon32x32.gif) top left no-repeat !important;
}
#lightboxbg, #infolightboxbg {
	position: absolute;
	top: 0;
	background: url(http://fzgsite.automarkt-24.biz/images/kunden/lightbox_bg.png) repeat;
	opacity: 0.9;
	filter: alpha(opacity=50) !important;
	left: 0;
	display: none;
	z-index: 10 !important;
}

#infolightbox {
	position: absolute;
	z-index:90 !important;
	text-align: center;
	padding: 10px !important;
	background: #fff url(http://fzgsite.automarkt-24.biz/images/kunden/ajax-loader.gif) center center no-repeat;
}

	#lightbox img {
		padding: 1px;
		border: none;
	}
	

