/* Zentrale css Datei fuer das Projekt gemeindekarte */

p, td, tr, th, h1, h2, h3, h4, dd, dl, dt, ul, ol 
  { font-family:sans-serif; }

p, td, tr, th,ul {	
  color:#111111;
  font-size:1em; 		
  font-style:normal;
  font-weight: normal;  
  }
		
h1 { color:#660099; }
h2 { color:#080869; }
h3 { color:#140253; } 

h1 { font-size:1.8em }
h2 { font-size:1.6em }
h3 { font-size:1.4em }
h4 { font-size:1.2em }

th {	background-color:#660099; 
	color:#FFEEFF; }

blockquote {
  font-style:italic;
  font-size:11pt;
  padding-left:8px; 
  padding-right:8px; 
  padding-bottom:8px; 
  padding-top:8px;
  background-color:#DDDDDD;
  }
     	

a:link {
  color: #080869; 
  text-decoration:underline; font-weight:normal; 
  }
a:visited { 
  color: #42487D; 
  text-decoration:underline; font-weight:normal; 
  }
 
a:link:hover, a:visited:hover {
  color: #A4054F; 
  text-decoration:normal; 
  font-weight:normal; 
  }
   
