body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
a {
	color: #02487e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*----------------------------- frame definitions ----------------------------*/
.frame_top {
	width: 100%;
	height: 11px;
	top: 0px;
	left: 0px;
	background: #f00;
	font-size: 1px;
}
.frame_bottom {
	width: 100%;
	height: 11px;
	left: 0px;
	bottom: 0px;
	background: #f00;
	font-size: 1px;
}
.frame_left {
	position: absolute;
	width: 11px;
	height: 100%;
	left: 0px;
	background: #0f0;
}
.frame_right {
	position: absolute;
	width: 11px;
	height: 100%;
	right: 0px;
	background: #0f0;
}
.corner_left {
	display: block;
	float: left;
	height: 11px;
	width: 11px;
	background: #00f;
}
.corner_right {
	display: block;
	float: right;
	height: 11px;
	width: 11px;
	background: #00f;
}
/*------------------------- main block definitions ------------------------------*/
#main {
	position: relative;
	display: block;
	width: 1000px;
	top: 0px;
	margin: auto;
	padding: 0 10px;
}
*html #main {
	width: 980px;
}
#header {
	z-index: 2;
	width: 1000px;
	height: 284px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) 0px 125px no-repeat;
}
#header #logo {
	width: 220px;
	height: 90px;
	background: url(../images/logo.gif) 10px 27px no-repeat;
}
#header #menu_areas {
	width: 100%;
	height: 35px;
}
#header #advertising {
	width: 100%;
	height: 25px;
	margin-top: 20px;
}
#header #menu_main {
	width: 100%;
	height: 29px;
	margin-top: 67px;
}
#content {
	display: block;
	width: 1000px;
	min-height: 300px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
#footer {
	display: block;
	width: 1000px;
	height: 29px;
	margin-top: 16px;
	padding-top: 8px;
	border-top: solid 1px #0090ff;
	font-size: 11px;
}
*html footer {
	height: 35px;
}
/* ------------------------------- content blocks -------------------------------------- */
#content .one_column {
	display: block;
	float: left;
	width: 240px;
	padding: 0;
}
*html #content .one_column {
	width: 240px;
}
#content .two_columns {
	display: block;
	float: left;
	width: 458px;
	padding: 0 11px;
}
*html #content .two_columns {
	width: 480px;
}
#content .three_columns {
	display: block;
	float: left;
	width: 698px;
	padding: 0 11px;
}
*html #content .three_columns {
	width: 698px;
}
#content .four_columns {
	display: block;
	float: left;
	width: 938px;
	padding: 0 11px;
}
*html #content .four_columns {
	width: 960px;
}
#content .boxed_column {
	display: block;
	float: left;
	width: 240px;
	padding: 0;
	background: url(../images/bg_info.gif) repeat-y #f0f0f0;
}
#content .one_column .content {
	width: 218px;
	margin: 0 11px;
}
#content .boxed_column .frame_top, #content .advertising .frame_top {
	background: url(../images/bg_info_top.gif) repeat-x top;
}
#content .boxed_column .frame_bottom, #content .advertising .frame_bottom {
	background: url(../images/bg_info_bottom.gif) repeat-x bottom;
}
#content .boxed_column .frame_top .corner_left, #content .advertising .frame_top .corner_left {
	background: url(../images/corner_info_ol.gif) no-repeat;
}
#content .boxed_column .frame_top .corner_right, #content .advertising .frame_top .corner_right {
	background: url(../images/corner_info_or.gif) right no-repeat;
}
#content .boxed_column .frame_bottom .corner_left, #content .advertising .frame_bottom .corner_left {
	background: url(../images/corner_info_ul.gif) no-repeat;
}
#content .boxed_column .frame_bottom .corner_right, #content .advertising .frame_bottom .corner_right {
	background: url(../images/corner_info_ur.gif) right no-repeat;
}
.advertising {
	background: url(../images/bg_advertising_hor.gif) repeat-y #f0f0f0;
}
/* --------------------------------- tag classes --------------------------------------- */
#content .one_column h1, #content .two_columns h1, #content .three_columns h1, #content .four_columns h1, #content .contentheading {
	margin: 10px 0 8px 0;
	padding: 0 0 4px 0;
	color: #747474;
	font-size: 14px;
	border-bottom: solid 1px #d8d8d8;
}
#content .one_column_info h1 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: solid 1px #d8d8d8;
}
#content .boxed_column h1, #content .boxed_column h2 {
	margin: 0 0 8px 0;
}
#content .infolink a {
	padding: 2px 0 2px 14px;
	background: url(../images/bg_link.gif) 0 7px no-repeat;
	text-decoration: none;
}
#content .infolink a:hover {
	text-decoration: underline;
}
/* --------------------------------------- menus ---------------------------------------- */
#header #menu_areas ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
#header #menu_areas li {
	float: left;
	margin: 3px 11px 0 0;
	font-size: 13px;
}
#header #menu_areas li a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #000;
}
#header #menu_areas li a span {
	display: block;
	padding: 7px 20px 7px 0;
}
#header #menu_areas .active a, #header #menu_areas li a:hover {
	color: #fff;
	background: url(../images/bg_menu_area_left.gif) left no-repeat;
}
#header #menu_areas .active a span, #header #menu_areas li a:hover span {
	background: url(../images/bg_menu_area_right.gif) right no-repeat;
}
#header #menu_areas .active ul li {
	display: none;
}
#header #menu_main ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 0 11px;
}
#header #menu_main li {
	float: left;
	margin: 0 11px 0 0;
	font-size: 13px;
}
#header #menu_main a {
	display: block;
	padding: 0 0 0 13px;
	text-decoration: none;
	color: #fff;
}
#header #menu_main a span {
	display: block;
	padding: 7px 13px 7px 0;
}
#header #menu_main .active a, #header #menu_main a:hover {
	color: #000;
	background: url(../images/bg_menu_main_left.gif) top left no-repeat;
}
#header #menu_main .active a span, #header #menu_main a:hover span {
	background: url(../images/bg_menu_main_right.gif) top right no-repeat;
}
#content .content #options {
	position: absolute;
	display: block;
	width: 133px;
	top: 0px;
	bottom: 0px;
	left: 619px;
	padding: 22px 12px 12px 10px;
	text-align: left;
	border-left: solid 2px #b6c618;
}
*html #content .content #options {
	width: 155px;
	height: 100%;
}
#footer #menu_info ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
#footer #menu_info li {
	float: left;
	margin: 0 10px 0 0;
}
#footer #menu_info li a {
	text-decoration: none;
	color: #000;
}
#footer #menu_info li a:hover {
	text-decoration: underline;
}
/* ----------------------------------- joomla related ----------------------------------- */
.blog .article_column {
	display: block;
	float: left;
	width: 49%;
}
.blog .column1 {
	float: left;
}
.blog .column2 {
	float: right;
}
.blog .row_separator {
	clear: both;
	height: 20px;
}
#content .blog .date_author_heading {
	margin: 10px 0 0 0;
	color: #747474;
}
#content .blog .contentheading {
	margin: 2px 0 8px 0;
	padding: 0 0 4px 0;
	color: #747474;
	font-size: 14px;
	border-bottom: solid 1px #d8d8d8;
}
#content .blog .contentheading_wo_iteminfo {
	margin: 10px 0 8px 0;
	padding: 0 0 4px 0;
	color: #747474;
	font-size: 14px;
	border-bottom: solid 1px #d8d8d8;
}
#content .blog ul {
	list-style: none url(../images/list_arrow.gif);
	margin: 0;
	padding: 0 0 0 11px;
}
#content .blog li {
	margin: 0;
	padding: 0;
}
.wrapper_frame_left {
	margin: 0;
	padding: 0;
}
/* --------------------------------------- forum ---------------------------------------- */
.forum #header {
	width: 1000px;
	height: 274px;
	background: url(../images/bg_forum_header.jpg) 0px 125px no-repeat;
}
.forum #header #header_ads {
	width: 100%;
	height: 90px;
	margin: 11px 0 0 0;
	text-align: center;
}
.forum #header #header_ads {
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 0;
	border: 1px solid transparent;
}
#header #menu-top-container {
	float: right;
	margin: 9px 10px 0 0;
}
#header #menu_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #menu_top li {
	display: block;
	height: 12px;
	float: left;
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
	border-left: solid 1px #d5d5d5;
	line-height: 10px;
	font-size: 12px;
	color: #d5d5d5;
}
#header #menu_top .first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#header #menu_top li a {
	color: #fff;
	text-decoration: none;
}
.forum #header #menu_main {
	margin-top: 10px;
}
#header_wrap {
	position: fixed;
	display: block;
	width: 100%;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_header.png) repeat-x #000;
	z-index: 100;
}
#header_wrap #navigation, #header_wrap #navigation_minimized {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header_wrap #navigation a, #header_wrap #navigation_minimized a {
	color: #fff;
	text-decoration: none;
}
#navigation #left {
	display: block;
	float: left;
	width: 10px;
	height: 32px;
	background: url(../images/bg_nav_main_left.png) 0 21px repeat-x;
}
#navigation #middle {
	position: absolute;
	display: block;
	height: 32px;
	left: 10px;
	right: 10px;
	background: url(../images/bg_nav_main_middle.png) 0 21px repeat-x;
}
#navigation #right {
	float: right;
	height: 32px;
	width: 10px;
	background: url(../images/bg_nav_main_right.png) 0 21px repeat-x;
}
#navigation #menu-main-container {
	position: relative;
}
#navigation #menu_main ul {
	display: block;
	width: 1000px;
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}
#navigation #menu_main li {
	display: block;
	float: left;
	width: 212px;
	padding: 0 8px;
	margin: 0 10px;
	line-height: 23px;
	border: solid 1px #3387ce;
	border-radius: 4px;
	color: #fff;
	background: #1c5382;
	background-image: linear-gradient(#206095, #1a4f7b);
}
#navigation #menu_main .active {
	background: #2a7abc;
	background-image: linear-gradient(#318cd8, #2874b4);
	border-bottom: none;
	border-right-color: #2874b4;
}
#navigation #menu_sub, #navigation_minimized #menu_sub {
	margin-bottom: 3px;
}
#navigation #menu_sub ul, #navigation_minimized #menu_sub ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 10px;
}
#navigation #menu_sub ul {
	margin: 0;
	height: 24px;
	padding-bottom: 1px;
	border-left: solid 1px #318cd8;
	border-right: solid 1px #318cd8;
	border-bottom: solid 1px #318cd8;
	border-radius: 0 0 4px 4px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	background: #246ba7;
	background-image: linear-gradient(#2874b4, #256aa5);
}
#navigation_minimized #menu_sub ul {
	margin: 0;
	height: 24px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
#navigation #menu_sub li, #navigation_minimized #menu_sub li {
	float: left;
	height: 20px;
	margin: 0 10px 2px 0;
	padding: 0;
	line-height: 20px;
}
#navigation #menu_sub li a, #navigation_minimized #menu_sub li a {
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	color: #fff;
}
#navigation #menu_sub .active a, #navigation #menu_sub a:hover, #navigation_minimized #menu_sub .active a, #navigation_minimized #menu_sub a:hover {
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	padding: 1px 4px 2px 4px;
	border: solid 1px #efa03b;
	border-radius: 4px;
	color: #fff;
	background: #f07100;
	background-image: linear-gradient(#f87b0b, #e76e01);
}
#main #menu_forum {
	padding: 8px 0;
	background: #f1f1f1;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	border-top: solid 1px #a5a5a5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#content #menu_forum ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 0 11px;
}
#content #menu_forum li {
	float: left;
	margin: 3px 11px 0 0;
	font-size: 13px;
}
#content_ #menu_forum li a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #000;
}
#content #menu_forum li a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #000;
	border-radius: 4px;
	border: solid 1px #f1f1f1;
	background: #f1f1f1;
}
#content_ #menu_forum li a span {
	display: block;
	padding: 4px 20px 7px 0;
	color: #111;
}
#content #menu_forum li a span {
	display: block;
	padding: 2px 20px 4px 0;
	color: #111;
}
#content #menu_forum .active, #content #menu_forum li a:hover {
	background-image: linear-gradient(#e7e7e7, #a1a1a1);
	border-color: #a5a5a5;
}
#content #menu_forum .active span, #content #menu_forum li a:hover span {
	color: #000;
	background-image: linear-gradient(#e7e7e7, #a1a1a1);
}
.forum #content #forum_content {
	width: 1000px;
	margin: 0;
	padding: 0;
}
.forum #content .frame_bottom {
	background: url(../images/bg_forum_bottom.gif) repeat-x bottom;
}
.forum #content .corner_left {
	background: url(../images/corner_forum_ol.gif) no-repeat #fff;
}
.forum #content .corner_right {
	background: url(../images/corner_forum_or.gif) right no-repeat #fff;
}
.forum #content .frame_bottom .corner_left {
	background: url(../images/corner_forum_ul.gif) no-repeat #fff;
}
.forum #content .frame_bottom .corner_right {
	background: url(../images/corner_forum_ur.gif) right no-repeat #fff;
}
.forum #content .content {
	margin: 0;
	padding: 0 11px 11px 11px;
	background: #f0f0f0;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	border-bottom: solid 1px #a5a5a5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#content #forum_content td, #content #forum_content th {
	font-size: 11px;
}
#content #forum_content .postbody {
	max-width: 800px !important;
	display: block !important;
	text-overflow: ellipsis !important;
	overflow: auto !important;
}
/* ------------------------------------ tweaks ----------------------------------------- */
.posting td.code, #content [class*='row'] td.code {
	background-color: #dbccb6 !important;
	border: 1px solid #b5a58e;
	max-width: 0 !important;
	cursor: copy;
	overflow-x: auto;
	overflow-wrap: break-word;
	font-family: monospace;
	padding: .4rem .4rem !important;
}
.posting table[width="928"], .forum #content .block table[width="928"] {
	width: 969px;
}
textarea[rows='15'][style*='width'][wrap='virtual'] {
	width: 720px !important;
	max-width: 720px !important;
	resize: vertical;
}
iframe[width="930"] {
	width: 970px;
	margin: auto 0;
	border-color: #545454;
	border-radius: 4px;
}
input[type="button"][accesskey] {
	min-width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
input[type="submit"]:not(.searchButton),
input[type="reset"], select {
	cursor: pointer;
}
/* remove */
#content h2 {
	margin: 10px 0 8px 0;
	padding: 0 0 4px 0;
	color: #747474;
	font-size: 14px;
	border-bottom: solid 1px #d8d8d8;
}
.forum #content h2 {
	margin: 0;
	padding: 0 0 4px 0;
	color: #111;
	font-size: 14px;
	border-bottom: solid 1px #111;
}
#content h2 a {
	color: #111;
	text-decoration: none;
}
.forum #content fieldset {
	margin: 0;
	border: solid 1px #b3b3b3;
}
#content fieldset {
	border: solid 1px #d8d8d8;
	margin: 0 0 5px 0;
}
#content fieldset legend {
	font-size: 12px;
	font-weight: bold;
}
#content fieldset legend a {
	text-decoration: none;
	color: #666;
}
#content fieldset legend a:hover {
	text-decoration: underline;
}
#content fieldset .thLeft, #content fieldset .thRight {
	text-align: left;
}
#content fieldset .row1 {
	background: #e8dcca;
}
#content fieldset .row2 {
	background: #ede2d1;
}
#content fieldset th, #content fieldset .row1 td, #content fieldset .row2 td {
	border-bottom: solid 1px #d8d8d8;
}
#content fieldset .row1 td td, #content fieldset .row2 td td {
	border: none;
}
.forum_login {
	margin: 0;
	padding: 0;
}
.forum_login label {
	display: block;
	float: left;
	padding: 4px 0;
	font-weight: bold;
}
.forum_login .post {
	display: block;
	float: right;
}
.forum #content .posting, .forum #content .block {
	border: solid 1px #c1ae91;
	background: #dbccb6;
	padding: 3px;
}
.forum #content .catHead a {
	color: #02487e;
}
.forum #content .posting th, .forum #content .block th {
	padding: 3px 4px;
	text-align: left;
	background: #c8b79e;
	border-bottom: solid 1px #787878;
}
.forum #content .posting .thLeft[width="150"],
.forum #content .posting .thCornerL[width="150"] {
	min-width: 150px;
}
.forum #content .row1 td, .forum #content .block td {
	padding: 3px 4px;
	background: #e8dcca;
}
.forum #content .row2 td {
	padding: 3px 4px;
	background: #ede2d1;
}
.forum #content .posting .info td {
	border-bottom: solid 1px #787878;
}
.forum #content .posting .navigation td, .forum #content .block .row1 td {
	border-top: solid 1px #dbccb6;
}
.forum #content .block {
	margin: 8px 0 11px 0;
}
.forum #content .row1 .col2 {
	background: #ede2d1;
}
.forum #content .posting .quote {
	border: 1px solid #b5a58e;
	border-left: 4px solid #b5a58e;
	background: #dbccb6;
	max-width: 700px;
	display: block;
	text-overflow: ellipsis;
	padding: .3rem .5rem;
	overflow-x: auto;
}
.forum #footer {
	color: #fff;
}
.copyright {
	color: #0090ff;
}
/* ---------------------------------- forum quick links --------------------------------- */
.forum #content #quick_links {
	position: absolute;
	top: 11px;
	right: 21px;
	width: 242px;
}
.forum #content:not([style]) #quick_links {
	position: absolute;
	top: 286px;
	left: 745px;
	z-index: 1;
	width: 242px;
}
.forum #content #quick_links #toggle {
	position: absolute;
	padding: 3px 0 0 11px;
}
.forum #content #quick_links #toggle a {
	color: #000 !important;
}
.forum #content #quick_links #toggle a:hover {
	text-decoration: none;
}
.forum #content #quick_links .frame_top {
	width: auto;
	height: 11px;
	line-height: 1px;
	border-top: solid 1px #a5a5a5;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: linear-gradient(#e7e7e7, #c5c5c5);
}
.forum #content #quick_links .frame_bottom {
	width: auto;
	height: 11px;
	line-height: 1px;
	border-bottom: solid 1px #a5a5a5;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: linear-gradient(#c5c5c5, #a1a1a1);
}
.forum #content #quick_links #quick_link_infos {
	display: none;
	visibility: hidden;
	padding: 12px 10px 0 10px;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	background: #c5c5c5;
}
#quick_links #quick_link_infos form.forum_login input[type="text"][name="username"],
#quick_links #quick_link_infos form.forum_login input[type="password"][name="password"] {
	width: 64%;
	padding: .1rem .1rem;
}
#quick_links #quick_link_infos a {
	font-size: 13px
}
.forum #content #quick_links h2 {
	border-bottom: 0;
}
.forum #content #quick_links input[name="autologin"] {
	vertical-align: middle;
	margin-left: .3rem
}
/* ----------------------------------- private messages ---------------------------------- */
form[action*="privmsg.php"] table[cellspacing="1"] td.row1 {
	background: #e8dcca;
	border-radius: 2px;
	padding: 4px 8px;
}
#content fieldset .row2[colspan="3"],
#content fieldset .row1[colspan="3"],
#content fieldset .row1[width*="3"] {
	background-color: #f0f0f0;
}
.bodyline [bgcolor="#FFFFFF"] {
	background-color: #dbccb6 !important;
}
/* ----------------------------------- plugins - slimbox --------------------------------- */
.slimbox img {
	margin: 0 5px 5px 0;
	padding: 2px;
	border: solid 1px #999;
}
/* -------------------------------------- attachtables ----------------------------------- */
table.attachtable {
	border-color: #c8b79e !important;
}
td.attachrow {
	border-color: transparent !important;
}
td.attachheader {
	background-color: #dbccb6 !important;
	border-color: #c8b79e !important;
}
hr[width] {
	color: #c8b79e !important;
}
/* --------------------------------- hide not used elements ------------------------------ */
#header_wrap #navigation {
	display: block;
}
#header_wrap #header {
	height: 149px;
	background: none;
}
#header_wrap #header #logo {
	float: left;
	background: url(../images/logo.png) 10px 20px no-repeat;
}
#header_wrap #header #menu_areas {
	display: none;
}
#header_wrap #header #menu_main {
	display: none;
}
