/* =========================================================================
* STYLESHEET murrtal-runners.de v2.1, 21.09.2010 [v2.0.1, 03.02.2007]      *
* (c) 2010 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 {
	color: #000; /* Schriftfarbe Inhalt */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
div#body {
	background: #FFF; /* Hintergrund Inhalt */
	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;
}
h2 {
	color: #777;
	font-size: 12pt;
	page-break-after: avoid;
}
h1.artikel {
	border-bottom: 1px solid #000;
	margin-bottom: -10pt;
	font-family: "MS Serif", "New York", serif;
}

/* ---- Texte ---- */
p {
	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: #005;
	border: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 2px;
	display: block;
	width: 120px;
	height: 20px;
}
#menu ul li a:hover {
	background: #ccc;
	border: 1px solid #005;
	text-decoration: none;
}
#menu ul li a#active {
	background: #005;
	border: 1px solid #000;
	color: #EEE;
}
#menu ul li ul li a {
	background: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-top: -1px;
	margin-bottom: 1px;
	margin-left: 10px;
	display: block;
	width: 110px;
	height: 14px;
}

/* ---- Tabellen ---- */
table, th, td {
	border: none;
	margin: 2px;
	padding: 2px;
	font-size: 10pt;
}

table, th, td {
	border: 0;
}
table {
	border-collapse: separate;
	width: 100%;
}
th, td {
	padding: 8px;
}
th {
	background: #ccc;
	color: #005;
	text-align: left;
}
td {
	background: #eee;
}

/* ---- Galerie ---- */
div.galerie {
	background: #EEE;
	padding: 4px;
}
div.galerie a img {
	background: url(include/js/ajax-loader.gif) #FFF no-repeat center;
	padding: 4px;
	margin: 5px;
	border: 1px solid #BBB;
	width: 90px;
	height: 90px;
}
div.galerie a:hover img, div.galerie a:focus img {
	border: 1px solid #999;
	height: 100px;
	width: 100px;
	margin: 0;
}
