/*******************************************************************************/
/* CSS DATEI TV HOBURG - ABTEILUNG LEICHTATHLETIK  (TEXTE)                     */
/* ERSTELLER: Joachim Göddel - Web4Saar Mediendesign - mail@web4saar.de        */
/*******************************************************************************/
/***** ALLGEMEIN *****/
.trenner {
	border-bottom:1px dotted #ccc;
	}
.error {
	color:#990000;
	}
.right {
	text-align:right;
	}
/***** OBERES MENUE *****/
div#menue ul {
	list-style:none;
	float:left;
	}
div#menue ul li {
	float:left;
	}
div#menue li a {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:1em;
	padding:8px 13px 0 13px;
	height:27px;
	}
div#menue li a:hover, div#menue li a.aktiv {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:1em;
	padding:8px 13px 0 13px;
	height:27px;
	background:#000;
	}
/***** TOPLINK *****/
div#toplink p {
	text-align:center;
	font-size:.75em;
	padding-top:10px;
	}
div#toplink a {
	color:#000;
	text-decoration:none;
	}
div#toplink a:hover {
	color:#024e39;
	}
/***** LINKS SPALTE *****/
div#einespalte h1 {
	height:20px;
	font-size:.8em;
	color:#fff;
	background:#024e39;
	padding:5px 0 0 10px;
	maring:0 0 10px 0;
	}
div#einespalte p {
	font-size:.8em;
	margin:10px;
	}
div#einespalte .fehlermeldung {
	padding:10px;
	border:1px solid #333;
	background:#efebef;
	margin:10px;
	}
div#einespalte .gbeintrag {
	padding:10px;
	border:1px dotted #ccc;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	margin:10px;
	}
div#einespalte p.titel {
	background:url(../images/human.gif) bottom right no-repeat;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	padding-right:20px;
	}
div#einespalte h2 {
	height:20px;
	background:#fff;
	color:#000;
	font-size:.8em;
	padding:5px 0 0 0;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:2px solid #024e39;
	}

div#einespalte h2.leer {
	background:url(../images/h2_leer.gif) right center no-repeat #fff;
	}
	
	
div#einespalte p.float_image img {
	float:left;
	margin:0 20px 14px 0;
	border:1px solid #333;
	background:#fff;
	padding:4px;
	}
a.textlink {
	display:block;
	padding:3px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
a.textlink:hover {
	background:#f1f1f1;
	}
/***** LINKE / RECHTE INNERE SPALTE *****/
div#insideleft h2, div#insideright h2, div#rechts h2 {
	height:20px;
	background:#024e39;
	color:#fff;
	font-size:.8em;
	padding:5px 0 0 10px;
	margin-bottom:5px;
	}
div#insideleft p, div#insideright p {
	font-size:.75em;
	padding:0 0 0 10px;
	}
div#insideleft a, div#insideright a, div#einespalte a, div#rechts a {
	text-decoration:none;
	color:#024e39;
	}
div#insideleft p.weiter, div#insideright p.weiter, div#einespalte p.weiter {
	text-align:right;
	padding-top:1px;
	font-size:.7em;
	border-top:1px dotted #ccc;
	margin-top:5px;
	}
div#insideleft p.weiter a, div#insideright p.weiter a {
	color:#024e39;
	text-decoration:none;
	}
/***** TERMINE *****/
table.termin {
	width:690px;
	margin:10px;
	font-size:.8em;
	margin-top:-10px;
	}
table.logos {
	width:570px;
	margin-left:120px;
	}
table.logos td {
	text-align:center;
	border:1px solid #ccc;
	padding:3px 0;
	}
table.termin td.datum {
	width:130px;
	}
table.termin td.datum, table.termin td.titel, table.termin td.titel2 {
	font-weight:bold;
	padding-top:10px;
	vertical-align:top;
	}
table.termin td.titel {
	background:url(../images/termin_right.gif) bottom right no-repeat;
	}
table.termin td.zeit {
	font-size:.7em;
	color:#999;
	}
table.termin td.termintext {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}

table.termin_small {
	width:330px;
	margin:0 10px;
	font-size:.75em;
	}
table.termin_small tr:hover {
	background:#eee;
	}
table.termin_small td a {
	display:block;
	}
table.termin_small td.datum {
	font-weight:bold;
	width:80px;
	vertical-align:top;
	}
table td.header {
	font-weight:bold;
	background:#efebef;
	padding-left:3px;
	}
table.ergebnis {
	margin-top:5px;
	width:690px;
	}
table td.center {
	text-align:center;
	}
table td.result {
	padding-left:3px;
	border:1px solid #efebef;
	}
table.pages {
	max-width:690px;
	margin:0 10px;
	font-size:.75em;
	}
table.pages td.td_aktiv, table.pages td.td_inaktiv {
	border:1px solid #ccc;
	padding:0 5px;
	background:url(../images/form-hg.png) top left repeat-x;
	}
table.pages td.verlauf {
	padding-right:20px;
	}
table.funktionen {
	margin:10px 10px 10px 10px;
	font-size:.8em;
	width:440px;
	}
	table.funktionen td.datum {
		width:120px;
		}
	table.funktionen td {
		padding-left:5px;
		}
	table.funktionen td.grau {
		background:#ccc;
		}
	table.funktionen td.tdinhalt {
		background:#eee;
		}
table.archiv {
	width:97%;
	margin:0 10px;
	font-size:.75em;
	}
	table.archiv td {
		border:1px solid #ccc;
		padding:0 5px;
		}
/***** RECHTE SPALTE *****/
div#rechts p {
	font-size:.7em;
	margin:5px 10px;
	}
div#rechts ul {
	list-style:none;
	font-size:.75em;
	margin-bottom:10px;
	}
div#rechts ul li {
	display:block;
	margin-bottom:2px;
	}
div#rechts li a {
	padding:5px 10px;
	background:#ccc;
	color:#000;
	text-decoration:none;
	display:block;
	}
div#rechts li a span {
	font-size:.75em;
	color:#024e39;
	}
div#rechts a:hover {
	background:#ddd;
	}
div#rechts fieldset span {
	font-size:.75em;
	}
div#rechts a.ergebnis_aktiv {
	background:url(../images/navi_aktiv.jpg) center right no-repeat #ccc;
	}
/***** GALERLIE *****/
p.galerie img {
	padding:3px;
	border:1px solid #ccc;
	}
/***** FORMULARE INNERER BEREICH *****/
div#einespalte fieldset {
	border:0;
	margin:10px;
	font-size:.8em;
	}
div#einespalte form {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
	}
div#einespalte fieldset label {
	display:block;
	float:left;
	width:120px;
	height:14px;
	padding:3px 0;
	}
div#einespalte fieldset .feld_lang {
	border:1px solid #ccc;
	height:14px;
	padding:3px 5px;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	width:250px;
	margin-bottom:3px;
	}
div#einespalte fieldset .feld_titel {
	border:1px solid #ccc;
	height:14px;
	padding:3px 5px;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	width:550px;
	margin-bottom:3px;
	}
div#einespalte fieldset .feld_datum {
	border:1px solid #ccc;
	height:14px;
	padding:3px 5px;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	width:227px;
	margin-bottom:3px;
	}
div#einespalte fieldset .button {
	border:1px solid #ccc;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	padding:3px 5px;
	font-weight:bold;
	}
div#einespalte fieldset textarea {
	border:1px solid #ccc;
	height:140px;
	padding:3px 5px;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	width:550px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
div#einespalte fieldset .eselect, div#rechts fieldset .eselect {
	border:1px solid #ccc;
	background:url(../images/form-hg.png) top left repeat-x #fff;
	padding:3px 2px 3px 5px;
	width:240px;
	margin-bottom:3px;
	}
div#rechts fieldset .eselect {
	width:200px;
	}
td input.datum {
	width:50px;
	border:1px solid #ccc;
	}
td input.funktion {
	width:100%;
	border:1px solid #ccc;
	}
textarea.small_text {
	width:300px;
	}
/***** GÄSTEBUCH *****/
.kommentar {
	background:#efebef;
	padding:10px;
	}
.kommentar span {
	font-weight:bold;
	font-size:.75em;
	}
	
div#bottom p {
	padding:72px 0 0 10px;
	font-size:.75em;
	color:#fff;
	}
	div#bottom p a {
		color:#fff;
		text-decoration:none;
		}
h2.archiv { display:inline: }