/* CSS Document */
/* ===================================
Stylesheet von "Thüringen Tour" 
 
Stand: 2008 
Datei: tour.css 
Datum: September 2008
Autor: Jessica Hellmuth 

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

* { padding: 0; margin: 0; } 
 
h2, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; }    
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */   

html { height: 101%; }    
   
body {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
}

h1 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; 
color: #006633;
padding-left: 0px;
}
h2 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #666666;
padding-left: 0px;
}

/* ================
   Hyperlinks    */  

a { 
  text-decoration: none; 
} 

a:link { color: #666666; } /* nicht besuchte Links */ 
a:visited {
	color: #666666;
	text-decoration: none;
} /* besuchte Links */ 

a:hover, 
a:focus {
    color: #cccccc;
	text-decoration: none;
} 
a:active {
	color: white;
	text-decoration: none;
}  

/* ==================================
   3. Styles für Layoutbereiche 
   =============================== */   

#wrapper { 

}

#kopfbereich {
color: #006633;
font-size:9px;

}

#textbereich {
color: #666666;
font-size: 12px;
}
    #textbereich a,
     navibereich span {
     color: #006633;  
    }
    #textbereich ul li { 
      list-style-type: square; 
    }
    #textbereich a:hover,
    #textbereich a:focus {
	color:#666666;

    }

#navibereich {
color: #666666;
font-size:12px;
}
    #navibereich ul {
      margin-bottom: 0; 
    }
    #navibereich li {
	  color: #006633;
	  display:inline; 
      list-style-type: none; 
    }
    #navibereich a,
    #navibereich span {
	color:#666666;
	background-color:#FFFFFF;
	
    }
    #navibereich a:hover,
    #navibereich a:focus {
      color: #cccccc; 
    }


#bildbereich {
  border-top: 1px solid #cccccc;
}
/* ==================================
   ENDE DES STYLESHEETS 
   =============================== */   

