@charset "utf-8";

/* Allgemein */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100.01%;
}
a {
	color: #333366;
}
a:focus,
a:hover,
a:active{
	color: #E86902;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* Struktur */

#container {
	background-color: #FFFFFF;
	width: 800px;
}
#head {
	background-color: #FFFFFF;
	height: 280px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	background-color: #E3E3EF;
	margin-left: 80px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	margin-left: 80px;
	font-size: 0.75em;
	color: #999999;
	padding-bottom: 5px;
}

/* Navigation */

#navigation {
	background-color: #8391B8;
	position: absolute;
	width: 250px;
	left: 550px;
	top: 65px;
}
#navigation ul {
  position: relative;
  list-style-type: none;
}
#navigation li {
  display: inline;
}
#navigation a,
#navigation strong {
	position: relative;
	display: block;
	width: 222px;
	padding: 5px 0 5px 28px;
	text-decoration: none;
}
* html #navigation a,
* html #navigation strong {
  width: 250px;  /* IE 5 und 5.5 */
  wid\th: 222px; /* IE 6 */
}
#navigation a:link,
#navigation a:visited,
#navigation strong {
	color: #fff;
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: bolder;
}
#navigation a:focus,
#navigation a:hover,
#navigation a:active {
	background-color: #5B6FA2 !important;
}
#navigation strong {
	color: #5C70A3;
	background-color: #FFFFFF;
}


/* Content */

#content p,
#content ul{
	font-size: 0.8em;
	line-height: 1.4;
	padding-bottom: 15px;
}
#content ul{
	padding-left: 25px;
}
#content li {
	padding-bottom: 5px;
}

#content h1 {
	font-size: 1.1em;
	padding-bottom: 15px;
	color: #333333;
}
#content h2 {
	font-size: 0.95em;
	padding-bottom: 15px;
	color: #D26002;
	padding-top: 15px;
}#content h2 a{
	font-size: 0.9em;
}
#content img.leftfloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content img.rightfloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .urkunde {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#content a.urkunde {
	border: 2px solid #E3E3EF;
}
#content a.urkunde:focus,
#content a.urkunde:hover,
#content a.urkunde:active {
	border: 2px solid #FD7D12;
}

#content hr {
	clear: both;
	height: 1px;
	background-color: #8791B4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8391B8;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

