/* Stylesheet für Screenausgabe | Hirtenmusik in Europa */

html {
        height:101%;
    }


body { 
	margin:0;
	padding:0; 
	background: #F7F7F2 url(../layout_images/verlauf_waagrecht.jpg) repeat-x ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	color:#66788C;
	}

p { margin:0; padding:0; }

a, a:link, a:visited {
	text-decoration:none;
	text-decoration:underline;
	color:#666;
	}
	
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#000;
	}		
	
a.verweis:link, a.verweis:visited {
	
	border-bottom: 1px dotted #E1E1E1;
	border-top: 1px dotted #E1E1E1;
	padding:2px 0 2px 25px;
	text-decoration:none;
	color:#637EA6;
	background:  url(../images/link-icon.gif) 5px 0px no-repeat;
	}
	
a.verweis:hover, a.verweis:active, a.verweis:focus {
	text-decoration:none;
	color:#000;
	
	}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/	
#site  {
	margin: 0px auto;
	padding:0px;
	width: 990px; 
	height:101%;
	text-align: left; 
	background-color:#fff;
	background: url(../layout_images/verlauf_site.jpg) repeat-y scroll center top;
	}

#HeadContainer {
	margin:0;
	padding:0;
	height:210px;
	width:990px;
	margin-bottom:10px;
	background: #fff url(../layout_images/head_image_background.jpg) no-repeat;
	}

#HeadContainerES {
	margin:0;
	padding:0;
	height:210px;
	width:990px;
	margin-bottom:10px;
	background: #fff url(../layout_images/head_image_backgroundES.jpg) no-repeat;
	}

#NavigationsContainer {
	float: left;
	width: 180px;
	margin-left:45px;
	margin-top: 0px;
	margin-bottom:30px;
	padding: 0;
	font-size: 11px;
	}
		
	* html #NavigationsContainer {
	margin-left:10px;
	}

#ContentContainer {
	float: left;
  	width: 690px;
  	margin-top: 5px;
	margin-left:30px;
	margin-bottom:50px;
  	font-size: 11px;
  	padding:0;
	}

#ContentContainer_index {
	float: left;
  	width: 954px;
  	margin-top: 20px;
	margin-left:18px;
	margin-bottom:10px;
  	font-size: 11px;
  	padding:0;
	height:543px;
		background: url(../layout_images/landkarte.jpg) no-repeat scroll center top;
	}
			
#FussContainer {
	clear:left;
	margin:0;
	padding:0;
	font-size:10px;
	height:70px;
	background: url(../layout_images/footer.jpg) no-repeat scroll center top;
	}	

#FussContainer_border {
	margin:0 20px 0 20px;
	padding:0;
	border-top: 2px solid  #E2E2E2;
	}		


/***********************************************************/
/* Navigationspfad    */
/***********************************************************/	
#pfadleiste {
	width:900px;
	margin-top:12px;
	margin-bottom:20px;
	margin-left:48px;
	margin-right:45px;
	float:left;
	font-size:11px;
	padding-bottom:3px;
	border-bottom: 1px dotted #E2E2E2;
	}
	/* ===== Notierung für Moz ====== */	

	*:not(hr) .pfadleiste { margin-bottom:0; }

.pfad {
	font-size:11px;
	color:#333;
	background-image:url(../layout_images/pfeil_orange.gif);
	background-repeat:no-repeat;
 	background-position:0px 3px;
	padding:0 0 0 20px;
	text-decoration: none; 
	}
	
.pfad:link, .pfad:visited, .pfad:active {
	font-size:11px;
	color:#999;
	text-decoration: none; 
	}	

.pfad:hover { color:#000; }	

/***********************************************************************************/
/* Ausklappnavigation Kopfbereich    */
/***********************************************************************************/		

#kopfnaviagtion {
	margin:0px;
	padding:143px 45px 0 45px;
	margin-bottom:26px;
	display:block;
	font-size:12px;
	}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:100;
	}

/* 1 Stufe ohne ausklapp */
#nav li { 
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	}

/* 2 Stufe */
#nav li ul { 
	position: absolute;
	width: 125px;
	padding : 0 0.5em 2px 0;
	margin-left:30px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: url("../layout_images/produkt_navi_aus.png") !important;
	}

/* Links 1 Stufe */    
#nav li a,
#nav li a.language { 
	display : block;
    text-decoration : none;
	background:none;
 	}
	
#nav li a { 
    color : #666;
    padding : 1px 38px 8px 0.4em;
	}	
    
#nav li a.language { 
    color : #999;
    padding : 1px 10px 5px 0.4em;
	margin-left:30px;
	width:110px;
	}

#nav li:hover a.language,
#nav li a:focus a.languange { color:#000; }

#nav li:hover a,
#nav li a:focus,
#nav li a.current {   	color:#B28603; }

#nav li:hover ul li a {   	color:#000; }

#nav li:hover ul li:hover a { color:#B28603; }	
    
/* Links 2 Stufe */      
#nav li ul a {
	width:125px;
    color : #fff;
	font-weight:normal;
	padding : 5px 0 5px 20px;
   	background:none;
	}

#nav li ul a:hover {
   	color:#000;
	width:125px;
	}		
   
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
    }
    
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
    }
	


/***********************************************************************************/
/* Servicenavigation unterhalb  der Hauptnavigation - Für z.B. Acrobat-Download    */
/***********************************************************************************/		
.headline-unternavi, .headline-unternavi-service {
	font-weight: bold;
	border-bottom: 2px solid  #CED1D5;
	padding-bottom: 4px;
	padding-top:8px;
	padding-left:0;
	margin-bottom: 7px;
	color: #EE7F01;
	font-size:12px;
	}	
	
	.headline-unternavi-service {
	color: #666; 
	}
	
	.headline-unternavi-service a {
	color: #666; 
	text-decoration: none;
	}
	
	.headline-unternavi-service a:hover,
	.headline-unternavi-service a:focus,
	.headline-unternavi-service a.current{
	color: #000; 
	}
	
#servicenav { 
	padding:0;  
	margin:0; 
	background-color: transparent;
	} 
  
#servicenav ul { margin:0px; padding:0px; list-style-type:none; } 
#servicenav li { margin:0px; padding:0px; display:inline;  }
  
#servicenav li a { 
	text-decoration: none; 
	display:block; 
	width:180px;
	margin: 0px; padding: 4px 0px 4px 0; 
	border-bottom: 1px solid  #CED1D5;
	background: url(../images/link-icon.gif) 5px 0px no-repeat;
	color: #666;
	font-weight:bold;
	} 

#servicenav a:hover,
#servicenav a:active,
#servicenav a:focus,
#servicenav a.current{
	color:#B28603;
	}   

p.servicenav-text {
	color:#666666;
	padding:0 10px 10px 10px;
	
	}	
	
p.servicenav-hotline {
	display:block;
	background-color:#EFEFEF;
	width:180px;
	color:#000;
	margin:0;
	padding:10px;
	}


		
	
/***********************************************************/
/* Content    */
/***********************************************************/	

#content,
#content p {
	font-size:12px;
	line-height:150%;
	color:#4D5A6A;
	}
#content_index {
	margin-left:30px;
	width:400px;
	height:100%;
	float:left;
}
#landesmarkierungen {
	float:left;
	margin:0;
	padding:0;
	width:520px;
	height:100%;
}

h1 {
	font-size:12px;
	color:#B28603;
	font-weight:normal;
	padding:0;
	margin-bottom:5px;
	margin-top:0;
	}
	
h2 {
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#B28603;
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	}	
	
h3 {
	font-size:12px;
	font-weight:bold;
	color: #666; 
	padding:0;
	margin-bottom:5px;
	margin-top:10px;
	}		
	
img { border:none; }	
	
/* Listenformatierungen / blauer Pfeil   */
  
#aufzaehlung { 
	padding:0;  
	margin:0; 
	background-color: transparent;
	} 
  
#aufzaehlung ul { margin:0px; padding:0px; list-style-type:none; } 
#aufzaehlung li { margin:0px; padding:0px; display:inline;  }
  
#aufzaehlung li.blue { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 2px 0px 2px 20px; 
	background: url(../images/link-icon-blue.gif) 1px 1px no-repeat;
	color: #000;
	} 
	
#aufzaehlung li li a { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 4px 0px 4px 20px; 
	background: url(../images/link-icon-grey.gif) 3px 3px no-repeat;
	color: #999;
	} 
	
#aufzaehlung a:hover,
#aufzaehlung a:active,
#aufzaehlung a:focus,
#aufzaehlung a.current{
	color:#FF9900;
	}   
 
/***********************************************************/
/* Auflistung     */
/***********************************************************/

  
ul#liste { 
	padding:0;  
	margin:5px 0 0 0; 
	background-color: transparent;
	list-style-type:none;
	} 
  
#liste ul { margin:0px; padding:0px; list-style-type:none; } 
#liste li { margin:0px; padding:0px; display:inline;  }

#liste li { 
	text-decoration: none; 
	display:block; 
	margin: 0px; padding: 4px 0px 4px 20px; 
	background:  url(../images/link-icon-blue.gif)  2px 3px no-repeat;
	border-bottom: 1px dotted #E1E1E1;
	} 


#liste li a { 
	text-decoration: none; 
		} 
	
#liste li a:active,
#liste li a:hover,
#liste li a:focus
{ 
	color:#FF9900;
	} 




	
	/***********************************************************/
/* Fusszeile    */
/***********************************************************/	


.fusszeile_drucken, .fusszeile_seitenanfang {
	float:right;
	padding: 0;
	margin-top:8px;
	margin-right:0;
	margin-bottom:5px;
	}
	
.fusszeile_seitenanfang {
	margin-right:10px;
	padding-right:10px;
	border-right: 1px dotted #ccc;
	}	
	
.fusszeile_anschrift {
	float:left;
	margin-top:8px;
	margin-left:0;
	padding:0;
	color:#bbb;
	}		
	
/* Logo  für Ausdruck */
#logo {
	margin:0;
	background-color: #fff; 
	display: none;
	}
	

	


/***********************************************************/
/* Formularfelder    */
/***********************************************************/


form {
  	background:#fff;
  	width:100%;
  	}

input, textarea, select {
  	float:left;
  	display:block;
  	padding:1px;
	}

/* Auszeichnung für die verschiedenen Labels */	
label.funktionsbereich_suche, 
label.funktionsbereich_suche_kurz, 
label.funktionsbereich_suche_lang, 
label.funktionsbereich_suche_option, 
label.funktionsbereich_suche_checkbox {
	float:left;
	display:block;
	padding-right:10px;
	}

label.funktionsbereich_suche {
	width:150px;
	padding-top:5px;
	}

label.funktionsbereich_suche_kurz {
	width:105px;
	padding-top:5px;
	}	
	
label.funktionsbereich_suche_lang {
	width:200px;
	padding-top:5px;
	padding:0;
	}		

label.funktionsbereich_suche_option {
	width:35px;
	padding-top:2px;
	}	
	
label.funktionsbereich_suche_checkbox {
	width:auto;
	padding-top:2px;
	}		

/* Auszeichnung für die verschiedenen Eingabefelder */	
input.funktionsbereich_suche, 
input.funktionsbereich_suche_kurz, 
input.funktionsbereich_suche_lang, 
select.funktionsbereich_suche, 
select.funktionsbereich_suche_kurz, 
select.funktionsbereich_suche_lang {
	font-size: 1.2em;
  	display:block;
   	border: 1px solid #F5E0A9;
  	background:#fff;
  	margin-right:10px;
	margin-top:0;
	margin-bottom:5px;
  	padding:1px;
	}
	
input.funktionsbereich_suche {
	width:150px;
  	}	
	
input.funktionsbereich_suche_kurz {
	width:105px;
  	}		
	
input.funktionsbereich_suche_lang {
	width:300px;
  	}		
	
select.funktionsbereich_suche {
	width:165px;
  	}

select.funktionsbereich_suche_kurz {
	width:125px;
  	}	

select.funktionsbereich_suche_lang {
	width:254px;
  	}	

input.funktionsbereich_suche_option,	/* Auszeichnung für Radiobuttens / ohne Rahmen */
input.funktionsbereich_suche_checkbox {  /* Auszeichnung für Checkboxen / ohne Rahmen */		
	font-size: 1.2em;
  	display:block;
  	width:auto;
  	border:none;
  	background:none;
  	margin-right:2px;
	margin-bottom:5px;
  	padding:1px;
	}	
	
input.funktionsbereich_suche_checkbox{ /* Auszeichnung für Checkboxen / ohne Rahmen */	
	margin-bottom:0px;
  	}	
	
	

/* Abstandhalter damit die Checkbox nach rechts verschoben wird / Flucht zu anderen Eingabefeldern */
.platzhalter {
	float:left;
	display:block;
	width:150px;
	padding-top:5px;
	padding-right:10px;
	}	

/* Trennlinie zwischen den Eingabefeldern*/	
.tennlinie_waagrecht {
	width: auto;
	margin-top: 10px;
	border-top: 1px dotted #E2E2E2;
	padding:0 4px;
	font-size:1px;
  	line-height:10px;
  	display:block;
 }
	
.tennlinie_senkrecht {
	float:left;
	display:block;
	width: 5px;
	margin: 0;
	border-left: 1px dotted #E2E2E2;
	padding:4px;
	vertical-align: middle; 
	}	

.funktionsbereich_suche_zusatz_text {
	display:block;
	text-align:center;
	float:left;
	padding:0;
	margin-right:10px;
	}

/* Auszeichnung für die Links/Buttons im Formular*/		
.funktionsbereich_suche_zusatz,
.funktionsbereich_suche_zusatz_kurz,
.funktionsbereich_suche_zusatz_button {
	display:block;
	text-align:center;
	float:left;
	padding:0;
	margin-right:10px;
	border: 1px solid #C4930E;
	}	
	
.funktionsbereich_suche_zusatz {
	width:90px;
	background:#fff; 
	}		
	
.funktionsbereich_suche_zusatz_kurz {
	width:73px;
	background:#fff; 
	}	
	
.funktionsbereich_suche_zusatz_button {
	background:#F5E0A9;
	padding:2px 5px;
	}		
	
.funktionsbereich_suche_zusatz a, 
.funktionsbereich_suche_zusatz_kurz a,
.funktionsbereich_suche_zusatz_button a{
	display:block;
	text-decoration: none;
	}

.funktionsbereich_suche_zusatz a:hover,
.funktionsbereich_suche_zusatz a:focus,
.funktionsbereich_suche_zusatz_kurz a:hover,
.funktionsbereich_suche_zusatz_kurz a:focus {
	display:block;
	background:#F5E0A9; 
	}
	
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  	clear:both;
  	font-size:1px;
  	line-height:1px;
  	display:block;
  	height:1px;
	}


	
/***********************************************************/
/* Formularfeld Suche    */
/***********************************************************/

#ContainerSuchfeld {
	float:left;
	margin:0 0 0 35px;
	padding:0;
	
	}
	
/* Suchfeld im Kopfbereich */
input.eingabe-suchfeld {
	float:left;
	width:112px;
	margin-right:5px;
	padding-top:2px;
	border:none;
	background-color:#fff;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	}
	
/* Auszeichnung für die Links/Buttons im Formular */		
#button_suche {
	float:left;
	display:block; 
	padding-top:0;
	padding-right:5px;
	padding-left:8px;
	font-size:11px;
	color:#999;
	}	
	
	*+html #button_suche {
	padding-left:7px;
	}	/*for IE 7*/
	
	* html	#button_suche {
	padding-left:2px;
	}/*for IE 6*/
	
#button_suche a {	text-decoration: none;	}

#button_suche a:hover,
#button_suche a:focus {	text-decoration: none; color:#000; text-decoration:underline;	}


label.bold {
	width:80px;
	font-weight:bold;
	margin-right:0;
	}

label.checkbox {
	font-weight:bold;
	margin-left:5px;
	}	



input.hidden {
	margin:0;
	padding:0;
	float:none;
	}	

input.eingabefeld, 
textarea.eingabefeld,
select.selectfeld,
select.selectfeld_lang {
	border: 1px solid #ccc;
  	background:#f4f4f4;
	margin-top:0px;
	margin-right:15px;
	}
	
input.eingabefeld, 
textarea.eingabefeld {
	width:130px;
	}

textarea.eingabefeld {
	width:100%;
	height:100px;
	}	
	
select.selectfeld {
	margin-right: 27px;
	width:110px;
	}
select.selectfeld_lang {
	width:325px;
	}	


	
.tennlinie_senkrecht {
	float:left;
	display:block;
	width: 5px;
	margin: 0;
	border-left: 1px dotted #ccc;
	padding:4px;
	vertical-align: middle; 
	}	

/* Auszeichnung für die Links/Buttons im Formular*/		
#button_container {
	margin: 0 auto;
	padding:0;
	width:100%;
	text-align:center;
}

.funktionsbereich_suche_button {
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	border: 1px solid #F7C21F;
	background:  url(../layout_images/back_button.gif) 1px 1px repeat-x; 
	margin: 0 auto;
	width:150px;
	}	
	
.funktionsbereich_suche_button a {
	padding:0px 10px 1px 10px;
	display:block;
	text-decoration: none;
	margin: 0 auto;
	}

.funktionsbereich_suche_button a:hover,
.funktionsbereich_suche_button a:focus {
	background:#F7C21F; 

	color:#000;
	}


/***********************************************************/
/* Bildergalerie / Lightbox    */
/***********************************************************/

.bilder_galerie  {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:left; 
  	margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:10px;
		}

.bilder_galerie p {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	margin-top: 0.2em;
	text-align: center;
	background-color:#efefef;
	font-size:10px;
		}
	
.bilder_rechts  {
	margin-top:0;
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:right; 
  	margin-left: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:15px;
 	}	
	
/***********************************************************/
/* Sitemap    */
/***********************************************************/

#sitemap { 
	padding:0;  
	margin:0; 
	width:95%;
	background-color: transparent;
	} 
  
#sitemap ul { margin:0px; padding:0px; list-style-type:none; } 
#sitemap li { margin:0px; padding:0px; display:inline;  }
  
#sitemap li a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 20px; 
	border-bottom: 1px solid  #eee;
	color: #666;
	font-weight:bold;
	
	} 

#sitemap a:hover,
#sitemap a:active,
#sitemap a:focus,
#sitemap a.current{
	color:#FF9900;
	}   	
	

#sitemap li a.current,
#sitemap li a:hover { 
	background: url(../layout_images/link-icon.gif) 0px 1px no-repeat; 
	} 		
	
/* === 2 Ebene ============ */

#sitemap li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 40px; 
background: url(../images/link-icon.gif) 20px 3px no-repeat;
	color: #888;
	font-weight:normal;
	} 

/* === Navigationspunkt aktuell - blauer Pfeil ============ */
#sitemap li ul a.current,
#sitemap li ul a:hover { 
	background: url(../images/link-icon.gif) 20px 3px no-repeat;
	} 	
	
/* === 3 Ebene ============ */
#sitemap li ul li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 60px; 
background: url(../layout_images/pfeil_unternavi.gif) 20px 3px no-repeat; 
	color: #888;
	font-weight:normal;
	} 


#sitemap li ul li ul a.current,
#sitemap li ul li ul a:hover { 
	background: url(../layout_images/pfeil_unternavi_an.gif) 20px 3px no-repeat; 
	} 	

#sitemap li ul li ul li ul a { 
	text-decoration: none; 
	display:block; 
	font-size:11px;
	margin: 0px; padding: 4px 0px 4px 80px; 
background: url(../layout_images/pfeil_unternavi.gif) 40px 3px no-repeat; 
	color: #888;
	font-weight:normal;
	} 

/* === Navigationspunkt aktuell - blauer Pfeil ============ */
#sitemap li ul li ul li ul a.current,
#sitemap li ul li ul li ul a:hover { 
	background: url(../layout_images/pfeil_unternavi_an.gif) 40px 3px no-repeat; 
	} 	
	
/* ===== Formatierung Tabelle Kurzanzeige ======================================== */
table.kurzanzeige  {
	margin-top:15px;
	font-size:11px;
	width:100%;

	
	}

table.kurzanzeige td img {
	vertical-align:top;
	border: 1px dotted #cfdce8;
	padding:2px;
	width:100px;
	}	



table.kurzanzeige td.titel {
	color: #003375;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	}

table.kurzanzeige td.bezeichnung {
	vertical-align:top;
	font-size:11px;
	color: #4b5b6b;
	font-weight:bold;
	width:70px;
	}		
	
	table.kurzanzeige td.beschreibung {
	vertical-align:top;
	font-size:11px;
	color: #4b5b6b;
	width:470px;
	}	
	
table.kurzanzeige td.abschluss {
	height:5px;
	padding: 0;
	border-bottom: 1px dotted #cfdce8;
		} 


/* ===== Ende Formatierung Tabelle Kurzanzeige ======================================== */
	
/***********************************************************/
/* Landesmarkierungen    */
/***********************************************************/		

/* ===== 1. Allgemeine Angaben ==== */
#deutschland, 
#frankreich,
#italien,
#litauen,
#niederlande,
#polen,
#sardinien,
#schweiz,
#slowenien,
#spanien,
#ukraine,
#russland,
#slowakei,
#bulgarien,
#portugal,
#rumaenien {
	height:10px;
	width:10px;
	padding:0;
	margin:0px;
	position: relative;
	font-size: 11px;
	}

#deutschland div,
#litauen div,
#frankreich div,
#italien div,
#litauen div,
#niederlande div,
#polen div,
#sardinien div,
#schweiz div,
#slowenien div,
#spanien div,
#ukraine div,
#russland div,
#slowakei div,
#bulgarien div,
#portugal div,
#rumaenien div
{display:none;}

#deutschland:hover div, 
#litauen:hover div,
#frankreich:hover div,
#italien:hover div,
#litauen:hover div,
#niederlande:hover div,
#polen:hover div,
#sardinien:hover div,
#schweiz:hover div,
#slowenien:hover div,
#spanien:hover div,
#russland:hover div,
#ukraine:hover div,
#slowakei:hover div,
#bulgarien:hover div,
#portugal:hover div,
#rumaenien:hover div {
	display:block;
	width:150px;
	position:relative;
	top:10px;left:10px;
	border:1px dashed black;
	background-color:#FFF;
	padding:10px;
	font-size: 11px;
	line-height:normal;
	}
	
/* ===== 2. Positionsangaben ==== */	
#deutschland{ top: 300px; left: 225px; z-index:10; }
#litauen { top: 219px; left: 340px; z-index:5; }
#frankreich { top: 345px; left: 160px; z-index:13; }
#italien { top: 400px; left: 260px; z-index:9; }
#niederlande { top: 245px; left: 185px; z-index:12; }
#polen { top: 230px; left: 300px; z-index:6; }
#sardinien { top: 315px; left: 205px; z-index:16; }
#schweiz { top: 305px; left: 200px; z-index:11; }
#slowenien { top: 300px; left: 270px; z-index:8; }
#spanien { top: 360px; left: 80px; z-index:14; }
#ukraine { top: 210px; left: 430px; z-index:1; }
#bulgarien { top: 305px; left: 385px; z-index:3; }
#russland { top: 29px; left: 440px; z-index:2; }
#slowakei { top: 210px; left: 310px; z-index:7; }
#portugal { top: 310px; left: 20px; z-index:15; }
#rumaenien { top: 220px; left: 370px; z-index:4; }


#landesmarkierungen strong {
	background-color:#62490B;
	padding:0px 2px 1px 2px;
	color:#FFFFFF;
}
	
