html body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:50% 0px;
	background-repeat:no-repeat;
}

tr, td {
	text-align:left;
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-size:12px;
}

input, textarea, select{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-size:12px;
}

.Cmite, .Cnorm, .Cdark{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-size:12px;
}

a{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a:hover{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

.fliesstext{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-size:12px;
}

.cls{
	clear:left;
}

#menu{
	background-image:url(../images/menu.png);
	width:786px;
	height:35px;
	margin:250px auto;
	margin-bottom:0px;
}

	#menu a{
		font-family:"Trebuchet MS";
		color:#1b393b;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}

	#menu a:hover{
		font-family:"Trebuchet MS";
		color:#1b393b;
		font-weight:bold;
		text-decoration:underline;
		text-transform:uppercase;
	}

.menu_topic{
	width:80px;
	height:15px;
	margin-left:40px;
	margin-top:11px;
	text-align:center;
	float:left;
}

#submenu{
	background-color:#433f3f;
	height:20px;
	width:770px;
	margin:0 auto;
	margin-bottom:0px;
	border-left:solid 8px;
	border-right:solid 8px;
	border-color:#FFF;
}

#wrapper{
	background-color:#565253;
	width:770px;
	margin:0 auto;
	margin-top:0px;
	padding-bottom:15px;
	border-left:solid 8px;
	border-right:solid 8px;
	border-color:#FFF;
}

#footer{
	background-color:#FFF;
	height:6px;
	width:786px;
	margin:0 auto;
	margin-bottom:10px;
}

#content{
	padding-top:17px;
	margin-left:11px;
	width:753px;
}

#content_left{
	width:540px;
	float:left;
}

#content_right{
	width:212px;
	float:left;
}

.box_standard{
	width:207px;
	border-top:solid 5px #1b393b;
	border-left:solid 5px #1b393b;
	border-bottom:solid 5px #1b393b;
	margin-bottom:8px;
}

.box_standard_content{
	background-color:#FFF;
	height:auto;
}

.topic_line{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1b393b;
	background-image:url(../images/topic_small.jpg);
	background-repeat:repeat-y;
	width:203px;
	height:16px;
	text-align:right;
	padding-right:4px;
}


#newsbox_left{
	background-color:#FFF;
	width:523px;
	padding-top:5px;
	padding-bottom:15px;
}

.topic_box{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1b393b;
	padding-top:3px;
	background-image:url(../images/topic.jpg);
	height:18px;
	width:514px;
	text-align:right;
}

	.topic_text{
		padding-right:8px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#1b393b;
	}

.green_box_big{
	width:509px;
	border:solid 7px #1b393b;
	margin-bottom:5px;
	height:108px;
}

.green_box_small{
	width:209px;
	border-left:solid 7px #1b393b;
	border-top:solid 7px #1b393b;
	border-bottom:solid 7px #1b393b;
	margin-bottom:5px;
}

.newsbox_inner{
	margin-top:5px;
	margin-left:5px;
	margin-bottom:15px;
	width:504px;
	height:96px;
	background-color:#1b393b;
}

.newsbox_inner .box_left{
	float:left;
	width:186px;
	height:96px;
}

.newsbox_inner .box_right{
	float:left;
	margin-left:3px;
	width:315px;
	height:96px;
}

.newsbox_inner .box_image{
	margin-left:5px;
	margin-top:3px;
	background-color:#FFF;
	width:174px;
	height:44px;
	padding-left:5px;
	padding-top:3px;
}

.newsbox_inner .box_bubble{
	color:#1b393b;
	font-family:Verdana;
	font-size:8px;
	padding-left:67px;
	padding-right:2px;
	padding-top:20px;
	margin-left:5px;
	background-image:url(../images/newsbubble.png);
	width:180px;
	height:35px;
}

.newsbox_inner .box_topic{
	width:304px;
	height:21px;
	color:#192e2f;
	margin-left:3px;
	margin-top:22px;
	margin-bottom:4px;
	background-color:#FFF;
	padding-left:3px;
	font-family:"Trebuchet MS";
}

.newsbox_inner .box_content{
	width:304px;
	height:39px;
	color:#192e2f;
	margin-left:3px;
	padding-top:5px;
	padding-left:3px;
	background-color:#FFF;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.login_box{
	font-family:"Trebuchet MS";
	font-size:12px;
	background-color:#1B393B;
	padding-left:3px;
	color:#FFF;
}

.login_box a{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFF;
}

.login_box a:hover{
	text-decoration:underline;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFF;
}

/*.login_page_topic{
	letter-spacing:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}*/

.Chead{
	font-family:"Trebuchet MS";
	color:#1b393b;
	font-size:12px;
}


.login_page{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f4749;
	padding-left:5px;
	padding-top:10px;
}

.login_page a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f4749;
	text-decoration:none;
}

.login_page a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f4749;
	text-decoration:underline;
}

.serverview_name{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1f4749;
	text-transform:uppercase;
	padding-left:5px;
	padding-top:10px;
}

.serverview_player{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f7bd35;
	float:left;
	padding-left:5px;
	width:50px;
	height:20px;
	background-color:#1b393b;
	padding-top:3px;
	margin-bottom:10px;
	margin-top:7px;
}

.serverview_ip{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#192e2f;
	float:left;
	padding-left:5px;
	width:130px;
	height:18px;
	padding-top:3px;
	margin-bottom:10px;
	margin-top:7px;
	border-top:solid 1px #1b393b;
	border-right:solid 1px #1b393b;
	border-bottom:solid 1px #1b393b;
}

.newsbox_lang{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:14px;
	margin-left:5px;
	margin-top:10px;
}

.newsbox_lang a{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
}

.newsbox_lang a:hover{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:underline;
}

.newsbox_lang_ueberschrift{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
}

.middle_link{
	margin:0;
	padding:0;
}


/* Comments Styles*/

.comments_name_line{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.comments_name{
	text-transform:uppercase;
}

.comments_text{
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.comments_hr{
	width:99%;
}


/* Comments Styles Ende*/

/*TS viewer styles*/

.tsstatusLabel a{
	font-size:12px;
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-weight:bold;
}

.tsstatusLabel a:hover{
	font-size:12px;
	color:#1b393b;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:underline;
}

/*TS viewer styles Ende*/

/*Submenu*/

.submenu_div{
	float:left;
	margin-left:12px;
	margin-right: 10px;
}

.submenu_link{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#F7BD35;
	text-decoration:none;
}

.submenu_link:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#F29E3E;
	text-decoration:none;
}

/*Submenu Ende*/

/*Impressumsseite*/

.impressum_text{
	font-size:12px;
	color:#1b393b;
	font-family:"Trebuchet MS";
	padding-left:5px;
	padding-right:3px;
	padding-top:10px;
}

/*Impressumsseite Ende*/

/*Gästebuchseite*/

.gbook_text{
	font-size:12px;
	color:#1b393b;
	font-family:"Trebuchet MS";
	padding-left:5px;
	padding-right:3px;
	padding-top:10px;
}

/*Gästebuchseite Ende*/

.layer{
	background-color:#FFF;
	border:5px solid #1B393B;
}