/* CSS Document */

.banner {
	background: #DAD7C5 url(images/banner_blau.jpg) no-repeat center;
	height: 120px;
	width: 832px;
}

body {
	color: #000000;
	font: normal 75.5% sans-serif;
	line-height:12px;
}

img { 
	border: none; 
}

a { 
	color: #000000;
}

a:hover {
	color: #0000FF; 
}