body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	
/* der Inhalt steht in einer Tabelle mit class="content" 
 * diese Klasse kann also angelegt und gestylt werden.
 * die bisherigen style-Angaben müssten dan aus dem xslt-stylesheets genommen werden.
 * sind dort ja einfach zu finden durch die class-Angabe.
 * xslt: census.xsl und censusExtended.xsl
*/
}


a:link {font-size: 15px; color: #000000; text-decoration: none; font-weight: bold; font-family: Arial;}
a:visited {font-size: 15px; color: #000000; text-decoration: none; font-weight: bold; font-family: Arial;}
a:hover {font-size: 15px; color: #8DB9D4; text-decoration: none; font-weight: bold; font-family: Arial;}
a:active {font-size: 15px; color: #8DB9D4; text-decoration: none; font-weight: bold; font-family: Arial;}

.mail:link {font-size: 12px; color: #698EAA; text-decoration: underline; font-weight: bold;}
.mail:visited {font-size: 12px; color: #698EAA; text-decoration: underline; font-weight: bold;}
.mail:hover {font-size: 12px; color: #719655; text-decoration: underline; font-weight: bold;}
.mail:active {font-size: 12px; color: #719655; text-decoration: underline; font-weight: bold;}

a.morelink {
	color: Maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.imagelink {
	color: Maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.background {
  background-image:url(images/census.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
}

.map {
	width: 550px;
	height: 500px;
}

.map_klein {
	width: 450px;
	height: 300px;
	border: 2px solid #000000;
}

#warnung {
  visibility: hidden;
	position: absolute;
	left: 100px;
	top: 40px;
	background-color: #ffffff;
}

/* Styles fuer die Einleitungsseiten */

#container {
  margin-left: 130px;
  width: auto;
 }

#container p {
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  text-align: justify;
}

#claim {
  margin-top: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#uberschrift {
    margin-top: 15px;
	 margin-bottom: 5px;
	 font-size: 14px;
	 font-weight: bold;
  }

#inhalt {
	margin-top: 10px;
	padding-left: 0px;
  }

#navigation {
    margin-top: 34px;
	 margin-left: 0;
	 width: 110px;
	 height: 500px;
    padding: 0;
	 float: left;
	 /*text-align: center;*/
 }
 
 img.left {
 	float: left;
	margin-top: 10px;
 }

/* Bilder die Verweise sind ohne Rahmen anzeigen */
 
a img {
border: 0;
}

.hoehe {
  width: 100%;
	height: 100%;
}
