/* Stylesheet für die TV Jahn Startseite */

body {
	color: #004080; 							/* Schriftfarbe */
	background-color: #cccccc; 			/* Hintergrundfarbe der Seite */
	font-family: Verdana, Arial;			/* Schriftart */
	font-size: small;							/* Schriftgroesse */
	text-align: center;
	}

#wrapper {
	background-color: White;
	width: 980px;
	margin-top: 10px;							/* grauer Rand oben */
	margin-right: auto;						/* grauer Rand rechts - zentriert */
	margin-bottom: 10px;						/* grauer Rand unten */
	margin-left: auto;  						/* grauer Rand links  - zentriert */
	text-align: left; 
	}

#kopfbereich {
	width: 980px;
	color: White;
	background-image: url(tvlogo_verlauf.jpg);	/* Hintergrund mit Farbverlauf */
	}

#kopfbereich h1 {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 20px ;
   }

#kopfbereich table{
	margin-bottom: 10px;
	margin-left: 150px;
	color: White; 
	font-family: Verdana, Arial;
	font-size: xx-small;
	}

#kopfbereich a {
	font-size: smaller;				
	text-decoration: none;					/* Hyperlinks im Kopfbereich nicht unterstreichen */
   color: White;								/* Farbe der Hyperlinks weiss */
	}

#kopfbereich ul {
	margin-left: 144px;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
#kopfbereich li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	}
	
#kopfbereich a:hover {
	color: #333333;
	background-color: White;
	}	