/*#######################################################LAYOUT*/
body {
	padding: 0px;
	margin: 1px;
	background:url(../img/bg.png);			
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif, Helvetica;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}

hr {
	border: dashed 1px #d8d8d8;
}

table {
	border-collapse: collapse;
}

form {
	margin:0px;
}

input {
	margin:0px;
	font-size:12px;
	font-weight:normal;
	color:#63d615;;
}

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

ul {
	margin: 0px 17px;
	padding: 0px;
}

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

.randoreu {
	border-top: solid 1px #63d615;
	border-right: solid 1px #63d615;
	border-bottom: solid 1px #63d615;
}

.eigabetext {
   font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
   width: 310px;
   height: 100px;
   font-size: 11px;
   color: #000000;
   background-color: #EDEDED;
   text-decoration: none;
   padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
   scrollbar-base-color: #D4D4D4;
   scrollbar-track-color: #CCCCCC;
   scrollbar-face-color: #CCCCCC;
   scrollbar-highlight-color: #ffffff;
   scrollbar-3d-light-color: #ffffff;
   scrollbar-dark-shadow-color: #333333;
   scrollbar-shadow-color: #666666;
   scrollbar-arrow-color: #000000;
	}

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

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

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

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

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

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

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

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

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

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

.contenttable {
	line-height: 20px;
}

.globalBox { 
	padding: 0px 18px;
}

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

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

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

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

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

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

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

a img 	{
	border:none;
}

a:hover {	
	color:#4cbc00;
	text-decoration:none;
}

.smallerText {	
	font-size: 10px;
}

.smallText {	
	font-size: 11px;
}

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

.text {	
	font-size:11px;
}

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

