/* =========================================================================
* STYLESHEET murrtal-runners.de v2.0.1, 03.02.2007                         *
* (c) 2007 Patrick Schwarz. Alle Rechte vorbehalten. www.p-schwarz.de      *
* Ohne Zustimmung des Autors ist die Nutzung des Scripts untersagt!        *
* Verbreitung/Veröffentlichung des Quellcodes strengstens untersagt.       *
========================================================================= */

/* ---- CSS-Layout Seite / Allgemeines Seite ---- */
html {
	background: #EEE; /* Seitenhintergrund */
	overflow: hidden; /* Seiten-Scrolleiste aus */
}
body {
	background: #FFF; /* Hintergrund Inhalt */
	color: #000; /* Schriftfarbe Inhalt */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 50%;
	top: 0;
	width: 776px;
	height: 100%;
	margin-left: -388px;
	margin-top: 0;
	border: 1px solid #005;
}
img {
	border: 0; /* Kein Bilderrahmen bei Links*/
}

/* ---- CSS-Layout Inhalt / Allgemeines Inhalt  ---- */
#content {
	background: #FFF url(images/bg.gif) no-repeat fixed bottom;
	padding: 15px;
	overflow: auto; /* Scrolleiste automatisch */
	z-index: 3; /* Liegt über Kopfzeile */
	position: absolute;
	top: 110px; /* Platz für Kopfzeile */
	right: 0;
	bottom: 21px; /* Platz für Fußzeile */
	left: 150px;
	border-top: 1px solid #BBB; /* Trennstrich oben */
}
* html #content { /* Bugfix/Anpassung für IE 6 */
	width: 77%;
	margin-right: -150px;
	height: 74%;
}
#header {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 176px;
	z-index: 2; /* Liegt über Menü links */
}
#footer {
	background: #005;
	color: #FFF;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 18px;
	font-size: 8pt;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 2px;
	text-align: center;
}
#menu {
	position: absolute;
	left: 0;
	top: 110px;
	bottom: 20px;
	width: 137px;
	z-index: 1;
	padding-left: 12px;
	padding-top: 80px;
	border-right: 1px solid #bbb; /* Strich links Menü */
}

/* ---- Links ---- */
a {
	color: #005;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
#footer a {
	color: #FFF;
}

/* ---- Überschriften ---- */
h1 {
	color: #777;
	font-size: 14pt;
	page-break-after: avoid;
	text-align: center;
}
h1.artikel {
	border-bottom: 1px solid #000;
	margin-bottom: -10pt;
	font-family: "MS Serif", "New York", serif;
}

/* ---- Texte ---- */
p {
	font-size: 10.5pt;
	line-height: 15pt;
}

/* ---- Fehler ---- */
div.error:first-line {
	font-size: 40px;
	font-weight: bold;
}
div.error {
	padding: 5px;
	margin-bottom: 5px;
	border: 3px solid #F53;
	background: #FCC;
	color: #F53;
}

/* ---- News - Laufschrift ---- */
#header marquee {
	border-bottom: 1px dashed #EEE;
	color: #F53;
	display: block;
	position: absolute;
	top: 80px;
	left: 240px;
	width: 520px;
}

/* ---- Hover-Menü ---- */
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
}
#menu ul li a {
	background: #EEE;
	color: #555;
	border: 1px solid #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 2px;
	display: block;
	width: 120px;
	height: 20px;
}
#menu ul li a:hover {
	background: #DDD;
	color: #111;
	text-decoration: none;
}
#menu ul li a#active {
	background: #555;
	color: #EEE;
}
#menu ul li ul li a {
	background: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	width: 110px;
	height: 14px;
}