.bodymain {
	width: 980px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #6b747a;
}
.header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.main {
	width: 783px;
	float: left;
}
.headerminimenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	top: -200px;
	position:relative;
	width: 280px;
	padding-right: 35px;
	left: 50px;
	}

.headermenu {
	font-family: Thoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-family: Thoma;
	font-size: 20px;
	color: #54a703;
	display: inline;
	font-weight: normal;
}
.sidebar {
	width: 197px;
	float: left;
}
















/*#######################################################LAYOUT*/
body, textarea {
	padding: 0px;
	margin: 0px;			
	font-family: Verdana, Arial, Sans-serif, Helvetica;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}


form {
	margin: 0;
}
.headertitel {
	font-family: Thoma;
	font-size: 10px;
	text-transform: uppercase;
	color: #707070;
}


input {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #3A3A3A;
}

textarea {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #3A3A3A;
}

ul {
	margin: 0 17px;
	padding: 0;
}
.bodymain .header h1 {
	font-family: Thoma;
	font-size: 20px;
	color: #54a703;
	list-style-position: inside;
}


select {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #3A3A3A;
}

#tableHead {
	margin: 15px 0 0 0;
}

#tableFoot {
	margin: 0 0 15px 0;
}

#globalcontainer {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

#globalhead {
	width: 100%;
	height: 30px;
}

#globalcontent {
	width: 100%;
	margin: 15px 0;
}

#globalinfo {
	width: 100%;
	margin: 0 0 15px 0;
}

#globalclaim{
	/*width: 100%;*/
	height: 15px;	
	margin: 15px 0 0 0;
	text-align: center;
}

#globaltrack{
	/*width: 100%;
	display: block;*/
	/*height: 30px;*/
	margin: 10px 17px 0 17px;
	text-align: left;
}

#globalmap {
	width: 100%;
	height: auto;
	margin: 10px 0 15px 0;
	text-align: center;
}

#globalfooter {
	display: block;
	width: 100%;
	margin: 15px 0;
}

#auswahl {
	width: 50%;
}

.globalBox { 
	padding: 0 18px;
}

.footerLine {
	height: 1px;
	color: #D8D8D8;
}

.headField {	
	padding: 0 5px 0 0;
}

.trackField {
	padding: 0 5px 0 0;
}

.votebarHigh {
	background: url(../img/votebar_high.gif) no-repeat;
	height: 15px;
}

.votebarLow {
	background: url(../img/votebar_low.gif) no-repeat;
	height: 15px;
}

.raHinweisBold{
	font-size: 11px;
	font-weight: bold;
}


.votebarSmall {
	background: url(../img/votebar_small.gif) no-repeat;
	height: 15px;
}

.votebarSmallLow {
	background: url(../img/votebar_small_low.gif) no-repeat;
	height: 15px;
}

/*#######################################################TYPO*/
a	{
	font-size: 10px;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}

a img 	{
	border: none;
}

a:hover {	
	color: #3A3A3A;
	text-decoration: none;
}

.nolink {
	text-decoration: none;
	color: #999;
}

.smallerText {	
	font-size: 9px;
}

.smallText {	
	font-size: 10px;
}

.smallTextBold {	
	font-size: 10px;
	font-weight: bold;
}

.text, .textHiglightBold {	
	font-size: 10px;
}

.textHighlightBold {
	font-size: 10px;	
	color: #FF0000;
	font-weight: bold;
}

.textBold {	
	font-size: 10px;
	font-weight: bold;
}

.title {	
	font-size:12px;
	font-weight:bold;
}

/*
*	Definition der Tooltip-Boxen
*/
.tooltip { 
	position: absolute; 
	visibility: hidden; 
	width: 100px; 
	border: 1px solid #5285BE; 
	z-index: 10000; 
	background-color: #F1F4FA; 
	color: #5A5A5A; 
	padding: 3px; 
	text-align: left; 
	font-size: 10px; 
}

hr.line {
	width: 98%; 
	height: 0; 
	background-color: #FFF; 
	border: 0; 
	border-top: 1px solid #DEDBDE; 
	color: #FFF;
}


.ubbild { border: 1px solid #FFF; }

.RCtooltip { 
	position: absolute;
 	width: 150px;
 	border: 1px solid #5285BE;
 	z-index: 10000;
 	background-color: #F1F4FA;
 	color: #5A5A5A;
 	padding: 3px;
 	text-align: left;
 	font-size: 10px;
 }
 
 /* Gelbe Button */
.buttonGelb { 
	margin:0;
}

.buttonGelb .buttonGelbLinks, .buttonGelb .buttonGelbRechts { 
	height: 18px;
	width: 3px;
	background-repeat: no-repeat;
 	margin: 0;
 	padding: 0;
}

.buttonGelb .buttonGelbLinks { 
	background-image: url(../img/preisvergleich/bg_button_gelb_links.gif);
	background-position: left top;
}

.buttonGelb .buttonGelbRechts {	
	background-image: url(../img/preisvergleich/bg_button_gelb_rechts.gif);
 	background-position: right top;
}

.buttonGelb .buttonGelbMitte { 
	height: 18px;
	overflow: hidden;
 	background-image: url(../img/preisvergleich/bg_button_gelb.gif);
 	background-repeat: repeat-x;
} 

.buttonGelb .buttonGelbMitte a { 
	text-decoration: none;
	font-family: Verdana;
 	font-size: 10px;
 	font-weight: bold;
 	line-height: 18px;
 	color: #FFFFFF;
 	margin-top:5px;
}

.buttonGelb .buttonGelbMitte a:hover { 
	color: #000 
}

.buttonGelb .buttonGelbMitte input { 
	text-decoration: none;
 	border:0;
 	background: transparent;
 	font-family: Verdana;
 	font-size: 10px;
 	font-weight: bold;
	color: #FFF;
 	cursor: pointer;
 	margin-top: 0;
 	padding: 1px 5px 0 5px;
}

.buttonGelb input { 
	width: 1px;
	overflow: visible;
}

html>body .buttonGelb input { 
	width: auto;
 	overflow: hidden;
}

.personFormularBox {
	border: 0px;
	padding-left: 2px;
	white-space: nowrap;
}

#channelNavigation {
}

#channelNavigation td {
	padding-right: 2px;
}

#channelNavigation table {
	margin-right: 30px;
}

.schrittNaviLinkpassiv{
	color: #9A9C98;
	font-size: 10px;
	font-weight: bold;
}

.schrittNaviLinkaktiv{
	color: #3A3A3A;
	font-size: 10px;
	font-weight: bold;
}

.schrittNaviLink{
	color: #9A9C98;
	font-size: 10px;
	font-weight: bold;
}

.schrittNaviLinieaktiv{
	border-top:1px solid #3A3A3A;
	height: 8px;
}

.schrittNaviLiniepassiv{
	border-top:1px solid #D5D4D0;
	height: 8px;
}
.bodymain .main #globalcontainer #globalmap div {
	position: relative;
	z-index: auto;
	left: -95px;
	top: -45px;
}
.bodymain .header .headermenu a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.bodymain .header .headermenu a:hover {
	font-weight: bold;
	color: #E2E2E2;
	font-size: 12px;
	text-decoration: none;
}
.bodymain .header .headerminimenu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}.bodymain .header .headerminimenu a:hover {
	font-size: 11px;
	color: #E2E2E2;
	text-decoration: none;
}