html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('../images/offline/body_bg.png');
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
#pagewidth {
	width: 805px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 309px;
	width: 100%;
	background-image: url('../images/offline/wq_header.gif');
	background-repeat: no-repeat;
}
#wq_headmenu {
	position: relative;
	width: 760px;
	height: 61px;
	left: 23px;
	top: 48px;
	background-image: url('../images/offline/wq_headmenubg.gif');
	background-repeat: no-repeat;
}
#maincol {
	background-color: #FFF;
	float: left;
	display: inline;
	position: relative;
	width: 760px;
	left: 23px;
}
#main_content {
	position: relative;
	margin: 0 20px 10px 200px;
}
#leftcol {
	position: relative;
	width: 150px;
/*	height: 210px;	*/
	left: 25px;
	float: left;
	background-color: #AFAFAF;
}
#left_login {
	width: 150px;
	height: 144px;
	background-image: url('../images/offline/wq_login_bg.jpg');
	background-repeat: repeat-x;
	z-index: 10;
}
#left_content {
	width: 150px;
	background: #AFAFAF;
}
#onlineuser {
	width: 130px;
	height: 168px;
	margin: 5px 0 5px 10px;
	background-image: url('../images/offline/wq_onlinebg.png');
	background-repeat: no-repeat;
}
#profil {
	width: 130px;
	height: 174px;
	margin: 5px 0 5px 10px;
	background-image: url('../images/offline/profil.png');
	background-repeat: no-repeat;
}
#bar {
	width: 130px;
	height: 174px;
	margin: 5px 0 5px 10px;
	background-image: url('../images/offline/bar.jpg');
	background-repeat: no-repeat;
}
#onlineusercontent {
	position: relative;
	top: 12px;
	width: 128px;
	height: 138px;
	margin: 0;
	overflow: auto;
	text-align: center;
}
#profilusercontent {
	position: relative;
	top: 12px;
	width: 128px;
	height: 170px;
	margin: 0;
	overflow: auto;
	text-align: center;
}
#barcontent {
	position: relative;
	top: 12px;
	width: 128px;
	height: 170px;
	margin: 0;
	overflow: auto;
	text-align: center;
}
#onlineusercontent p {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
#left_footer {
	width: 150px;
	height: 47px;
	background-image: url('../images/offline/wq_lefoot.jpg');
}
ul.left_menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
li.left_menu {
	width: 100%;
	line-height: 16px;
}
.left_menu li a, .left_menu a:visited {
	text-decoration: none;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #000;
}
.left_menu li:hover, .left_menu li.active {
	background: #CCC;
}
.left_menu li a:hover {
	color: #950000;
}
#footer {
	position: relative;
	height: 35px;
	width: 760px;
	left: 23px;
	clear: both;
	background-image: url(../images/offline/wq_footer.gif);
	margin-bottom: 10px;
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
h1 {
	font: bold 22px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #950000;
	text-align: right;
}
h2 {
	font: bold 16px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #888;
	text-align: right;
	border-bottom: 1px #999 solid;
	margin: 0 70px 0 50px;
}
hr {
	border: 1px #DDD solid;
}
p {
	margin: 0;
	font: 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #000;
}

ul {
	margin: 0;
	font: 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #000;
}
 
#main_content p {
	margin: 0 25px 0 25px;
	text-align: justify;
}
#left_login p {
	margin-left: 9px;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
#main_content a, #main_content a:visited {
	text-decoration: none;
	color: #950000;
	font-weight: bold;
}
#main_content a:hover {
	text-decoration: none;
	color: #000;
}
#left_login a, #left_login a:visited {
	text-decoration: none;
	color: #000;
}
#left_login a:hover {
	text-decoration: none;
	color: #950000;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #950000;
}
.input {
	background-image: url('../images/offline/input_bg.png');
	border: solid 1px #777;
	margin-left: 5%;
	padding: 2px;
	font: bold 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
.cssform p {
	width: 300px;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/;
	border-top: 1px dashed gray;
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] {
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	background-image: url('../images/offline/input_bg.png');
	border: solid 1px #777;
	padding: 2px;
	font: bold 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
.cssform textarea {
	width: 250px;
	height: 150px;
}
* html .threepxfix {
	margin-left: 3px;
}
.wq_table {
	width: 70%;
}
.wq_table thead a {
	color: #ffffff;
}
.wq_table td {
	background: #FFF;
	padding: 3px;
	font-size: 12px;
}
.wq_table th {
	text-align: left;
}
.wq_table thead tr th {
	color: #FFF;
	font-size: 16px;
	background: #780000;
	background-image: url('../images/offline/wq_theadbg.png');
	padding: 3px;
}
/*TN forum ueberarbeitung neue Klassen */
/* fuer Opera */
.wq_table .thead th {
	color: #FFF;
	font-size: 16px;
	background: #780000;
	background-image: url('../images/offline/wq_theadbg.png');
	padding: 3px;
}
.wq_table .thead a {
	color: #ffffff;
}
.wq_table tbody th {
	font-size: 14px;
	color: #000;
	background: #FFF;
	padding: 2px;
}
.wq_table tbody th.wq_sub, .wq_sub {
	font-size: 13px;
	color: #000;
	background: #CCC;
	padding: 5px;
}
.wq_table tbody th.wq_sub2, .wq_sub2 {
	font-size: 13px;
	color: #000;
	background: #AAA;
	padding: 5px;
}
.male, .person_male:link, .person_male:visited {
	color: #0066cc;
	text-decoration: none;
}
.female, .person_female:link, .person_female:visited {
	color: #ff0066;
	text-decoration: none;
}
.person_male:hover, .person_female:hover {
	color: #950000;
	text-decoration: none;
}
.wq_success {
	color: #00dd00;
	font-weight: bold;
}
.wq_error {
	color: #ff0000;
	font-weight: bold;
}
.btn {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #FFF;
	background-image: url(../images/la1/head_nav_hov.png);
	background-position: 0px 10px;
	background-color:transparent;
	padding: 1px 1px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	cursor: hand;
}
.profil_table {
	font: 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	margin: 2px;
}
