				body {
					font-family : verdana, arial, helvetica, sans-serif;
					font-size   : 80%;
				}
				div.navbar {
					background : #c2c2c2;
					color      : black;
					width      : 100%;
				}
				div.addbar {
					background   : #c2c2c2;
					color        : black;
			/*		width        : 80%; */
					margin-top   : 25px;
					padding-left : 35px;
				}
				div.entry {
					position    : relative;
				/*	width       : 75%; */
					margin-left : 145px;
					margin-top  : 65px;
					border      : solid 1px black;
					padding     : 17px;
					text-align  : top;
					
				}
				img.left {
					position : absolute;
					left     : -120px;
					top      : -55px;
				}
				img.right {
					position : relative;
					right    : 25px;
					bottom : 25px;
				}
				h2.kapitel {
					position      : relative;
					left          : 65px;
					margin-top    : 10px;
					background    : #ffffcc;
					color         : navy;
					border-bottom : solid 1px #adadad;
					border-right  : solid 1px #adadad;
					width         : 65%;
					text-align    : right;
					padding-right : 15px;
					font-weight   : bold;
					font-size     : 125%;
				}
				p.kapitel {
					margin-top : 55px;
					margin-left : 35px;
				}
				p.kapitel2 {
					margin-top : 15px;
					margin-left : 35px;
				}
				a:link {
					color      : maroon;
					background : transparent;
				}
				a:visited {
					color      : red;
					background : transparent;
				} 
				a:hover 
				{
					color      : navy;
					background : #ffffcc;
				}
				a:active 
				{
					color      : lime;
					background : transparent;
				}
				div.menu
				{
					position : absolute;
					top: 285px;
					left : 45px;
					width : 100px;				
				}
				div.menu a
				{
					display : block;
					background : #c2c2c2;
					color : black;
					text-decoration : none;
					font-weight : bold;
					padding: 5px
				}
				div.menu a:hover
				{
					display : block;
					background : white;
					color : red;
					text-decoration : none;
					font-weight : bold;
					padding: 5px
				}
				h1 {
					text-align:  center; 
					padding-bottom: 15px;			
				}
				


a[href^="http:"], a[href^="https:"]
{
	padding-left: 16px;
	background-image: url('http://www.bischiweb-online.de/wp/wp-content/themes/schrottie_yaml/images/ext_link.gif');
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	font-weight: bold;
	font-decoration: underline;
}

a[href^="http://geologs"], table.header a[href^="http:"], table.header a[href^="https:"], h1 a[href^="http:"], h1 a[href^="https:"]
{
	padding-left: 0;
	background-image: none;
}

#map {
width:100%; 
height:600px;
}
#legende {
text-align: center;
padding-bottom: 30px;
}


tr.even {
       background-color: gainsboro;
       }

tr.odd {
       background-color: white;
}


table.main {
  border-collapse: collapse;
  margin-top : 3px;
  vertical-align: top;
  background-color: #c2c2c2;
  font-size: 90%;
}


a.norm:link {  color:black; text-decoration:underline }
a.norm:visited {  color:black; text-decoration:underline }
a.norm:hover {  color:#C00000; text-decoration:underline }
a.norm:active {  color:#C00000; text-decoration:underline }
a.norm:focus {  color:#0000E0; text-decoration:underline }
a.ok:link {  color:black; text-decoration:underline }
a.ok:visited {  color:black; text-decoration:underline }
a.ok:hover {  color:#C00000; text-decoration:underline }
a.ok:active {  color:#C00000; text-decoration:underline }
a.ok:focus {  color:#0000E0; text-decoration:underline }
a.disabled:link {  color:black; text-decoration:line-through }
a.disabled:visited {  color:black; text-decoration:line-through }
a.disabled:hover {  color:#C00000; text-decoration:underline }
a.disabled:active {  color:#C00000; text-decoration:line-through }
a.disabled:focus {  color:#0000E0; text-decoration:underline }
a.archived:link {  color:red; text-decoration:line-through }
a.archived:visited {  color:red; text-decoration:line-through }
a.archived:hover {  color:#C00000; text-decoration:underline }
a.archived:active {  color:#C00000; text-decoration:line-through }
a.archived:focus {  color:#0000E0; text-decoration:underline }

table.statistics {
    background-color: white; 
    width: 100%;
    border-width: 1px;
    border-collapse:collapse;
    border-style: solid;
    border-color: black;
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 7px;
    }
td.statistics {
    text-align: left;
    border-width: 1px;
    border-style:solid;
    border-color: black;
    padding: 4px;
    overflow: hidden;
    }
th.statistics {
    border-color: black;
    border-width: 1px;
    border-style:solid;
    padding: 4px;
    overflow: hidden;
    }
caption.statistics {
    background-color: darkgray;
    padding: 3px;
    text-align: left;
    font-weight: bold;
    border-width: 0px;
    }

