body { 
	background-color: #555555;
	background-image: url(bg_02.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	font-family: Verdana
	}
	
#master{
	width:722px;
	margin: 0 auto; /* Div soll zentriert werden */
	}
	
#top{
	width:722px;
	height: 347px;
	
	background-image: url(sore.png);
	}

#text{
	width:722px;
	height: 100px;
	}
#banner{
	width:722px;
	height: 150px;
	}

#link{
	width:722px;
	padding-bottom: 20px;
	text-align: center;
	}
	
#impressum{
	width:722px;
	font-size: 10px;
	text-align: left;
	padding-bottom: 20px;
	}
	
#text2{
	width:722px;
	font-size: 10px;
	text-align: left;
	padding-bottom: 20px;
	color: #555555;
	}
	
	
/* Texte */

a{
	color: #ffffff;
	font-weight: strong;
	text-decoration: underline;
	font-size: 16px;
	}
a:hover{
	color: #aaaaaa;
	text-decoration: none;
	}

/* Bild */
	
img{
	border: 0px;
	}
