/*GLOBAL*/

BODY {
	  background-color: #CCCCCC;
  	  color: #000000;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  line-height: 1.6em;
}


h1 {
	  color: #000000;	  
	  font-size: 15px;
	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h2 {
	  color: #000000;
	  font-size: 15px;
 	  font-weight: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h3 {
	  color: #000000;
	  font-size: 14px;
 	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h3.style1 {
	  color: #EFEFEF;
	  font-size: 14px;
 	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h4 {
	  color: #000000;
	  font-size: 12px;
	  font-weight: Bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h5 {
	  color: #000000;
	  font-size: 12px;
	  font-weight: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


h6 {
	  color: #000000;
	  font-size: 9px;
	  font-weight: lighter;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre {
	  color: #000000;
	  font-size: 12px;
	  font-weight: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}


span.note {
	  color: blue;
	  font-size: 10px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: lighter;
	  line-height: 1.2em;
}


span.bold {
	  color: 000000;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
}


span.boldsmall {
	  color: 000000;
	  font-size: 10px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold; 
}


span.week2 {
	  color: #777777;
	  font-size: 12px;
 	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.country {
	  color: #D3232E;
	  font-size: 10px;
 	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.lineheight {
	  line-height: 1.0em;
}


span.lineheight2 {
	  line-height: 1.3em;
}


span.lineheight3 {
	  line-height: 1.9em;
}



HR {
	  height: 1px;
	  border-style: ;
	  border-color: #383838;
	  background-color: #383838;
	  width: 100%;
}


/*LINKS*/

A.norm {
	  color: #D3232E;
	  text-decoration: none;
}


A:hover.norm {
	  text-decoration: underline;
	  color: #AA1C23;
	  letter-spacing: 0em;
}


A.week {
	  color: #D3232E;
	  text-decoration: none;
}


A:hover.week {
	  background-color: #FF0000;	    
	  color: #FFFFFF;
	  letter-spacing: 0em;
}


A.country {
	  font-size: 10px;
	  color: #D3232E;
	  text-decoration: none;
	  font-weight: bold;  
}


A:hover.country {
	  color: #D3232E;
	  letter-spacing: 0em;
	  text-decoration: underline;
	  font-weight: bold;
}

A.smallnorm {
	  color: #D3232E;
	  text-decoration: none;
	  font-size: 11px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: lighter;

}


A:hover.smallnorm {
	  text-decoration: underline;
	  color: #AA1C23;
	  letter-spacing: 0em;
}
	  

A.xsmallnorm {
	  color: #D3232E;
	  text-decoration: none;
	  font-size: 10px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: lighter;
}


A:hover.xsmallnorm {
	  text-decoration: underline;
	  color: #AA1C23;
	  letter-spacing: 0em;
}


#spalte1 {
	float:left;
	width: 47%;
}

#spalte2 {
	float:left;
	width: 6%;
}


#spalte3 {
	float:left;
	width: 47%;
}

address { 
	 display: inline;
	 font-style: normal;
}
