
/* CSS-Definitionen fuer die Startseite */

body {
	background-color: white; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}

div#Seite {
	width: 900px;
	height: 600px;
	margin: 100px auto;
	
}

div#Ueberschrift p {
	color: #FF9933;
	font-size: 1.8em;
	font-family: Arial Black;
	font-weight: bold;
	margin: 0; padding: 5px;
	white-space: normal;
	line-height: 1em;
}

div#Flash object {
	margin: 0 auto;
}

#orangelink {
	color:#ff9933;
	margin: 0 auto;
}
	#orangelink a:link {
		color:#ff9933;
		text-decoration: none;
	}
	#orangelink a:hover {
		color:green;
		text-decoration:underline;
	}

div#Links {
	font-size: 0.6em;
	margin: 0 auto;
}
* html div#Links { /* Diese 2 Zeile wurde eingefuegt gegen den 3-Pixel-Bug des Internet Explorers */
	height: 1em; 
}

	div#Links a:link {
		color: #666666;
		text-decoration: none;
	}
	
	div#Links a:visited {
		text-decoration: none;
		color: #666666;
	}
	
	div#Links a:hover {
		text-decoration: none;
		color: #000000;
	}
	
	div#Links a:active {
		text-decoration: none;
		color: #333333;
	}
	
div#Copyright {
	float: right;
	font-size: 0.6em;
}