/* GLOBAL */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a {
	color: #cc0000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
/* DAS STARTBILD */

#startbild {
	margin: 0px auto; 
	width: 824px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -412px;
	z-index: 1;
	}
#startbild img {
	margin-top: -3px;
	padding: 0px;
	}
	
#content {
	z-index: 2;
	margin: auto;
	width: 260px;
	text-align: left;
	position: absolute;
	top: 315px;
	left: 50%; 
	margin-left: 140px;
}
#preview {
	font-size: 80%;
	background-image:   url(../layout/tanzband/hg_news.gif);
	height: 49px;
	width: 241px;
	padding: 7px 25px 7px 10px;
	margin: 5px;
}

/* DIE NAVIGATION */

#navi {
	width: 800px;
	height: 40px;
	position: absolute; 
	top: 468px;
	left: 50%;
	margin-left: -400px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	border-bottom: solid 1px #000000;
	
	}
#navi a {
	color: #000000;
	}
#navi a:hover {
	font-size: 20px;
	text-decoration: none;
	}
	
/* DIE FUSSZEILE */
	
#footer {
	width: 800px;
	height: 10px;
	position: absolute; 
	top: 528px;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px; 
	font-size: 60%;
	}
#footer a {
	color: #000000;
	}
