/* CSS-Definitionen für die Hockey-Jugendabteilung der TSG Heidesheim e.V. */
/* http://www.hockeyjugend-heidesheim.de */
/* Stand: Novmeber 2003 */
/* Autorin: britta dutz-jäger || management@kommunikation */
/* ================================= */

	body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#bdbec6;
	text-align:left;
/*	width:790px;
	font-size:100%;
	margin:0px auto;
	padding:0px;
	border:1px solid #000; */
	}
	
	h1 {font-size:20px;color:#1c2c66;letter-spacing:1pt;}
	h2 {font-size:16px;color:#1c2c66;letter-spacing:1pt;}
	h3 {font-size:13px;color:#1c2c66;letter-spacing:1pt;}
	p {margin-top:1px;font-size:12px;color:#000000;line-height:1.5em;}
	p.ticker {text-align:center;margin-top:25px;margin-bottom:50px;letter-spacing:1pt;font-weight:bold;}
	p.extra {letter-spacing:1pt;margin-top:2px;}
	p.extra-fett {letter-spacing:1pt; margin-top:12px; font-weight:bold;}
	p.training {letter-spacing:1pt;margin-top:2px;line-height:1.5em;}
	p.hinweis {font-size:12px;}
	p.player {font-size:16px;background-color: #579;color:white;text-align:center;font-weight:bold;font-family:Verdana}
	p.indented {font-size:12px; margin-top:-5px}
	p.top {margin-top:5px;margin-bottom:2px;}
	p.home {text-align:center;margin-top:20px;}
	.klein {font-size:0.7em;}
	.extra-text	{letter-spacing:1pt;font-weight:bold;}
	.bold {font-weight:bold;}
	font.highlight {color: darkred;}
	
	/* Die einfache Liste - cycle */
	ul {
	list-style: circle outside none;
	margin-top:-5px;
}
	li {
	padding-left:3px;
	font-size:12px;
	margin-bottom:4px;
	}
	img {border:none;}
	
	/* Die Fusszeile mit Infotext und Link */
	pre {
		font-size:.7em;
		color:#1c2c66;
		text-align:center;
	}
	a.pre:link, a.pre:visited, a.pre:active, a.pre:hover {font-size:11px;}
	
	
		
	/* Die Formatierung des Hyperlink */
	a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0852f7;
	font-size:.9em;
	}	
	a:active, a:hover {color:#EA002F;}
	

	/* Der TOP-Hyperlink */	
	a.top:link, a.top:visited {color:#ea002f;}
	a.top:active, a.top:hover {color:#0852f7;}
		

	/* Der Hyperlink im Navigations-Menü */
	a.menu:link, a.menu:visited	{
		color:#eeeeee;
		background-color: #579;
		text-decoration:none;
		font-size:13px;
	}
	a.menu:active, a.menu:hover	{
		color:#fc3;
		background-color:#579;
		font-size:13px;
	}
	a.menu {
		display:block;
		padding:3px;
		border-top:1.5px ridge #000099;
		background-color:#579;
		text-align:center;
		font-weight:bold; 
		font-size:13px;
		text-decoration:none;
	}

	/* Die Titelzeile */
	#titel {
	padding:3px 10px 10px 10px;
	background-color:#e1e1e1;
	border-bottom:1px solid #000000;
	}
	
	/* Das Logo im Titel */
	.titel-logo {
	float:center;
	border:0px solid silver;
	background-color:transparent;
	margin-right:0px;
	margin-top:0px;
	}

	/* Der Schriftzug der TSG im Titel */
	.titel-ban {
	float:center;
	background-color:transparent;
	}
	
	/* Die Linke Seite für die Navigation, neben dem Content */
	#left {
/*		border-right:1.5px ridge #000; */
		background: URL(http://www.hockeyjugend-heidesheim.de/images/bg_snav.gif) 0 0 repeat-y;
		background-color:#e1e1e1;
/*	background-color:#bdbec6; */
		width:130px;
		float:left;
	}
	.menutitle{
		font-weight:bold;
		text-align:center;
		margin:2px;
	}
	.menucontainer {
		border:1.5px ridge #000099;
		background-color:#e1e1e1;
		width:110px;
		margin:10px;
	}
	
	#snavi {
	display: block;
	border:groove;
	position: float;
	width: 227px;
	left: 0px;
	top: 108px;
	background: URL(bg_snav.gif) 0 0 repeat-y;
	}
	
	/* Der Inhalt oder Ausgabebereich der Seite */
	#content {
	border:0px solid #efeff7;
	width:640px;
	height:auto;
	min-hight:625px;
	float:left;
	padding:15px 10px 0px 10px;
	background : #eeeeee url(../images/hintergrund.gif) repeat scroll;
}
	
	/* Bilder im Inhalts-Container links */
	.image-l {
		border:1px solid silver;
		background-color:transparent;
		padding:0px;
		margin:10px 10px 10px 5px;
		float:left;
		}
	
	/* Die Fusszeile */
	#fuss {
		margin:0px;
		padding:2px;
		text-align:left;
		border-top:1px solid #000;
		background-color:#e1e1e1;
		clear:both;
	}
	
