/* Standard-CSS für www.fk-e.de */

/* Wichtige Farben und Infos

Hintergrund-Bild = engel.jpg
Schrift
*/

img {
	border: none;
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	background-color: #DCDCDC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

#container button {
	width:180px;
	padding:2em;
	text-align: left;

	}
#container a {
	color: #41598d;
	text-decoration: none;
	font-weight: bold;
}

#header {
	height: 167px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(Bilder/Kopfbild.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	float: right;
	width: 830px;
	background-image:url(Bilder/engel.jpg);
	min-height: 600px;
	padding-bottom: 2em;
}
#content p {
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 10px;
}
#content h1 {
	font-size: 1.3em;
	color: #104094;
	padding-bottom: 2px;
	margin-left: 8px;
	margin-right: 10px;
	padding-left: 7px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
#content h2 {
	font-size: 1.2em;
	color: #104094;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 20px;
}
#content h3 {
	font-size: 1.1em;
	color: #104094;
	line-height: 1.63em;
	padding-left: 15px;
	padding-top: 10px;
}
#content ul {
	list-style-type:disc;
}
#content a {
	color: #41598d;
	text-decoration: none;
	font-weight: bold;
}
#content img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

#nav {
	width: 160px;
	height: auto;
	float: left;
	display: block;
	padding-top: 20px;
}

  ul#nav {
	width: 160px;
	margin: 0; padding: 10px;
	border: 1px solid black;
	background-color: #5EC2D6;
  }

  ul#nav li {
    list-style: none;
    margin: 8px; padding: 0;
  }

  ul#nav a {
	display:block;
	padding: 5px;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: #000000; background-color: #8EF6FF;
  }

  ul#nav a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white; background-color: #1C7A7D;
  }


#footer {
	clear: both;
	text-align: left;
	line-height: 1.2em;
	background-color: #a4a4a4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 1.3em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2em;
	line-height: 1.35em;
}

.inside {
	padding: 4px 4px 4px 4px;
}
