/* Basic Elements ---------------------------------------------------- */

* {
	padding: 0;
	margin: 0;	
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #EB7A00;
}

.clear {
    clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.styledInput {
	border: 0px;
	border-left: 1px solid #E4D7B4;
	border-right: 1px solid #E4D7B4;
	background-color: white;
	font-size: 10px;
	height: 14px;
	padding: 2px;
	color: #CBCBCB;
}

.form {
	border: 1px solid #CBCBCB;
	width: 180px;
}

.error{
	color: red;
}

textarea.form {
	height: 160px;
}

.styledButton {
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 19px;
	background: url('images/backgrounds/button.png') repeat-x;
	color: #4F4F4F;
	position: relative;
	top: 1px;
	padding: 0px 20px;
}

hr {
	clear: both;
	margin-bottom: 15px;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #D2D2D2;
}

hr.blue {
	border-bottom: 1px solid #206BAC;
}

a.blue{
	color: #206BAC !important;
}

select {
	color: #4F4F4F;
	width: 100%;
	display: block;
	margin: 10px 0px;
	font-size: 10px;
}

td select {
	margin: 0px;
}

.box .content a, .news a,
.littleNews a, p a, .link {
	font-weight: bold;
	color: #EB7A00;
}

.box .content a.blue.buendig {
	padding-left: 8px;
	background: url(images/backgrounds/bulletLineBlue.png) no-repeat top left;
	display: block;
	margin-top: 2px;
}

.blackLink {
	font-weight: normal !important;
	color: black !important;
	display: block;
}

.lightGray {
	color: #A8A8A8;
}

.italic {
	font-style: italic;
}

.blackLink.active {
	font-weight: bold !important;
}

.boxLink {
	font-weight: normal !important;
	color: #4F4F4F !important;
	display: block;
	line-height: 17px;
	float: right;
	text-align: center;
	margin-top: 5px;
	padding: 0px 10px;
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 17px;
	background: url('images/backgrounds/button.png') repeat-x;
}

#content .boxLink,
#boxes div.blueBox .boxLink,
#content .styledButton {
	background: url('images/backgrounds/blueButton.png') repeat-x;
	color: white !important;
	border: 1px solid #B5CEE2;
}

#content ul, #content div.news ol{
	padding-left: 25px ;	
	
}

table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

h1 {
	font-size: 13px;
	margin-bottom: 6px;
}

h1.homepage{
    color: #005CA6;
    border-bottom: 1px solid #005CA6;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

h2, h2 a, .news.article h2{
	font-size: 15px;
	color: #005CA6 !important;
	line-height: 1.3em;
}

.content.fullGallery h2{
    padding: 10px;
}

.news h2, .news h2 a {
	font-size: 12px;		
}

.news.highlight h2,.news.highlight h2 a {
	font-size: 14px;		
}

.news.highlight{
    padding-bottom: 10px;
}

h3 {
	font-size: 11px;
	color: #005CA6;
	margin-bottom: 6px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
}

p {
	margin: 10px 0px;
}

.smallText {
	font-size: 9px;
	vertical-align: middle !important;
}

.icons {
	margin: 10px 0 20px 0;
}

.iconsFloater {
	float: right;
	margin: 0 0 0 15px;
	position: relative;
	top: -10px;
	
}

.icons span{
	font-size: 10px;
}


.icons a {
    margin-right: 15px;
    padding-left: 18px;
    padding-bottom: 2px;
    font-size: 10px;
	float: left;
	color: #AAAAAA;
	font-weight: normal;
}

.icons a.images { background: url('images/iconImages.gif') no-repeat top left; }
.icons a.download {  background: url('http://www.autohaus.de/gfx/icons/downloads.gif') no-repeat top left; }
.icons a.video { background: url('images/iconVideo.gif') no-repeat top left; }
.icons a.print { background: url('images/iconPrint.gif') no-repeat top left; }
.icons a.tell { background: url('images/iconTell.gif') no-repeat top left; }
.icons a.newsletter { background: url('images/iconNewsletter.gif') no-repeat top left; }
.icons a.comment { background: url('images/iconComment.gif') no-repeat top left; }
.icons a.back { background: url('images/iconBack.gif') no-repeat top left; }

.icons a.heftabo {
	background: url(http://www.autohaus.de/gfx/icons/abo.gif) no-repeat top left;
}

.imageWrapper {
	float: left;
	width: auto;
	background-color: #F4EEE0;
	color: #4F4F4F;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageWrapper p {
	margin: 6px;
}

.imageWrapper img {
	float: none !important;
	margin: 0px !important;
}

.dateSpan {
	float: right;
	color: #4F4F4F;
}

.rectangleBox {
	position: relative;
	height: 250px;
	width: 300px;
}

#boxes .rectangleBox{
	height: auto;
}

.rectangleBox span {
	font-size: 8px;
	color: #BBBBBB;
	position: absolute;
	top: -11px;
	left: 0px;
}

.noPaddingRight {
	padding-right: 0px !important;
}

img.thumbnail.no-margin{
	margin: 0 !important;
}


/* Page Structure ---------------------------------------------------- */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #4F4F4F;	
}

#header {
	background-color: #005CA6;
	text-align: right;
	color: white;
	padding-right: 10px;
	position: relative;
	width: 940px;
}

#page {
	width: 950px;
	padding: 0px 30px;
}

#boxes {
    float: right;
    width: 300px;   
    padding-bottom: 20px;
}

#content {
    float: left;
    width: 620px;
	padding: 10px 0px 30px 0px;
}

#footer {
    position: relative;
    top: -18px;
    width: 620px;
	font-size: 10px;
}


/* Header ---------------------------------------------------- */

#logo {
	float: left;
}

#logo a {
	display: block;
  	text-indent: -9999px;
  	background: url('images/logo.gif') no-repeat top left;
	width: 558px;
	height: 85px;
}

#infonavi {
    list-style: none;
    height: 26px;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 370px;
}

#infonavi li {
    float: left;
	position: relative;
	top: 13px;
    padding: 0px 2px;
}

#infonavi a {
	color: white;
}

#infonavi .ivw {
	top: 0px;
	width: 26px;
}

#count {
	display: none;
}


/* Top Navi ---------------------------------------------------- */
#topNavi {
	position: relative;	
	width: 950px;
    height: 44px;
    background: #005CA6 url('images/bg_secondNavi.png') bottom repeat-x;
}

#topNavi li {
    float: left;
    line-height: 22px;  
	list-style: none;	
	width: 119px;
	text-align: center;
}

#topNavi li.naviimage {
    list-style: none;	
	width: 32px;
}

#topNavi li.normal.naviimage:hover{
	 background: none;
	 border: 0;
}

#topNavi .normal {
	background: url('images/backgrounds/topNavi.png') repeat-x;
}

#topNavi li.active,
#topNavi li.normal:hover {
	background: url('images/backgrounds/topNaviActive.png') repeat-x;
	border-left: 1px solid #E4D7B4;
}

#topNavi li a {
    color: white;
    font-size: 11px;
}

#topNavi .active a,
#topNavi li.normal:hover a {
    color: #4F4F4F;
	font-weight: bold;
    font-size: 11px;
}

#topNavi li ul {
    position: absolute;
    margin-top: 0px;
    left: 0px;
    display: none;
    list-style: none;
    height: 22px;
    width: 948px;
    top: 22px;
    background-color: #F2EBD9;
	border-left: 1px solid #E4D7B4;
	border-right: 1px solid #E4D7B4;
}
		
#topNavi li.active ul {		  
	display: block;	
}

#topNavi li:hover ul, 
#topNavi li.over ul { 
	display: block;
	z-index: 60;
}		

#topNavi a {    
    text-decoration: none;
}

#topNavi li ul li {    
    height: 22px;
    line-height: 22px;  
    width: auto;
}

#topNavi li ul li a:link,
#topNavi li ul li a:visited,
#topNavi li.active ul li a:link,
#topNavi li.active ul li a:visited,
#topNavi li.normal ul li a:link,
#topNavi li.normal ul li a:visited {
	width: auto !important;
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

#topNavi li ul li a:hover,
#topNavi li ul li a:active,
#topNavi li ul li a:focus,
#topNavi li.active ul li a:hover {		
	text-decoration: underline;	
}

#topNavi li ul li.subActive a {
	font-weight: bold !important;
}

#topNavi li.seperator {
	width: 1px;
	height: 22px;
	background: url('images/backgrounds/topNaviSeparator.png');
}

#topNavi span {
	color: white;
	line-height: 18px;
	float: right;
	padding-right: 10px;
}


/* Content ---------------------------------------------------- */

#content #breadcrumb{
    color: #C0C0C0;
	font-size: 9px;
	margin-bottom: 15px;
}

#content #breadcrumb a {
    color: #C0C0C0;
}

#content .floatLeft
{
	display: block;
	float: left;
	margin: 0.5em 15px 0.5em 0;
}

#content .floatRight
{
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 15px;
}

#content .box {
	width: 100%;
}

#content .box.left,
#content .box.right,
#content .news.left,
#content .news.right {
	width: 298px;
}

.news {
	margin-bottom: 15px;
}

.news hr {
	margin-bottom: 0px;
	margin-top: 15px;
}

.littleNews {
	float: left;
	width: 130px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.littleNewsEnd {
	margin-right: 00px;
}

.littleNews img {
	margin-bottom: 15px;
}

.box .content .thumbnail {
	margin-right: 23px;
}

.tableSpace td {
	padding: 5px;
	vertical-align: top;
}

.grayBox {
	background-color: #F2F6F9;
	padding: 5px;
	margin-bottom: 20px;
}

.captionLink {
	color: black;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -10px;
}

.itemCount {
	font-weight: normal;
}

.gwliste {
	border-collapse: separate;
	border-spacing: 15px;
}

.gwliste td {
	border-bottom: 1px solid #DBDCDE;
}

.gwliste tr td a img.left{
	height: 60px !important;
	width: 60px !important;
	display: block;
}


.article {
	margin: 30px 0px;
}

.article h4 {
	color: #66B717;
}

.article h5 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDCDE;
	color: #4F4F4F;
}

.copyright {
	color: #4F4F4F;
	font-size: 10px;
	margin-bottom: 40px;
}

.rueckblick td {
	padding-right: 5px;
}

.rueckblick hr {
	border-bottom-color: #66B717;
	margin-bottom: 0px;
}

.rueckblick td a.boxLink {
	margin-top: 0px;
}

.rueckrufTable td {
	padding-top: 2px;
}

.rueckrufBox {
	background-color: #FBF8F3;
	border-bottom: 1px solid #DBDBDD;
	padding: 15px;
	margin-bottom: 20px;
}

.rueckrufBox img {
	margin-right: 30px;
	float: left;
}

table.list th {
	width: 30%;
	text-align: left;
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

table.list td{	
	padding: 5px 0;
	vertical-align: top;
}

.content .howards {
	margin: 0px;
	float: left;
	width: 45%;
	list-style-image: url(images/backgrounds/bulletLine.png);
}

.content .howards li {
	margin: 1px;
	padding: 0px;
}


/* Gallery ---------------------------------------------------- */

.box .content .galleryActive {
	margin-right: 30px;
	margin-left: 10px;
}

.box .content .galleryActive img {
	margin: 0px;
}

.box .content .galleryThumb img {
	margin-bottom: 4px;
	float: left;
}

.box .content .galleryThumb {
	margin-bottom: 10px;
	float: right;
}

.box .content .galleryThumb img {
	float: none;
}

.videoThumb {
	padding-bottom: 17px;
	float: left;
	background: url('images/videoleiste.png') no-repeat bottom left;
}

.thumbTable{
	width: 130px;
	float: right;
}


/* Boxes ---------------------------------------------------- */

#searchBox {
	height: 44px;
	line-height: 44px;
	background-color: #F2EBD9;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
	border-left: 1px solid #E4D7B4;
	border-right: 1px solid #E4D7B4;
}

#searchBox .styledInput {
	text-align: center;
	width: 204px;
}

#searchBox .styledButton {
	width: 60px;
}

#boxes .rectangleBox {
	margin: 20px 0px;
}

.content ul {
	margin: 15px 0px;
	list-style: square;
}

.content ul li {
	margin-bottom: 15px;
	/*
	padding-left: 30px;	
	background: url('images/bullet.png') no-repeat left;
	list-style: none;
	*/
}

.checkedList ul li {
background:transparent url(images/bullet.png) no-repeat scroll left center;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
padding-left:30px;
}


/* Standard Box ---------------------------------------------------- */

.box,
#boxes div.blueBox {
	border: 1px solid #B5CEE2;
	margin-bottom: 15px;
	background-color: #E5EFF6;
}

.box .content,
#boxes div.blueBox .content {
	padding: 0 10px 6px 10px;
	font-size: 10px;
	color: black;
	clear: left;
}

.box h3,
#boxes div.blueBox h3 {
	font-size: 11px;
	padding: 0px 10px;
	background: url('images/backgrounds/blueBox.png') repeat-x;
	font-weight: bold;
	line-height: 31px;
	color: white;
}

#boxes .box {
	border-color: #E9DEC0;
	background-color: #F2EBD9;
}

#boxes .box h3 {
	background: url('images/backgrounds/beigeBox.png') repeat-x;
	color: #4F4F4F;
	font-weight: normal;
	height: 31px;
}

.box h3 img {
	float: right;
}

.box h3.darkHeader {
	background: url('images/backgrounds/orangeBox.png') repeat-x !important;
	font-weight: normal;
}

.box h3.slim {
	line-height: 25px;
}

.box h3 a {
	color: black;
}

.boxTabs {
	border-top-width: 0px;
}

.box .tabs {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0 !important;
}

.box .tabs li {
	display: block;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 24px;
	border-left: 1px solid #E6EFF6;
	background: url('images/backgrounds/blueBox.png') repeat-x;
}

.box .tabs li a {
	color: white;
}

.box .tabs li.activeTab {
	background: #E6EFF6;
}

.box .tabs li.activeTab a {
	color: #005AC6;
}

.box .tabs li.fillingTab {
	background: white;
	float: none;
	margin-right: -2px;
}

.box.boxTabs .content h4 {
	font-weight: bold;
}

.box .content h4,
#boxes div.blueBox .content h4 {
	font-size: 11px;
	font-weight: normal;
	color: #005AC6;
}

#boxes .content h4 {
	color: black;
}

.box .content img,
.news img,
.roundBox img{
	float: left;
	margin-right: 10px; 
	margin-bottom: 10px;
}

.box .contentWrapper {
	position: relative;
}

.adHeightHalf {
	height: 116px;
	overflow: hidden;
}

.adHeight {
	height: 248px;
	overflow: hidden;
}

.busyHeight {
	height: 190px;
	overflow: hidden;
}

.box .einkaufbox {
	min-height: 140px;
	background: #E5EFF6 url('images/backgrounds/einkauf.png') no-repeat bottom right;
}

.box .verkaufbox {
	min-height: 140px;
	background: #E5EFF6 url('images/backgrounds/verkauf.png') no-repeat bottom right;
}

.solidBox {
	border: 2px solid #F5EFE1;
}

.solidBox h3 {
	color: #4F4F4F;
	font-weight: normal;
	background: #FAF7EE;
	line-height: 21px;
	margin-bottom: 0px;
}

.solidBox .content {
	background: white;
	padding-top: 10px;
}


/* Footer ---------------------------------------------------- */

#footer a {
    color: black;
	font-weight: normal;
}

/* Mediacentrum Button & Popup */
#mediacentrumPopup {
	display: none;
	width: 160px;
	padding: 5px;
	border: 1px solid #000;
	position: absolute;
	left: 780px;
	top: 30px;			
	z-index: 500;
	background-color: #FFF;
}

#mediacentrumPopup a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
		
#visitenkarten img{
	margin: 0 10px 10px 0;
	border: 1px solid #C2C3C5;
}

#visitenkarten img.noleftmargin{
	margin-right: 0;
}

.spacertop{
	margin-top: 15px;
}

/* R�ckrufe */
#rueckrufTabelle{
	margin: 20px 0;
	width: 620px;
	border-bottom: 1px solid #206BAC;
}

#rueckrufTabelle th,
#rueckrufTabelle td{
 	text-align: left; 	
 	padding: 7px;
}

#rueckrufTabelle th{
	font-size: 11px;
	padding: 0px 10px;
	background: url('images/backgrounds/blueBox.png') repeat-x;
	font-weight: bold;
	line-height: 31px;
	color: white;
}

#rueckrufTabelle td{
	border-right: 1px solid #206BAC;
}

#rueckrufTabelle td a{
	color: #206BAC;
}

#jumplist{
	text-align: right;	
	padding: 10px 0;
	color: #000 !important;
}

#jumplist a{
	color: #000 !important;
}

.logomenu img{
	margin: 0 !important;
}

/* Neue Templates --------------------------- */
form.default table td select {
	margin: 0px;
	padding: 1px;
	width: 150px;
}

form.default table td .inputText-2Cols {
	width: 150px;
}

form.default table td.label {
	padding: 3px 10px;
}

form.default table {
	width: 100%;
}

form.default table td select.easy-select {
	width: auto;
	margin-right: 2px;
	display: inline;
}

#content .archivBoxWrapper {
	margin: 0 20px 20px 0;
	float: left;
	width: 135px;
}

#content .archivBoxWrapper h3 {
	font-size: 11px;
	margin-bottom: 5px;
}

#content .archivBoxWrapper .archivBox {
	width: 135px;
	padding: 0 0 5px 0;
	background: #F2EBD9;
}

#content a.archivButton {
	font-weight: normal !important;
	display: block;	
	text-align: center;
	border: 0px;			
	color: #4F4F4F !important;	
	line-height: 17px;
	padding: 0px 10px;
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 17px;
	background: url('images/backgrounds/button.png') repeat-x;
	
}

#content .archivBoxWrapper .archivBox a.archivButton {
	margin: 10px 23px;
}

.date-header {
	border-bottom: 1px solid #DBDCDE;
	height: 20px;
	line-height: 20px;
	margin: 10px 0pt;
}

.date-header a {
	color: black;
	float: right;
	position: relative;
	top: 2px;
}

img.leftfloater {	
	float: left;
	margin: 0 15px 15px 0;
}

img.rightfloater {	
	float: right;
	margin: 0 0 15px 15px;
}

.iconsHeader {
	float: right;
	margin: 1px 5px 0 0;
}

.iconsHeader  a {
	margin-right: 0;
}

.athlon .grayBox{
	background-color: #FAFAFA
}

.athlon h1,
.athlon h5,
.athlon .news h4{
	color: #1C1E69;
}

.athlon .news h4{
	font-size: 14px;
	font-weight: bold;
}

.athlon .news h2 a{
	font-size: 14px;
	color: #4F4F4F !important;	
}

.athlon a.more{
	color: #819DC2;
	background: url(/images/athlon/arrow.png) 0 3px no-repeat;
	padding-left: 7px;
	margin-left: 5px;
}

.athlon-box{
	margin-bottom: 20px;
	background: url(/images/athlon/bg_box.png) bottom left repeat-x;
	padding-bottom: 15px;
}

.athlon-box h5{
		height: 26px;
		line-height: 26px;
		background: url(/images/athlon/bg_headline.png) repeat-x;
		padding-left: 5px;
		margin-bottom: 5px;
}

.athlon-box ol{
		margin: 10px 30px;	
}

div.athlon-box.small,
div.athlon-box.small-nomargin{
	width: 190px !important;
	height: 150px;	
}


.athlon div.athlon-box.small h2 a,
.athlon div.athlon-box.small-nomargin h2 a{
	color: #424443 !important;
	font-size: 12px;
}

div.athlon-box.small{
	margin-right: 20px;
}

div.athlon-box img{
	margin-left: 15px;
}

#content table.rssTable {
	border-collapse:separate;
	width:100%;
	margin: 10px 0;
}

#content table.rssTable th, #content table.rssTable td {
	border-bottom:1px solid #CCCCCC !important;
	padding:5px 5px 5px 0;
	text-align:left;
	vertical-align:middle;
}

#content a.rssLink {
	background:transparent url(/images/icons/feed.png) no-repeat scroll right top;
	color:#C8CBCF;
	float:right;
	font-size:10px;
	line-height:14px;
	padding-right:20px;
}

#content .news span.teaser-marker{
	padding: 0 7px;
	font-size: 9px !important;
	color: #FFF;
	background: #EB7A00;
}

/****** Videos *****/
.sliderMask {
	position: relative;
	width: 510px;
	height: 100px;
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 15px;
	float: left;
	background-color: #E5EFF6 !important;
}

#previewContainer1 {
    left:0;
    position:relative;
    top:0;
    width:10000px;
}


#previewContainer1,
#previewContainer1 div {
	background-color: #E5EFF6 !important;
}

#previewContainer {
	left: 0;
}

#previewContainer1 p{
	padding: 0;
	margin: 0;
}



#previewContainer1 a{
	color: #000;
	font-weight: normal;
}

.sliderMask div {
	position: absolute;
	background-color: #E5EFF6 !important;
}
.sliderMask div div {
	position: relative;
	width: 150px;
	height: 100px;
	float: left;
	padding: 0 10px;
	background-color: #E5EFF6 !important;
}
.sliderMask div div img {
	margin-bottom: 5px;
}
.sliderButton {
	width: 55px;
	height: 110px;
	float: left;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #E5EFF6;
}
#sliderNext {
	background-image: url(/images/scrollerRight.png);
}
#sliderPrev {
	background-image: url(/images/scrollerLeft.png);
}

.video-box-list{
	float: left; 
	width: 150px;
	margin: 0 15px;
}

.box .video-box-list a {
	color: #4F4F4F;
	font-weight: normal;
}

.seven-days, .archiv-link{
	text-align: right;
	padding-right: 10px;
	margin: 20px 0;	
}

#content .seven-days-list{
	padding: 0;
	margin: 10px 0 20px 0;
	list-style: none;
}

.seven-days-list li{
	padding: 0 0 3px 0;
	margin: 0;
	color: #005CA6
}

.seven-days-list li a{
	color: #005CA6
}

.seven-days-list li a:hover{
	color: #EB7A00;
}

.image-box{
	margin-bottom:15px;
}


/* Votebox */

#votebox #submitBtn {
	font-size:10px;
	background: url(images/backgrounds/blueButton.png) repeat-x;
	border: 1px solid #B5CEE2;
	color: white !important;
	padding: 0 10px;
}

#votebox label {
	display: block;
	margin: 5px 0 0 20px;
	position: relative;
}

#votebox label input {
	position: absolute;
	top: 2px;
	left: -20px;
}

#votebox ul {
	list-style: none;
}

.answerRectangle {
	height: 15px;
	margin: 3px;
	background-color: #EB7A00;
}

#voteArchive li a {
	color: black;
}

table.blue-table{
	border-left: 1px solid #206BAC;
	border-top: 1px solid #206BAC;
	margin-top: 10px;
}

table.blue-table th{
	background:transparent url(http://www.gw-trends.de/images/backgrounds/blueBox.png) repeat-x 0 0;
	color: #FFF;	
	padding: 5px;
	border-right: 1px solid #206BAC;
}

table.blue-table td{
	padding: 5px;
	border-right: 1px solid #206BAC;
	border-bottom: 1px solid #206BAC;
}

tr.blue-stripe{
	background-color: #E5EFF6;
}

table.orange-table{
	border-left: 1px solid #EB7A00;
	border-top: 1px solid #EB7A00;
	margin-top: 10px;
}

table.orange-table th{
	background:transparent url(http://www.gw-trends.de/images/backgrounds/orangeBox.png) repeat-x 0 0;
	color: #4F4F4F;	
	border-right: 1px solid #EB7A00;
	padding: 5px;
}

table.orange-table td{
	padding: 5px;
	border-right: 1px solid #EB7A00;
	border-bottom: 1px solid #EB7A00;
}

tr.orange-stripe{
	background-color: #F2EBD9;
}

table.highscore{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 10px;
	background-color: #DCE5EE;
}

table.highscore td,
table.highscore th{
    text-align: left;
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Dashboard */
#content.dashboard {
	background-color: #2F3639;
	margin-top: 20px;
	color: #fcfcf8;
	padding: 0;
}
.dashboard h1 {
	background-color: #005BA7;
	color: white;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 7px;
}
.dashboardPadding {
	padding: 0 10px 10px 10px;
}
.dashboard form#themenauswahl {
	border: 1px solid #626A6E;
	border-width: 1px 0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.dashboard form#themenauswahl div.clear {
	border-bottom: 1px solid #626A6E;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dashboard form#themenauswahl input.right {
	margin-top: 20px;
}
.dashboard div.themenblock {
	width: 129px;
	padding: 0 10px;
	border-right: 1px solid #626A6E;
	float: left;
}
.dashboard div.themenblock.last {
	border-right: 0;
}
.dashboard div.themenblock input,
.dashboard div.themenblock .dashCheck {
	display: block;
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
}
.dashboard div.themenblock label {
	display: block;
	margin-bottom: 5px;
}
.dashboard #themenswitcher {
	font-weight: bold;
	cursor: pointer;
}
.dashboard .themenblock label.top {
	font-weight: bold;
	text-transform: uppercase;
}
.dashCheck {
	width: 10px;
	height: 10px;
	background: url(../images/dashboardCheckbox.png) bottom;
}
.dashCheck.checked {
	background: url(../images/dashboardCheckbox.png) top;
}

#content.dashboard div.left {
	margin-right: 0;
}
.dashboard .roundBox {
	width: 295px;
	margin-bottom: 10px;
}

.dashboard .roundBox a{
    color: #1A1A18;
}

.dashboard .roundBox .head {
	background: url(../images/dashboardBox.png) top;
	height: 32px;
	padding: 3px 6px 0 6px;
}
#content.dashboard .roundBox .head h2 {
	font-size: 12px;
	text-transform: uppercase;
    color: #FFF !important;
    font-weight: bold;
}
#content.dashboard .roundBox .head h3 {
	font-size: 12px;
	font-weight: normal;
    color: #FFF;
}
.dashboard .roundBox .bottom {
	background: url(../images/dashboardBox.png) bottom;
	padding-bottom: 5px;
}
.dashboard .roundBox .content {
	background-color: white;
	padding: 10px 10px 0 10px;
	border: 1px solid #B1B8BC;
	border-width: 0 1px;
}
#content.dashboard .roundBox ul.dashList,
#content.dashboard .roundBox ul.dateList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content.dashboard .roundBox ul.dashList li {
	border-bottom: 1px dotted #cdd3d7;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background: url(../images/dashboardArrow.png) no-repeat center left;
	padding-left: 6px;
}
#content.dashboard .roundBox hr {
	background: none;
	border-top: 1px dotted #cdd3d7;
	clear: none;
	margin-bottom: 0;
	height: 1px;
	border-bottom: 0;
}

#content.dashboard .roundBox ul.dashList li.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content.dashboard .roundBox ul.dateList > li {
	background: url(../images/dashboardDate.png) no-repeat top left;
	position: relative;
}
#content.dashboard .roundBox ul.dateList ul {
	margin-left: 30px;
}
#content.dashboard .roundBox ul.dateList ul li {
	border-bottom: 0;
}
#content.dashboard .roundBox ul.dateList span {
	position: absolute;
	font-size: 10px;
}
#content.dashboard .roundBox ul.dateList span.month {
	color: black;
	font-weight: bold;
	left: 3px;
	top: 0px;
	text-transform: uppercase;
}
#content.dashboard .roundBox ul.dateList span.year {
	position: absolute;
	left: 1px;
	top: 11px;
}

#dash-prev-btn-anmelden{
	position: absolute;
	left: 485px;
	top: 20px;
}

#dash-prev-btn-registrieren{
	position: absolute;
	left: 153px;
	top: 20px;
}

#content h1.dash-prev{
	font-size: 16px;
	margin: 10px 0;
}

#content p.dash-prev{
	margin-bottom: 10px;
}

/*-newservicenavi-------------------------------------------------*/
#newservicenavi{
    background:  #fff;
    border: 1px solid #CFD0D0;    
}

#newservicenavi ul {
    float: right;
    list-style: none;
}

#newservicenavi ul li{
    float: left;
    padding: 3px 7px;
    color: #A0A0A0;
    font-size: 10px;
    
}

#newservicenavi ul li a{  
    color: #A0A0A0;
    font-size: 10px;
 
}

#newservicenavi ul li.logout,
#newservicenavi ul li.register,
#newservicenavi ul li.login{
    background: url('../images/bg_cas_button.png') no-repeat;
}

#newservicenavi ul li.myautohaus{
    background: url('../images/bg_my_autohaus.png');
}

#newservicenavi ul li.login a{
    background: url('../images/bg_schloss.png') no-repeat;
    padding-left:  10px;
}

#newservicenavi ul li.login a:hover,
#newservicenavi ul li.login a:active{
    color: #C90420;
}


#newservicenavi ul li.myautohaus a{
    color: #FFF;
    font-weight: bold;
}

#newservicenavi .clear{
    height: 0;
    clear: both;
    visibility: hidden;  
    line-height:0;
    font-size: 0;  
}

form#recht_dash{
    margin: 0;
    padding: 0;
}

form#recht_dash select{
    margin: 0;
}

.roundBox #dash-video img{
    float:none;
    margin:0;
} 

#newservicenavi #date{
    float: left;
    padding: 2px 0 0 10px;
    color: #A0A0A0;
    font-size: 11px;
}

#loginStatus{
    float: right;
    margin-top: 50px;
    padding-right: 10px;
    color: #FFF;
    font-size: 11px;
}

#ivw{
    position: absolute;
    left: 890px;
    top: 10px;
}

.clickBox {
	display: none;
	height: 120px;
}

.clickBox h2 a{
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #000 !important;
}

.clickBox h2 a span{
    color: #4F4F4F;
    font-weight: normal;
}

.clickBox p{    
    margin: 0;
    padding: 0;
    color: #000;
}

.clickBox{
    border-bottom: 1px dotted #CDD3D7;
}

.imgCropper {
	width: 60px;
	height: 60px;
	overflow: hidden !important;
	float: left;
	margin-right: 8px;
}
.imgCropper img {
	height: 60px;
}
.clickChanger a.miniNav {
	display: block;
	float: right;
	height: 13px;
	width: 17px;
	color: white;
	background: url(/images/background_pagination.png) right;
	margin-top: 8px;
	line-height: 13px;
	padding-left: 3px;
	margin-left: 8px;
}
.clickChanger a.active {
	background: url(/images/background_pagination.png) left;
}

.content.clickChanger{
    height: 145px;
}


#skyscraper {
	position: absolute;
	top: 90px;
	left: 985px;
	width: 160px;
	height: 600px;
}

#superbanner {
	width: 728px;
	margin: 0 0 0 221px;
}

/* addthis */
.xingNextToIcons {
    float: right;
    width: 20px;
}

#content .article .nextToIcons{
    float: right;
    width: 118px;
}

#content .article .nextToIcons a{
   color: #000;
}

/* Jahresabo */
#jahresabo .abo-type{
	vertical-align: top;
	padding-bottom: 10px;
}

#jahresabo sup{	
	font-size: 8px;
}

#jahresabo .highlight-intro{
	background-color: #F2EBD9;
    border: 1px solid #E9DEC0;
    padding: 0 10px;
}


#jahresabo .teaser-box{
	margin: 30px 0;
} 

#jahresabo .teaser-box h3{
	color: #000;
	font-size: 14px;
}

#jahresabo .teaser-box img{
	display: block;
	margin: 10px 0;
}

#jahresabo .teaser-box div{
	width: 300px;
}

#jahresabo .abo-type label{
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
}

#jahresabo .form-table-spacer{
	width: 20px;
}

#jahresabo p.orange{
	color: #EB7A00;
    font-weight: bold;
    font-size: 16px;
}

#jahresabo p.small{
    font-size: 10px;
}

/* BEGIN newsletter */

div.sidebarNewsletter {
	background: #E5F0F6;
	padding-bottom: 12px;
	margin-bottom: 12px;
	position: relative;
}

div.sidebarNewsletter div.line {
	display: block;
	width: 300px;
	height: 1px;
	border-bottom: 1px solid #AFB3B6;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
}

div.sidebarNewsletter h4 {
	color: #125BA7;
	font-size: 14px;
	font-weight: bold;
}

div.sidebarNewsletter p {
	font-weight: bold;
	color: #67686A;
	font-size: 12px;
}

div.sidebarNewsletter span.img {
	background: url(/images/newsletter_sidebar.png) no-repeat;
	display: block;
	width: 99px;
	height: 95px;
	top: -4px;
	left: 10px;	
	z-index: 2;
	position: absolute;
}

div.sidebarNewsletter div.header {
	padding-top: 12px;
	margin-left: 120px;
}

div.sidebarNewsletter div.text {
	color: #67686A;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 40px;
	padding-bottom: 12px;
}

div.newsletter.text a.signin,
div.sidebarNewsletter a {
	background: url(/images/button_gw-trends_jetzt-anmelden.png) no-repeat;
	display: inline-block;
	width: 120px;
	height: 24px;
}

div.sidebarNewsletter a {
	margin-left: 160px;
}

.redteaser_withgreytail {
	background-color:#E5F0F6;
	height:15px;
}

.redteaser_withgreytail h1 {
    font-size: 18px;
    color:#E87B00;
    background-color:white;
    float:left;
    padding-right:5px;
    margin-top:-4px;
    text-transform:uppercase;
}

.redteaser_withgreytail h1 a{
	color:#E87B00;
}

div.newsletter.img {
	width: 185px;
	float: left;
	margin-right: 40px;
}

div.newsletter img.indent {
	margin-left: 16px;
}

div.newsletter.text {
	color: #67686A;
	padding-top: 20px;
}

div.newsletter.text h1 {
	color: #000;
	padding: 0;
}

div.newsletter.text h2 {
	margin-bottom: 20px;
	font-size: 12px;
}

div.newsletter.text li {
	margin-bottom: 16px;
}

div.newsletter.text + hr {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}

div.newsletter.text ul {
	list-style-type: none !important;
}

div.newsletter.text span.count1, div.newsletter.text span.count2 {
	background: url(/images/newsletter_count1.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

div.newsletter.text span.count2 {
	background: url(/images/newsletter_count2.png) no-repeat;
}

.newsletterFormWrapper .success{
	font-size: 14px;
	padding: 0 16px;
}

.newsletterFormWrapper {
	margin-top: 24px;
	padding-bottom: 10px;
	padding-right: 20px;
	background: #E5F0F6;
}

.newsletterFormWrapper .error {
	display: block;
	margin-bottom: 4px;
}

.newsletterForm div.left,
.newsletterForm div.leftmerged {
	display: inline-block;
	padding-left: 140px;
	margin-bottom: 20px;
}

.newsletterForm div.left.merged div {
	display: inline-block;
	width: 400px;
	margin-top: -16px;
	margin-left: 40px;
}

.newsletterForm div.left {
	width: 100px;
}

.newsletterForm div.right {
	width: 320px;
}

.newsletterForm div.right input[type=text] {
	width: 200px;
}

#submitButtonNewsletter {
	background: url(/images/button_gw-trends.png) no-repeat;
	display: inline-block;
	width: 160px;
	height: 24px;
}

div.newsletter.widerruf {
	padding: 40px 16px 20px 16px;
}

div.newsletter.widerruf hr {
	border-bottom: 1px solid white;
}

/* END newsletter */
