/* #### Allgemeine Einstellungen ############################################## */

* {
	margin: 0;
	padding: 0;
}

html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #d5e6fb;
	/*background-color: #d2e0ec;*/
	font-size: 0.82em;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ##### Layout ################################################################################### */
#pagecontainer, #pageheader, #pagecontent {
	color: #000000;
	background-color: #ffffff;
	background-image: none;
}

#pagecontainer {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border: 10px solid white;
}

#pageheader {
	background-color: #E6EBEF;
	/*background-color: #DFDFDF;*/
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 5px solid white;
}

#pagecontent {
	/* border-left: 150px solid #DFDFDF; */
	/* border-right: 20px solid #DFDFDF; */
	
	border-left: 150px solid #E6EBEF;
	border-right: 20px solid #E6EBEF;
	padding: 0px 10px 10px 10px;
	min-height: 600px;
}

/* ##### Überschriften ############################################################################ */
h1, h2, h3 {
	/*font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;*/
	font-family: Verdana, sans-serif;
	/*color: #73353A;*/
	color: #140a91;
	background-color: transparent;
}

h1 {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0.88em;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.48em;
}

img {
	border: 0px solid #DFDFDF;
}

p {
	font-size: 0.88em;
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #140a91;
}

a.doclink {
	padding-left: 20px;
	background: url(icons/word.png) 3px 1px no-repeat;
}

td {
	font-size: 0.88em;
}

a:hover {
	text-decoration: underline;
	color: #140a91;
}



#headline {
	background-color: #F4F4F4;
	border-left: 0.5em solid #090079;
	padding-left: 0.5em;
}

hr {
	color: #73353A;
	margin-bottom: 0.5em;
}

p.date {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0em;
	border-left: 0.5em solid #090079;
	padding-left: 0.5em;
}

#first a {
	border-left: 1px solid #FAEC1D
}

img.links {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

img.rechts {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#links ul {
	list-style-type: none;
	width: 450px;
}

#links li {
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
	list-style-image: none;
}

#links li a {
	color: #990000;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
}

* html #links li a {/* make hover effect work in IE */
	width: 450px;
}

#links li a:hover {
	background: #d3f3fd;
}

#links a em {
	color: #333;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
}

#links a span {
	color: #125F15;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
}

/* ##### Buttonleiste ############################################################################ */
/* # Die Hover-Funktionalität orientiert sich an dem Tutorial auf
/* # http://www.bertdesign.de/designen/css-tutorial-i-hover-effect-on-linked-images
*/
#buttonpanel {
	float: right;
	width: 150px;
	margin-left: 5px;
}

div.button {
	width: 150px; 
	overflow: hidden;
	margin-bottom: 10px;
}

div.button a {
	text-decoration: none;
	display: block;
	width: 300px; /* 100% image width */
}

div.button a img {
	border: 0;
}

div.button a:hover {
	margin-left: -150px; /* as above, 50% of image width. Watch out: negative value! */
}

li {
	list-style-image: url(bullet.png);
	margin-left: 50px;
}

ul {
	margin-bottom: 0.88em;
}

#servicemenue {
	position: absolute;
	width: 150px;
	height: 100px;
	text-align: center;
	font-size: 0.88em;
}

#servicemenue ul {
	text-align: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	width: 128px;
}

#servicemenue ul li {
	display: block;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

#servicemenue ul li a {
	display: block;
	width: 100%;
	max-width: 128px;
	padding: 0.5em 10px 0.5em 10px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #090079;
	text-decoration: none;
	background: #DFDFDF;
}

#servicemenue ul li a:hover {
	color: #FAEC1D;
	background-color: #090079;
	border-color: #aaab9c #fff #fff #ccc;
}

#servicemenue ul li#active {
	display: block;
	width: 100%;
	padding: 0.5em 10px 0.5em 10px;
	border-width: 1px;
	border-color: #aaab9c #fff #fff #ccc;
	border-style: solid;
	color: #FAEC1D;
	text-decoration: none;
	background-color: #090079;
	font-weight: bold;
}

ul#submenue {
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	width: 128px;
	font-weight: normal;
	background-color: #090079;
}

ul#submenue li {
	margin-top: 5px;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
}

ul#submenue li a {
	display: inline;
	padding: 0 0 0 0;
	border: none;
	text-decoration: none;
	background: none;
	color: #FAEC1D;
	font-weight: normal;
}

ul#submenue li a:hover {
	text-decoration: underline;
}

/* ##### Linklisten ############################################################################### */

dl.linklist {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

.linklist dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #140a91;
	font-size: 0.88em;
	background:none no-repeat left top;	
}

.linklist dd {
	font-size: 0.88em;
	padding-left: 1em;
	padding-bottom: 1em;
}

dt img {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}


/* ##### Icons #################################################################################### */

dt.web {
	padding-left: 19px;
	background-image:url('icons/web.png');
}

dt.word {
	padding-left: 19px;
	background-image:url('icons/word.png');
}

dt.pdf {
	padding-left: 19px;
	background-image:url('icons/pdf.png');
}

.Chronik dt
{
position: relative;
font-size: 0.88em;
left: 0;
top: 1.1em;
width: 7em;
font-weight: bold;
color: #140a91;
}

.Chronik dd
{
border-left: 1px solid #000;
font-size: 0.88em;
margin: 0 0 0 8.5em;
padding: 0 0 1em .5em;
}

.Chronik2 dt {
		font-size: 0.88em;
		font-weight: bold;
		color: #140a91;
		border-bottom: 1px solid #140a91;
		padding-top: 2em;
}

.Chronik2 dd {
		font-size: 0.88em;
		padding-left: 2em;
		padding-top: 1em;
}

dl.Chronik {
	padding-bottom: 2em;
}

dl.infobox {
	float: left;
	width: 220px;
	margin-right: 5px;
}

dl.infoboxsmall {
	float: left;
	width: 190px;
	margin-right: 10px;
}

.infobox dt {
	margin: 0;
	/*font-weight: bold;*/
	font-size: 0.85em;
	padding: 3px;
	/*color: #140a91;
	background-color: #b3b3b3;*/
	/* background-color: #000099; */
	/* background-color: #6f7b8a; */
	
	font-weight: bold;
	background-color: #e6ebef;
	border-top: 5px solid #acb5bd;
	
}

dl.feature {
	width: 445px;
	clear: left;
}

.feature dt {
	margin: 0;
	font-size: 0.87em;
	padding: 3px;
	font-weight: bold;
}

.feature dd {
	font-size: 0.87em;
	padding-left: 3px;
	padding-bottom: 3px;
}

.infobox dd {
	font-size: 0.85em;
	padding-left: 3px;
	padding-bottom: 3px;
	/* background-color: #DFDFDF; */
	background-color: #e6ebef;
}

#headlines {
	background:url('newsbg.gif') repeat-y;
	margin-bottom: 5px;
}

dl.Person {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

.Person dt {
width: 12em;
padding: .5em;
float: left;
margin: 0;
font-weight: bold;
color: #140a91;
font-size: 0.88em;
text-align: center;
}

.Person dd {
margin-left: 13em;
padding: .5em;
font-size: 0.88em;
}

table.stats {
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 1em;
}

table.stats thead {
	background-color: #E6EBEF;
	border: 1px #000000 solid;
	font-size: 0.88em;
	font-weight: bold;
}

table.stats tfoot {
	background-color: #E6EBEF;
	border: 1px #000000 solid;
	font-weight: bold;
}


table.stats thead th {
	padding: 5px ;
}

table.stats tfoot td {
	padding: 3px ;
}

table.stats tbody td {
	border-bottom: 1px #6699CC dotted;
	padding: 3px;
}

label {
	font-weight: bold;
	width: 30%;
	float: left;
	line-height: 100%;
	margin: 0.3em 2% 0px 0px;
	padding: 0px;
	position: relative;
	text-align: right;
	font-size: 0.88em;
}

.formControl {
	clear: both;
	margin: 0px;
	overflow: hidden hidden;
	padding: 7px;
}

input[type="text"] {
	float: left;
	background-color: white;
	border: 1px solid #140a91;
	cursor: auto;
	padding: 1px;
}

fieldset {
	border: 1px solid #140a91;
	padding: 10px;
	margin-bottom: 0.88em;
	background-color: rgb(241, 245, 248);
	padding-bottom: 20px;
}

legend {
	color: #140a91;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	font-size: 0.88em;
}

#errors {
	background-color: #ffcabf;
	border: 1px solid #ff4824;
	padding: 10px;
	margin-bottom: 0.88em;
}

#errors li {
	list-style-type: circle;
	list-style-image: none;
	margin-left:20px;
}

#errors ul {
	margin-bottom: 0px;
}
