body,
h1,
h2,
h3,
p,
a {
	color: #000;
	font-family: Helvetica, sans-serif;
}

h1 {
	font-size: 26px;
}

h1 span.rc {
	font-weight: normal !important;	
}

p {
	font-size: 14px;
}

h1 {
	margin-top: 0;
	padding-top: 0;
}

h1 small {
	font-size: 14px;
}

h2 {
	font-size: 18px;
	margin: 1.5em 0 0;
}

#contents {
	background: #fff;
	padding:30px;
	position:absolute;
	height:450px; 
	width:600px;
	top: 50%; 
	left: 50%;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 20px 30px #000;
    -webkit-box-shadow: 0px 20px 30px #000;
    box-shadow: 0px 20px 30px #000;
}

#contents.index {
    text-align: center;
	margin:-250px 0px 0px -330px;
}

#contents.impressum {
	height: 3400px;
	margin:-400px 0px 0px -330px;
}

#contents.agb {
	height: 2300px;
	margin:-400px 0px 0px -330px;
}

#copyright small,
#copyright small a {
	color: #c0c0c0;
}