/*-Structure-------------------------------------------------*/
#page {
	width: 1000px;
}

#header{
	height: 90px;
}

#mainframe {
	margin: 0px 10px 10px 0px;
	padding-left: 25px;
}
#content{	
	width: 620px;
	float: left;
	margin-top: 7px;
	padding-bottom: 34px;
}

#count{
	height: 1px;
	line-height: 1px;	
}


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

body{
	font-family: verdana, arial, sans-serif;
	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;
}

h1 {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h2{
	font-size: 11px;
	line-height: 15px;
}

.gg-events h2{
	font-size: 14px;
	line-height: auto;
	margin: 3px 0;
}

#content .gg-events p{
	padding:0 0 10px 0;
}

#content .gg-events ul.contentList {
	padding: 0 0 10px 15px;
}

h4{
	font-size: 12px;
}

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

.normalweight{
	font-weight: normal;
}


.bold {font-weight:bold;}

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

.default-form td{
     padding: 5px 0;
}

.terminbox, .shopbox{
	margin: 10px 0;
	clear: both;
}

#content .terminbox-bottom, .shopbox-bottom{
	padding: 10px;
}


/*-Header Elements-------------------------------------------------*/
#logo {
	float:left;
	margin-top:19px;
	margin-left: 35px;
}
#logo a {
	display:block;
  	width: 168px;
  	height: 39px;
  	text-indent: -9999px; 	
}
#logo span {
	padding-left:5px;
}

#infonavi{
    list-style:none;
    float:right;
    height: 26px;
    padding: 11px 5px 0 0;
    margin: 5px 8px 0 0;
}

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


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

/* Navigation oben */
#topNavi{
	margin-top: 0;
	clear: both;
	position: relative;
	top: 0;		
	width: 1000px;
	height: 45px;		
}


#topNavi li{    
    float:left;
    height: 25px;
    line-height: 23px;  
	list-style:none;
}

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

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

#topNavi a.topn span {
	display:block;
	padding:0 10px;
	height:18px;
	position:relative;
	top:4px;
	line-height:18px;
}

#topNavi li.active a:link,
#topNavi li.active a:visited,
#topNavi li.active ul li.active a:link,
#topNavi li.active ul 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;  
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{
		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;		
}

#chooselang {
	float:right;
	height:20px;
	position: relative;
	top: -40px;
}
/*-Content-------------------------------------------------*/
#breadcrumb{
	font-size: 9px;
	margin-left:10px;
	height:22px;
	margin-bottom: 17px;
}

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

#content a.more{
	 padding-left: 8px;	  
}
#content a:hover {
	text-decoration:underline;
}

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


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


#content .articleMeta + .gallery { margin-top: 1em; }

#content .articleMeta
{
	font-size: 10px;
	font-weight: normal;
}

#content .articleMeta img { margin: 0 10px -0.5em 0; }

#content .articleMeta a
{
	color: #666666;
	text-decoration: none;
}

#content div.articleMeta { 
		padding: 0.5em 5px 1em 5px; 
		margin: 10px 0;
		border-top: 1px solid #e2e2e2;
}




.teaserImg {
	float: left;
	padding: 8px;
	height: 80px !important;
	height: 96px;
	line-height: 80px;
	margin-left: -8px;
	margin-right: 10px;
}
.panoramabox .teaserImg {
	margin-left: 0;
	padding:0;
}

.imageBig {
	position: relative;
	padding: 8px;
	margin-left:-3px;
	margin-bottom:5px;
	width: 610px !important;
	width: 626px;
	height: 166px;
}

.imageNormal {
	float: left;
	padding: 8px;
	margin-left: -8px;
	margin-right: 10px;
	margin-bottom: 10px !important;
}

.imageComplex {
	float: left;
	margin: 0 2px 10px 0;
	background: url(../images/backgrounds/bg_image.png) top left;
	position: relative;
	left: -8px;
}

.imageComplex div {
	margin: 0 0 0 8px;
	padding: 8px 0 0 0;
	background: url(../images/backgrounds/bg_image.png) top right;
}

.imageComplex div div {
	margin: 0 0 0 -8px;
	padding: 0 0 0 0;
	background: url(../images/backgrounds/bg_image.png) bottom left;
}

.imageComplex div div div {
	margin: 0 0px 0 8px;
	padding: 0 8px 8px 0;
	background: url(../images/backgrounds/bg_image.png) bottom right;
}

.imageComplex img {
	margin-bottom: 4px;
}

.teaser{
	padding: 8px 5px 10px 5px;
	width: 610px !important;
	width: 620px;
	line-height: 1.4em;
}

.dateHeader {
	margin: 5px 0 11px 0;
	font-size: 10px;
}

.articleDate{
	float: right; 
	width: 80px; 
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}



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

.full-sized-box .teaser,
.panoramabox .teaser{
	width: 580px !important;
}

.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{
    clear: both;
	height: 13px;
	line-height: 13px;
	margin-top: 16px;
}

.icons a {
	margin-right: 10px;
}
.icons a.images{
	padding-right: 20px;
}

.icons a.download{
	padding-right: 15px;
}

.icons a.comment{
	padding-right: 18px;
}

.icons a.video{
	padding-right: 20px;
}

a.calendar {
	width: 18px;
	height: 14px;
}




.teaser h2{
	font-size: 12px;
	font-weight: bold;
}
.teaser h2 a:hover,
.teaser h3 a:hover {
	text-decoration: none !important;
}

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


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

.boxRectangleContent{
	padding: 30px 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;
}

.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.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: 30px 0 0 20px;
}

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

#stellenmarktbox{
	width: 300px;
	margin-top: 15px;
	padding-top: 10px;
	height: 119px;	
	clear: both;
}



.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;
    margin:0;
    padding:0;
    text-decoration:none;
    height: 26px;
    line-height: 22px;
 }
.tabs a span {
	display:block;
	margin-top: 4px;
	padding: 0 10px;
}
.tabs li.first a {
	padding-left: 4px;
}
.tabs li.first a span {
	padding-left: 4px;
	margin-left: 4px;
}

#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: 306px; 	
	margin-left: -3px;
 }
 
 
 
 
 
 #content .half-sized-box p,
#content .panoramabox p,
  #content .full-sized-box p{
	font-size: 9px;
}

.newsletter-table td{
	padding: 4px 0;
	
}
 
.copy{
	font-size: 9px;
	margin: 20px 0 10px 0;
}

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


 
.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 13px 0 3px;
}

.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{
	font-size: 9px;
}

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.button, a.button-back {
	height:17px;
	line-height: 17px;	
	width: auto !important;
	padding-left: 14px;
	float:right;
	margin-top: 8px;
}
a.button span, a.button-back span {
	padding-right: 10px;
	display:block;
}






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


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: 330px;
	float:right;
}

#boxes a{
	color: #000;
	font-weight: bold;
}

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

#searchBox{
	height: 53px;
	margin-left: 11px;
	padding: 10px 15px 6px 15px; 
}


#search {
	width: 190px !important;
    width: 194px;   
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    padding: 2px;
    float: left;
	margin-right: 10px;
}

.box hr {
	clear:both;
	margin: 10px 0px;
}

.boxRectangle{
	padding: 0 0 15px 15px;
}



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

.full-sized-box,
.panoramabox {
	width: 626px;
	position:relative;
	margin-left: -3px;
	margin-top: 10px;
}
.panoramabox {
	margin-left: -8px;
}
		
.boxheader h4{
	font-size: 11px;
	height: 26px;
	line-height: 28px;
	margin-left: 8px;
}

.box,.adsense{
	width: 306px;
	margin-left: 12px;
	margin-bottom: 15px;
}
.boxheader {
	width: 306px;
	height: 26px;
}
.full-sized-box .boxheader .tabs {
	margin-left: -11px;
}
.boxheader a:hover {
	text-decoration: none !important;
}

		
.boxBody,
#content .half-sized-box .boxBody{
	padding: 10px;			
	font-size: 10px;	
}

#content .full-sized-box .boxBody{
	padding: 10px;			
	font-size: 11px !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;
}

/*-Footer-------------------------------------------------*/
#footer {
	clear: both;
    width: 620px;    
    font-size: 10px;
    margin: 0px 0px 10px 30px;
}



/*-Branchenguide-----------------------------------------*/

a.preisschild {
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	padding-left: 10px; 	
	width: auto !important;	
	margin-left: 10px;
	float: left
}

a.preisschild span {
	padding-right: 10px;	
	display: block;
}

#mainframe .rowList{
 padding-left: 0 !important; 
}

#mainframe .rowList li
{
	list-style-type: none;
	line-height: 2em;
	border-width: 1px;
	border-bottom-color: #CCCCCC;
	border-style: none none solid none;
}

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

#votebox ul {
	list-style-type: none;
	margin-top: 5px;
}

#votebox ul li {
	padding: 3px;
}

.boxBilder2 .item {
	width: 130px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.boxBilder2 select {
	float: right;
	margin: 0px;
	margin-top: 5px;
}

.imageBox {
	margin-bottom: 15px;
	margin-left: 12px;
	width: 306px;	
}

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

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

#content table.rssTable{
	width: 100%;
}

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


#content table.rssTable td a img{
	border: 0;
	margin: 0 !important;
	float: none;
}

.rssLink {
	float: right;
	color: #000;
	font-size: 10px;
	background: url(http://www.springertransportmedia.de/fm/3573/feed.png) no-repeat top right;
	padding-right: 20px;
	line-height: 14px;	
}

#content .votedings .shopbox-top {
	font-size: 11px;
	padding: 5px 10px;
	font-weight: bold;
}

#votebox #submitBtn {
	border: 0;
	background: #b5b4b5;
	color: white;
	font-size:9px;
	height:18px;
	line-height:18px;
	position: relative;
	top: 12px;
	-moz-border-radius: 3px;
}

#votebox a.more {
	color: #DE002A;
	font-weight: normal;
	background: url(http://www.knochwerke.de/eckel/gefahrgut/images/backgrounds/bg_more.gif) no-repeat scroll 0 4px;
	padding-left: 8px;
}

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

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

#content-banner{
	display: block;
	margin: 10px 0;
}

table#services td{
	vertical-align: middle;
}

#loginbox{
    position: absolute;
    left: 683px;
    top: 44px;
    width: 247px;
    height: 17px;
    padding: 25px 5px 5px 45px;    
    background: url(../images/bg_not_logged_in.png) 0 0 no-repeat;
    color: #000;
    z-index: 200;
}

#loginbox a{
    margin: 5px 10px 0 0;  
    display: block;
    float: left; 
    color: #000;    
}

#loginbox.loggedIn{
    width: 287px;
    height: 37px;
    padding: 10px 0 0 10px; 
    background: url(../images/bg_logged_in.png) 0 0 no-repeat;
}
