/*-Structure-------------------------------------------------*/
#page{
	width: 951px;
	margin: 0 0 0 23px;
}

#header{
	height: 134px;
}

#mainframe{
	width: 951px;
	clear: both;
}

#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 { float:right; }



.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 7px;
		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, ol{
	list-style: square;
	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;
}

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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

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

.clickBox {
	display: none;
}


