	* {
		font-family:tahoma,verdana,arial,helvetica;
		font-size:11px;
		}
		
a { 
		color:#000000;
		text-decoration:underline;
		} 

a.ticker { 
		color:yellow;
		text-decoration:underline;
		} 

	body {
		background:#f2f2f2;
		}



table.calender {
		width:100%;
		text-align:center;
		border: 1px solid #000000;
		}


legend {
		font-family:tahoma,verdana,arial,helvetica;
		font-size:11px;
		color:black;
		font-weight:bold;
		}

div.page {
		position:absolute;
		width:800px;
		height:100%;
		margin-left:100px;
		}
		
div.links {
		position:absolute;
		left:220px;
		top:0px;
		width:340px;
		color:white;
	}			
div.header {
		position:absolute;
		width:100%;
		height:125px;
		background:#006600 url('../grafik/logo_bg_only.gif');
		border:1px black solid;
		color:yellow;
		}

div.logo {
		position:absolute;
		width:100px;
		height:100px;
		left: 10px;
		top: 10px;
		background: url('../grafik/tsv_logo_eine_ebene.png');
		}
div.werderbox {
		position:absolute;
		width:75px;
		height:75px;
		left: 550px;
		top: 10px;
		background: url('../grafik/100_werder_small.png');
		}

div.werbung {
		position:absolute;
		width:160px;
		height: 600px;
		top:10px;
		left: 950px;
		border:1px black solid;
		background:#ffffff;

		}

div.logotext {
		position:absolute;
		width:225px;
		height:50px;
		left: 110px;
		top: 30px;
		background: url('../grafik/tsv_logo_text.png');
		}

		
div.footer {
		position:relative;
		width:100%;
		height:20px;
		background:#006600 url('../grafik/verlauf.jpg');
		background-repeat:repeat-x;
		border:1px black solid;
		text-align:center;
		}
		
div.navigation {
		position:absolute;
		width:100%;
		height:20px;
		border:1px black solid;
		background:#006600 url('../grafik/verlauf.jpg');
		background-repeat:repeat-x;
		top:125px;
		}
		
div.ticker {
		position:absolute;
		left:145px;
		top:110px;
		width:650px;
		color:yellow;
	}
	
div.content {
		position:absolute;
		width:100%;
		top:145px;
		border:1px black solid;
		background:#ffffff;

		}
		
div.contentwidth {
		position:relative;
		width:700px;
		top:25px;
		left: 50px;
		}		
	
div.pages {
		position:relative;
		width:100%;
		top:15px;
		border:0px black solid;
		height:500px;
	}	

	div.artikel {
		position:relative;
		width:300px;
		height:125px;
		background-image: url('../grafik/artikel.png');
		left:25px;
		top:0px;
	}

	div.intartikel {
		position:relative;
		left:110px;
		top: 19px;
		width:175px;
		height:92px;
		overflow:auto;
	}
	
	
	div.termine {
		position:relative;
		width:300px;
		height:125px;
		background-image: url('../grafik/termine.png');
		left: 375px;
		top:-125px;	
	}

	div.inttermine {
		position:relative;
		left:110px;
		top: 19px;
		width:175px;
		height:92px;
		overflow:auto;
	}

	div.ergebnisse {
		position:relative;
		width:300px;
		height:125px;
		background-image: url('../grafik/ergebnisse.png');
		left: 375px;
		top:-75px;
	}

	div.intergebnisse {
		position:relative;
		left:110px;
		top: 19px;
		width:175px;
		height:92px;
		overflow:auto;
	}
	p.headline {
		font-size:14px;
		font-weight:bold;
	}
		
	/*Anfang Dropdownmenue*/
	ul,li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}

	ul {
		height:20px;
		width:798px;
	}
	ul.drop {
		height:20px;
		width:120px;
		background:#7a8077;
		border-width:1px 0;

	}
		ul ul.drop {
			position:absolute;
			left:0;
			top:20px;
			height:auto;
			width:150px;
			border:solid black;
			border-width:1px;
			display:none;
		}
			ul ul ul.drop {
				top:0px;
				left:150px;
			}

		li:hover {
			background:#006600;
			z-index:10;

		}

		li:hover ul ul {
			display:none;
		}

		li:hover ul, 
		li:hover li:hover ul {
			display:block;
		}

	li {
		position:relative;
		float:left;	
		padding:2px 10px;
		line-height:16px;
	}
		li li {
			float:none;
		}

	li a {
		color:white;
		text-decoration:none;
	}

	li a:hover {
		color:yellow;
	}
	/*Ende Dropdownmenue*/
