body {
	font-family: Arial, Helvetica, Verdana;
	margin: 0;
	line-height: 25px;
	color: #d5d5d5;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
}

html {
	margin: 0px;
	padding: 0px;
}

#box {
	font-size: 12px;
	margin-top: 200px;
	text-align: center;
}

#box a {
	text-decoration: none !important;
	color: #999999;
	font-size: 22px;
}

#box a:hover {
	text-decoration: none !important;
	color: #CC0033;
	font-size: 22px;
}

#impressum {
	text-align: right;
	padding-right: 10px;
	color: #D0D0D0;
}

#impressum a {
	text-decoration: none;
	color: #686868;
	font-size: 10px;
}

#impressum a:hover {
	text-decoration: none;
	color: #CC0033;
	font-size: 10px;
}

#i {
	font-size: 12px;
	margin: 40px auto 40px auto;
	width: 700px;
	text-align: left;
	color: #000000;
}

h1 {
	font-family: 'Droid', sans-serif;
	font-weight: 100;
	font-size: 26px;
	color: #666666;
	padding: 0;
	margin: 30px 0 10px;
	letter-spacing: 0.1em;
}

h3 {
	font-family: 'Droid', sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #666666;
	padding: 0;
	margin: 30px 0 10px;
	letter-spacing: 0.1em;
}

h2 {
	font-family: 'Droid', sans-serif;
	font-weight: 100;
	font-size: 26px;
	color: #CC0033;
	padding: 0;
	margin: 30px 0 10px;
	letter-spacing: 0.1em;
}

.icon {
	margin: 0px 8px;
}

.logo {
	opacity: 0.3;
	filter: alpha(opacity=30);

}

.logo:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


