* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: 6a644a;
}
a  img {
	border: 0;

}

html {
	height: 101%;
}
body {
	font-size: 80%;
	background-image: url(../images/bg_blau.jpg);
	background-repeat: repeat;
	background-position: left top;
}

a {
	color: #033C89;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}
