* {
margin: 0 0 0 0;
padding: 0;
}

html, body {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
font-size: 13px;
line-height: 18px;
width: 100%;
min-width: 820px;
}

img {
	border:none;
}

h1 {
	font-size:32px;
}

#gesamt {
	position: relative;
	width:820px;
	left: 50%;
	margin-left: -410px;
	top:55px;
}

#inhalt {
	width:520px;
}

a:link,
a:visited {
color: #0018ff;
text-decoration: none;
}

a:hover,
a:active {
color: #0018ff;
text-decoration: underline;
}