* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 80%;
/*	background-image: url(pics/hgr_body6.jpg); */	background-image: url(pics/hgr_muster12.gif); 
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	background-color: #203D5F;
	color: #343434;
}

html {
	height: 101%;
}

a {
	color: #343434;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

h2 {
	font-size: 120%;
	margin-bottom: 10px; 
}

h3 {
	font-size: 100%;
	margin-bottom: 3px;
	color: #636363;
}

hr {
	border:none;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	margin-top: 10px;
}

blockquote {
	border-left: 3px solid #36587B;
	margin-left: 20px;
	padding-left: 15px;
}


.lineheight110 {
	line-height: 110%;
}


/* Spezielle Seiten */
h2.post-19 {
}



#kopf, #fuss  {
	/* runde Ecken */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px; 
	border: 1px solid #00409B;
	margin: 0px;
}




#wrapper {
	width: 960px;
	margin: auto;
}


/* ----------- Kopf ------------- */

#kopf {
	height: 140px;
	background-image: url(pics/hgr_kopf2.jpg);
	background-position: top;
	margin-bottom: 5px;
	margin-top: 5px;
}


#kopf img.logo {
	margin-top: 25px;
	margin-left: 50px;
	border: none;
}


#kopf #adresse_kopf {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: 47px;
	top: 28px;
	color: #E0E0E0;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#kopf #adresse_kopf a {
	color: #E0E0E0;
	font-weight: normal;
}



/* ---------- Ende Kopf ---------- */



/* ----------- Navigatioon Top ------------------*/

#top_navi {
	position: absolute;
	top: 100px;
	right: 50%;
	margin-right: -450px;
	z-index: 10;
	
	
}

#top_navi ul {
	list-style: none;
	
}

#top_navi li {
	float: left;
	
}

#top_navi li a {
	display: block;
	width: 7em;
	background-color: #fff;
	background-image: url(pics/hgr_navi_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 4px;	
}

#top_navi li a:hover {
	background-image: none;
}

#top_navi ul ul ul {
	display: none;
	visibility: hidden;
}


/* ----------- Ene Navigation Top -------------- */



/* ---------- Dten Text Anfang ---------------*/

#daten {
		width: 80%;
		float: left;
}


#text {
		margin: 30px;
	}
	
#daten #text h2 a {
	text-decoration:none;
}	

	
#daten #text .metadaten {
	font-size: 70%;
}

#daten #text .klein {
	font-size: 80%;
}

#daten #text .kommentar {
	font-size: 120%;
}

#daten #text img {
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 8px;
}

#daten #text img.wp-smiley {
	border: none;
}


#daten #text ul {
	margin-left: 15px;	
}



/* Bilder ausrichten */

#daten #text img.alignleft {
	float: left;
	margin-right:10px;
}

#daten #text img.alignright {
	float: right;
	margin-left:10px;
}


/* Seite bättern  */

#daten #text div.pagenav {
	clear: both;
	text-align: center;
}


/* Seiten-Navigation */

div.post_links  {  /* div fuer die Navigation bei Anzeige einzelner Meldung */ 
	width: 100%;
	height: 1em;
	font-size: 80%;
}

div.post_links span.rechts { /* vor-Link rechtsbündig*/
	float: right;
}

div.post_links span.links { /* zurück-Link linksbündig */
	float: left;
}


/* Galerie mehrere in einer Reihe */

#daten #text div.galerie {
	width: 575px;
	margin: auto;
}

#daten #text div.galerie img {
	padding: 0px;
	margin-bottom: 5px;
}

#daten #text div.galerie div {
	float: left;
	width: 165px;
	text-align: center;
	font-size: 80%;
	padding: 7px;
	margin: 5px;
	border: 1px solid #aaa;
	background-color: #FFFEF9;
}

/* Galerie waagrecht */

#daten #text div.galerie2 {
	width: 80%;
	margin: auto;
	clear: both;
}

#daten #text div.galerie2 img {
	padding: 0px;
	margin-bottom: 5px;
	float: left;
}

#daten #text div.galerie2 div {
	width: auto;
	text-align: center;
	font-size: 80%;
	margin: 10px;
	border: 1px solid #aaa;
	height: 132px;
	background-color: #FFFEF9;
}

#daten #text div.galerie2 div  p {
	text-align: center;
}



/*Kommentare */

#daten #text #commentbox {
	margin-bottom: 120px;
}


#daten #text #commentbox h3, #daten #text #commentbox h2 {
	font-size: 100%;
	color: #818181;
}

#daten #text .info {
	font-size: 80%;
	text-align: right;
	margin-bottom: 15px;
}

#daten #text ul#commentlist {
	list-style: none;
}

#daten #text ul#commentlist li {
	border-left: 3px solid #36587B;
	margin-left: 20px;
	padding-left: 15px;
}

#daten #text .comment_author {
	font-size: 80%;
}

#daten #text form#commentform {
	width: 500px;
	margin: auto;
	margin-bottom: 120px;
}

#daten #text textarea#comment {
	border: 1px solid #666;
	width: 500px;
}

#daten #text input {
	border: 1px solid #666;
}

#daten #text form#commentform label {
	display: block;
	margin-top: 7px;
	font-size: 70%;
}	

	
#daten #text #pagenav{
	width: 400px;
	height: 20px;
}
#daten #text #pagenav  span.links {
	float: left;
}
#daten #text #pagenav  span.rechts {
	float: right;
}


#daten #text ul.ll li {
	margin-top:6px;
}	
	
/* ---------- Daten Text Ende ---------------*/	
	
	
	
	
	
	
/* --------- Sidebar -----------*/
#sidebar {
		width: 19%;	
		float: right;
}

#sidebar ul {
	list-style: none;
	margin-top: 70px;
	margin-left: 18px;
}

#sidebar ul li {
	margin-bottom: 7px;
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul ul { /* Unterseiten */
 font-size: 90%; 
margin-left: 15px;
line-height: 120%;
}

#sidebar ul ul ul li { /* Unterseiten */
	margin: 3px;
}

#sidebar ul ul ul ul { /* Unterseiten */
font-size: 100%;
}


#sidebar ul ul a{
	font-weight: bold;
	color: #22405A;
}

input#s, input#searchsubmit {
	border: 1px solid #666;
}

input#s {
	background-image: url(pics/hgr_navi_top.gif);
	background-position: left top;
}
input#s:focus {

}


#sidebar h2 {
	margin-bottom: 7px;
	margin-left: -5px;
	font-weight: bold;
	margin-top: 15px;
	color: #818181;
	font-size: 95%;
}

#sidebar li.categories {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}


/* ---------- Ende Sidebar -----------------*/

#fuss {
	position: fixed;
	bottom: 0px;
	line-height: 10px;
	width: 960px;
	font-size: 75%;
	background-color: #fff;
	text-align: right;
}

#fuss p.links {
	float: left;
	padding-left: 10px;
}

#fuss p.rechts {
	 padding-right: 5px;
	 color: #666;
}

#fuss a {
	color: #666;
}