/*mit freundlicher Unterstuetzung von Stefan Muenz SELFHTML, allgemeine Stylesheets f&uumlr die Pacseiten, verwendet in allen Inhaltsseiten ausser in den Intros*/

 body {
color: white; 
background-image:url(seitenhintergrund.jpg);
font-size: 12px;
font-family: sans-serif;
text-align: center;  /* Zentrierung im Internet Explorer */
  }

h1 {
	 display:inline;
    font-size: 24px;
    font-family:'Trebuchet MS','Lucida Grande',  'Verdana', sans-serif; 
    font-weight:bolder;
}

 h2 {
	 display:inline;
    font-size: 12px;
    font-family:'Trebuchet MS','Lucida Grande',  sans-serif;
    font-weight:bolder;
    padding: 14px 2px 2px 2px;
    margin:6px 0px 0px 0px;
} 


p{
	 font-size: 10px;
    font-family: 'Verdana', sans-serif;
    padding: 2px;
    margin:1px 0px 0px 0px;
}


/*Der Hauptkasten mittig*/

 .Seite {
background-image:url(HG_tourismus_mit-Textfeld.png);
background-repeat: no-repeat;
position:relative ; top:20px;
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 800px;
height:600px;
padding: 0;
border: 1px solid #6E3F3F ;
  }
 
  
 .Seite-galerie {
background-image:url(HG_fl-head.png);
background-repeat: no-repeat;
background-color:#7f7800;
position:relative ; top:20px bottom:0px;
text-align: left;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 800px;
height:600px;
padding: 0;
border: 0px solid #C73434;
  }
 
/* Startseiteninhalte und Logos im Kopfbereich */
 .Navig-index {
			text-align: center;
			position: relative;   top:20px; right:2px; bottom:4px; left:0px;    
			margin: 0px; 
			padding: 0px 2px 2px 0px;
			width: 500px;
			height:40px;
			border: 0px solid red; 
  } 

 
     
 /* Kopfbereich ab hier*/
     
div#Logos {
			text-align: left;    /* Seiteninhalt wieder links ausrichten */
			margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
			width: 800px;
			height:100px;
			padding: 0;
			border: 0px solid #499484; 
  } 
 		.logo {
				 		position: absolute;  top:12px;  left:230px;
				 		background-color:transparent;
				      text-align: right;    /* Seiteninhalt rechts ausrichten */
				      vertical-align: top;
				      margin: 2px 4px  2px 4px;
  } 		
 		.flags {
				 		position: absolute ;  top:12px;  left:30px;
				      text-align: left;    /* Seiteninhalt  links ausrichten */
				      margin: 2px  4px  2px  4px;
				     height: 60px;
				     width:300px;
				      border: 0px solid red;
  }	
		.header {
				 		position: absolute ;  top:1px;  left:4px;
				      margin: 0;
				     height: 100px;
				     width:790px;
				      border: 0px solid red;
  }	 		

/*Die gruene Hauptnavigation oben*/

.Navig {
			background-image:url(Haupt_Navi_Leiste_HG.png);
			background-repeat: no-repeat;
			position: absolute ;  top:100px; left:0px;
			text-align: left;
			font-size: 12px;
			font-weight:bolder;
			font-family: Verdana, sans-serif;
			margin: 0;
			padding: 2px 20px 2px 10px;
			width: 800px;
			height:18px;
			overflow:auto;
			border: 0px solid red;
  }

 div#Language {
	position:absolute;
	width:20px;
	height:14px;
	z-index:1;
	left: 775;
	top: 4;
}
   /* Container fuer Seiteninhalte ab hier */
   
  div#Inhalt {
background-image:url(seitenhintergrund-tele.jpg);
position: absolute ;  top:120px;
width: 800px;
height:auto;
text-align: left;    
margin: 0 ;    
padding: 0; 
border: 0px solid #EE2E2E;
  }
  
 
							 .tabelle1 {
							 					width: 740px;
										     height:auto;
										     overflow:auto;
										     text-align:center;
							 					padding: 4px 2px 4px 22px;
									 			margin:2px 2px 2px 22px;
									 			border: 0px solid #226DAB; 
									}   
							 .tabelle2 {
							 					font-size:10px;
							 					font-family: Verdana, sans-serif;
							 					padding: 4px  4px  4px  2px ; 
									 			margin:2px 2px 2px 2px;
									 			border: 0px solid #226DAB; 
									}   		

 
  
  /* Die Link-Leiste rechts unten*/
  div#Navig-unten {
position: absolute;  top:590px; right:0px; bottom:0px; left:0px;
margin: 0 ;
padding: 0px 0px 0px 0px;
width: 800px;
height:20px;
border: 0px dotted green; 
  }

div#ganz-unten{
position: absolute;  top:670px; right:0px; bottom:0px; left:0px;
text-align:center;
font-size:50%;
color:#AFB607;
   } 
div#ganz-unten:hover{
position: absolute;  top:670px; right:0px; bottom:0px; left:0px;
text-align:center;
font-size:150%;
color:#AFB607;
   }    
      
a:visited {
   color: #E6D3B6;
	text-decoration:none;
}
a:active {
   color:#E3E3E3;
	text-decoration:none;
}
a:link {
   color:#E3E3E3;
	text-decoration:none;
}
a:hover {
	color: #A65353;
	background-color:#B2D3FF;
	text-decoration:underline;
} 
