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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #e7e5e4;
	background-color: #373737;
	background-attachment: scroll;
	background-image: url(/images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#centercontent {
	width: 990px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid #00ff00;
	overflow:hidden;
}
#box_top {
	width: 990px;
	height:66px;
	margin-top:45px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	border: 0px solid #00ff00;
	background-color:#373737;
}
#box_infos {
	width: 990px;
	height:auto;
	margin-top:20px;
	margin-left:8px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	border: 0px solid #00ff00;
}
#box_mnav {
	position:relative;
	left:0px;
	top:0px;
	width:930px;
	height:53px;
	float:left;
	z-index:2;
	overflow: hidden;
	border: 0px solid #ff0000;
}
#box_lang {
	position:relative;
	left:14px;
	top:6px;
	width:37px;
	height:30px;
	z-index:3;
	overflow: hidden;
	border: 0px solid #ff0000;
}
#box_main {
	width: 990px;
	margin:0px;
	padding:0px;
	/*background-color: #373737;*/
	text-align: left;
	overflow: hidden;
	border: 0px solid #ff0000;
}
img {
	border:0px;
}
#logotext {
	position:relative;
	left:36px;
	top:37px;
	width:415px;
	float:left;
	border: 0px solid #ffff00;
}
#logo {
	position:relative;
	left:0px;
	top:6px;
	width:280px;
	height:53px;
	float:right;
	margin-right:17px;
	border: 0px solid #ff00ff;
}
#navigation {
	position:relative;
	top: 0px;
	left: 0px;
	width: 232px;
	min-height: 1px;
	margin-top: 24px;
	margin-right: 24px;
	padding: 0px;
	overflow: hidden;
	border: 0px solid #fff;
	float:left;
}
#scrollcontent {
	top: 0px;
	left: 0px;
	width: 734px;
	height: auto;
	min-height:455px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px solid #0000ff;
}
#box_footer {
	width: 990px;
	height: auto;
	margin-top:10px;
	text-align: left;
	overflow: hidden;
	font-size:9pt;
	border: 0px solid #000;
	color: #94a4af;
}
.infobox {
	width:314px;
	height:249px;
	min-height:25px;
	padding:0px;
	margin-right:16px;
	float:left;
	overflow:hidden;
	border: 0px solid #0000ff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.infoscroll {
	margin-top:1px;
	height:170px;
	overflow-x:hidden;
	overflow-y:auto;
	border: 0px solid #333;
}
.infobox_forum {
	height:249px;
	background-image: url(/images/bg_forum.png);
	background-position: left bottom;
}
.infobox_tutorials {
	height:249px;
	background-image: url(/images/bg_tutorials.png);
	background-position: left bottom;
}
.infobox_toxik {
	height:249px;
	background-image: url(/images/bg_toxik.png);
	background-position: left bottom;
}
.infocont {
	width:280px;
	padding-left:15px;
	padding-top:12px;
	border: 0px solid #ff0000;
	overflow:hidden;
}
.infobox_tlt,.infobox_trt,.infobox_blt,.infobox_brt {
	width:5px;
	height:6px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #ff0000;
	overflow:hidden;
}
.infobox_tlt {
	float:left;
	background-image: url(/images/cor_tlt.png);
}
.infobox_md {
	width:270px;
	height:6px;
	float:left;
	background-color:#5a5854;	
}
.infobox_trt {
	background-image: url(/images/cor_trt.png);
}
.infobox_blt {
	float:left;
	background-image: url(/images/cor_blt.png);
}
.infobox_brt {
	background-image: url(/images/cor_brt.png);
}
.info_txt {
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	background-color:#5a5854;
	border: 0px solid #ff0000;
	overflow:hidden;
}
.info_txt2 {
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	/*background-color:#5a5854;*/
	border: 0px solid #ff0000;
}
.info_usr {
	font-size:9pt;
	float:right;
	color:#f4ca00;	
}
.padbot {
	margin-bottom:5px;
}
.padbot2 {
	margin-bottom:15px;
}
#main_headline {
	width:100%;
	margin-top:24px;
	margin-bottom:15px;
	border-top:7px solid;
	padding-top:10px;
	padding-left:40px;
	padding-bottom:10px;
	font-size:15pt;
}
.headline_freelancer {
	border-top:#4d6588;
	color:#5985c5;
	background-color:#2f3e53;
}
.headline_tutorials {
	border-top:#f4830a;
	color:#ff9a2d;
	background-color:#965107;
}
.headline_contact {
	border-top:#1bcb18;
	color:#1fd81c;
	background-color:#177016;
}
.headline_forum {
	border-top:#f4ca00;
	color:#e8ca3d;
	background-color:#967c00;
}
