#welt {
	
}

	#welt .karte {
		width: 605px;
		height: 395px;
		background: url(../images/worldmap/welt.gif) no-repeat left top;
		float:left;
	}
		
		#welt .karte.europe {
			width: 555px;
			height: 502px;
			background: url(../images/euromap/eu.gif) no-repeat left top;
		}
		
		#welt .karte div {
			width: 605px;
			height: 395px;
			background-repeat: no-repeat;	
		}
			
			#welt .karte.europe div {
				width: 555px;
				height: 502px;	
			}
			
	#welt .data {
		width: 268px;
		font-size: 11px;
		line-height: 1.5em;
		float:left;
		height:405px;
        padding-left:10px;
        padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#f6f6f6;
		margin-left:20px;
	}
	
	        #welt .data p{
                margin:0;
                font-size:10px;
            }
		
		#welt .data h5 {
			font-size: 12px;
			margin-bottom: 12px;
			font-weight:bold;
		}
		
		#welt .data a {
			color: #39836C;
		}
		
		#welt .data .country {
			display: none;
			font-size:11px;
		}
		
	#welt .zentrale{
		padding-left:39px;
		padding-bottom:15px;
		padding-top:20px;
	}
	
		#welt .zentrale .sitz{
			float:left;
			color:#000000;
			font-size:12px;
			margin-right:15px;
			width:190px;
		}
		
		#welt .zentrale .second{
			margin-top:16px;
			margin-right:25px;
		}
		
			#welt .zentrale .sitz a{
				text-decoration:none;
				color:#39836C;
			}
			
#europe {
	padding:10px 0 0 0;
}

	#europe  .karte {
		width: 605px;
		height: 395px;
		background: url(../images/worldmap/welt.gif) no-repeat left top;
		float:left;
		background-color:#ececec;
	}
		
		#europe  .karte.europe {
			width: 555px;
			height: 502px;
			background: url(../images/euromap/eu.gif) no-repeat left top;
			background-color:#ececec;
		}
		
		#europe  .karte div {
			width: 605px;
			height: 395px;
			background-repeat: no-repeat;	
		}
			
			#europe  .karte.europe div {
				width: 555px;
				height: 502px;	
			}
			
	#europe  .data {
		width: 327px;
		font-size: 11px;
		line-height: 1.5em;
		float:left;
		height:482px;
        padding-left:10px;
        padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#f6f6f6;
		margin: 0 0 0 11px;
	}
	
	        #europe  .data p{
                margin:0;
                font-size:11px;
            }
		
		#europe  .data h5 {
			font-size: 12px;
			margin-bottom: 12px;
			font-weight:bold;
		}
		
		#europe  .data a {
			color: #39836C;
		}
		
		#europe  .data .country {
			display: none;
			font-size:11px;
		}
		
	#europe  .zentrale{
		padding-left:39px;
		padding-bottom:15px;
		padding-top:20px;
	}
	
		#europe  .zentrale .sitz{
			float:left;
			color:#000000;
			font-size:12px;
			margin-right:15px;
			width:190px;
		}
		
		#europe  .zentrale .second{
			margin-top:16px;
			margin-right:25px;
		}
		
			#europe  .zentrale .sitz a{
				text-decoration:none;
				color:#39836C;
			}
		
		