@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Orbitron);

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:center top;
	font-family: 'Orbitron', arial, serif;
	color:#FFF;
	font-size:12px;
	}
h2 {
	font-size:32px;
	color:#F06;
	}
h2:hover {
	color:#fffc00;
	}

#wrapper {
	border:none;
	position:absolute;
	left: 50%;
	width:960px;
	margin-left:-480px; /*set to a negative number 1/2 of your width*/
	margin-top:72px;
}
#content {
	text-align:center;
	height:auto;
	}
.logo {
	margin:auto;
	margin-bottom:35px;
	background-image:url(images/logo.jpg);
	width:410px;
	height:346px;
}
.logo:hover {
	background-image:url(images/logox.jpg);
	}
.spacebitch {height:60px; width:10px;}
.rahmen {
	background-color:#1c1c1c;
	padding:25px;
	width:auto;
	height:auto;
	margin-bottom:60px;
	}
.boxx {
	width:130px;
	height:130px;
	float:left;
	}
a:link { color:#FFF; text-decoration:none; padding:4px; background-color:#F06;}
a:visited { color:#FFF; text-decoration:none; padding:4px; background-color:#F06;}
a:focus { color:#F06;text-decoration:none; padding:4px; background-color:#FFF;}
a:hover { color:#F06;text-decoration:none; padding:4px; background-color:#FFF;}

.bild a:link { color:#FFF; text-decoration:none; padding:0px; background-color:#F06;}
.bild a:visited { color:#FFF; text-decoration:none; padding:0px; background-color:#F06;}
.bild a:focus { color:#F06;text-decoration:none; padding:0px; background-color:#FFF;}
.bild a:hover { color:#F06;text-decoration:none; padding:0px; background-color:#FFF;}

.clear {clear:both;}
img {border:none; padding:0px;}
