@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-position: center top;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #111111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

p {
	margin: 0px;
}

h1 {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	margin-top: 3px;
	margin-bottom: 3px;
	color: white;
	padding-left: 5px;
	border: 1px solid black;
	font-style: italic;
	background-image: url(img/thread_tools.jpg);
	background-position:left;
}

h1 a{
	color: white;
}

.artikel {
	background-color: white;
	border: 1px solid #09202e;
	padding: 5px;
	margin-bottom: 10px;
}
#debug {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: white;
	color: black;
	width: 300px;
	padding: 10px;
}
#header_bg {
	background-image: url(img/background_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 166px;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;;
	height: 166px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-image: url(img/background_content_beta.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 645px;
	margin-left: 130px;
	padding-top: 10px;
}

.impressum {
	text-align: center;
	margin-left: 290px;
	padding-top: 32px;
	color: #b9c7d2;
}
.impressum a{
	color: #b9c7d2;
	font-weight: bold;
}
	

.border_top {
	background-image: url(img/rahmen_oben.png);
	background-repeat: none;
	height: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.border {
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
}

.border_bottom {
	background-image: url(img/rahmen_unten.png);
	background-repeat: none;
	height: 81px;
	margin-left: 0px;
	margin-right: 0px;
}

.menu {
	float: left;
	margin-left: 110px;
	margin-top: 20px;
}

.topmenu {
	text-align: right;
}

.topmenu a{
	color: white;
}

.userinfo {
	width: 645px;
	margin-left: 130px;
}

.userinfo a{
	color: white;
	font-size: 10px;
}




img {
	border: none;
}

a {color: #284c6c;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {color: #517da2;}

.thread_text {
	background-color: #d9e3e9;
	padding: 10px;
	border: 1px solid black;

}

.thread_date {
	float: right;
	color: #b9c7d2;
}

.thread_price {
	text-align: right;
	font-weight: bold;
	margin-top: -10px;
	float: right;
}

.thread_tools {
	float: right;
	width: 100%;
	background-image: url(img/thread_tools.jpg);
	background-position:left;
	color: white;
	padding: 3px;
	width: 607px;
	clear: right;
}

.thread_tools a{
	color: #9ab8ca;
}

.thread_rating {
	margin-left: 300px;
}

.thread_top {
	padding-top: 10px;
	height: 20px;
}

.forum_threadlist_first
{
	background-image: url(img/thread_tools.jpg);
	color: white;
	padding: 3px;
	font-weight: bold;
}

.forum_threadlist {
	border-spacing: 0px;
	border: 1px solid black;
}
.forum_threadlist a{
	font-weight: bold;
}

.forum_threadlist tr {
	background-color: #d9e3e9;
}

.forum_threadlist td {
	padding: 3px;
}

.user_payrate {
	float: right;
	border: 1px solid #09202e;
	padding: 10px;
	background-color: #d9e3e9;
	color: #09202e;
}

.error {
	background-color: #900;
	color: #FFC;
	font-weight: bold;
	border: 1px solid #FFC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	width: 600px;
	height: 400px;
	background-color: #d9e3e9;
	border: black 1px #09202e;
	color: #09202e;
	padding: 10px;
}

input {
	font-family: "Calibri";
	font-size: 14pt;
	font-weight: lighter;
	background-color: #d9e3e9;
	border: 1px solid #09202e;
	color: #09202e;
	padding: 3px;
}