﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:  "comic sans ms"; sans-serif;
	font-weight: bold;
	font-size: 9pt;
	background-color: #0000e1;
	background-image: url("index/background.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

	
p {
	line-height: 140%
	text-align: justify; 
	margin-bottom: 5px;
}

h1,h2,h3 {
	text-align: center;
	color: #0000e1;
	font-family: "Palation Linotype", "Palation, URW Palladio L", serif;
}

h4,h5,h6{
color: #0000e1;
}

h1 {font-size: 250%}
h2 {font-size: 190%}
h3 {font-size: 150%}
h4 {font-size: 130%}

a {
	color: #0000e1;
}

a:hover {
	color: red;
}

a:visited {
	color: #178fe6;
}
	
.wichtig{
	background: #e3e3e3;
}

table thead th,table thead td {
	background: #e3e3e3;
}

table th,table td {
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 5px;	
}

#haubt-container {
	width: 998px;
	margin: 0px 20px 0px 133px;
}


/* Kopf\*/
#kopf {
	margin: 0px 0px 0px 0px;
}


/* Navigation\*/
#navigation {
	font-size: 10pt;
	width: 220px;
	height: 800px;
	background-color: #0000e1;
	background-image: url("navigationsleiste/navigationsleiste.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;	
	margin: -5px 0px 0px 0px;
	padding: 0px -5px 0px 0px;	
	list-style-type: none;
	float: left;
}

#navigation a {
	width:92%;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	background-color: #940a07;
}


#navigation ul li{
	list-style-type: none;
}

#navigation ul li .level1{
	display: block;	
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #000000;
}


#navigation ul li {
	position: relative;z-index:10;
	}	
	
#navigation li ul {
	position: absolute;
	left: 220px;
	top: 0;
	display: none;
	}
	
	
#navigation ul li .level2{
	font-size: 10pt;
	width: 150px;
	display: block;
	text-decoration: none;
	color: black;
	background: #E8E2A9;
	padding: 5px;
	border: 1px solid #000;
	}

#navigation li:hover ul { 
	display: block;
}

#navigation ul li a:hover.level2{
	color: white;
	background-color: #940a07;
}


/* Inhalt Gemeinnuetzige\*/
#inhalt .gemeinnuetzige{
	list-style-type: none;
	list-style-image: url("index/pfote.png");
	padding: 0px 20px 20px 0px;
} 


/* Inhalt zurück weiter\*/
#inhalt .pfeil {
border: none;
}

#inhalt .weiter {
		float: right;
}

/* Inhalt Mantrailing\*/

#inhalt .mt1{
	list-style-type: none;
	list-style-image: url("index/pfote.png");
}
#inhalt .mt2{
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}

#inhalt .mt-right {
	float: right;
	padding: 8px;
	
}
#inhalt .mt-left {
	float: left;
	padding: 18px;
}

#inhalt .welpen-right
{
	float: right;
	padding: 8px;
	position: relative;
	left: 30px;
}

#inhalt .welpenleiterin-right
{
	float: right;
	padding: 8px;
	position: relative;
	margin-left: 20px;
	margin-right:30px;
}


/* Inhalt Galerie\*/

#inhalt .galerie-übersicht {
		height: 120px;
		border-bottom: 1px solid #000000;
}

#inhalt .galerie{
	float: left;
	padding: 5px;
	margin: 5px;
}

#inhalt .galerie img{
	border: 1px solid #000000;
}

/* Inhalt Kontakt\*/
#inhalt .kontakt-left {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	width: 130px;
	
}
#inhalt .kontakt-right {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	width: 17%;
	height: 17%;
}


/* Inhalt\*/

#inhalt .right {
	float: right;
	padding: 0px;
}
#inhalt .left {
	float: left;
	padding: 0px;
}

#inhalt {
	background-image: url("index/knochen.jpg");
	background-position: 0px 0px 0px 0px;
}

#inhalt {
	width: 755px;
	min-height: 800px;
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 10px 0px;
}

#inhalt .text {
	position:relative;
	margin-left:15px;
}


/* Fusszeile\*/
#fusszeile {
	clear: both;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #000000;
}

#fusszeile .kontakt-right{
	float: right;
	padding: 0px 10px 0px 0px;
}


