/* CSS BoxMania */

html {heigth: 100.5%; font-size: 62.5%;}
body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	/*#######*/
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	color: #006;
	padding: 0.6em 0em 0.2em 0em;
}
/* Sie beginnen das erste Stylesheet mit Platzhaltern für
Anweisungen für die Elemente html und body und für den
Universal-Selektor. Danach gruppieren Sie die Überschriften. */
h1 {font-size: 2.2em; 
	border-bottom: 1px dashed #b4a400;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.2em;}

p {text-align: justify; margin-bottom: 0.4em;}

a {
	font-weight: bold
}
a:link {}
a:visited {}
a:hover {}
a:active {}
/* Mit den Pseudoklassen werden die Linkeigenschaften
definiert. */


/*-- div#wrapper erhält eine feste Breite --*/
/*-- left und margin-left setzt wrapper in die Mitte des Fensters --*/
div#wrapper { 
	width: 800px; 
	margin: 20px auto;
	text-align: left;
	}
div#header {
	height: 160px;
	background-image: url(bilder/titel_jk_5.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
div#thumb {
	float: right;
	width: 100px;
	height: 75px;
	margin: 40px 20px 20px;
}
div#thumb img {
	border: 1px solid #333;
}

div#nav ul {
	padding-left: 10px;
	padding: 4px 10px 6px 10px;
}
div#nav li {display: inline; margin-right: 10px;}
div#nav li a {
	padding: 6px;
	text-decoration: none;
	color: #006;
	text-transform: uppercase;
	background-color: #FC9;
}
div#nav li a:hover, 
body#home li.navhome a, 
body#family li.navfamily a, 
body#maps li.navmaps a, 
body#links li.links a {
	background: #800000;
	color: #FFFFFF;
}
/**********/
div#date { float: right; padding: 5px;}

div#wrapcontent {
	overflow: auto;
	width: 100%;
	}
/*-- Durch die definierte Breite macht #maintext Platz für die Menüleiste --*/
div#maintext {
	width: 570px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
/*--Float benötigt immer width --*/
div#maintext ul {list-style-type: none;}

div#menu {
	float: right;
	width: 180px;
	/*padding: 20px;*/
	margin: 10px 10px 20px 20px; /*statt padding*/
	}
div#menu ul {list-style-type: none;}
div#menu ul ul {margin-left: 10px;}
div#menu li {
	line-height: 1.8em;
}
div#menu li.select {
	border: 1px solid #696969;
	border-right: 0px;
	padding-left: 10px;
	margin-left: -10px;
}
div#menu a {
	text-decoration: none;
	color: #006;
}

div#footer {
	color: #333333;
	margin-left: 10px;
	padding: 0.5em 0px 0.5em 0px;
	text-align: ; 
	border: 1px thin #333333;
	margin-right: 10px;
	}

div#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
}
div#maintext p img {
	margin: 5px;
	border: solid 1px;
}
