/*******************************************************************************/
/* CSS DATEI TV HOBURG - ABTEILUNG LEICHTATHLETIK  (AUFBAU)                    */
/* ERSTELLER: Joachim Göddel - Web4Saar Mediendesign - mail@web4saar.de        */
/*******************************************************************************/
/***** ALLE ABSTÄNDE AUF "NULL" SETZEN *****/
* { margin:0; padding:0; }
/***** STANDARWERTE FÜR DIE GESAMTE SEITE *****/
img { border:0; }
.clr { clear:left; }
/***** BODY *****/
body {
	background:url(../images/bgpage.jpg) top left no-repeat #5c677b;
	font-family:Arial, Helvetica, sans-serif;
	}
/***** AUSSENBEREICH DER SEITE *****/
div#outline {
	background:url(../images/1bgtop.jpg) top center no-repeat;
	width:960px;
	margin:0;
	}
/***** SEITE *****/
div#content {
	margin:0 0 0 20px;
	width:960px;
	background:#fff;
	}
/***** ALLGEMEINE WERTE *****/
div#menue, div#grafik, div#inhalt {
	width:960px;
	margin:auto;
	}
/***** LOGO *****/
div#logo {
	height:100px;
	background:url(../images/top.jpg) top center no-repeat;
	}
/***** MENUE *****/
div#menue {
	height:35px;
	background:url(../images/bg_menue.jpg) top left no-repeat;
	float:left;
	width:710px;
	}
/***** TOPLINK *****/
div#toplink {
	height:35px;
	background:#e3e3e3;
	margin-left:715px;
	width:245px;
	}
/**** TOP BEREICH MIT BILD UND LINKS *****/
div#grafik {
	height:215px;
	margin:5px auto;
	}
div#bild {
	height:215px;
	width:710px;
	float:left;
	background:url(../images/pic_index.jpg) top left no-repeat;
	}
div#links {
	margin-left:715px;
	width:245px;
	}
	div#links img {
		margin-bottom:-1px;
		}
/***** TEXTBEREICH *****/
div#inhalt {
	margin-top:5px;
	}
/***** EINE GROSSE SPALTE LINKS *****/
div#einespalte {
	width:710px;
	float:left;
	}
	div#einespalte #pics {
		width:200px;
		padding-left:10px;
		float:left;
		margin-top:15px;
		}
		div#einespalte #pics img {
			padding:5px;
			background:#fcfcfc;
			border:1px solid #ccc;
			}
	div#einespalte #text_inner {
		margin-left:230px;
		width:460px;
		margin-top:15px;
		}
/***** TEXT IN EINER SPALTE *****/
div#text {
	margin-bottom:20px;
	width:710px;
	}
/***** RECHTE SPALTE *****/
div#rechts {
	width:245px;
	margin-left:715px;
	}
/***** 2 SPALTEN IM LINKEN BEREICH *****/
div#insideleft {
	width:350px;
	float:left;
	margin-bottom:20px;
	}
div#insideright {
	width:350px;
	margin-left:360px;
	margin-bottom:20px;
	}
/***** FUSSZEILE *****/
div#bottom {
	clear:left;
	height:100px;
	background:url(../images/bottom.jpg) top center no-repeat;
	}