
/* globale Einstellungen */
body {
	background: #ffffff;
	color: #666666;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 0.7em;
	line-height:1.6em;
}
a {
	background: inherit;
	color:#993333;
	text-decoration:none;
}
a:hover {
	background-color:#F5F5F5;
	color:#993333;
}

/* alles umfassender Container */
#container {
	margin: 30px auto 0px auto;
	max-width: 80%;
	width: 110ex;
}

/* Kopfteil mit Logo, Überschrift, etc.*/
#header {
	border-bottom: solid 4px #993333;
}

/* Logo-Bild */
#logo {
	float: right;
	margin: 0px 0px 10px 15px;
}

/* Navigationsleiste mit ggf. News*/
ul#navlist {
	float: left;
	list-style-type:none;
	margin-left: 0px;
	margin-top: 2em;
	padding-left: 0px;
	width: 15em;
}
ul#navlist li.navitem {
	border-bottom: 1px solid #cccccc;
}
ul#navlist li a {
	display: block;
	padding: 5px;
}
ul#navlist li a:link, ul#navlist li a:visited {
	background: inherit;
	color:#993333;
	text-decoration: none;
}
ul#navlist li a:hover {
	background: #F5F5F5 url(arrow.gif) 96% 50% no-repeat;
	color:#993333;
}

/* News in Navigationsleiste */
ul#navlist li p {
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	margin-top: 40px;
	padding: 5px;
}

/* Haupt-Textblock */
#content {
	display: block;
	height: 1%;
	overflow: auto;
}

/* einzelne Paragraphen */
#content p {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 1em;
}

/* alle Elemente im Content einrücken */
#content p, #content h2, #content ul, #content table {
	margin-left: 30px;
}

#content h2 {
	margin-top: 1em;
}

#content table tr td {
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}
#content table tr td.beschreibung {
	font-weight: bold;
	text-align: right;
}

/* Fußleiste mit "unwichtigen" Links */
#footer {
	background: #575352;
	clear: both;
	color: #89817f;
	margin-top: 20px;
}
#footer p {
	padding: 5px 5px 5px 10px;
	text-align: center;
}
#footer a {
	border-bottom: 1px dotted #89817f;
	background: inherit;
	color: #89817f;
}
#footer a:hover {
	background-color: inherit;
	color: #ffffff;
}