@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html{ height: 101%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000;
	color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1{
	color: #fff;
	font-weight: normal;
	font-size: 250%;
	letter-spacing: 2px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}
h2 {
	font-size: 120%;
	color: #ccc;
	margin: 0em 0em 0.4em 0em;
}
h3 {
	font-size: 110%;
	color: #999;
	margin: 0em 0em 1.5em 0em;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
#logo {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}
#wrapper {
	width: 1000px;
	margin: -2px auto 0px auto;
	background-image: url(../images/hg-inhalt.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
	border-bottom: 2px solid #f00;
	border-left: 2px solid #f00;
	border-right: 2px solid #f00;
}
/*
Die Navigation ist mithilfe einer horizontalen Liste realisiert.
*/
#navi {
	font-size: 115%;
	padding: 10px 0px 5px 0px;
	height: 100%;
	border-bottom: 1px solid #000;
	background-color: #666;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
}
#navlist {
	margin: 0px;
	padding: 0px;
}
	#navlist li{
		margin: 0px;
		padding: 0px;
		display: inline;
		list-style-type: none;
	}
	/*
	Die folgende Definition wirkt sich auf alle, durch Komma getrennten Elemente aus.
	*/
	#navlist a:link,
	#navlist a:visited{
		line-height: 14px;
		font-weight: bold;
		margin: 0px 10px 4px 10px;
		text-decoration: none;
		color: #fff;
	}
	/*
	Auf der aktuellen Seite wird der Navigationslink unterstrichen.
	Das gleiche gilt fuer das Ueberfahren von Links mit der Maus 
	("hovern"), beim Anklicken und bei der Aktivierung mit der Tastatur.
	*/
	#navlist a:link#aktuell, 
	#navlist a:visited#aktuell,
	#navlist a:focus,
	#navlist a:hover,
	#navlist a:active{
		color: #fff;
		border-bottom: 2px solid #f00;
		padding-bottom: 2px;
	}
#inhalt {
	width: 690px;
	float: left;
	padding: 30px 20px 30px 20px;
}
#bild {
	width: 140px;
	float: left;
	padding: 30px 10px 40px 10px;
	margin: 0px;
}
#schrift {
	width: 530px;
	float: left;
}

/***********************************************************
Formulardefinition
***********************************************************/

.formular{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #f00;
}
legend{
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #f00;
}
label{ 
	font-weight: bold;
	margin: 0px 20px 0px 0px;
}
input,
textarea,
select{
	margin: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 340px;
	cursor: pointer;
}
input:focus,
textarea:focus,
select:focus{
	background-color: #e9e9e9; 
}
.radio{
	margin: 0px 3px 10px 0px;
	padding: 0px;
	width: 20px;
}
input.button{
	border: 1px solid #f00;
	background-color: #efefef;
	width: 160px;
	cursor: pointer;
}

#info{
	width: 216px;
	float: left;
	padding: 30px 0px 40px 20px;
	font-size: 85%;
	margin: 0px 0px 0px 20px;
	padding: 30px 15px 30px 15px;
}
#info h2 {
	font-size: 140%;
	margin-bottom: 25px;
}
#info h3 {
	font-size: 120%;
	margin: 20px 0px 5px 0px;
}
#footer{
	width: 1000px;
	clear: both;
	background-color: #333;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #f00;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.portrait {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.portrait img {
	margin: 0px auto 0px auto;
	border-left: 5px solid #f00;
	border-top: 5px solid #f00;
	border-right: 5px solid #400;
	border-bottom: 5px solid #400;
}
.unterschrift {
	font-family: "trebuchet ms", "times new roman", times, serif;
	font-size: 105%;
	font-style: italic;
}
/***********************************************************
Inhaltsbereich Listen
***********************************************************/

#inhalt ul li{
	padding-bottom: 15px;
	list-style-type: none;
	line-height: 1.5em;
}
/***********************************************************
Listendarstellung Sitemap
***********************************************************/

.sitemap_li{
	padding-bottom: 0em !important;
	list-style-type: none;
	line-height: 3em !important;
	text-indent: 0.5em;
}
