/* Allgemeine Angaben für Geomnesia-Site (www.geomnesia.de und www.geomnesie.de) */

html {
	width: 100%;
	height: 95%;
	}

img {
	border: 0;
	}

body {
	font: small sans-serif;
	background: #fff;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 95%;
	}

html>body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 95%;
	}
	
a {
	color: #000;
	}

a:visited {
	color: #666;
	}
	
a:hover {
	color: #fff;
	background: #888;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

/* Splashscreen */
	
#splashlogo {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	padding: 0;
	}

#splashlogo a {
	border: 0;
	background: transparent;
	}

#hidden {
	display: none;
	}
	
/* Erklärungsseite */
	
#erkl {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 0;
	}

#erkl p:first-letter {
	font-weight: bolder;
	font-size: 1.5em;
	}
	
/* Konzeptseiten -- Header */

div#wrapper {
	width: 640px;
	height: 110%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}

div#head {
	width: 640px;
	height: 90px;
	margin: 0;
	background: #fff url(bilder/logo-lo.png) 0 20px no-repeat;
	border-bottom: 1px dotted #999;
	}
	
h1#headline {
	position: absolute;
	color: #999;
	margin-left: 218px;
	margin-top: 22px;
	}
	
p#breadcrumbs {
	position: absolute;
	margin-left: 220px;
	margin-top: 70px;
	font-family: sans-serif;
	font-weight: bold;
	}

/* Konzeptseiten -- Content */

div#content {
	width: 640px;
	min-height: 300px;
	margin: 0;
	line-height: 150%;
	padding: 30px 0 0 0;
	}

#content p:first-letter {
	font-weight: bolder;
	font-size: 1.5em;
	}

div#cont-navi {
	margin: 10px auto 10px auto;
	font-size: 0.9em;
	text-align: center;
	}
	
ul#inhalt {
	margin-left:220px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.5em;
	line-height: 2em;
	list-style-type: square;
	}

div#kontakt {
	width: 600px;
	margin-left: 20px;
	}
	
div#kontakt p:first-letter {
	font-weight: bolder;
	font-size: 1.4em;
	}

/* Konzeptseiten -- Footer */

div#footer {
	width: 640px;
	margin: 0;
	border-top: 1px dotted #999;
	}

p#footer-text {
	text-align: center;
	font-size: x-small;
	}