/*
rothaarsteig-marathon relaunch
print styles
apr '06 mm@raut.de
*/

/* main body and html styles, links */
body {
	overflow: visible;
}
html {
}
a {
	color: black;
	text-decoration: none;
}

/* zentrierung */
div#zentrierung {
}

/* rahmen */
div#rahmen_1 {
}
div#rahmen_2 {
}

/* container "oben" über navi */
div#oben {
}

/* container der navi */
div#navigation {
	display: none;
}
div#navigation a {
	display: none;
}
div#navigation a.aktiv {
	display: none;
}

/* unternavigationen */
div#unternavigation {
	display: none;
}
div#unternavigation a {
	display: none;
}
div#unternavigation a.aktiv {
	display: none;
}

/* positionen der logos und grafiken (wie datumsgrafik) */
img#logo_rothaarsteig {
	display: none;
}
img#logo_veltins {
	display: none;
}
img#datum_rothaarsteig {
	display: none;
}

/* balken im layout */
img#balken_1 {
	display: none;
}
img#balken_2 {
	display: none;
}

/* relativ positionierter inhalt */
div#inhalt {
}

/* überschriften */
h1,h2,h3,h4,h5,h6 {
	color: #DA1E3C;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h3,h4,h5,h6 {
	font-size: 16px;
	margin-bottom: 10px;
}

/* absätze */
p {
	margin: 0;
	padding: 0;
}

/* gästebuch */
div.tx-veguestbook-pi1 table {
}
div.tx-veguestbook-pi1 table table, div.tx-veguestbook-pi1 table table table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div.tx-veguestbook-pi1 table.haupt {
}
div.tx-veguestbook-pi1 table.eintragen {
}
.tx-guestbook-list-header { 
}
.tx-guestbook-list-row {
}
.tx-guestbook-list-rowleft {
	font-size: 10px;
}
.tx-guestbook-list-entrycomment-title {
	font-weight: bold;
}
.tx-guestbook-list-entrycomment {
	font-style: italic;
}
.tx-guestbook-list-small {
	font-size: 10px;
	text-align: right;
	display: block;
	font-style: italic;
}
.tx-veguestbook-pi1-browsebox TD {
	font-size: 9px;
}
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-veguestbook-pi1-browsebox-SCell {
}
.tx-guestbook-latest-header {
	font-weight:bold;
}
.tx-guestbook-latest-row {
}
.tx-guestbook-latest-small {
}
.tx-guestbook-form-inputfield-med {
}
.tx-guestbook-form-inputfield-big {
}
.tx-guestbook-form-textarea {
}
.tx-guestbook-form-obligationfield {
}
.tx-guestbook-form-error {
	font-weight: bold;
}
div.tx-veguestbook-pi1 input, div.tx-veguestbook-pi1 textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
div.tx-veguestbook-pi1 textarea {
	overflow: auto;
	width: 300px;
}

/* datenschtuzcontainer */
div#datenschutz {
	display: none;
}

/* gallery */
div.fotokasten {
	float: left;
	height: 70px;
	padding-top: 5px;
	width: 92px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 10px;
	padding-bottom: 2px;
}
div.fotokasten img {
	display: block;
}

/* ergebnislisten */
pre.rhs {
	color: black;
	font-size: 12px;
}

/* ergebnislisten tabellen */
table.ergebnisnavi {
	border-spacing: 0px;
	border-collapse: collapse; 
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
table.ergebnisnavi td.rot {
	font-size: 14px;
}
table.ergebnisnavi td.blau {
}
table.ergebnisnavi td.eins {
	width: 100px;
	padding-right: 3px;
}
table.ergebnisnavi td.zwei {
	width: 100px;
	padding-right: 3px;
}
table.ergebnisnavi td.drei {
	width: 100px;
	padding-right: 3px;
}
h3.ergebnisueberschrift {
	font-size: 16px;
}

div.template_partner_ergebnislisten {
	margin-right: 15px;
	margin-left: 70px;
}
div.template_partner_ergebnislisten img {
	margin-right: 20px;
	margin-bottom: 10px;
}

/* kontaktformular */
span.kontakt_fehler {
	font-weight: bold;
}

/* haftungsausschluss im kontaktformular */
div#haftungsausschluss {
	overflow: auto;
	padding: 3px;
	font-size: 11px;
}
table.kontakt {
	border-spacing: 0px;
	border-collapse: collapse; 
	margin-top: 10px;
	margin-bottom: 10px;
}
table.kontakt td {
	width: 90px;
}
table.kontakt td input {
	width: 120px;
}
form {
	padding: 0px;
	margin: 0px;
}
table.kontakt input, table.kontakt textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
input.kontakt_submit {
	color: black;
}