body {
    margin: 0px;
    padding: 0px;
	background-color: #008AC2;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

html {
    height: 100,01%;
}

#content {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 10px 0 0 -480px;
    padding-top: 20px;
    width: 960px; 
    z-index: 1;
    background-color: #E3E1DC;
    }

.intro {
    position: relative;
    top: 0px;
    left: 30px;
    width: 890px;
    font-size: 12px;
    color: black;
}

table td p {
    font-size: 12px;
}

#corheader {
	position: relative;
	width: 905px;
	height: 120px;
	background-color: white;
}

#corheader img {
	position: absolute;
	top: 20px;
}

#corheader h1 {
	position: absolute;
	top: 63px;
	left: 190px;
}

#vkboxen {
    position: relative;
    top: 0px;
    left: 0px;
    height: 750px;
}

h1 {
    color: #008AC2;
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
}

#block01, #block02, #block03, #block04, #block05 {
    position: absolute;
    width: 440px;
    height: 230px;
    background-color: none;
	text-decoration: none;
    border: 1px solid #008AC2;
    background: white;
}

#block01 {
    left: 30px;
}

#block02 {
    left: 480px;
}

#block03 {
    top: 240px;
    left: 30px;
}

#block04 {
    top: 240px;
    left: 480px;
}

#block05 {
    top: 480px;
    left: 30px;
}

.logo {
    position: absolute;
    left: 130px;
    top: 20px;
}

.info {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 440px;
    text-align: center;
    font-size: 12px;
}

.name {
    font-size: 14px;
    font-weight: bold;
    color: #008AC2;
}

p.felder {
    position: absolute;
    top: 40px;
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 440px;
}

p.beschreibung {
    position: absolute;
    top: 75px;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 440px;

}

.weiter {
    position: absolute;
    top: 155px;
    left: 400px;
}

.zusatz {
    position: relative;
    top: 0px;
    left: 30px;
    width: 890px;
    font-size: 9px;
}

a {
    color: #008AC2;
    text-decoration: none;
    
}
    
a:hover {
    color: #008AC2;
    text-decoration: underline;
    
}