﻿@charset "utf-8";
/*---------------------------------------------------
Desidgned by NarKDozOR
Designers Home: http://game-template.at.ua/
---------------------------------------------------*/

html {
	height : 101%;
}
body {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #A3A9AD;
	background-color: #000;
}
#wrapper {
	width:100%;
	margin: 0 auto;
	background-color: transparent;
	background-image:url('../images/bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}
#bg_up{
	margin: 0 auto;
	background-position:center top;
	background-color: transparent;
	background-image:url('../images/bg_up.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
#masthead_container {
    height: 400px;
	width: 100%;
	background-color: transparent;	
	margin:auto;
}
#masthead {
    height: 400px;
	width: 1000px;
	margin:auto;
	background-image:url('../images/header.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	background-color: transparent;	
}
#fontsizer {
	float:right;
	padding-top: 20px;
	width: auto;
}

/* Im Container stellt man die Breite ein */
#container {
	text-align:left;
	width: 1000px;
	padding: 0;
	margin:auto;
	background-image : url(../images/container.jpg);
	background-position:center top;	
}
#container2 {
	text-align:left;
	background-color: transparent;
	margin:auto;
}
/* Suche */
#search {
	float: right;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 20px;
}
#search_inner {
	margin: 3px 0 7px 45px;
}
#search_inner input, 
#search_inner .inputbox {
	float: left;
	margin: 0;
	background: none;
	border: none;
	padding: 0;
}
#search_inner .inputbox:hover {
	color: #999;
}
/* Navigation oben quer */
#navigation {
	background-image:url('../images/navigation.gif');
	overflow: hidden;
	height: 40px;
    margin:auto;
	text-align:center;
	padding:0;
	margin:0;
}
#user_modules1 {
	width: 100%;
	float:left;
	margin: 0;
	padding:0;
	height: auto;
	background-color: transparent;
	border:none;
	margin-bottom: 10px;
}
#user1 {
	width: 48%;
	float:left;
	min-height: 100px;
	border: 1px solid #111;
	overflow:hidden;
	margin-left: 1%;
	background-image:url('../images/user_bg.gif');
	background-repeat:repeat-x;
}
#user2 {
	width: 48%;
	float:right;
	min-height: 100px;
	border: 1px solid #111;
	overflow:hidden;
	margin-right: 1%;
	background-image:url('../images/user_bg.gif');
	background-repeat:repeat-x;
}
/* Schlagzeilen */
#top {
	width: 98%;
	float:left;
	padding: 0;
	margin:0 auto;
	border: 1px solid #111;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	background-image:url('../images/user_bg.gif');
	background-repeat:repeat-x;
}
#page_content {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-bottom: 10px;
	background-color: transparent;
}
/* Breite der linken Sidebar 170 */
#sidebar_left {
	position: relative;
	float: left;
	width: 176px;
	background-color: transparent;
	padding:0 2px 20px 2px;
	margin: 0 5px 5px 5px;
}
/* Breite der rechten Sidebar 170 */
#sidebar_right {
	position: relative;
	float: right;
	width: 176px;
	background-color: transparent;
	padding:0 0px 20px 2px;
	margin: 0 5px 5px 5px;
}
/* content_outleft + content_outleft + content_outleft steuern das margin left und right via phpscript in der index.php */
#content_outleft {
	margin: 0 0 0 190px;
}
#content_outmiddle {
	margin: 0 190px;
}
#content_outright {
	margin: 0 190px 0 0;
}
#content {
	float:left;
	padding: 10px;
	padding-bottom: 30px;
	min-height: 400px;
	width: 97%;
	border: 1px solid #111;
	background-image : url(../images/content.jpg);
	background-position:center top;
}
#content_up {
	width: 100%;
	height: 20px;
	padding:0;
	margin:0;
}
#content_up_left {
	float: left;
	background-color: transparent;
	background-image:url('../images/content_up_left.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	padding:0;
	margin:0;
}
#content_up_right {
	background-color: transparent;
	background-image:url('../images/content_up_right.gif');
	background-position: right top;
	background-repeat:no-repeat;
	float:right;
	width: 197px;
	height: 20px;
	padding:0;
	margin:0;
}
#content_down {
	width: 100%;
	height: 20px;
	margin:5px 0 5px 0;
	padding:0;
}
#content_down_left {
	float: left;
	background-color: transparent;
	background-image:url('../images/content_down_left.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	padding:0;
	margin:0;
}
#content_down_right {
	background-color: transparent;
	background-image:url('../images/content_down_right.gif');
	background-position: right top;
	background-repeat:no-repeat;
	float:right;
	width: 170px;
	height: 20px;
	padding:0;
	margin:0;
}

#breadcrumbs {
	color:#999;
	float:left;
	height: 20px;
	line-height:12px;
	width: auto;
	max-width: 700px;
	overflow : hidden;
	font-weight : normal;
	font-variant : small-caps;
	margin: 4px 0 0 50px;
	padding: 0 5px 0 5px;
}
#breadcrumbs span {
	padding:0;
}

#breadcrumbs a {
	color: #666;
	text-decoration : none;
}
#breadcrumbs a:hover {
	color: #999;
	text-decoration : none;
}

.clr {
	clear:both;
}

#user_modules2 {
	float:left;
	margin: 0;
	padding:0;
	width: 92%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: transparent;
	margin: 0 4% 20px 4%;
}
#user5 {
	width:45%;
	float:left;
	min-height: 100px;
	text-align:left;
	height: auto;
	border: 1px solid #111;
	padding:0;
	overflow:hidden;
	background-image:url('../images/user_bg.gif');
	background-repeat:repeat-x;
}
#user6 {
	width:45%;
	float:right;
	min-height: 100px;
	text-align:left;
	height: auto;
	border: 1px solid #111;
	padding: 0;
	overflow:hidden;
	background-image:url('../images/user_bg.gif');
	background-repeat:repeat-x;
}
#footer {
	color: #999;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 7px 0 7px 0;
	background-color: #000;
	text-align:center;
	overflow:hidden;
	background-image:url('../images/footer.jpg');
	background-position: center top;	
	background-repeat:no-repeat;
}
#footer p {
	font-size: x-small;
}
#footer a {
	border:none;
	color: #888;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#copyright_info {
	clear: both;
	font-size: 10px;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
}
#copyright_info p {
	font-size: 10px;
	padding: 5px 20px 5px 20px;
	margin:0;
	text-align:center;
}
#designed_by {
	clear: both;
	color: #444;
	padding:0;
	margin:0;
	text-align:center;
	background-image:url('../images/designed_by.jpg');
	background-position: center;
	background-repeat:no-repeat;
}
#designed_by p {
	color: #222;
	font-size: 9px;
	margin:0;
	text-align:center;
}	
#designed_by a {
	color: #444;
	text-decoration:none;
}
#designed_by a:hover {
	color: #999;
}
#date {
	text-align: center;
	font-size:11px;
	width: auto;
	background-color: transparent;
	height: 30px;
	line-height:30px;
	overflow:hidden;
}
#date p {
	color: #999;
	font-size:11px;
	background-color:#000;
	width: 180px;
	height: 15px;
	line-height: 15px;
	margin: 0 auto;
	margin-top:8px;
	border: 1px solid #111;
}
h1,h2,h3,h4,h5,h6 {
	color: #c9b51a;
	text-decoration:underline;
	font-family: Arial, Helvetica, Sans-Serif;
}
ul, ol, li {
	margin : 0;
	padding : 0;
}
ul, ol {
	margin : 10px 0;
	padding-left : 10px;
}
ol li {
	list-style-type : decimal;
	line-height : 14px;
}
ul {
	margin : 5px;
	padding : 2px;
	list-style : none;
}
li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/list.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
	list-style-type : none;
}
li:hover {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-position : 0 2px;
	background-image : url(../images/list_hover.png);
	background-repeat : no-repeat;
}
td {
	text-align : left;
	margin : 0;
	padding : 0;
}
a, a:link, a:visited, a:active, a:focus {
	color: #c9b51a;
	outline : none;
	text-decoration : none;
}
a:hover {
	color: #fff;
	text-decoration : underline;
}
table.contentpaneopen {
	width : 98%;
	padding : 2px;
	margin : 2px;
}
table.contentpane {
	width : 98%;
	padding : 6px;
	margin : 6px;
}
table.searchinto {
	width : 100%;
}
table.moduletable {
	width : 100%;
	margin : 0;
	padding : 0;
}
/* sitetitle, menu_oben, top, rechts menü */
div.moduletable {
	padding : 0;
	padding-bottom : 10px;
	text-align: center;
	overflow: hidden;
}
div.moduletable_text {
	padding : 0;
	padding-bottom : 10px;
	text-align: center;
	overflow: hidden;
}
div.banneritem_text {
	padding: 0 3px 0 3px;
	margin: 0;
	text-align:center;
	overflow: hidden;
}
div.module_text {
	width: 176px;
	overflow:hidden;
	margin-bottom: 10px;
	padding:0;
	text-align: center;
	overflow: hidden;
}
div.module {
	width: 176px;
	overflow:hidden;
	margin-bottom: 10px;
	padding : 0;
	text-align: center;
	overflow: hidden;
}
div.module, div.module_text {
	background: url(../images/menu_rb.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
div.module div, div.module_text div {
	background: url(../images/menu_lb.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
div.module div div, div.module_text div div {
	background: url(../images/module_h3.gif);
	background-repeat:no-repeat;
}

div.module div div div, div.module_text div div div {
	background: none;
	padding-bottom: 10px;
	margin: 0 5px 0 5px;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#top div.moduletable h3, #user1 div.moduletable h3, #user2 div.moduletable h3, #user5 div.moduletable h3, #user6 div.moduletable h3 {
	background-image : url(../images/user_h3.gif);
	background-repeat : repeat-x;
	background-color: #000;
	color: #e43f19;
	text-align : left;
	height : 30px;
	line-height : 30px;
	padding:0;
	margin :0;
	padding-left: 18px;
	overflow : hidden;
	font-weight:normal;
	border:none;
	font-size : 14px;
	font-variant:normal;
	text-decoration: none;
}
/* z.b. modul werbung*/
table.module th, .module_text h3 {
	color: #e43f19;
	text-align : left;
	font-weight : bold;
	height : 36px;
	line-height : 36px;
	font-size : 16px;
	margin :0;
	overflow : hidden;
	margin-bottom: 2px;
	text-indent: 10px;
	width: 172px;
	padding:0;
	font-variant:small-caps;
	text-decoration: none;
}
div.module h3{
	color: #e43f19;
	text-align : left;
	font-weight : bold;
	height : 36px;
	line-height : 36px;
	font-size : 16px;
	padding:0;
	margin :0;
	overflow : hidden;
	text-indent: 10px;
	font-variant:small-caps;
	text-decoration: none;
}
/* z.b. modul umfrage, template chooser, wer ist online..*/
#sidebar_left div.module h3, #sidebar_right div.module h3 {
	color: #e43f19;
	text-align : left;
	font-weight : bold;
	height : 36px;
	line-height : 36px;
	font-size : 16px;
	padding:0;
	margin :0;
	overflow : hidden;
	text-indent: 10px;
	width: 172px;
	font-variant:small-caps;
	text-decoration: none;
}
/* breite des hauptmenüs h3 */
.module_menu h3 {
	color: #e43f19;
	text-align : left;
	font-weight : bold;
	height : 36px;
	line-height : 45px;
	font-size : 16px;
	padding:0;
	margin :0;
	overflow : hidden;
	text-indent: 10px;
	width: 172px;
	font-variant:small-caps;
	text-decoration: none;
}

/* breite des hauptmenüs */
.module_menu {
	width: 172px;
	overflow:hidden;
	margin-bottom: 10px;
}
div.module_menu {
	background: url(../images/menu_rb.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

div.module_menu div {
	background: url(../images/menu_lb.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}

div.module_menu div div {
	background: url(../images/menu_rt.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

div.module_menu div div div {
	background: url(../images/menu_lt.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

.module_menu ul.menu {
	padding : 10px;
	list-style : none;
	background : none;
	margin: 0;
}
.module_menu ul.menu li {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
.module_menu ul.menu li a {
	display : block;
	color:#f2e019;
	vertical-align : middle;
	font-size : 12px;
	text-align : left;
	height : 22px;
	line-height : 22px;
	text-decoration : none;
	padding:0;
	margin: 0;
	padding-left: 18px;
	background-image : url(../images/menu.jpg);
	background-repeat : no-repeat;
	border-bottom: 1px solid #111;
}
.module_menu ul.menu li a span {
	background : none;
}
.module_menu ul.menu li a:hover, .module_menu ul.menu li a:active, .module_menu ul.menu li a:focus {
	text-decoration : none;
	color: #fff;
	text-align : left;
	background-image : url(../images/menu_hover.jpg);
	background-repeat : no-repeat;
	padding-left: 18px;
}
.module_menu ul.menu li.active a {
	background-image : url(../images/menu_hover.jpg);
	background-repeat : no-repeat;
	text-decoration : none;
	color: #fff;
	text-align : left;
	padding-left: 18px;
}
.module_menu ul.menu li.active a:hover {
	text-decoration: none;
}
.module_menu ul.menu li.active a span {
}
.module_menu ul.menu li li a span {
	list-style : none;
}
.module_menu ul.menu li ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
.module_menu ul.menu li li {
	list-style : none;
}
.module_menu ul.menu li li a {
	list-style : none;
	vertical-align : middle;
	font-size : 14px;
	text-align : left;
	text-decoration : none;
	height : 22px;
	padding-left: 28px;
	overflow:hidden;
}
.module_menu ul.menu li li a:hover, .module_menu ul.menu li li a:active, .module_menu ul.menu li li a:focus {
	list-style : none;
	background : none;
	text-decoration : none;
}
.module_menu ul.menu li li.active a {
	list-style : none;
	background : none;
	text-decoration : none;
}
.module_menu ul.menu li li a span {
	list-style : none;
	background : none;
}
.module_menu ul.menu li li li a span {
	padding-left: 10px;
}
.componentheading {
	background-image : url(../images/componentheading.jpg);
	background-repeat:repeat-x;
	height : 30px;
	line-height : 30px;
	color: #f2e019;
	font-size : 16px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 2px;
	border-bottom: 1px solid #111;
}
.contentheading {
	font-size: 16px;
	height : 16px;
	line-height : 16px;
	color: #e43f19;
	font-variant : small-caps;
}
label {
	color: #999;
}
.pagenav {
	text-transform:uppercase;
	text-align : center;
	font-size : 12px;
	padding : 3px 5px 2px 5px;
	margin : 5px 1px 5px 1px;
	color: #fff;
	background-color: #111;
	border : 1px solid #151515;
	background-image : url(../images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
}
a.pagenav {
	color: #fff;
	background-color: #000;
}
.pagenav a:hover {
	color: #000;
	text-decoration : none;
}
.pagenav_next {
	color: #999;
	text-decoration : none;
}
.pagenav_next a:hover {
	color: #b5d72b;
	text-decoration : none;
}
.pagenav_prev {
	color: #999;
	text-decoration : none;
}
.pagenav_prev a:hover {
	color: #b5d72b;
	text-decoration : none;
}
.blog {
	width : 100%;
}
.blog_more {
	margin : 10px 5px 20px 5px;
}
.blog_more strong {
	margin : 2px;
	display : block;
	font-size : 14px;
	font-weight : bold;
	color: #999;
	text-decoration:underline;
	padding-left: 3px;
	text-transform:uppercase;
}
.blog_more ul {
	margin : 5px;
	padding : 0;
}
.blog_more ul li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/list.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
.blog_more ul li:hover {
	background-image : url(../images/list_hover.png);
}
.article_separator {
	clear : both;
	display : block;
	height : 10px;
	margin-bottom : 30px;
	border-bottom : 1px solid #111;
}
.article_column {
	padding : 10px;
	margin : 5px;
}
.article_column column_separator {
	padding : 10px;
	margin : 5px;
}
.article-tools {
	border-top : 1px solid #999;
	width : 100%;
	float : left;
	clear : both;
	margin-bottom : 15px;
	display : block;
	background-color: #fbfcf8;
}
.article-meta {
	padding : 5px;
	width : 80%;
	float : left;
}
.button {
	color: #fff;
	background-image : url(../images/button_bg.gif);
	background-position:center top;
	text-align : center;
	font-size : 10px;
	border : 1px solid #151515;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
	background-color:#000;
}
.button:hover {
	color: #c9b51a;
}
.validate {
	height: 20px;
	line-height: 20px;
	color: #999;
	background-image : url(../images/button_bg.gif);
	background-position:center top;
	text-align : center;
	font-size : 10px;
	border : 1px solid #151515;
}
.validate:hover {
	color: #666;
}
.invalid {
	border-color: #666;
}
label.invalid {
	color: #ff0000;
	text-decoration:blink;
}
.back_button {
	height: 22px;
	line-height: 22px;
	background-image : url(../images/button_bg.gif);
	background-position:center top;
	text-align : center;
	font-size : 11px;
	color: #000;
	border : 1px solid #151515;
}
.back_button:hover {
	color: #000;
}
.back_button a:link {
	text-decoration : none;
	color: #999;
}
.back_button a:visited {
	text-decoration : none;
	color: #999;
}
.back_button a:hover {
	text-decoration : none;
	color: #999;
}
#form-login .input {
	padding : 2px;
	margin : 2px;
	background : none;
	border : none;
	font-size : 11px;
}
form {
	margin : 0;
	padding : 0;
	border : none;
}
#form-login {
	border : none;
	padding: 5px;
}
#form-login ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#form-login li {
	margin : 0;
	padding:0;
	background : none;
	list-style : none;
	text-align:center;
}
#form-login li a {
	font-size : 11px;
}
#form-login li a:hover {
	font-size : 11px;
}
#form-login .input {
	margin:0;
	padding:0;
}
.inputbox {
	border : 1px solid #222;
	background-color: #111;
	color: #fff;
	font-size : 11px;
}
.inputbox:hover {
	border : 1px solid #333;
}
input {
	border : 1px solid #222;
	background-color: #000;
	color: #fff;
	font-size : 11px;
}
input:hover {
	border : 1px solid #333;
}
.sectiontableheader {
	border : 1px solid #333;
	background-color: #111;
	text-align : left;
	text-transform : none;
	margin : 0;
	padding : 2px;
	height : 30px;
}
.sectiontablefooter {
	padding : 2px;
	margin : 0;
	text-align : left;
	text-transform : none;
	background-color: #0a0f15;
}
.sectiontableentry0 {
	border-bottom : 1px solid #999;
	background-color: #0a0f15;
	text-align : left;
}
.sectiontableentry1 {
	border-bottom : 1px solid #999;
	background-color: #080d11;
	text-align : left;
}
.sectiontableentry2 {
	border-bottom : 1px solid #999;
	background-color: #0a0f15;
	text-align : left;
}
.sectiontableentry1 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry2 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry0 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
h1 {
	font-weight : bold;
	font-size : 24px;
	line-height : 26px;
	font-weight : normal;
}
h2 {
	font-size : 20px;
	line-height : 22px;
	font-weight : normal;
}
h3 {
	font-size : 18px;
	line-height : 20px;
	font-weight : normal;
}
h4 {
	font-size : 16px;
	line-height : 18px;
	font-weight : bold;
}
h5 {
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
}
h6 {
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
}
.contact_email {
	padding : 5px;
	margin : 5px;
}
#component-contact {
	margin-top : 10px;
}
.hasTip {
	margin: 5px;
	color: #999;
	background-color: transparent;
	border: none;
}
.tool-tip {
	float : left;
	color: #999;
	background : #202020;
	border : 1px solid #999;
	padding : 5px;
	max-width : 200px;
}
.tool-title {
	padding : 0;
	margin : 0;
	font-size : 100%;
	font-weight : bold;
	margin-top : -15px;
	padding-top : 15px;
	padding-bottom : 5px;
	background-repeat : no-repeat;
}
.tool-text {
	font-size : 100%;
	margin : 0;
}
table.paramlist {
	margin-top : 5px;
}
table.paramlist td.paramlist_key {
	width : 128px;
	text-align : left;
	height : 30px;
}
div.message {
	font-weight : bold;
	font-size : 14px;
	color: #999;
	text-align : center;
	width : auto;
	background-color: #202020;
	border : 1px solid #999;
	margin : 3px 0 10px;
	padding : 3px 20px;
}
.pagination span {
	padding : 2px;
}
.pagination a {
	padding : 2px;
}
img {
	border : none;
	padding: 2px 5px 2px 5px;
}
div.mosimage {
	border : 2px solid #999;
	background-color: #cdab71;
}
.mosimage {
	margin : 0;
	background-color: #cdab71;
}
.mosimage_caption {
	margin-top : 0;
	background-color: #cdab71;
	padding : 0;
	color: #999999;
	font-size : 10px;
}
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	cursor: pointer;
	vertical-align: middle;
}
.error {
	font-style : italic;
	text-transform : uppercase;
	padding : 5px;
	color: #999;
	font-size : 12px;
}
#system-message {
	margin : 10px;
}
#system-message dd.message ul {
	border-top : 2px solid #999;
	border-bottom : 2px solid #999;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.error ul {
	color: #999;
	border-top : 2px solid #999;
	border-bottom : 2px solid #999;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.notice ul {
	color: #999;
	border-top : 2px solid #999;
	border-bottom : 2px solid #999;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	color: #999;
	font-size : 9px;
}
.createdate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: #999;
}
.modifydate {
	font-family : Arial, Helvetica, sans-serif;
	color: #999;
	font-size : 9px;
}
.highlight {
	background-color: #222;
	color: #ff0000;
	padding : 0;
}
.code {
	background-color: #999;
	border : 1px solid #bbb;
}
fieldset {
	margin : 10px;
	padding : 10px;
	border : 1px solid #999;
}
#sidebar_left ul#mainlevel a {
	color: #999;
}
/* Formatvorlagen für die Navigation-Oben */
ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0 auto;
	font-size : 11px;
	padding-left: 10px;
}
ul#mainlevel-nav li {
    text-align:center;
	background-image:none;
	font-weight : bold;
	float : left;
	margin : 0 auto;
	padding : 0;
	font-size : 11px;
	height : 20px;
	line-height : 20px;
	white-space : nowrap;
	background-color: transparent;
	margin-top: 9px;
}
ul#mainlevel-nav li a {
	color:#e43f19;
	text-align : center;
	font-weight : normal;
	font-size : 11px;
	display : block;
	padding-left : 7px;
	padding-right : 7px;
	text-decoration : none;
	text-transform:uppercase;
	border : 1px solid #222;
	letter-spacing: 2px;
	margin-right: 5px;
	background-color: #000;
	background-repeat : no-repeat;
}
#buttons > ul#mainlevel-nav li a {
	width : auto;
}
ul#mainlevel-nav li a:hover {
	text-decoration:underline;
	color:#fff;
	border : 1px solid #272727;
}
ul#mainlevel-nav li a#active_menu-nav {
	font-size: 12px;
	text-decoration:underline;
	color:#fff;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	text-decoration : line-through;
}

table.poll {
	padding : 0;
	width : 100%;
	border-collapse : collapse;
}
table.poll td {
	padding : 4px;
}
table.pollstableborder {
	padding : 0;
	width : 100%;
	border :  1px solid #333;
	text-align : left;
}
table.pollstableborder img {
	vertical-align : baseline;
	padding-left : 10px;
}
table.pollstableborder td {
	padding : 2px;
	border-collapse : collapse;
	border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
object {
	outline:none;
}

/* General Style */
div.box h3 {background:#430908;padding:3px;margin:1px;font-size:9pt;color:#FFA8A8;text-align:center;}
div.boxContent {margin:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #2E0805;padding:5px;}

a:link {text-decoration:none; color:#D14935;}
a:active {text-decoration:none; color:#D14935;}
a:visited {text-decoration:none; color:#D14935;}
a:hover {text-decoration:none; color:#FFFFFF;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#D7C19C;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}
h1 {font-size:11pt;font-weight:bold;color:#FFDDCA;}

a.noun:link {text-decoration:none; color:#B1695D}
a.noun:active {text-decoration:none; color:#B1695D}
a.noun:visited {text-decoration:none; color:#B1695D}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#8D7C5F;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#F7CEBA;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/945/7.gif') no-repeat 5px 2px;}

.menut0 {background:#435381;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}
.menut {padding:2 3 3 15px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:none; color:#D14935}
a.menu1:active {text-decoration:none; color:#D14935}
a.menu1:visited {text-decoration:none; color:#D14935}
a.menu1:hover {text-decoration:none; color:#000000}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 17px; background: url('/.s/t/945/8.jpg') no-repeat; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}


.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#F5C7AF;}
.uMenuV li a:active {text-decoration:none; color:#F5C7AF}
.uMenuV li a:visited {text-decoration:none; color:#F5C7AF}
.uMenuV li a:hover {text-decoration:none; color:#FFFFFF}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#BC312E}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#BC312E}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#FFFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 2px; padding: 5px; background: #000000;text-align:center;font-size:11px;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 17px; background: url('/.s/t/945/8.jpg') no-repeat;}
.catName {font-family:verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#D8D5D5;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#B1695D;}
a.catName:visited {text-decoration:none; color:#B1695D;}
a.catName:hover {text-decoration:none; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#B1695D;}
a.catNameActive:link {text-decoration:none; color:#D14935;}
a.catNameActive:visited {text-decoration:none; color:#D14935;}
a.catNameActive:hover {text-decoration:none; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#D14935;}
/* ----------------- */

/* Entries Style */
.eBlock {border:1px solid #4E3D21;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#F7CEBA; padding: 0 0 0 21px; background: url('/.s/t/945/9.gif') no-repeat;}
.eTitle a:link {text-decoration:none; color:#D14935;}
.eTitle a:visited {text-decoration:none; color:#D14935;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#D14935;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #EFEFEF;}

.eDetails {background:#241A11;color:#8D7C5F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {background:#241A11;color:#8D7C5F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {background:#241A11;color:#8D7C5F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/945/10.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#F4F5F7;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#1B1201;border:1px solid #633D2F;}
.cBlock2 {background:#1B1201;border:1px solid #633D2F;}
/* -------------- */

/* Comments Form Style */
.commTable {background:#430908;border:1px solid #633D2F;}
.commTd1 {color:#F7CEBA;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#FFFFFF;border:1px solid #9D6652;background:#000000;}
.smiles {border:1px solid #9D6652;background:#000000;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/945/11.gif') no-repeat 0px 4px;}
.archActive {color:#F7CEBA;}
a.archLink:link {text-decoration:underline; color:#F7CEBA;}
a.archLink:visited {text-decoration:underline; color:#F7CEBA;}
a.archLink:hover {text-decoration:none; color:#D8D5D5;}
a.archLink:active {text-decoration:none; color:#D8D5D5;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#B5C4E1;}
.archiveDateTitle {font-weight:bold;color:#F7CEBA;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/945/12.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#B5C4E1;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calTable {margin-left:auto;margin-right:auto;}
.calMonth {}
.calWday {color:#FFFFFF; background:#756244; width:18px;}
.calWdaySe {color:#010A11; background:#BEAD91; width:18px;}
.calWdaySu {color:#010A11; background:#BEAD91; width:18px; font-weight:bold;}
.calMday {color:#E69B88;}
.calMdayA {color:#000000;background:#D14935; font-weight:bold;}
.calMdayIs {color:#FFFFFF;font-weight:bold;}
.calMdayIsA {border:1px solid #BE6F5E;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:none; color:#FFFFFF;}
/* ------------------------ */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#000000;}
.textResults {background:#FFFFFF}
.textResultsTd {background:#010A11}

.pollNow {background:#FFFFFF}
.pollNowTd {background:#010A11}

.totalVotesTable {}
.totalVotesTd {background:#010A11}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:pink;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background: #300A07;height:100px;width:300px;border:1px solid #C26556;}
.replaceBody {background:#000000;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#000000;width:98%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;height:70px; background:url('/.s/t/945/13.jpg') no-repeat;font-family:Verdana,Sans-Serif;color:#FFDEDB;font-size:13px;font-weight:bold; padding-left:90px;padding-top:10px;}
.gTableSubTop {padding:2px;background:#6A100F;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#000000;border:1px solid #161616;}
.gTableBody1 {padding:2px;background:#000000;border:1px solid #161616;}
.gTableBottom {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;}
.gTableLeft {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;color:#F7CEBA}
.gTableRight {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;color:#F7CEBA;}
.gTableError {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#000000;border:1px solid #161616;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFDEDB;}
a.catLink:visited {text-decoration:none; color:#FFDEDB;}
a.catLink:hover {text-decoration:underline; color:#FFFFFF;}
a.catLink:active {text-decoration:none; color:#FFDEDB;}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{font-size:7pt;color:#FF0000;}
/* ------------- */

/* forum Titles & other */
.forum {font-size:9pt;}
.forumDescr,.forumModer {color:#CCCCCC;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#D14935;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#D14935;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#FFFFFF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#D14935;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#D14935;}
a.forumBarA:visited {text-decoration:none; color:#D14935;}
a.forumBarA:hover {text-decoration:none; color:#FFFFFF;}
a.forumBarA:active {text-decoration:none; color:#D14935;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#435381;color:#FFFFFF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#4B0402;padding-right:10px;font-size:7pt;}
.switches {background:#633D2F;}
.switch {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;width:15px;font-size:7pt;}
.switchActive {background:#D14935;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#D14935;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#D14935;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#D14935;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#000000;border:1px solid #161616;}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;border:1px solid #161616;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#CCCCCC;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#4B0402;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#000000;border:1px solid #161616;height:20px;color:#FEFEFE;}
.forumOnlineBar {padding:2px;background:#000000;border:1px solid #161616;height:20px;color:#FEFEFE;}

a.threadPinnedLink:link {text-decoration:none; color:#D14935;}
a.threadPinnedLink:visited {text-decoration:none; color:#D14935;}
a.threadPinnedLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadPinnedLink:active {text-decoration:none; color:#D14935;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:none; color:#D14935;}
a.threadLink:visited {text-decoration:none; color:#D14935;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:none; color:#D14935;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* Posts View */
.postTable {background:#300A07}
.postPoll {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;text-align:center;}
.postFirst {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;}
.postRest1 {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;}
.postRest2 {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;}
.postSeparator {height:2px;background:#D14935;}

.postTdTop {background:#6A100F;height:20px;font-size:10px;}
.postBottom {background:#000000;height:17px;}
.postUser {font-weight:bold;}
.postTdInfo {background:url('/.s/t/945/6.jpg') bottom right no-repeat #000000;text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#CCCCCC;}
.posttdMessage {background:#000000; padding: 10px;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;}
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#4B0402;font-size:9px;}
.quoteMessage {background:#4B0402;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#CCCCCC;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ---------- */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/945/14.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/945/14.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.queryField, .loginField {color:#F7CEBA;border:1px solid #9D6652;background:#000000;margin:1px;}

.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #A42C2D;color:#010A11;border:1px outset #633D2F;}

.codeButtons {font-size:7pt;background: #A42C2D;color:#010A11;border:1px outset #633D2F;}
.codeCloseAll {font-size:7pt;background: #D14935;color:#010A11;border:1px outset #633D2F;font-weight:bold;}
.postNameFl,.postDescrFl {border:1px solid #9D6652;background:#000000;width:400px;color:#FFFFFF;}
.postPollFl,.postQuestionFl {border:1px solid #9D6652;background:#000000;width:400px;color:#FFFFFF;}
.postResultFl {border:1px solid #9D6652;background:#000000;width:50px;color:#FFFFFF;}
.postAnswerFl {border:1px solid #9D6652;background:#000000;width:300px;color:#FFFFFF;}
.postTextFl {border:1px solid #9D6652;background:#000000;width:550px;height:150px;color:#FFFFFF;}
.postUserFl {border:1px solid #9D6652;background:#000000;width:300px;color:#FFFFFF;}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */

/* ====== forum End ====== */