@charset 'utf-8';
/**
 * autotest.de Schwacke Theme
 *
 * Schwacke stylesheet for all output devices. 
 *
 * @copyright  Copyright 2010, Caroo GmbH
 * @link       http://autotest.de/
 * @version    1.0
 * @media      all
 */

@media all {
/* Styles for all media types */

/* @group Schwacke */
#container {
	color: #4a4a4a;
	background: #fff url('bg_gradient.png') repeat-x 0 0;
}
#header-inner {
	margin: 0 auto;
	color: #fff;
	background: transparent;
}
#wrapper {
	color: #4a4a4a;
	background: transparent url('bg_header.jpg') no-repeat 0 50px;
	margin: 0 auto;
	padding: 510px 0 0;
	width: 990px;
}
#content {
	color: #4a4a4a;
	background: #fff;
	float: none;
	display: block;
	width: 760px;
	padding: 0 215px 0 15px;
}
#tabs {
	width: 650px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 27px;
	right: 0;
}
#tabs #tabs-primary {
	margin: 0;
}
h1 {
	float: none;
	position: absolute;
	top: 30px;
	left: 15px;
	color: #fff;
	background: transparent url('bg_headline.png') no-repeat 0 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 606px;
	height: 56px;
}
h2 , h3 {
	font-weight: bold;
	color: #999;
	background: transparent;
	margin: 50px 0 10px;
}
#review-link {
	position: absolute;
	top: 375px;
	left: 30px;
}
#review-link a:link , #review-link a:visited ,
#review-link a:hover , #review-link a:focus , #review-link a:active {
	color: #fff;
	background: transparent url('btn_write_review.png') no-repeat right;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	width: 377px;
	height: 72px;
}
#coupon-link {
	position: absolute;
	top: 35px;
	right: 0;
}
#coupon-link a:link , #coupon-link a:visited ,
#coupon-link a:hover , #coupon-link a:focus , #coupon-link a:active {
	text-decoration: none;
	font-weight: normal;
	padding: 0 8px 0 0;
}
#coupon-link a:link , #coupon-link a:visited {
	color: #4a4a4a;
	background: transparent url('../../img/backgrounds/bg_arrow.gif') no-repeat right;
}
#coupon-link a:hover , #coupon-link a:focus , #coupon-link a:active {
	color: #222;
	background: transparent url('../../img/backgrounds/bg_arrow.gif') no-repeat right;
}
.separator {
	margin: 50px 0 10px;
}
/* @end */

}
