/*--------------Wichtige Farben---------------
*/

.small {
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	color: #ececec;
}

/*--------- ALLGEMEINE DEFINITIONEN -----------*/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	background: #0D0D0D url(../bilder/bg-site.jpg) top left repeat-x;
}

#wrapper {
	margin: auto;
	padding: 0;
	width: 940px;
}

#border-o {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
	height: 15px;
	background: url(../bilder/bg-bordero.gif) top left no-repeat;
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
	height: 575px;
	background: #000 url(../bilder/bg-header.jpg) 0 100px no-repeat;
}

#headertext {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 800px;
	text-align: center;
}

#headertext h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 22px;
	line-height: 30px;
}

#content {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
	background: #000;
}

#links {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
	height: 280px;
	text-align: center;
	background: #000 url(../bilder/bg-links.jpg) 0 80px no-repeat;
}

#linktext h2 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 16px;
	line-height: 16px;
}

.profillink {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}

.profillink img, .profillink a, .profillink a:visited, .profillink a:hover {
	margin: 45px 0 0 10px;
	padding: 0;
	border: 0;
}

#border-u {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
	height: 15px;
	background: url(../bilder/bg-borderu.gif) top left no-repeat;
}

#form {
	margin: 20px 0 30px 0;
	padding: 0;
	position: relative;
	float: left;
	width: 840px;
}

#form h1 {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}

.buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}

.danke {
	text-align: center;
}

.danke h1 {
	font-size: 22px;
	line-height: 30px;
}

.danke a, .danke a:visited, .danke a:hover {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
