/*	Body-Tag */
body
{
	background-color: White;
	background-repeat: no-repeat;
	background-image: url(back.jpg);
}


/* Link-Grundeinstellung */
a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Blue;
	text-decoration: none;
}
a:active {
	color: Blue;
	text-decoration: none;
}
a:hover {	text-decoration: none;}

#tab1
{
	border-bottom: 0px solid;
	background-repeat: no-repeat;
}
#tab2
{
	background-image: none;
	background-repeat: no-repeat;
}



