html,body {
	height:100%; /* Dem Elternelement muss eine bestimmte Höhe zugewiesen werden */
}

body {
	background-color: #ffffff; margin-left: 0px; margin-top: 80px; margin-right: 0px; margin-bottom: 0px;	
	background-image:  url(../pics/kachel.jpg);
	background-repeat: repeat-x;

}

/* Einstellungen für Links */
a:link, a:visited, a:active, a:hover {
	color: #333333; 
	text-decoration:none; 
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
}

a:hover {
	color: #999999;
}

a:visited {
	color: #666666;
}

a:active {
	color: #000000;
	font-weight: bold;
}


