body {
	background: none; 
}
html #container {
	background: url(images/bg_home.jpg) no-repeat;
}
html #content {
	color: #fff;
	padding-top: 50px;
}
html #breadcrumb {
	padding-top: 370px;
	color: #fff;
}
html #breadcrumb a {
	color: #fff;
}
html #footer {
	color: #6d81a1;
	border-top: 1px solid #6d81a1;
}
html #footer a {
	color: #6d81a1;
}
a {
	color: #fff;
}
#content a {
	text-decoration: underline;
}
a:hover {
	color: #C9DEEF;
	text-decoration: underline;
}
body #footer #menue2 a:hover {
	text-decoration: underline;
	color: #6d81a1;
}