/*#######################################################LAYOUT*/
body {
	padding: 5px;
	margin: 5px;	
			
	font-family: Arial, Sans-serif, Helvetica;
	font-weight:normal;
	color:#003366;
	text-decoration:none;
}

table {
	border-collapse: collapse;
}

form {
	margin:0px;
}

input {
	margin:0px;
	font-size:13px;
	font-weight:normal;
	color:#3A3A3A;
}

textarea {
	margin:0px;
	font-size:12px;
	font-weight:normal;
	color:#3A3A3A;
}

ul {
	margin: 0px 17px;
	padding: 0px;
}

select {
	margin:0px;
	font-size:13px;
	font-weight:normal;
	color:#3A3A3A;
}

#tableHead {
	margin: 15px 0px 0px 0px;
}

#tableFoot {
	margin:0px 0px 17px 0px;
}

#globalcontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}

#globalhead {
	width: 100%;
	height: 30px;
}

#globalcontent {
	width: 100%;
	margin: 17px 0px;
}

#globalinfo {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#globalclaim{
	/*width: 100%;*/
	height: 30px;	
	margin: 20px 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 25px 0px;
	text-align: center;
}

#globalfooter {
	display: block;
	width: 100%;
	margin: 15px 0px;
}

.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:14px;
	font-weight:normal;
	color:#003366;
	text-decoration:none;
}

a img 	{
	border:none;
}

a:hover {	
	color:#003366;
	text-decoration:underline;
}

.smallerText {	
	font-size: 12px;
}

.smallText {	
	font-size: 13px;
}

.smallTextBold {	
	font-size:13px;
	font-weight:bold;
}

.text, .textHiglightBold {	
	font-size:15px;
}

.textHighlightBold {
	font-size:14px;	
	color: #FF0000;
	font-weight: bold;
}

.textBold {	
	font-size:15px;
	font-weight:bold;
}

.title {	
	font-size:16px;
	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: 13px; 
}