html, body {
	background: #242424 url(../images/bg.jpg);
	padding: 0;
	margin: 0;
	color: #D0D0D0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#5686A4;
	scrollbar-track-color:#263038;
	scrollbar-face-color:#709BB6;
	scrollbar-base-color:#A0AAB0;
	scrollbar-highlight-color:#E0EAF0;
	scrollbar-arrow-color:#FFFFFF;
}

body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover		{ text-decoration: underline; color: #FF9900; }
hr	{ height: 0px; border: solid #FF9000 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EEEEEE; }

/* Header and Logo */
#maintable 	{
		background-color: #474747;
		border-left:   solid 1px #232323;
		border-top:    solid 1px #232323;
		border-right:  solid 1px #707070;
		border-bottom: solid 1px #707070;
		}
#logotable {
	background: url(../images/body.gif) top left repeat-x;
}
.logorow1 {
	/* background: url(../images/logo_left.jpg) top left no-repeat; */
}
.logorow2 {
	/* background: url(../images/logo_right.jpg) top right no-repeat; */
}
#buttonstable { 
	margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#buttonstable td { 
	background: url(../images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
}
#header-buttons {
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #FF9900; text-decoration: underline; }

#content-simple { 
	padding: 3px; 
	border-color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-color: #191919;
}

/* This is the border line & background colour round the entire content */
.content-row { background-color: #191919; }
td.content { 
	background: #242424 url(../images/body_inner.gif);
	background-color: #191919; 
	padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #515151 url(../images/cell.gif) top left repeat-x; }

/* Forum header */
.forumheader td { 
	background: url(../images/hdr_mid.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFEEFF;
}


/* ----------------------------------------------------------- */
/* KATEGORIE-NAMEN AUF INDEX-SEITE, FORUM-NAMEN IN EINEM FORUM */
/* ----------------------------------------------------------- */
.forumheader a, .forumheader a:visited {
	color: #30404A;
	text-decoration: none;
}

/* -------------------- */
/* FARBE BEI MOUSE-OVER */
/* -------------------- */
.forumheader a:hover {
	color: #EEEEFF;
	text-decoration: underline;
}
.forumheader-mid { padding-top: 2px; }

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited { 
	border: solid 1px #FFFFFF; 
	padding: 25px 45px;
	color: #FF9000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background: #313131 url(../images/cell.gif) top left repeat-x;
}
.pm-new a:hover, .pm-new a:active {
	color: #FFFFFF;
}


/* ------------*/
/* USER AVATAR */
/* ------------*/
img.USERAVATAR
	{
	width: 		80px;
	height: 	80px;
	border:		none;
	/* border-left:	solid 1px #121212;*/
	/* border-top:	solid 1px #121212;*/
	/* border-right:	solid 1px #404040;*/
	/* border-bottom:	solid 1px #404040;*/
	}

/* --------------------------------------- */
/* Main table cell colours and backgrounds */
/* --------------------------------------- */
td.rowLeft {
	border-left: solid 1px #404040;
	border-top: solid 1px #3C3C3C;
	border-right: solid 1px #121212;
	border-bottom: solid 1px #131313;
	background: #484848 url(../images/cell_2.gif) top left repeat-x;
}

td.row1
	{
	border-left:   solid 1px #AAAABB;
	border-top:    solid 1px #AAAABB;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
	background:    #48505A url(../images/cell.jpg);
        padding-left:  20px;
        padding-right: 20px;
	}

td.row2
	{
	border-left:   solid 1px #AAAABB;
	border-top:    solid 1px #AAAABB;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
	background:    #5B636B url(../images/cell_2.gif) top left repeat-x;
        padding-left:  20px;
        padding-right: 20px;
	}

td.row3
	{
	font-size: 	12px;
	color: 		#FFFFFF;
	font-weight: 	bold;
	border-left:   solid 1px #AAAABB;
	border-top:    solid 1px #AAAABB;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
	background:    #6B7B8C url(../images/cell_3.gif) top left repeat-x;;
        padding:  	4px;
        padding-left: 	10px;
	}

td.row4
	{
	font-size: 	13px;
	color: 		#EEEEFF;
	border-left:   solid 1px #AAAABB;
	border-top:    solid 1px #AAAABB;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
	background:    #6B7B8C url(../images/cell_3.gif) top left repeat-x;;
        padding:  	4px;
        padding-left: 	10px;
	}


/* ------------------------------------------------------- */
/* HEADER CELLS - FORUM, THEMEN, BEITRÄGE, LETZTER BEITRAG */
/* ------------------------------------------------------- */
th, td.spaceRow, td.th {
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold;
	background: #404040 url(../images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 20px;
	border-left: solid 1px #404040;
	border-top: solid 1px #3C3C3C;
	border-right: solid 1px #121212;
	border-bottom: solid 1px #131313;
}
th.left { text-align: left; }



/* ---------------------------- */
/* FORUMANSICHT - UNTERE LEISTE */
/* ---------------------------- */
td.catBottom {
	/* background: #AA6000 url(../images/catbottom.gif) top left repeat-x; */
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #404040;
	border-top: solid 1px #3C3C3C;
	border-right: solid 1px #121212;
	border-bottom: solid 1px #131313;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(../images/cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FF9000;
}


/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #FF9000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

.generror { color: #FFF; }
.progress { }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FF9000; }
a.forumlink 	{ text-decoration: none; color : #FF9000; }
a.forumlink:hover{ text-decoration: underline; color : #FF9900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #D0D0D0;}
a.nav			{ text-decoration: none; color : #FF9000; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #D0D0D0; }
a.topictitle:link   { text-decoration: none; color: #FF9000; }
a.topictitle:visited { text-decoration: none; color: #CE7400; }
a.topictitle:hover	{ text-decoration: underline; color: #FF9900; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #FFFFFF; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #FF9900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #FF9000; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; }
.posterrank		{ font-size: 9px; color: #B0B0B0; }
.posterprofile	{ font-size: 10px; color: #D0D0D0; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a	{ text-decoration: none; color: #FF9000; }
.postbody a:visited { text-decoration: none; color: #CE7400; }
.postbody a:hover { text-decoration: underline; color: #FF9900; }

/* Other post stuff */
td.postbottom { 
	background: #2D2D2D url(../images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #FF9000;
}




/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCC; letter-spacing: -1px;}









/* ------------- */
/* Form elements */
/* ------------- */
input,textarea {
	color: #202020;
	border-left:   solid 2px #131313;
	border-top:    solid 2px #121212;
	border-right:  solid 2px #808080;
	border-bottom: solid 2px #808080;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border-left:   solid 2px #131313;
	border-top:    solid 2px #121212;
	border-right:  solid 2px #808080;
	border-bottom: solid 2px #808080;
	background: #E1E0CB;
	background-image:  url(../images/textfield_bg.gif);  
	color: #202020;
}
* html input.post, * html textarea
	{
	color: #202020;
	border-left:   solid 2px #131313;
	border-top:    solid 2px #121212;
	border-right:  solid 2px #808080;
	border-bottom: solid 2px #808080;
	}


select {
	background-color: #DEDEDE;
	color: #202020;
	font-size: 10px;
	border-left:   solid 2px #131D30;
	border-top:    solid 2px #131D30;
	border-right:  solid 2px #777D8F;
	border-bottom: solid 2px #777D8F;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #373737;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left:   solid 1px #606060;
	border-top:    solid 1px #606060;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
}
input.button:hover { 
	background-color: #171717;
	border-left:   solid 1px #131313;
	border-top:    solid 1px #121212;
	border-right:  solid 1px #606060;
	border-bottom: solid 1px #606060;
	color: #FF9000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { color: #FF9000; border-color: #FF9000; }



/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #313131; border: solid 0px #313131; color: #D0D0D0; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(../images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(../images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(../images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(../images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(../images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(../images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }



/* --------------------------------------- */
/* calendar cells */
/* --------------------------------------- */
td.calendar_row1, td.calendar_row2, td.calendar_row3 {
	border-left:   solid 1px #404040;
	border-top:    solid 1px #3C3C3C;
	border-right:  solid 1px #121212;
	border-bottom: solid 1px #131313;
	background:    #313131 url(../images/cell.gif) top left repeat-x;
        padding-left:  2px;
        padding-right: 2px;
        font-size:     7pt;
}


/* --------------------------------------- */
/* BB CODE BUTTONS                         */
/* --------------------------------------- */
.postimage
	{
	cursor: pointer;
	cursor: hand;
	}

.postimage:hover
	{
	cursor: pointer;
	cursor: hand;
	}
	
.helpbox
	{
	color: #AAAAAA;
	background-color: #4D4D4D;
	border-left:   solid 1px #232323;
	border-top:    solid 1px #232323;
	border-right:  solid 1px #707070;
	border-bottom: solid 1px #707070;
	}


.smileybox
	{
	position:absolute;
	color: #AAAAAA;
	background-color: #4D4D4D;
	background:    #313131 url(../images/cell.gif) top left repeat-x;
	border-left:   solid 1px #707070;
	border-top:    solid 1px #707070;
	border-right:  solid 1px #232323;
	border-bottom: solid 1px #232323;
	width: 150px; 
	padding: 4px; 
	margin:  0px;
	display:none;
	}


/* --------------------------------------- */
/* FORUMVIEW MESSAGE HOVER PREVIEW BOX     */
/* --------------------------------------- */

#dhtmltooltip
	{
	color: 			#FFFFFF;
	background:    #313131 url(../images/cell.gif) top left repeat-x;
	border-left:   solid 1px #707070;
	border-top:    solid 1px #707070;
	border-right:  solid 1px #232323;
	border-bottom: solid 1px #232323;
	padding: 	8px;
	font-size: 	10px;

	position: 	absolute;
	left: 		-300px;
	width: 		150px;
	visibility: 	hidden;
	z-index: 	100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: 	progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=3);
	}
	

/* --------------------------------------- */
/* BOX TO DISPLAY POLL VOTER NAMES         */
/* --------------------------------------- */
.display_voters_box
	{
	color: #AAAAAA;
	background-color: #4D4D4D;
	border-left:   solid 1px #232323;
	border-top:    solid 1px #232323;
	border-right:  solid 1px #707070;
	border-bottom: solid 1px #707070;
	}


/* --------------------------------------- */
/* HEADLINE BB-CODE                        */
/* --------------------------------------- */
#headline
	{
	margin-top:	20px;
	margin-left:	0px;
	margin-right:	20px;
	margin-bottom:  -10px;
	text-align:	left;
	background-image: url('../images/hdr_mid.gif');
	border:		1px solid #336699;
	font-weight:	bold;
	color:		#000000;
	padding:	3px;
	}


/* --------------------------------------- */
/* IN-POST TABLE BB CODE                   */
/* --------------------------------------- */
table.POST
	{
	border: none;
	padding: 0px;
	spacing: 0px;
	}
table.POST td
	{
	padding: 4px;
	background:    #313131 url(../images/cell.gif) top left repeat-x;
	border-left:   solid 1px #707070;
	border-top:    solid 1px #707070;
	border-right:  solid 1px #707070;
	border-bottom: solid 1px #707070;
	}


/* --------------------------------------- */
/* SMILEYS 		                   */
/* --------------------------------------- */
img.smiley 
	{ 
	border: 0; 
	margin: 0px;
	margin-bottom: -2px;
	padding: 0px;
	}


/* --------------------------------------- */
/* FLASH OVERLAY ON INDEX PAGE             */
/* --------------------------------------- */
#overlay
	{
	visibility: 		hidden;
	position: 			absolute;
	left: 				0px;
	top: 				0px;
	width:				100%;
	height:			100%;
	text-align:		center;
	z-index: 			1000;
	}

#overlay div
	{
	width:				500px;
	height:			500px;
	margin: 			100px auto;
	border:			none;
	padding:			15px;
	text-align:		center;
	}


/* --------------------------------------- */
/* SPOILER TABLE                           */
/* --------------------------------------- */
div.spoiler
	{ 
	width:   100%;
	padding:0px;
	margin: 0px;
	}

TD.SPOILERTOP
	{
	border: 	  	0px;
	width: 		  	100%;
	height:                 23px;
	background-image: 	url(../images/spoiler_T.gif);
	padding: 	  	0px;
	margin: 	  	0px;
	}

TD.SPOILERBOTTOM
	{
	border: 		0px;
	width: 			100%;
	height:                 16px;
	background-image: 	url(../images/spoiler_B.gif);
	padding: 		0px;
	margin: 		0px;
	}

TD.SPOILERLEFT
	{
	border: 	  	0px;
	height: 		100%;
	width: 		  	26px;
	background-image: 	url(../images/spoiler_L.gif);
	background-repeat: 	repeat-y;
	padding: 	  	0px;
	margin: 	  	0px;
	}

TD.SPOILERRIGHT
	{
	border: 	  	0px;
	height: 		100%;
	width: 		  	26px;
	background-image: 	url(../images/spoiler_R.gif);
	background-repeat: 	repeat-y;
	padding: 	  	0px;
	margin: 	  	0px;
	}

TD.SPOILER
	{
	border: 		0px;
	background-image: 	url(../images/spoiler_BG.gif);
	background-color:       #DFE2F6;
	text-align: 		left;
	padding: 		8px;
	margin:			0px;
	font-family:		Arial,sans-serif;
	font-size: 		12px;
	font-weight: 		bolder; 
	color: 			#000011;
	}

TD.MENU 	
	{ 
    	background: 	url("../images/bullet2.gif") top left no-repeat;
	color: 		#CFDFFF;
	padding:        2px;
	padding-top: 	0px;
	padding-left: 	20px;
	font-size:      11px;
	border-bottom:	1px #7B838C solid;
	}
a.MENU 		{ color: #CFDFFF; text-decoration: none; }
a.MENU:hover 	{ color: #FFFFFF; text-decoration: underline; }

a.INLINE 		{ color: #444455; text-decoration: none; }
a.INLINE:hover 	{ color: #444455; text-decoration: underline; }


DIV.HEADLINE
	{
	font-size:      11px;
	font-weight:	bolder;
	width:		92%;
	padding:	0px;
	padding-bottom: 2px;
	color: 		#FFDD99;
	margin: 	0px;
    	background: 	url("../images/headline.jpg") top left repeat-x;
	border-right:	1px #442200 solid;
	border-bottom:	1px #442200 solid;
	}

DIV.PARAGRAPH
	{
	padding-top:   8px;
	padding-left:  20px;
	padding-right: 20px;
	text-align: justify;
	}
	
SPAN.PARAGRAPHTITLE
	{
	font-family:	Verdana,Arial,Comic Sans MS,sans-serif;
	font-weight:	bolder;
	font-size: 	16px;
	color: 		#454545;
	margin:		0px;
	padding: 	6px;
	}

P.BULLET
	{
        background: url("bullet.gif") top left no-repeat;
        padding-left: 	20px;
        padding-bottom: 10px;
        padding-top: 	-10px;
        border-bottom:	2px #544F44 groove;
    	}
    	
IMG.PIC
    	{
	border:		1px #686851 solid;
    	}


TD.QUOTETOP
	{
	margin:		0px;
	padding: 	0px;
    	background: 	url("../images/quote_top.jpg") top left repeat-x;
	}

TD.QUOTETOP2
	{
	margin:		0px;
	padding: 	0px;
    	background: 	url("../images/quote_top2.gif") top left repeat-x;
	}

TD.QUOTEBOT
	{
	margin:		0px;
	padding: 	0px;
    	background: 	url("../images/quote_bottom.gif") top left repeat-x;
	}

TD.QUOTEMID
	{
	font-family:	Arial,Comic Sans MS,sans-serif;
	font-size: 	13px;
	color: 		#454545;
	margin:		0px;
	padding: 	16px;
    	background: 	url("../images/quote_bg.jpg");
	}

TD.QUOTEMID2
	{
	font-family:	Arial,Comic Sans MS,sans-serif;
	font-size: 	13px;
	color: 		#454545;
	margin:		0px;
	padding: 	16px;
	}

TD.PARAGRAPH
	{
	font-family:	Arial,Comic Sans MS,sans-serif;
	font-size: 	13px;
	color: 		#454545;
	margin:		0px;
	padding: 	16px;
	}

TD.SMALLTEXT
	{
	font-family:	Arial,Comic Sans MS,sans-serif;
	font-size: 	10px;
	color: 		#454545;
	margin:		0px;
	padding: 	16px;
	}

img.IMG2
	{
	border:	1px #444455 solid;
	}
	
TD.VIDEOBORDER_TOP
	{
	margin:		0px;
	padding: 	0px;
	background: 	url("../images/celluloid_top.gif") top left repeat-x;
	}

TD.VIDEOBORDER_BOT
	{
	margin:		0px;
	padding: 	0px;
	background: 	url("../images/celluloid_bot.gif") top left repeat-x;
	}
