/* DATEI: pfaffenhof.css */

a:link    { text-decoration:underline; font-weight:normal; color:#000000; }
a:visited { text-decoration:underline; font-weight:normal; color:#000000; }
a:hover   { text-decoration:underline; font-weight:normal; color:#CDE5ED; }
a:active  { text-decoration:underline; font-weight:normal; color:#CDE5ED; }

body {
	color: #000000;
	background-color: #DEF7FE;
	font-size: 16px;
	font-family: arial;
	margin: 0;
	padding: 0;
	text-align: center;
    padding-top:10px;
}

div#Seite {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	height: 50px;
	padding: 0;
	background: #14A29B;
	border-width: thin; 
	border-top-style: solid;
	border-bottom-style: solid;
}


h1 {	
	font-size: 1.5em;
	margin: 0; 
	padding: 1.0em;
	text-align: center;
	background: #14A29B;
	border-width: thin; 
	border-right-style: solid;
	border-left-style: solid; 
}


hr {
	color: #CDE6ED;
	border:0.1em solid;
	border-color: #CDE6ED;
	height: 0.05em;
 	noshade; 
}


ul#Navigation {
	font-size: 12px;
        float: left; 
	width: 150px;
	margin: 0 0 0; 
	padding: 0;
	background-color: #14A29B;
	border-width: thin; 
	border-left-style: solid;
	z-index: 2;
}

ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding: 0;
	text-align: center;
	border-width: thin;
	border-right-style: solid;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CDE6ED;
}


ul#Navigation a {
	text-decoration:none;
	display: block;
	padding: 0.1em;
	font-weight: bold;
	font-style:italic;
}

ul#Navigation a:link {
	color: black; 
}

ul#Navigation a:visited {
	color: black; 
}

ul#Navigation a:hover {
    color: #CDE6ED;
}


ul#Navigation a:active {
	color: white; 
	background-color: #CDE6ED;
}

ul#fill {
	font-size: 12px;
    float: left; 
	width: 150px;
	margin: 0; 
	padding: 0;
	background-color: #CDE6ED;
	border-width: 0px; 
	border-bottom-width: 0px; 
	border-bottom-style: none;
}

ul#fill li {
	font-size: 12px;
    float: left; 
	width: 150px;
	margin: 0; 
	padding: 0;
	background-color: #CDE6ED;
	border-width: 0px; 
	border-bottom-width: 0px; 
	border-bottom-style: none;
}

ul#end {
	float: left;
	width: 150px;
	height: 88px;
	margin: 0; 
	padding: 0;
	background-color: #CDE6ED;
	border-bottom-width: 0px; 
	border-bottom-style: none;
}


div#Inhalt {
	margin: 0;
	background-color: #CDE6ED;
	height:520px;
	border-width: thin; 
	border-style: solid; 
	z-index: 1;	
}

* html div#Inhalt {
	height: 1em;
	margin-bottom: 0;
}

div#Inhalt h2 {
	font-size: 1.2em;
	margin: 0.2em 0;
	color: navy;
}

div#Inhalt p {
	font-size: 1.0em;
        margin:0;
	padding-left:200px;
	padding-top:50px;
	padding-right:158px;
}

p#Fusszeile {
	clear: both;
	font-size: 13px;
	margin: 0; 
	padding: 2px;
	border-width: thin; 
	border-style: solid;
	border-top: none;
	text-align: center;
	background-color: #CDE6ED;
}



/*

#top { 
	position:absolute;
	left:50px;
	right:150px;
	bottom:50px; 
	height:100px;
	background-color:#008E87;
	font-size:28px; 
	fontweight:bold;
	font-style:normal;
	top:10px;
	z-index:2
}

#add { 
	position:absolut;
	right:20px;
	width:140px;
	hight:100px;
	background-color:#008E87;
	font-size:10px; 
	fontweight:normal;
	font-style:normal; 
	text-align:left; 
	z-index:1
}

p#Fusszeile{
	clear: both;
	background-color:#008E87;
	text-align: center;
}
*/

