<!--
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;	
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	background-color: #000000;
	color: #fef1d7;	
	scrollbar-base-color: #8e8276;
	scrollbar-face-color: #8e8276;
	scrollbar-shadow-color: #57422a;
	scrollbar-highlight-color: #ce783f;
	scrollbar-darkshadow-color: #57422a;
	scrollbar-3dlight-color: #7d6c5a;
	scrollbar-arrow-color: #f0e6d3;
	scrollbar-track-color: #5a524a;
}

div, form {
	line-height:13px;
	font-size:12px;
}

form {
	display:inline;	
}

a:link 		{ font-size:12px; color:#FFD37B; text-decoration:none}
a:visited 	{ font-size:12px; color:#FFD37B; text-decoration:none}
a:hover 	{ font-size:12px; color:#FF9600; text-decoration:none; cursor:hand}
a:active 	{ font-size:12px; color:#FF9600; text-decoration:none}
/*a:link 		{ color:#ffe4ad; text-decoration:none}
a:visited	{ color:#ffe3ad; text-decoration:none}
a:hover 	{ color:#ffbe71; text-decoration:none; cursor:hand}
a:active 	{ color:#ffa42f; text-decoration:none}*/
a img {
	border:0px;
}

a.hover_button:hover {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

input {
	background-color: #322e29;
	border: 1px solid #7a6d68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef1d7;
	text-decoration: none;
}

textarea {
	background-color: #322e29;
	border: 1px solid #7a6d68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef1d7;
	text-decoration: none;
}

select {
	background-color: #322e29;
	border: 1px solid #7a6d68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef1d7;
	text-decoration: none;
}

table#page_wrapper {
	width:100%;
	height:100%;
	text-align:center;
/*	vertical-align:middle;*/
	border:0px;
	border-collapse:collapse;
}

table#language_select {
	width:894px;
	height:26px;
	border:0px;
	margin:auto;
	border-collapse:collapse;	
}

table#border_top {
	width:894px;
	height:20px;
	*height:18px;
	border:0px;
	line-height:1px;
	font-size:1px;
	padding:0px;
	margin:auto;
	background-image:url('../img/startseite/bg_rahmen_top.jpg');
	background-repeat:no-repeat;
	border-collapse:collapse;	
}

table#main_content 
{
	width:894px;
	border:0px;
	padding:0px;
	margin:0 auto;
	border-collapse:collapse;
}

td#content_leftcell 
{
	border:0px;
	margin:0px;
	padding:0px;
	width:324px;
	height:427px;	
	text-align:left;
	vertical-align:top;
	background-image:url('../img/startseite/bg_info.jpg');
	background-repeat:no-repeat;
}

td#content_contentcell {
	padding:0px;
	border:0px;;
	margin:0px;
	width:558px;
/*	height:425px;*/
	text-align:center;
	vertical-align:top;
	line-height:0px;
	font-size:0px;
}

td#content_rightbordercell {
	border:0px;;
	margin:0px;
	height:100%;
	width:12px;
	text-align:center;
	vertical-align:middle;
	background-image:url('../img/startseite/bg_rahmen_right.jpg');
	background-repeat:no-repeat;
}

table#menu_table {
	width:916px;
	height:51px;
	border:0px;
	margin:auto;
	padding:0px;
	border-collapse:collapse;
	background-image:url('../img/startseite/bg_menue.jpg');
	background-repeat:no-repeat;
}

table#copyright_table {
	width:894px;
	height:26px;
	border:0px;
	margin:auto;
	padding:0px;
	border-collapse:collapse;

}

div#left_text_wrapper {
	padding:0px;
	margin:12px 35px 0px 40px;
	text-align:left;
}

table#inner_menu_table
{
	width:85%;
	border:0px;
	margin:auto;
	padding:0px;
	border-collapse:collapse;
	text-align:center;
}

table.outside_content {
	margin:0;
	border:0px solid red;
	padding:0;
	width:100%;
	border-collapse:collapse;
}

table.outside_content td {
	height:43px;
	*height:39px;	
	border-bottom:1px solid #7A6D68;
	text-align:left;
	vertical-align:middle;
}

div#content_scroller {
	width:100%;
	height:427px;
	margin:0px;
	padding:0px;
	border:0px;
	overflow-y:scroll;
	overflow-x:hidden;
}

table.nopadding td {
	margin: 0px;
	padding: 0px;
}

td.content_first_row {
	padding-left:10px !important;
}

div#register_now
{
	position:absolute;
	top:0px;
	left:85px;
	width:256px;
	height:54px;
	background:red;
}

div#register_now a:hover
{
	opacity: 0;
	-moz-opacity: 0;
	*filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#uc_cn
{
	width:894px;	
	margin:auto;
	position:relative; 	
	text-align:right;
}

#uc
{
	text-align:center; 
	width:200px; 
	position:relative; 
	left:700px; 
	top:-10px;
}

-->