@charset "UTF-8";
/* Jugendsuende !!neue Version!!*/

html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#000;
}

#wrapper {
	width: 1024px;
	height: 768px;
	left: 50%;
	margin-left: -521px;
	position: absolute;
}

#header {
	width: 1024px;
	height: 182px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}

#navi {
	width: 695px;
	height: 20px;
	padding-left: 233px;
	padding-top: 2px;
	background-image: url(images/bg-navi.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 415px;
	height: 302px;
	padding-top: 25px;
	padding-left: 274px;
	padding-right: 305px;
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

#footer {
	width: 694px;
	padding-top: 5px;
	height: 64px;
	padding-left: 300px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
}

.h1 {
	font-size: 16px;
	color: #07cdd9;
	font-weight: bold;
}

.h2 {
	font-size: 16px;
	color: #FF3399;
	font-weight: bold;
}

.h3 {
	font-size: 16px;
	color: #ffe100;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.boldblau {
	font-weight: bold;
	color: #07cdd9;
}

.boldpink {
	font-weight: bold;
	color: #FF3399;
}

.boldgelb {
	font-weight: bold;
	color: #ffe100;
}
 
.text {
	color: #fff;
	}
.gestrichen {
	font-weight: bold;
	color: #07cdd9;
	text-decoration: line-through;

}

