/*-Structure-------------------------------------------------*/
#page{
	width: 951px;
	margin: 0 0 0 13px;
	padding: 0 0 0 10px;
	background-color: #fff;
}

#header{
	height: 134px;
	position: relative;
    clear: both;
}

#mainframe{
	width: 951px;
	clear: both;
	background-color: #FFF;
}

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

#content.wide{
	width: 950px;
}

#count{
	height: 1px;
}


/*-Basic Elements-------------------------------------------------*/
*{
	padding: 0;
	margin: 0;
}

body{
	font-family: verdana;
	font-size: 11px;
}


img{
	border: 0;
}

a{
	text-decoration: none;
}

td,th{
	vertical-align: top;
}

option{
	margin-right: 5px;
}

caption {
    font-size: 14px;
    font-weight:bold;
    padding-left:10px;
	margin-bottom: 10px;
	text-align:left;
}

h2{
	font-size: 14px;
}


h4{
	font-size: 12px;
}

hr{
	height: 1px;
	border: 0;
	margin: 10px 0;
	background: silver;
	color: silver;
	padding: 0;
}

/*-Basic Classes-------------------------------------------------*/

.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }

.leftfloater { float:left; }
.rightfloater,
.teaser img.rightfloater
 {
 	float:right;
	margin-right: 0;

 }



.rightspacer{
	margin-right: 20px;
}

.nomargin{
	margin: 0 !important;
}

.leftspacer{
	margin-left: 20px;
}

.spacertop{
	margin-top: 10px;
}

.big-spacertop{
	margin-top: 20px;
}

.normalweight{
	font-weight: normal;
}


.bold {font-weight:bold;}

.dottedLine {
   	clear: both;
    height: 1px;
    line-height: 1px;
}

.redLine{
	height: 3px;
	line-height: 3px;
}


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

.clear{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}


.noList{
 	 list-style: none;
 	 margin-left: 0 !important;
 	 padding-left: 0 !important;
 }

 .noList li{
 	 margin-left: 0 !important;
 	 padding-left: 0;
 }

.normal,
 a.normal:link,
 a.normal{
     font-weight:normal !important;
 }

 a.normal:hover,
 a.normal:active {
     font-weight:bold !important;
 }

a.bigLink,
a.bigLink:link,
a.bigLink:visited,
a.bigLink:hover{
	font-size: 12px;
}

.home-box-height .boxBody{
	height: 80px;
}

.video-box-height .boxBody{
	height: 110px;
}


.zeitschriftsHighlight{
	padding: 10px;
	margin-bottom: 20px;
}



/*-Header Elements-------------------------------------------------*/
#logo a {
	margin: 2px 10px 1px 10px;
	float: left;
	display:block;
  	width: 207px;
  	height: 86px;
  	text-indent: -9999px;
}


#infonavi{
    list-style:none;
    float:right;
    height: 26px;
    padding: 12px 2px 0 0;
    margin: 5px 10px 0 0;
}

#infonavi li{
    float:left;
    padding: 0 12px 0 7px;
}


#infonavi a{
	text-decoration: none;
	font-size: 10px;
}

/* Navigation oben */
#topNavi{
	margin-top: 0;
	clear: both;
	position: relative;
	top: 0;
	width: 951px;
	height: 46px;
	list-style: none;
}

#topNavi li{
    float:left;
    height: 23px;
    line-height: 23px;
}

#topNavi li ul {
    position: absolute;
    margin-top: 0px;
    left: 0;
    display:none;
    width: 951px;
    list-style: none;
    height: 20px;
}

#topNavi a.topn:link,
#topNavi a.topn:visited {
	font-size: 11px;
    display: block;
    width: 118px;
    height: 23px;
    line-height:23px;
    text-align:center;
}

#topNavi li a:hover,
#topNavi li a:active,
#topNavi li a:focus,
#topNavi li.active a:link,
#topNavi li.active a:visited{
	font-weight: bold;
}



#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.active ul {
    display:block;
}


#topNavi li ul li{
    height: 20px;
    line-height: 20px;
}

#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{
		width: auto !important;
		display:block;
		font-weight: normal;
		padding: 0 2px;
		font-size: 10px;
}

#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{
		font-weight: bold;
}


/*-Content-------------------------------------------------*/
#breadcrump{
	margin-bottom: 10px;
	font-size: 10px;
}

#content #breadcrumb a{
	font-weight: normal;
	font-size: 10px;
}

#content #breadcrumb h1{
	font-weight: bold;
	font-size: 10px;
	display: inline;
}

#content a.more{
	 padding-left: 15px;
	 font-weight: bold;
}

#content ul{
	list-style: square;
	margin: 5px auto;
	padding-left: 25px;
}

#content ol{
	margin: 5px auto;
	padding-left: 25px;
}


#content p{
    padding: 0 0 10px 0;
    font-size: 11px;
}

.highlight{
	padding: 10px 0 20px 0;
	width: 620px;
}

.highlight p{
	font-size: 11px !important;
}

.highlight img,
.teaser img,
.news img,
.akademie-sponsoren img,
.akademie-sponsoren h3{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.news img{
	float: left;
	margin-right: 10px;
}


.highlight h2 a{
	font-size: 15px;
	font-weight: bold;
}

.highlight h2{
  margin-bottom: 10px;
}

/*
.highlight h3{
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px dotted #59595A;
	margin: 10px 0;
}
*/

.highlight h3{
	font-size: 11px;
	font-weight: normal;
}

.teaser{
	padding: 0;
	width: 620px;
	padding: 0 0 12px 0;
}

.half-sized-box .teaser{
	width: 280px;
}

.full-sized-box .teaser{
	width: 580px;
}

.double-box td{
	width: 278px;
	padding: 10px 11px;
}

.double-box th{
 	text-align: left;
 }

td.double-box-spacer,
#content th.double-box-spacer{
	width: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#content .double-box td ul{
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }



#content .teaser p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.icons{
	height: 13px;
	line-height: 13px;
	text-align: right;
	position: relative;
	top: 5px;
}

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

.icons a{
	padding-right: 3px;
}

.icons a.bilder{
	padding-left: 18px;
}

.icons a.downloads{
	padding-left: 13px;
}

.icons a.kommentare{
	padding-left: 15px;
}

.icons a.video{
	padding-left: 22px;
}

.icons a.umfrage{
	padding-left: 18px;
}


.teaser h2,
.news h2{
	font-size: 12px;
	font-weight: bold;
}

.teaser h3{
	font-size: 10px;
	font-weight: normal;
}

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

.boxRectangleContent{
	padding: 15px 0 13px 0;
	float: left;
}
.boxRectangleContentRight {
	float: right;
}
#skyscraper {
	position: absolute;
	top: 90px;
	left: 979px;
	width: 160px;
	height: 600px;
}
#superbanner {
	width: 728px;
	padding: 0 0 0 246px;
}

.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;
}

#howards-home ul{
	width: 300px;
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}

#howards-home{
	width: 620px;
	margin: 8px 0;
	padding: 0 0 10px 0;
}


#howards-home ul li{
	padding: 0 0 2px 25px;
}

#howards-home ul li a{
	font-size: 9px;
}

#howards-home .howards-header h3{
	font-size: 11px;
	color: #000
}

#howards-home .howards-header h4 a{
	float: right;
	font-size: 11px;
	color: #000
}

.howards-header{
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.akademie-sponsoren{
	padding: 10px 0;
}

.akademie-sponsoren h3{
	font-size: 10px;
}

.article{
	min-height: 400px;
}

.article h1{
	font-size: 14px;
	padding-bottom: 10px;
}

.article h3{
	font-size: 13px;	
}


h1.newH1{
    font-size: 14px;
    border-bottom: 1px solid #A0A0A0;
    margin: 10px 0;
    padding-bottom: 2px;
 }

#content h5{
	font-size: 13px;
	padding: 10px 0;
}

.article h1 cite{
	font-size: 9px;
	padding-left: 10px;
	font-weight: normal;
}

#content .article h5 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom:1px dotted #59595A;
	color: #000;
}

.dateSpan {
	float: right;
	color: #000;
}

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

#content .article .iconsHeader a {
    padding-left: 17px;
    padding-bottom: 2px;
    font-size: 10px;
	font-weight: normal;
}

#content .article .iconsHeader a.kommentare {
	padding-right: 5px;
}


#content .article .iconsHeader {
	float: right;
	margin: 1px 0 0 0;
	width: 130px;
	text-align: right;
}

.xingNextToIcons {
    float: right;
    width: 20px;
}

.date-header{
	width: 620px;
	border-bottom: 1px dotted #59595A;
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
}

.date-header h3{
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.date-header span{
	float: right;
}

#aktionsform dl,.article dl{
	padding: 0;
	margin: 0 10px 10px 0;
     float: left;
}

.article dd{
    text-align: left;
     font-size: 9px;
     padding: 10px;
     margin: 0;
 }

.article p a{
	font-style: normal;
	font-weight: bold;
}
dl.image {
	float:left;
	background: #f6f6f6;
	padding: 4px;
}
dl.image dd, dl.image dt {
	text-align:center;
}

.verlaufbox_content .spacertop {
	margin: 10px 0 0 0;
}

.verlaufbox_content .teaser h3{
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.verlaufbox_content .spacerbottom {
	padding: 0 0 10px 0;
}

.verlaufbox_content dl {
	clear:both;
	float:none;
	margin: 10px 0 0 0;
}
.verlaufbox_content dt {
	color:#000;
	font-weight:bold;
}
.verlaufbox_content dd {
	margin: 0;
	padding: 0;
	background:none;
}
#serviceMenu{
	width: 620px;
}

#serviceMenu td a{
	height: 13px;
	line-height:13px;
	font-size: 10px;
	display: block;
}

#serviceMenu a.zurueck{
	padding-left: 15px;
}

#serviceMenu a.kommentare{
	padding-left: 15px;
	background: url('../gfx/icons/forum.gif') no-repeat top left #FFF;
}

#serviceMenu a.empfehlen{
	padding-left: 17px;
	background: url('../gfx/icons/empfehlen.gif') no-repeat #FFF;
}

#serviceMenu a.drucken {
	padding-left: 17px;
	background: url('../gfx/icons/drucken.gif') no-repeat #FFF;
}

#serviceMenu a.newsletter{
	padding-left: 17px;
	background: url('../gfx/icons/newsletter.gif') no-repeat #FFF;
}

.iconsHeader a.kommentare{
	background: url('../gfx/icons/forum.gif') no-repeat top left #FFF;
}

.iconsHeader a.empfehlen{
	background: url('../gfx/icons/empfehlen.gif') no-repeat #FFF;
}

.iconsHeader a.drucken {
	background: url('../gfx/icons/drucken.gif') no-repeat #FFF;
}


.iconsHeader a.newsletter{
	background: url('../gfx/icons/newsletter.gif') no-repeat #FFF;
}

#serviceMenu a.heftabo{
	padding-left: 17px;
}


#nextToRectangleContent {
	float: left;
	width: 300px;
	padding: 15px 0 0 20px;
}
#nextToRectangleContentLeft {
	float: left;
	width: 300px;
	padding: 15px 20px 0 0;
}

#automobilbox{
	width: 300px;
	height: 101px;
	clear: both;
}

#stellenmarktbox{
	width: 300px;
	padding-top: 3px;
	height: 112px;
	clear: both;
}



.tabs {
	float: left;
	width: 300px;
	height: 18px;
    line-height: 18px;
}
.tabs_big {
	clear:both;
	width: 622px;
	float:none;
}


#content .tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs li {
    display: inline;
    margin:0;
    padding:0;
 }

 .tabs a {
    float:left;
    background:url("../gfx/backgrounds/bg_reiter_smallbox_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    height: 18px;
    line-height: 18px;
 }


 .tabs a span, .tabs a.nonactivetab span {
      float:left !important;
      display:block;
      background:url("../gfx/backgrounds/bg_reiter_smallbox_right.gif") no-repeat right top;
      padding: 0 15px 0 6px;
      color: #707072;
      height: 18px;
      line-height: 18px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {
	float: none;
}

/* End IE5-Mac hack */
.tabs a:hover span
.tabs a.activetab span {
      color: #000;
}

.tabs a:hover,
.tabs a.activetab {
      background-position:0% -18px;
}

.tabs a:hover span,
.tabs a.activetab span {
      background-position:100% -18px;
}

.verlaufbox {
	width: 622px;
	background: url(../gfx/backgrounds/bg_verlaufbox.gif) repeat-y top left;
}
.verlaufbox_half {
	width: 300px;
	background: url(../gfx/backgrounds/bg_verlaufbox_half.gif) repeat-y top left;
}

.verlaufbox div.verlaufbox_content{
	padding: 10px;
}

#content #nextToRectangleContent div.verlaufbox_half{
	margin: 0;
	padding: 0;
	height: 232px;
	clear: both;
}

#content #nextToRectangleContent div.verlaufbox_half div.verlaufbox_content {
	padding: 10px;
	height: 212px;
}


.bildunterschrift {
     margin: 5px 20px 0 20px;
 }

.half-sized-box{
 	width: 300px;
 }

 .full-sized-box{
 	width: 620px;
 }




 #content .half-sized-box p,
  #content .full-sized-box p{
	font-size: 9px;
}

.newsletter-table td{
	padding: 4px 0;

}

.copy{
	font-size: 9px;
	margin: 20px 0 10px 0;
}

#content .copyright{
	font-size: 9px;
	font-style: italic;
}

#jumplist{
	width: 600px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
}

.oneImageBox{
	background: #E5E9ED;
	float: left;
	margin: 0 15px 15px 0;
}


.oneImageBox p{
	font-size: 9px;
	padding: 3px;
	margin: 0;
}


.boxBlueList{
  list-style: none;
 }

.boxBlueList li{
 	padding: 10px 15px;
 }

.downloadList{
 	 list-style: none;
 }


.downloadList li{
 	padding: 3px 0 3px 12px;
 }

.downloadList li a{
 	font-weight: normal !important;
 }

 /* Bilder Galerie */

#picture-galery-top{
	height: 6px;
	line-height: 6px;
	padding: 0;
	font-size: 2px;
	margin: 20px 0 0 0;
	width: 620px;
}

#picture-galery-main{
	width: 620px;
	clear: both;
	padding: 0;
}

#picture-galery-main h2{
	font-size: 11px;
	padding: 10px 30px;
}

.picture-galery-active{
	width: 400px;
	padding: 0 30px 0 30px;
	text-align: center;
}


#picture-galery-main .picture-galery-active p{
	width: 400px;
	padding: 5px;
	font-size: 9px;
	text-align: left;
}

#picture-galery-bottom{
	width: 620px;
	clear: both;
	height: 33px;
	line-height: 33px;
	margin: 0 0 20px 0;
}

.picture-galery-goleft{
	margin-left: 30px;
	font-size: 10px;
	padding-left: 15px;
}

.picture-galery-counter{
	width: 300px;
	text-align: center;
	font-size: 10px;
}

.picture-galery-goright{
	margin-right: 30px;
	font-size: 10px;
	padding-right: 15px;
}

.galery-selector{
	margin-top: 4px;
	font-size: 9px !important;
}

.galery-box-list{
	float: left;
	width: 130px;
	margin: 0 15px 0 3px;
}

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

.video-sroller-preview{
	width: 150px;
	position: relative;
}

.video-box-list .play-button{
	position: absolute;
	left: 59px;
	top: 17px;
	z-index: 150;
}


.video-sroller-preview .play-button{
	position: absolute;
	left: 65px;
	top: 17px;
	z-index: 150;
}

.galyery-box-list a {
	display: block;
}

.video-box{
	width: 280px;
}

.video-box-left{
	width: 130px;
	float: left;
	height: 112px;
}

.video-box-right{
	width: 133px;
	float: right;
	height: 112px;
}

.video-box-right img,.rueckfruf-box img{
	display: block;
	float: left;
	margin-right: 10px;
}

.video-box-right ul{
	padding-top: 2px;
}

.rueckfruf-box{
	width: 130px;
	float: left;
	margin-right: 10px;
}

.galery-box-small-list{
	float: left;
	width: 60px;
	margin: 0 7px 0 3px;
	position: relative;
}

.galery-box-small-list .play-arrow{
	position: absolute;
	left: 14px;
	top: 14px;
}

.galery-box-list p{
	margin-top: 5px;
}

.galery-box-list p a{
	font-size: 9px;
}

.movie-image{
	padding-bottom: 16px;
}

/* Formular default */
form.default table{
    width: 585px;
}

form.default .label{
	width: 82px;
	font-size: 11px;
}

form.default .label sup, form.default .labelwide sup{
	font-size: 9px;
}

form.default .labelwide{
	font-size: 11px;
	color: #000;
}

form.default .formelement{
	width: 195px;
}

.form-table-spacer{
	width: 1px;
}

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

.inputSelect{
	font-size: 11px;
	width: 300px;
}

.inputSelect-2Cols{
	font-size: 11px;
	width: 180px;
}

.easy-select{
	font-size: 11px;
}

.easy-textarea{
	font-size: 11px;
	width: 583px;
	height: 150px;
}

.inputText{
	font-size: 11px;
	width: 290px;
	padding: 2px 5px;
}

.inputText-2Cols{
	font-size: 11px;
	width: 180px;
	padding: 2px 0;
}

.inputTextarea-2Cols{
	font-size: 11px;
	width: 180px;
	height: 120px;
}

label.cellstyle {
	display:block;
	width:150px;
	float:left;
}
form p {
	clear:both;
}

.error{
	color: red;
}

div.serviceButtons {
    clear:both;
    padding: 15px 0;
    width: 465px;
}

div.serviceButtons a:link,
div.serviceButtons a:visited,
a.serviceButton {
    display:block;
    font-weight: normal !important;
    line-height:21px;
    height: 21px;
    width: 107px;
    float:left;
    text-align:center;
    margin-right: 5px;
    font-size: 10px;
}





a.genericButton {
    display:block;
    font-weight: normal !important;
    line-height:21px;
    height: 21px;
    width: 107px;
    text-align:center;
    font-size: 10px;
}

.submitButton{
 	font-weight: normal;
    line-height:21px;
    height: 21px;
    width: 107px;
    text-align:center;
    font-size: 10px;
}

.downloadtable {
	margin-top: 20px;
	width: 620px;
}

.downloadtable th{
	padding: 0 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle !important;
	line-height: 24px;
	height: 24px;
}

.downloadtable td{
	padding: 5px;
	font-size: 11px;
	vertical-align: middle !important;
	color: #757678;
}

.downloadtable .downloadtable-pdf{
	padding-left: 25px;
}
.downloadtable-aufrisse{
	width:100px;
}
.downloadtable-price{
	width: 50px;
}
.downloadtable-buttom{
}

table.spaced td {
     padding: 3px 10px;
     font-size:11px;
 }


#navkarriere ul{
	margin : 0;
    padding : 0;
	list-style: none;
}

#navkarriere ul li{
	margin-bottom: 5px;
}

#navkarriere a{
	font-weight : normal;
	font-size: 10px;
}


#navkarriere ul li ul li{
	margin : 5px 0 0 11px;
	padding : 0 0 0 13px;
}


#navkarriere ul li ul li ul li{
	padding : 0 0 0 11px;
	margin : 5px 0 0 15px;
}

.stellen-bgrounded{
	width: 620px;
}

.stellen-leftfloated{
	width: 130px;
	padding: 10px;
	float: left;
}

.stellen-leftfloated img {
	float: none;
}

#content .stellen-leftfloated p, #content .stellen-leftfloated a{
	font-size: 9px !important;
}

.stellen-rightfloated{
	width: 450px;
	float: right;
}

.akademie-rightfloated{
	width: 430px;
	float: right;
}

/* Media Box */
.mediaBox {
    width: 463px;
    height: 453px;
}

.mediaBox thead td {
    height: 34px;
    vertical-align: middle;
    text-align:center;
    width:50%;
}

.mediaBox thead a {
    display:block;
    height: 34px;
    line-height: 34px;
}

#mediaBoxContent td {
    vertical-align:middle;
    text-align:center;
}

.mediaBoxNavigation {
    height: 33px;
}

.mediaBoxNavigation a {
    display: block;
    text-align:center;
    line-height: 33px;
    height: 33px;
}


/* Reparaturdaten */
#content .blueBox{
	margin-top: 20px;
	width: 222px;
	float: left;
}

#content .left{
	margin-right: 20px;
}

#content .blueBox img{
	margin: 5px 0 10px 17px;
}

#content .blueBox h4 a{
	display: block;
	padding: 5px 5px 5px 17px;
}


#impressum h2{
	font-weight: bold !important;
	margin: 10px 0 0 0 !important;
	font-size: 11px;
}


/*-Boxes-------------------------------------------------*/
#boxes{
	font-size: 10px;
	width: 300px;
	float: right;
}

#searchBox{
	height: 33px;
	padding: 10px 0 0 6px;
}


#search {
    width: 224px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    padding: 2px;
    float: left;
    margin-right: 9px;
}

#search-button {
    width: 44px;
    float: left;
}

.boxRectangle{
	padding: 20px 0;
}

 #content .half-sized-box .boxheader,
 #content .double-box th,
 #boxes .boxheader{
	padding: 0 0 0 11px;
	height: 34px !important;
	line-height: 34px;
	font-size: 11px;
	width:289px;
	text-transform:uppercase;
}

 #content .full-sized-box .boxheader{
	padding: 0 0 0 11px !important;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	width: 609px !important;
}

.boxheader h4{
	font-size: 11px;
}

.boxlogo{
	float: right;
	margin: 0 7px 0 0;
}

#boxes .boxBody,
#content .half-sized-box .boxBody{
	padding: 10px;
	font-size: 9px;
	width: 280px;
	margin-bottom: 6px;
}

#boxes .boxBody.video{
	padding: 6px;	
	width: 288px;
	margin-bottom: 6px;
}

#content .full-sized-box .boxBody{
	padding: 10px;
	font-size: 11px !important;
	width: 600px !important;
	margin-bottom: 6px;
}


#content .full-sized-box .boxBody p,
#content .full-sized-box .boxBody a{
	font-size: 11px;

}


#boxes a.more,
.half-sized-box a.more,
.full-sized-box a.more{
	padding-left: 13px;
	font-weight: bold;
	text-decoration: none;
}

.boxBody h3{
	font-size: 10px;
}

.boxsubheader{
	font-size: 9px;
}

#automobilbox ul,
#stellenmarktbox ul{
	list-style: none;
	padding-left: 0;
	margin-left: 5px;;
}

#stellenmarktbox h3{
	margin: 0 0 0 5px;
	font-size: 11px;
}

.boxList,#content .boxList{
	list-style: none;
	padding-left: 0;
}

.boxList li{
	padding-left: 13px;
	margin-bottom: 3px;
}

#automobilbox ul li,
#stellenmarktbox ul li{
	padding: 0 8px 0 13px;
}

.boxList li a{
	text-decoration: none;
}

.servicebox td{
	padding: 0 5px 5px 0;
}

#boxes .servicebox td a{
	font-weight: normal;
}

#automobilbox ul li a,
#stellenmarktbox ul li a{
	text-decoration: none;
	font-size: 9px;
}

a.boxButton,
#boxes a.boxButton,
.verlaufbox a.boxButton,
.verlfaufbox_half a.boxButton,
#content .half-sized-box a.boxButton,
#content .full-sized-box a.boxButton{
	display: block;
	width: 90px;
	height: 18px;
	font-size: 9px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-top: 4px;
}


/*-Zeitschrift Archiv-------------------------------------------------*/

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

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

#content .archivBoxWrapper .archivBox{
	width: 136px;
	padding: 2px;
	background: none;
}

#content a.button{
	display: block;
	width: 90px;
	height: 18px;
	font-size: 9px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
}

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


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

.news {
	margin-bottom:5px;
}

.left {
	float:left;
}

.right{
	float: right;
}

/*-Footer-------------------------------------------------*/
#footer {
	clear: both;
    width: 620px;
    font-size: 9px;
    margin-bottom: 20px;
    background-color: #FFF;
    padding-bottom: 20px;
}


#footer a.more{
	 padding: 0 10px;
}

#footer p{
	clear: both;
	padding-top: 10px;
	width: 620px;

}


/*-AHLive Stuff------------------------------------------*/
#ahlive_navi {
	float:left;
	width:100%;
	background:#fff;
	line-height:normal;
	margin-top: -2px;
}
#ahlive_navi ul {
	padding: 0;
	margin:0;
	list-style:none;
}
#ahlive_navi li {
	display:inline;
}
#ahlive_navi a {
	float:left;
	background:url("../gfx/backgrounds/bg_ahlive_tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#ahlive_navi a span {
	float:left;
	display:block;
	height: 21px;
	line-height: 21px;
	background:url("../gfx/backgrounds/bg_ahlive_tabright.gif") no-repeat right top;
	text-align:center;
	width: 73.3px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ahlive_navi a span {float:none;}
/* End IE5-Mac hack */
#ahlive_navi a:hover span,
#ahlive_navi a.active span {
	color:#000;
}
#ahlive_navi a.active span {font-weight:bold;}
#ahlive_navi a:hover,
#ahlive_navi a.active {
	background-position:0% -21px;
}
#ahlive_navi a:hover span,
#ahlive_navi a.active span {
	background-position:100% -21px;
}


/* 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;
}


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

#votebox ul {
		list-style-image:none;
		list-style-type:none;
		margin: 7px 0;
	}

#votebox ul li{
		padding: 2px 0;
	}


/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	border: 0;
	background: #fff;
	width: 618px;
	height: 19px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0;
	width: 600px;
	overflow: hidden;
}
#content ul.newsticker { /* that's your list */
	position: relative;
	left: 600px;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#content ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	list-style: none !important;
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
	color: #C90420;
	font-weight: bold;
}

/* cake style declarations */
#aktionsform div.message,
#flashMessage {
	clear:both;
	color:#990000;
	font-size:140%;
	font-weight:bold;
	margin: 1em 0;
}

#aktionsform h2 {
	background:#FFFFFF none repeat scroll 0 0;
	color: #000;
	margin: 0.3em 0;
	padding-top:0.8em;
}

#aktionsform label {
	padding-right: 20px;
	display: block;
}


#aktionsform form div {
	clear:both;
	margin-bottom: 1em;
	padding: 5px;
	vertical-align: top;
}

#aktionsform input,#aktionsform textarea {
	clear: both;
	display: block;
	padding: 2px;
	width: 100%;
}


#aktionsform form div.checkbox{
	margin-bottom: 0;
}

#aktionsform div.checkbox input{
	clear: left;
	float: left;
	margin: 5px 6px 0 0;
	width: auto;
	padding: 0;
}

#aktionsform div.checkbox label{
	padding: 0 !important;
	margin: 0 !important;
}


#aktionsform div.normalchecker input{
	clear: none;
	float: left;
	margin: 0 5px 0 0;
	width: auto;
}

#aktionsform div.radio input {
	clear:left;
	float:left;
	margin: 7px 6px 0 2px;
	width: auto;
}


#aktionsform form div.checkbox label{

}

#aktionsform form div.radio label{
	margin-top: 13px;
}

#aktionsform div.textarea label{
	margin-bottom: 5px;
}

#aktionsform div.submit{
	text-align: right;
}

#aktionsform div.submit input{
	display:inline;
	font-size:110%;
	padding:2px 5px;
	vertical-align: bottom;
	width: auto !important;
}


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

#previewContainer1 {
	background-color: #F9F9F9 !important;
	width: 10000px;
	position: relative;
	left: 0px;
	top: 0px;
}

#previewContainer {
	left: 0;
}

.sliderMask div {
	position: absolute;
	background-color: #F9F9F9 !important;
}
.sliderMask div div {
	position: relative;
	width: 150px;
	height: 100px;
	float: left;
	padding: 0 10px;
	background-color: #F9F9F9 !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: #F6F6F6;
}
#sliderNext {
	background-image: url(../images/scrollerRight.png);
}
#sliderPrev {
	background-image: url(../images/scrollerLeft.png);
}


#content .infoGrayBox h3 a,
#content .smallContentBox h3 a {
	color: #1774B9 !important;
}

#content .infoGrayBox h3 {
	color: #1774B9;
	background-color: #D8DCDF;
	margin-bottom: 2px;
	padding: 10px;
	font-size: 12px;
}

#content .infoGrayBox .content {
	background-color: #F6F6F6;
	padding: 10px;
	min-height: 80px;
}

#content .serviceLister a {
	color: #F48706 !important;
}

#content .infoGrayBox {
	width: 300px;
	margin-top: 20px;
}

#content .infoFullBox {
	width: 620px;
}

#content .serviceCaption {
	color: #1174B7;
	font-weight: bold;
	font-size: 20px;
}

#content .serviceSubCaption {
	color: #1174B7;
	font-weight: bold;
	margin-bottom: 30px;
}

.infoGrayBox h4 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #1774B9;
}

.missList h3 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	border-bottom: 2px dotted #CCCCCC;
	margin: 15px 0;
	padding-bottom: 5px;
	width: 608px;
	clear: left;
}

.missList .missWrapper {
	float: left;
	width: 166px;
	margin-right: 55px;
	color: #333333 !important;
}

.noMarginRight {
	margin-right: 0 !important;
}

.missList .imageWrapper {
	background-color: #f2f3f4;
	margin-bottom: 8px;
	padding: 3px;
}

.missList .imageWrapper .voteBtn {
	display: block;
	padding: 6px 0;
	text-align: center;
}

.missList .imageWrapper .thumb {
	width: 160px;
	height: 200px;
	display: block;
	background-color: gray;
}

.missList .imageWrapper .zoomIcon {
	margin-top: -20px;
	margin-left: 143px
}

.missVote h4 {
	color: black;
	margin-bottom: 15px;
}

.missVote .smallerThumb {
	width: 60px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

.missVote .leftfloater,
.missVote .rightfloater {
	width: 49%;
}

.missVote .input label {
	width: 120px;
	padding-right: 0;
	float: left;
	margin: 5px 0;
}

.missVote .input input {
	width: 150px;
	clear: none;
	margin-top: 2px;
}

.missVote .rightfloater p {
	font-size: 9px !important;
	text-align: right;
	padding: 0 20px 0 0 !important;
}

.missVote .input,
.missVote .error-message {
	clear: left;
}

.missVote .captcha {
	margin: 5px 0 0 80px;
}

.missVote .checkbox input {
	width: auto;
	float: left;
	margin: 4px 8px 0 0;
}

.missVote .checkbox label {
	width: 250px;
}

.missList .paging {
	margin-bottom: 10px;
	clear: left;
}

.missList .paging .disabled {
	color: #CCCCCC;
	display: inline;
}

.missList .paging .current {
	font-weight: bold;
}

h1.hagen {
	color: #08669e;
	font-size: 14px;
	display: inline;
	vertical-align: bottom;
	margin-right: 50px;
}

.hagenBox {
	background-color: #e9f1f6;
	border: 1px solid #08669e;
	border-width: 1px 0;
	margin: 20px 0;
	width: 610px;
}

.hagenBox .leftfloater,
.hagenBox .rightfloater {
	width: 304px;
	border: 1px solid white;
	height: 210px;
}

.hagenBox .leftfloater {
	border-left: 0;
}

.hagenBox .rightfloater {
	border-right: 0;
}

.hagenBox h1 {
	color: #08669e;
	font-size: 12px;
	margin: 8px;
}

.hagenBox ul li {
	margin: 8px 0;
	list-style-image: url(../images/hagen/bullet.png);
}

.hagenTeaser {
	width: 130px;
	height: 250px;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #CCCCCC;
	float: left;
}

.hagenTeaser.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

#content .hagenTeaser a {
	display: block;
	color: #08669e;
	font-weight: bold;
}

.hagenTeaser img {
	margin: 8px 0;
}

#content .hagenTeaser a.hagenMore {
	color: #f5b73e;
	display: block;
	margin-top: 5px;
	text-align: right;
}

.hagenBox2 {
	background-color: #e9f1f6;
	margin-top: 20px;
	padding: 15px;
}

.hagenBox2 h2 {
	color: #08669e;
	font-size: 12px;
	border-bottom: 1px solid #bac5d7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.hagenBox2 h4 {
	color: #f5b73e;
	font-size: 11px;
	margin-bottom: 10px;
}

.hagenBox2 p {
	position: relative;
}

.hagenBox2 a img {
	margin-top: 30px;
}

.hagenVideo {
	border: 1px solid white;
	width: 271px;
	height: 191px;
	margin: 8px auto;
}

#content .full-sized-box.votedings .boxheader {
	background: #e3e7ea;
	border: 1px solid #afb3b6;
	border-width: 1px 0;
	padding: 3px 0 3px 11px !important;
}

#votebox #submitBtn {
	border: 0;
	background: transparent url(../gfx/buttons/btn_bg_box.gif);
	font-size:9px;
	height:18px;
	line-height:18px;
	width:90px;
	position: relative;
	top: 12px;
}

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

}

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

.boxBody.dualBox .leftfloater,
.boxBody.dualBox .rightfloater {
	width: 290px;
}

.boxBody.dualBox img {
	float: left;
	margin-right: 15px;
}

.boxBody.dualBox a.more {
	font-weight: normal !important;
}

.boxBody.dualBox a.boxButton {
	float: right;
}

span.expand {
	font-weight: bold;
	cursor: pointer;
}

#posterBox {
	background-color: #F0F2F4;
	padding: 10px;
	margin-top: 15px;
}

#posterBox .posterInner {
	position: relative;
}

#content .posterBox ul.numbers {
	margin: 0;
}

#posterBox ul.numbers li {
	background-image: url(/gfx/icons/sprite-numbers.png);
	width: 22px;
	height: 22px;
	position: absolute;
	list-style: none;
	cursor: pointer;
}

#posterBox .posterLayer {
	position: absolute;
	top: 10px;
	left: 445px;
	width: 125px;
	height: 365px;
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 10px;
	display: none;
}

#posterBox .posterLayer h4 {
	color: #C90420;
	margin-bottom: 5px;
}

.sprite-white4 { background-position: 0 -59px; }
.sprite-white5 { background-position: 0 -86px; }
.sprite-white2 { background-position: 0 -140px; }
.sprite-white3 { background-position: 0 -194px; }
.sprite-white1 { background-position: 0 -248px; }
.sprite-red3 { background-position: 0 -5px; }
.sprite-red1 { background-position: 0 -32px; }
.sprite-red2 { background-position: 0 -221px; }
.sprite-red5 { background-position: 0 -113px; }
.sprite-red4 { background-position: 0 -167px; }

.posterSub {
	background-color: #F0F2F4;
	margin-bottom: 5px;
	height: 82px;
}

.posterSub img {
	float: left;
	margin-right: 15px;
}

#content .posterSub p {
	padding: 10px;
}

.posterSub strong {
	color: #C90420;
}

#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(../gfx/icons/feed.png) no-repeat scroll right top;
	color:#C8CBCF;
	float:right;
	font-size:10px;
	line-height:14px;
	padding-right:20px;
}

#photoView{
	position:absolute;
	border: 1px solid #F6F6F6;
	background: #F6F6F6;
	padding:5px;
	display:none;
	color:#fff;
}

/*-Karriere-------------------------------------------------*/
div.books-slider{
	margin-left: 25px;
}


.books-slider ul{
	list-style-type: none;
	height: 180px;
}

.books-slider ul li{
	height: 180px;
	display: block;
	width: 280px;
	padding-right: 10px;
	position: relative;
	color: #000;
	font-size: 10px;
}

.books-slider ul li h3{
	margin: 10px 0;
}

.books-slider ul li img{
	float: left;
	margin: 0 10px;
}

.books-slider ul li a.books-slider-button{
	display:block;
	font-size:9px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width:90px;
	position: absolute;
	top: 160px;
	left: 155px;
	background: transparent url(/gfx/buttons/btn_bg_box.gif) repeat 0 0;
	color:#67686A !important;
}

.books-slider ul li a.books-slider-button{
	display:block;
	font-size:9px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width:90px;
	position: absolute;
	top: 160px;
	left: 155px;
	background: transparent url(/gfx/buttons/btn_bg_box.gif) repeat 0 0;
	color:#67686A !important;
}


.books-slider-next{
	background-image:url(../images/scrollerRight.png);
}

.books-slider-prev{
	background-image:url(../images/scrollerLeft.png);
}

.books-slider-prev,.books-slider-next{
	background-color: #F6F6F6;
	background-position: center center;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	display: block;
	height: 196px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.books-slider-score{
	float: right;
	font-weight: normal;
	color: #67686A;
	padding-right: 10px;
}


.books-slider-next{
	left: 595px;
}

#content .full-sized-box .boxBody.books {
	padding: 10px 0;
	width: 620px !important;
	position: relative;
	height: 180px;
	overflow: hidden;
}

#content .half-sized-box.books-teaser div.boxheader{
	background: none;
	border-bottom: 1px solid #98999A;
	padding: 0;
	line-height: 28px;
	height: 28px !important;
}

#content .half-sized-box.books-teaser div.boxheader h4{
	text-transform: none;
}

#content .half-sized-box.books-teaser div.boxBody{
	background-color: #FFF;
	background-image: none;
	color: #000;
	height: 125px;
}

#content h1.career{
	border-bottom: 1px solid #98999A;
	padding: 0;
	line-height: 28px;
	height: 28px !important;
	font-size: 13px;
	margin: 10px 0;
}

#content h1.career a.boxButton{
	font-weight: normal;
}

#content .half-sized-box.books-teaser div.boxBody a.boxButton{
	float: none;
}

#content .half-sized-box.books-teaser div.boxBody img.leftfloater{
	margin: 0 15px 0 0;
}

#content .contentButton{
	display: block;
	float: left;
	margin-left: 10px;
	font-size:9px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width: 150px;
	background: transparent url(/gfx/buttons/btn_bg.gif) repeat 0 0;
	color:#67686A !important;
}


div.tagbox{
	background: url(/gfx/backgrounds/TagCloudBox_Hintergr.png);
	height: 119px;
	width: 300px;
}

div.tagbox-inner{
	padding: 32px 10px 10px 10px;
	text-align:justify;
}

#content div.tagbox div.tagbox-inner a{
	color: #676767;
}

#adbox{
	margin-bottom: 10px;
}

/**** Verbände ****/
table.verbands-info{
	width: 100%;
}

table.verbands-info td{
	font-size: 10px;
}

table.verbands-info td .red{
	color: #C90420;
}

table.verbands-info td a{
	color: #67686A !important;
	font-size: 10px !important;
	font-weight: bold;
}

table.verbands-info td.first{
	padding-right: 10px;
}

table.verbands-info td.second{
	padding-right: 10px;
}

table.verbands-info td.third{
	width: 200px;
	padding-right: 10px;
}

table.verbands-info td.fourth{
	width: 200px;
	padding-right: 10px;
}

#buchbox-home{
	position: relative;
}

#buchbox-home div.infos{
	position: absolute;
	bottom: 25px;
}

#content #buchbox-home h5 {
	font-size: 10px;
	padding: 0;
	font-weight: normal;
}

#buchbox-home.boxBody h3 {
	font-size: 13px;
	margin: 5px 0;
}

#buchbox-home a.books-slider-button{
	display:block;
	font-size:9px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width:90px;
	position: absolute;
	bottom: 25px;
	left: 510px;
	background: transparent url(/gfx/buttons/btn_bg_box.gif) repeat 0 0;
	color:#67686A !important;
}

.tabBox h6{
	border-right:1px solid #CDD1D4;
	border-top:1px solid #CDD1D4;
	border-bottom: 1px solid #CDD1D4;
	background:transparent url(../gfx/backgrounds/bg_boxheader.jpg) repeat-x scroll 0 0;
	cursor:pointer;
	float: left;
	padding: 5px 4px 0;
	height: 18px;
	width:auto;
	position: relative;
	top: 1px;
	z-index: 1000;
	font-size: 11px !important;
	color: #707072;
}

.tabBox h6.firstTab{
	border-left: 1px solid #CDD1D4;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.tabBox h6.lastTab{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tabBox h6.active{
	background: #F7F8F9;
	border-bottom: 1px solid #F7F8F9;
	color: #000;
}

.tabBox{
	margin: 20px 0;
}

.tabBox .teaser{
clear: both;
	border: 1px solid #CDD1D4;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	background: #F9F9FA url('/images/bg_home_tabbox.png') repeat-x;
	padding: 10px;
	width: auto;
	height: 80px;
	z-index: 0;
}

#content .tabBox .teaser a.more{
	background-color: transparent;
}

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

.stoerer-home{
	margin: 3px 0;
}

table#coop{
	margin: 20px 0;
}

table#coop td{
	font-size: 10px;
	vertical-align: middle;
	padding-right: 15px;
}


/* Dashboard */
#content.dashboard {
	background-color: #2F3639;
	margin-top: 20px;
	color: #fcfcf8;
	padding: 0;
}
.dashboard h1 {
	background-color: #C61725;
	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 .head {
	background: url(../images/dashboardBox.png) top no-repeat;
	height: 32px;
	padding: 3px 6px 0 6px;
}
.dashboard .roundBox.roundBoxWide {
	width: 600px;
}
.dashboard .roundBox.roundBoxWide .head {
	background: url(../images/dashboardBoxWide.png) top no-repeat;
}
.dashboard .roundBox .head h2 {
	font-size: 12px;
	text-transform: uppercase;
}

.dashboard .roundBox .head h6 {
	font-size: 21px;
	vertical-align: top;
	font-weight: normal;
	padding-left: 10px;
}

.dashboard .roundBox .head h6 span{
	background: url(../images/jobmail_icon_small.png) no-repeat;
	padding-left: 35px;
}

.dashboard .roundBox .head h3 {
	font-size: 12px;
	font-weight: normal;
}




#content.dashboard .roundBox h3,
#content.dashboard .roundBox h3 a{
	font-size: 11px;
}

.dashboard .roundBox .bottom {
	background: url(../images/dashboardBox.png) bottom no-repeat;
	padding-bottom: 5px;
}
.dashboard .roundBox.roundBoxWide .bottom {
	background: url(../images/dashboardBoxWide.png) bottom no-repeat;
	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.jobmail .content {
	background-color: white;
	padding: 10px 10px 0 10px;
	border: 1px solid #B1B8BC;
	border-width: 0 1px;
	color: #000;
}

#content.dashboard .roundBox.jobmail .content h6{
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#content.dashboard .roundBox.jobmail .content p{
	font-size: 11px;
	padding: 0 0 10px 0;
}

#content.dashboard .roundBox.jobmail .content fieldset{
	border: 0;
}

#content.dashboard .roundBox.jobmail .content hr{
	border: 0;
	border-top: 1px dotted #000;
	height: 1px;
	color: #fff;
	background-color: #fff;
	padding: 0;
	margin: 5px 0;
}


#content.dashboard .roundBox.jobmail .content table.checker td{
	padding: 2px 20px 2px 0;
}

#content.dashboard .roundBox.jobmail .content table.inputs td{
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

#content.dashboard .roundBox.jobmail .content table.inputs label{
	color: #c51825;
}

#content.dashboard .roundBox.jobmail .content table.inputs td input.inputText,
#content.dashboard .roundBox.jobmail .content table.inputs td select{
	border: 1px solid #a3a7ab;
	width: 200px;
}


#content.dashboard .roundBox.jobmail .content h5{
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #c51825;
	font-weight: normal;
}

#content.dashboard .roundBox.jobmail .content .footer{
	background: url(../images/btn_info_jobamail.png) no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	padding-top: 5px;
}

#content.dashboard .roundBox.jobmail .content .rightTextAligner{
	text-align: right;
}

#content.dashboard .roundBox.jobmail .content #message_ajax .errorMessage{
	color: red;
	background: pink;
	font-size: 13px;
	padding: 3px;
}

#content.dashboard .roundBox.jobmail .content #message_ajax .successMessage{
	color: #0b9b2d;
	background: #cafad5;
	font-size: 13px;
	padding: 3px;
}


#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;
}
#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: 70px;
}

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

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

#content p.dash-prev{
	margin-bottom: 10px;
}
#content.dashboard .roundBoxWide .galerien {
	background: white url(../images/box_galerien.jpg) 7px 7px no-repeat;
	color: black;
	height: 115px;
	padding: 5px;
	padding: 33px 55px 0 294px;
}


/*-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;
}

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

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

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


/* Jobtool */
.jobtool {
	color: rgb(79, 79, 79);
}
.jobtool h1,
.jobtool h2,
.jtGreyBox p {
	color: rgb(18, 136, 206);
}
.jobtool h1 {
	font-size: 16px;
	margin-top: 15px;
}
.jobtool h2 {
	font-size: 14px;
}
.jobtool h3 {
	font-size: 12px;
}
.jtText {
	color: rgb(18, 136, 206);
	font-weight: bold;
}
.jtText span {
	color: #D9D500;
	font-style: italic;
}
.jobtool hr {
	color: rgb(130, 188, 232);
	background: rgb(130, 188, 232);
}
.jtBox {
	padding: 8px;
}
.jtBlueBox {
	background-color: rgb(226, 240, 250);
	margin: 15px 0;
}
.jtGreyBox {
	background-color: rgb(244, 244, 244);
}
.jtGreyBox .bottom {
	background: rgb(226, 240, 250) url(../images/jobtool/Pfeile_Gruen.png) no-repeat 8px 14px;
	margin: 10px -8px -8px -8px;
	padding: 8px 8px 8px 25px;
	font-weight: bold;
	color: rgb(18, 136, 206);
	line-height: 20px;
}
.jtBlueBox h2 {
	margin-left: 13px;
}
#content.jobtool ul {
	list-style: disc;
	padding-left: 13px;
}
#content.jobtool ul li {
	margin: 5px 0;
}
#toggleText {
	margin-top: 30px;
	cursor: pointer;
}
.jtGreyBox .items {
	width: 140px;
	padding-left: 10px;
	float: left;
}
.jtGreyBox .zahl {
	padding: 0 8px 50px 0;
	float: left;
}
.jtGreyBox .thumb {
	display: block;
	margin-bottom: 10px;
}

#gtue .panorama{
    margin: 5px 0 20px 0;
 }

 #gtue h1{
    font-size: 14px;
    border-bottom: 1px solid #A0A0A0;
    margin: 0 0 20px 0;
    padding-bottom: 2px;
 }

  #gtue .button-container{
    padding: 10px 0 20px 0;
    text-align: right;
    border-bottom: 1px solid #A0A0A0;
  }

   #gtue .banner{
        margin: 20px 0;
   }

  #gtue .infos{
    margin: 20px 0 0 0;
    padding: 10px;
    border-top: 1px solid #F0F2F1;
    border-bottom: 1px solid #F0F2F1;
    background-color: #FBFBFB;
  }

  #gtue .infos span{
    color: #CB111C;
    font-weight: bold;
  }

  #gtue .infos .left{
            float: left;
            width: 80px;
  }

  #gtue .infos .right{
            float: right;
            width: 500px;
  }


					#gtue table th{
						padding: 4px;
						border-top: 1px solid #A0A0A0;
						border-bottom: 1px solid #A0A0A0;
                        border-right: 1px solid #FFF;
						font-size: 11px;
						text-align: left;
						background: #F6F6F6;
					}

					#gtue table td{
						font-size: 11px;
					}


					#gtue form table th{
						padding: 4px 15px;
						border-top: 1px solid #A0A0A0;
						border-bottom: 1px solid #A0A0A0;
						font-size: 11px;
						text-align: left;
						background: #F6F6F6;
					}

					#gtue form table th.no-colors{
						border-top: 0;
						background: #FFF;
					}

					td.first-row{
						width: 30px;
						padding: 2px;
						text-align: center;
						background: #ECECEC;
						border-bottom: 1px solid #FFF;
						border-right: 1px solid #FFF;
					}

					td.light-borders{
						background: #F6F6F6;
						border-bottom: 1px solid #FFF;
						border-right: 1px solid #FFF;
						padding: 4px;

					}

					td.light-borders input{
							font-size: 11px;
							border: 1px solid #000;
							width: 40px;
					}

					td.dark-borders{
						background: #ECECEC;
						border-bottom: 1px solid #FFF;
						border-right: 1px solid #FFF;
						padding: 4px;

					}

					td.dark-borders input{
							font-size: 11px;
							border: 1px solid #000;
							width: 140px;
							margin-left: 10px;
					}

					td.dark-borders span{
						color: #C90420;
						font-weight: bold;
					}



.clickBox {
	display: none;
	height: 80px;
}
.imgCropper {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}
.imgCropper img {
	height: 60px;
	position: relative;
	left: -17px;
}
.clickChanger a {
	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;
}

.red-submit{
 	line-height: 16px;
    height: 24px;  
    width: 80px;  
    text-align:center;
    font-size: 11px;
    background-color: #C90420;
    color: #FFF;
    border: 1px solid #C90420;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#printpromotion{
	clear: both;
	padding: 20px 0;
}

#printpromotion img{
	float: left;
	margin: 0 10px 10px 0;
}

#content #printpromotion a{
	color: #C90420;
}

.video-teaser{
	margin-bottom: 6px;
}


/* BEGIN newsletter */

div.sidebarNewsletter {
	background: #EBEBEB;
	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: #C9041F;
	font-size: 14px;
}

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: 89px;
	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_autohaus_jetzt-anmelden.png) no-repeat;
	display: inline-block;
	width: 120px;
	height: 24px;
}

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

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

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

.redteaser_withgreytail h1 a{
	color:#C9041F;
}

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

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: #EBEBEB;
}

.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_autohaus.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 */



