@CHARSET "ISO-8859-1";

body {
	background-color:#dcdcdc;
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:11px;
}

.header {
	background-color:#1e1e1e;
	height: 20px;
}

.main {
	width:951px;
	margin:0 auto;
}

#feedback {
	display: block;
	width: 178px;
	height: 78px;
	background-image: url(./images/btn_feedback.png);
}

#feedback:hover {
	background-image: url(./images/btn_feedback_hover.png);
}

.logo {
	background: url(images/logo.png) no-repeat;
	margin-top: 30px;
	height: 67px;
	margin-left: 12px;
	width: 266px;
	cursor: pointer;
}

.content_box {
	margin-top:30px;
	background: url(images/slogon_box.png) no-repeat;
	height:510px;
	wisth:951px;
	position:relative;
}

.text_box {
	width:630px;
	text-align: justify;
	padding:20px 32px;
	position:absolute;
	bottom:10px;
	line-height: 1.4;
}

.content  {
	padding: 20px;
}

input {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
}


a {
	color:#787878;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.footer {
	margin-top: 50px;
	background-color:#1e1e1e;
	height:200px;
}

.btn_media {
	background: url(images/btn_media.png) no-repeat 0 0;
	height: 39px;
	width: 182px;
	cursor: pointer;
	position:absolute;
	bottom: 80px;
	right: 55px;
}

.btn_media:hover {
	background-position: 0 -39px;
}

.btn_anzeige {
	background: url(images/btn_anzeige.png) no-repeat 0 0;
	height: 39px;
	width: 182px;
	cursor: pointer;
	position:absolute;
	bottom: 35px;
	right: 55px;
}

.btn_anzeige:hover {
	background-position: 0 -39px;
}
