@charset "iso-8859-1";

/*Original from Ruthsarian Layouts*/

/* CMS: */

h1{
	border-bottom-color: #AA4000;
}

.marked{
	background:#AA4000;
	color:#FFF;
}  /* Praktisch, wenn man Text hervorheben will, aber beim Stylewechsel nicht alle Dateien bearbeiten will... */

p.position{
	border-top-color:#AA4000;
	border-bottom-color:#AA4000;
}

a:link, a:visited, a:active{
	color: #aa0000;
}

a:hover{
	color: #ff4040;
}

.subtable th a:link, .subtable th a:visited, .subtable th a:active, .subtable th a:hover,
.subtable-center th a:link, .subtable-center th a:visited, .subtable-center th a:active, .subtable-center th a:hover,
th a.sub-link:link, th a.sub-link:visited, th a.sub-link:active, th a.sub-link:hover{
	border-bottom-color:#AA4000 !important;
	color:#AA4000 !important;
}

td a.sub-link:link, td a.sub-link:visited, td a.sub-link:active, td a.sub-link:hover{
	border-bottom-color:#AA4000 !important;
	color: #2e2e2e;
}

a.anker, a.anker:link, a.anker:visited, a.anker:active, a.anker:hover{color:#000}

a.subnav, a.subnav:link, a.subnav:visited, a.subnav:active{
	color:#AA4000;
	background:#FFF}

a.subnav:hover{
	color: #2e2e2e;
	background:#D53500}

.subtable th, .subtable-center th, .subtable tr.rowh td, .subtable-center tr.rowh td{
	border-color:#AA4000 !important;
	background:#D7CBBD;
	color:#AA4000}

.subtable td, .subtable-center td{border-color:#AA4000 !important}

.subtable tr.row1 td, .subtable-center tr.row1 td{background-color:#FFF !important}

.subtable tr.row2 td, .subtable-center tr.row2 td{background-color:#E2DDD1 !important}

input.button,button.button{border-color:#AA4000}

.textbox{border-color:#AA4000}

label:hover{color:#AA4000}

/**********************************/
/**********BASIC THINGS************/
/**********************************/
body
{
	background-color: #545454;
	color: #292929;
	font-family: arial, helvetica, Verdana, Tahoma, sans-serif;
	font-size: 13px;	/* font sizing approach recommended by Dave 
				   Silvester on the css-discuss list. "the 
				   .1 is important." */
}
/*Kopf*/
.header {
	color: #fff;
	height: 125px !important;
	background: url(images/headerbg.png) #7e0000 repeat-x;
}
.header img {
	float: left;
	margin-left: 1em;
}
/*navigation ganz oben*/
.nav_site {
	background-color: transparent;
	padding: 6px 2px 7px 15px;
	height: 14px;
}
.nav_site ul {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
.nav_site ul li {
	margin-bottom: 7px;
	display: inline;
	height: 100%;
}
.nav_site ul li a {
	display: block;
	float: left;
	padding: 6px 5px 6px 5px;
	height: 14px !important;
	margin-top: -6px;
}
.nav_site a, .nav_site a:link, .nav_site a:active, .nav_site a:visited, .nav_site a:focus{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	border:0;
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif
}

.nav_site a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #a7a7a7;
}
/*userinfo rechts*/
.userinfo {
	float: right;
	text-align: right;
	margin-right: 2em;
	margin-top: 0px;
}
.userinfo ul {
	list-style-type: none;
}
.userinfo a, .userinfo a:link, .userinfo a:active, .userinfo a:visited, .userinfo a:focus {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.userinfo ul li a:hover {
	color: #a7a7a7;
}
/*Forennavigation*/
.nav_forum {
	background-color: #7e0000;
	padding: 6px 2px 7px 2px;
	height: 14px !important;
	border-bottom: 1px solid #000;
	overflow: visible;
}
.nav_forum .searchbox {
	float: right;
	width: auto;
}
.nav forum ul {
	display: block;
}
.nav_forum ul li a {
	background-color: #7e0000;
	display: block;
	float: left;
	padding: 6px 15px 6px 15px;
	margin-top: -6px !important;
	height: 100%;
}
.nav_forum ul li{
	list-style-type: none;
	margin-top: -16px;
	margin-left: -33px;
	display: block;
}
.nav_forum ul li a , .nav_forum ul li a:link, .nav_forum ul li a:active, .nav_forum ul li a:visited, .nav_forum ul li a:focus{
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	border:0;
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	background-color: #7E0000;
}

.nav_forum ul li a:hover{
	text-decoration: none;
	font-weight: normal;
	background-color: #600000;
}
.nav_forum ul li a.active  {
	text-decoration: none;
	font-weight: normal;
	background-color: #600000;
}
.nav_forum ul li a.active, .nav_forum ul li a.active .firstlevel {
	background-image: none;
}
/*zweite ebene */
.nav_forum ul li ul{
	display: none;
}
.nav_forum ul li div {
	width: 128px !important;
}
.nav_forum ul li:hover ul, .nav_forum ul li:hover ul li{
	display: block;
	float: left;
}
.nav_forum ul li:hover ul li {
	float: left;
}
.nav_forum ul li ul li {
	display: block;
}
/*Dritte Ebene*/
.nav_forum ul li ul li ul{
	display: none;
}
.nav_forum ul li ul li:hover ul, .nav_forum ul li ul li:hover ul li {
	display: block;
	float: left;
}
.nav_forum ul li ul li:hover ul li {
	float: left;
}
#button_ {
	display: none;
}
/*
.nav_forum ul ul {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
	background-color: #7E0000;
}
.nav_forum ul ul:first-child {
	border: none !important;
}*/
.nav_forum .search {
	float: right;
	margin-right: 2em;
}
.nav_forum .search .searchbox {
	display:block;
	text-align:right;
	float:right;
	vertical-align:middle;
	position:relative;
	right:0px;
	top:-3px;
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
}
.nav_forum .search .searchbox input {
	width: 150px;
	padding: 3px;
	border-color: #303030;
	/*margin-left: -2em;*/
}
 .suche{
	font: 11px Verdana,Tahoma,Helvetica,sans-serif;
	padding: 2px;
	padding-bottom: 1px !important;
	font-weight: bold;
	border: 1px solid;
	width: auto !important;
	margin-left: 1px !important;
	color:#AA2B00;
	border-color:#303030 !important;
	background:#D9D9D9;
}
.nav_forum .search .searchbox a:hover {
	background-color: transparent;
}
/*Hauptbereich*/
.mainframe
{
	margin: 0;
	width: auto;
	min-width: 500px;
	background-color: #fafafa;
	border-style: solid;	/* explicitly defined within eact selector in 
				   case you want change border styles (to mix 
				   it up) between elements */
	border-width: 0 1px;	/* puts a border on the left and right sides of
				   the page. .header and #footer will handle 
				   the top and bottom borders */
	min-height: 60em;
}
/*linktree*/
.linktree {
	font-weight: bold;
	min-height: 1.1em;
	padding: 0 0 0 1em;
	margin-top: 0 !important;
}

.outerColumnContainer
{
	/*z-index: 1;*/
	border-color: #fafafa;	/* set default color to #FFF. set the real
				   color inside colors.css */
	border-style: solid;
	border-width: 0 185px;	/* sets the width of the borders used to create
				   the left and right columns' background 
				   color. */
}
.innerColumnContainer
{
	/*z-index: 2;*/
	width: 100%;
}
/*Sidebars*/
.vnav .link_bar{
	width:auto;
	display:block;
	margin:0px 0px 13px 0px;
	padding:0;
	border:1px solid #000
}
.vnav .heading{
	min-height:16px;
	margin:0px;
	padding:2px 5px 3px 5px;
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	width:auto;
	display:block;
	font-size:13px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	background: url(images/vnavbg.png) #e0e0e0 repeat;
	color: #FFF;
}
.vnav .heading a, .vnav .heading a:link, .vnav .heading a:hover, .vnav .heading a:active, .vnav .heading a:focus, .vnav .heading a:visited{
	display:inline !important;
	color:#FFF;
	padding:0 !important;
	font-size:13px;
	line-height:16px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	border:0 !important;
	background:transparent !important
}
#contentColumn
{
	margin: 0 -1px;		/* without this, boxes stop floating next to 
				   each other */
	width: 100%;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;	/* IE has a display/render bug with non-floated 
				   block elements inside floated block elements. 
				   setting position:relative on the floating
				   element seems to resolve this. */
	/*/*z-index: $1 ;*/*/
	overflow: visible;	/* fix for IE italics bug */
}
#rightColumn
{
	float: right;		/* floating this right allows for the right
				   column block to appear before the content
				   column in the flow of the document. doing
				   this allows for any easy 3 column layout
				   in NN4.

				   There is certainly a lot, in terms of layout
				   'theory' about how the flow of the document
				   should be. I won't get into it here. */
	width: 185px;
	margin: 0 -185px 0 1px;/* same as in the #leftColumn selector up 
				   above. */
}
#leftColumn
{
	width: 185px;
	margin: 0 1px 0 -185px;	/* like in the #contentColumn selector, without
				   the 1px margin on the opposite side of the 
				   box, boxes stop floating next to each 
				   other */
}
#footer
{
	position: relative;
}
/*.header h1
{
	display: inline;	/* personal preference to keep the header 
				   inline. you could just as easily change 
				   padding and margins to 0. 
}*/
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}
#contentColumn
{
	border-width: 0;	/* reset value from that in the version 4 
				   stylesheet. this isn't in borders.css because
				   were you to create a print.css and not 
				   include borders.css, then the v4 border would
				   still remain when you print. */
}


.header
{
	border-style: solid;
	border-width: 1px 0 0 0;	/* handles the top of the layout's border and the
				   bottom of the masthead section */
}
.footer
{
	border-style: solid;
	border-width: 1px 0;	/* handles the top of the footer section and 
				   the bottom of the entire layout */
	text-align: center;

}
.footer a, .footer a:active, .footer a:visited {
	color: #FFF;
}
.footer a:hover {
	color: #a7a7a7;
}
.innerfooter
{
	border-width:2px;
	border-style:solid;
	background-color: #7e0000;
	color: #FFF;
	text-align: center !important;
	border-left-color:#f9a4a4;
	border-top-color:#f9a4a4;
	border-right-color:#d13131;
	border-bottom-color:#d13131;
	padding: 5px;
}

#contentColumn
{
	background-color: transparent;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #292929;
}
.vnav .link_bar a
{
	background-color: #eeeeee;
}
.vnav .link_bar a:hover
{
	background-color: #d00000;
	color: #FFF;
	border-top:1px solid #292929;
	border-bottom:1px solid #292929;
	padding-top:1px;
	padding-bottom:1px
}
.vnav .link_bar a.erst:hover
{
	border-top:0 !important;
	padding-top:2px !important;
}
.vnav .link_bar a.letzt:hover
{
	border-bottom:0 !important;
	padding-bottom:2px !important;
}
.hnav{
	background-color:#D18B31;
	background-image:url(hintergs.png);
}

.mainframe, .innerColumnContainer, .header, #footer, .hnav
{
	border-color: #000000;
}
.welcometext h1 {
 display: block;
 color: #292929;
 margin-bottom: 1em;
 padding-bottom: 0.3em;
}
/******************************************************************************
* Kategoriedefinitionen
* -----------------------------------------------------------------------------
* Formatierungen für die Kategorieliste und die Liste der in dieser Kategorie
* vorhandenen Artikel. (viewcat.php)
******************************************************************************/
/*Kategorieliste*/
.categories {
	margin-bottom: 1.5em;
}
.categories div {
	border-bottom: 1px;
	border-color: #ADADAD; /*wenn alle stricke reißen*/
	border-style: dotted;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 4px 2px 4px 8px;
}
.categories .row_0 {
	background-color: #ffe4e4;
}
.categories .row_1 {
	background-color: #ffefe4;
}

.categories div:hover {
	background-color: #fff6e4;
}
.articles div {
	border-bottom: 1px;
	border-color: #ADADAD; /*wenn alle stricke reißen*/
	border-style: dotted;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 4px 2px 4px 8px;
}
.articles .row_0 {
	background-color: #d7d7d7;
}
.articles .row_1 {
	background-color: #c9c9c9;
}
.articles div:hover {
	background-color: #eeeeee;
}
.folder_0 {
   display: block;
   background-color: #fff95c;
   margin: 0;
   min-height: 1.3em;
}
.folder_1 {
   display: block;
   background-color: #fffca3;
   margin: 0;
   min-height: 1.3em;
}
.file_0 {
   display: block;
   background-color: #5eff7c;
   margin: 0;
   min-height: 1.3em;
}
.file_1 {
   display: block;
   background-color: #a3ffb4;
   margin: 0;
   min-height: 1.3em;
}
/******************************************************************************
* Artikeldefinitionen
* -----------------------------------------------------------------------------
* Formatierungen für Artikel.
******************************************************************************/

.artikel h1 { /*große überschriften*/
 display: block;
 color: #292929;
 margin-bottom: 1em;
 padding-bottom: 0.3em;
 font-size: 1.7em;
}
.artikel h2 { /* überschriften zweiten grades */
	color: #292929;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #292929;
}
.artikel table tbody .row_0 {
	background-color: #d9d9d9;
}
.artikel table tbody .row_1 {
	background-color: #eaeaea;
}
.artikel table tbody td {
	min-height: 24px;
	padding: 2px;
}
.artikel table {
	margin-bottom: 1em;
}
/*******************************************************************************
* Pokedexdefinitionen
* ------------------------------------------------------------------------------
* Definitionen rund um den Pokedex
*******************************************************************************/
.artikel h1 { /*große überschriften*/
	 display: block;
	 color: #292929;
	 margin-bottom: 1em;
	 padding-bottom: 0.3em;
	 font-size: 1.7em;
}
.pokedex h2 {
	color: #292929;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #292929;
}
/*******************************************************************************
* Attackendexdefinitionen
* ------------------------------------------------------------------------------
* Definitionen rund um den Attackendexdex
*******************************************************************************/
 .atk_description {
	background-image: url("http://files.true-pokemon.de/img/design/quotationmark.png");
	background-repeat: no-repeat;
	min-height: 100px;
	display: block;
	padding: 2em 0 0 3.5em;
 }
/*******************************************************************************
* Tauschbörsendefinitionen
* ------------------------------------------------------------------------------
* Definitionen rund um die Tauschbörse.
*******************************************************************************/
.tauschmenu {
	border: 1px dashed #292929;
	float: left;
	width: 13.99%;
}
.tauschmenu .menuheader {
	background-color: #656565;
}
.tauschmenu ul li {
	list-style-type: none;
	min-height: 1.1em;
}
.tauschmenu ul {
	padding: 0 0 0 1em;
}
.tauschbody {
	width: 85%;
	margin-left: 13.99%;
	padding-left: 1em;
	/*float: left; WHY DOES THIS CRAP NOT WORK?*/
}

.tauschbody table tbody .row_0 {
	background-color: #d9d9d9;
}
.tauschbody table tbody .row_1 {
	background-color: #eaeaea;
}
.tauschbody table tbody td {
	min-height: 24px;
	padding: 2px;
}
/*******************************************************************************
* Kategoriemanagementdefinitionen
*******************************************************************************/
.catmgr {
	background-color: #FFFFEE;
	margin: 0;
	padding: 0;
}
.catmgr li {
	list-style-type: none;
	width: 100%;
}
.catlist_0 {
	background-color: #FFEEFF;
}
/******************************************************************************/

/*******************************************************************************
*  fonts.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  handles the font type (family), sizes, line-height, alignment, and any other
*  properties relating to fonts - with the exception of color.
*
*  Perhaps font color declarations should be in this file as well. 
*  However, certain CSS validators (hello w3!) will complain if colors
*  and background colors are not declared in the same selector or
*  at least within the same stylesheet. So font colors, including links,
*  are defined in colors.css.
*******************************************************************************/


#pageWrapper
{
	font-size: 80%;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}

/*
	Time to try and get all the heading elements to the same size 
	regardless of browser. (IE seems to put them a big bigger
	than Mozilla, typically.)
*/
h1
{
	font-size: 210%;
	display: block;
}
h2
{
	font-size: 180%;
	display: block;
}
h3
{
	font-size: 140%;
	display: block;
}
h4
{
	font-size: 126%;
	display: block;
}
h5
{
	font-size: 110%;
	display: block;
}
h6
{
	font-size: 100%;
	display: block;
}

/******************************************************************************/

/* hnav.css - für den neuen Style komplett geändert... */

.hnav
{
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
	padding:6px 2px 7px 2px;
	height:14px;
	font-size:0px;
	line-height:0px;
	border-bottom:1px solid #000}

.hnav a, .hnav a:link, .hnav a:active, .hnav a:visited, .hnav a:focus{
	color: #2e2e2e;
	text-decoration:none;
	font-weight:normal;
	border:0;
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif
}

.hnav a:hover{
	color: #2e2e2e;
	text-decoration:none;
	font-weight:normal;
	border-bottom:3px double #000
}

.hnav {
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	padding:0px 8px
}
/* Eine Extra-CSS-Datei für die News - bei zwei Seiten, auf denen 
diese Definitionen gebraucht werden, vielleicht sogar sinnvoll */

.news {
	margin: 0;
	padding: 1em;
}
.news .post {
	padding: 0;
}

/* THIS BELOW IS DECRAPED.*/
/*table.newstable{
	border:1px solid #000;
	border-collapse:separate !important;
	text-align:left;
	border-spacing:0px !important;
	margin:12px auto}

.newstable th{
	text-align:center;
	color: #FFF;
	height:16px;
	margin:0px;
	padding:2px 5px 3px 5px;
	background-position:left top;
	background: url(images/vnavbg.png) #e0e0e0 repeat;
	border:0;
	font-size:13px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	font-weight:normal}

.newstable td{border:0}

.newstable td.datum{
	border-top:1px solid #000;
	background:#FFF;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:left;
	padding:4px 2px 5px 4px}

.newstable td.autor{
	border-top:1px solid #000;
	background:#FFF;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:right;
	padding:4px 4px 5px 2px}

.newstable td.inhalt{
	background:#FFF;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:justify;
	padding:2px 4px 4px 4px}

.newstable td span.titel{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dotted #303030}
	
	Edit bei Moo: .newstable a {font-weight: bold;}*/

div.commentcontainer{
	width:auto;
	margin:0px auto;
	padding:13px 0px 0px 0px}

div.comment{
	display:block;
	width:auto;
	border-top:1px solid #000;
	margin:0px 0px 4px 0px;
	padding:4px 0px;
	background:#FFF;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:justify}

div.comment div.datum{
	display:block;
	margin:0px;
	padding:0px;
	width:auto;
	text-align:left}

div.comment div.autor{
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	width:50%;
	text-align:right}


/******************************************************************************/
/* Jetzt neu:
Die Extraportion Ordnung! */

/* Text/Überschriften/... */

h1{
	border-bottom:1px dotted;
	padding-bottom:2px;
	font-weight:bold;
	font-size:20px;
	margin-bottom:15px}

h2{
	margin:15px auto}

h3.a{
	margin-left:auto;
	margin-right:auto}

h4.a{
	margin-left:auto;
	margin-right:auto}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline{display:inline !important;margin:0px !important}

code{
	font-size:10px;
	font-family:Lucida Console,Courier New,Courier,Fixedsys,monospace}

.klein{
	font-size:9px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif}

#kommentar{
	display:block;
	width:100%;
	margin:12px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px dashed #303030;
	font-size:9px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif}

p.position{
	border-top:1px dotted;
	border-bottom:1px dotted;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	width:100%;
	text-align:left;
	font-size:9px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif}

ul,ol{
	margin-top:12px;
	margin-bottom:12px}

/* Bewertungen! */

span#starcontainer{
	display:block;
	float:left;
	height:12px;
	width:69px;
	margin:0px 4px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	background-color:transparent;
	background-image:url(rating_g.png);
	background-position:left top;
	background-repeat:no-repeat}

span#stars{
	display:block;
	height:12px;
	max-width:69px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	background-color:transparent;
	background-image:url(rating_g.png);
	background-position:left top;
	background-repeat:no-repeat}

/* Links */

a:link, a:visited, a:active, a:hover{text-decoration:none}

.subtable th a:link, .subtable th a:visited, .subtable th a:active, .subtable th a:hover,
.subtable-center th a:link, .subtable-center th a:visited, .subtable-center th a:active, .subtable-center th a:hover,
th a.sub-link:link, th a.sub-link:visited, th a.sub-link:active, th a.sub-link:hover{
	border-bottom:1px dotted;
	font-weight:bold;
}

td a.sub-link:link, td a.sub-link:visited, td a.sub-link:active, td a.sub-link:hover{border-bottom:1px dotted}

a.subnav, a.subnav:link, a.subnav:visited, a.subnav:active{
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:3px 1px}

a.subnav:hover{
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:3px 1px}

/* Tabellen
   normale Tabellen sind immer grau, daher steht's hier und nicht in der colors_*.css */

table{
	/*border: none;
	border-collapse:collapse;
	text-align:left;
	border-spacing:0px*/}

.artikel th{
	border:1px solid #606060;
	background:#D8D8D8;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	padding:3px}

.artikel td.centercell, td.leftcell, td.rightcell, td.jcell{
	border:1px solid #606060;
	background:#FFF;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	padding:3px}

.artikel td.center {
	text-align:center
}

.artikel td.centercell{text-align:center !important}

.artikel td.leftcell{text-align:left !important}

.artikel td.rightcell{text-align:right !important}

.artikel td.jcell{text-align:justify !important}

.artikel table.blind{
	border:0px;
	border-collapse:collapse;
	text-align:left;
	border-spacing:0px}

.artikel table.blind td{
	border:0px;
	background:transparent;
	color: #2e2e2e;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:center;
	vertical-align:top;
	padding:0px}

.artikel table.subtable, table.subtable-center{
	border:0px;
	border-collapse:collapse;
	border-spacing:0px}

.artikel table.subtable{text-align:left}

.artikel table.subtable-center{text-align:center}

.artikel .subtable th, .subtable-center th, .subtable tr.rowh td, .subtable-center tr.rowh td{
	border:1px solid;
	font-weight:bold;
	padding:3px !important}

.artikel .subtable th{text-align:left}

.artikel .subtable-center th{text-align:center}

.artikel .subtable td, .subtable-center td{
	border:1px solid;
	padding:3px !important}

.artikel .subtable td{text-align:left}

.artikel .subtable-center td{text-align:center}

.artikel table.imgtable, table.imgtable-black{
	border:0px;
	border-collapse:collapse;
	text-align:center;
	border-spacing:0px}

.artikel .imgtable td, .imgtable-black td{
	border:1px solid #606060;
	text-align:center;
	vertical-align:middle;
	padding:3px !important;
	color:#606060}

.artikel .imgtable td{color:#606060}

.artikel .imgtable-black td{color:#000}

.artikel table.td-top td{vertical-align:top !important}

/* Form-Elemente */

form{
	padding:0px;
	margin:0px}

input.button, button.button{
	font:11px Verdana,Tahoma,Helvetica,sans-serif;
	color: #2e2e2e;
	border:1px solid;
	background:#FFF;
	padding-left:3px;
	padding-right:3px}



.textbox{
	font:11px Verdana,Tahoma,Helvetica,sans-serif;
	color: #2e2e2e;
	border:1px solid;
	background:#FFF}

.select{
	font:11px Verdana,Tahoma,Helvetica,sans-serif;
	color: #2e2e2e;
	background:#FFF;
	padding:1px}

label{
	color: #2e2e2e;
	font:11px Verdana}

label:hover{text-decoration:none}

/* Der Rest */

img{
	border:0;
	vertical-align:middle}

hr{
	border: 0px solid #000;
	border-top-width:1px;
	height:0px}




.link_bar a, div.serverbox{
	display:block;
	width:auto;
	color: #2e2e2e;
	padding:2px 5px 2px 5px;
	font-size:13px;
	line-height:14px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	border:0;
	overflow:hidden}

#footerarea ul { 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;

}
.smalltext { 
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
}
#footerarea ul li { 
	display: inline;
	border-right-color: #888888;
	border-right-width: 1px;
	border-right-style: solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 2px;
}
#footerarea ul li.copywrite, #footerarea ul li.last { 
	border-right-color: currentColor;
	border-right-width: medium;
	border-right-style: none;
}
#footerarea ul li.copywrite { 
	display: block;
	line-height: 0;
	font-size: small;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#footerarea a {
	color: #FFF;
}
/* Pokemon of the day */
a#potd, a#potd:link, a#potd:active, a#potd:hover, a#potd:visited{
	display:block;
	float:right;
	width:80px;
	background:#E2E2E2;
	border:1px solid #707070;
	font-size:9px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:center;
	padding:2px 2px 4px 2px;
	margin:0px 0px 4px 4px
}
/* Wie in jeder Theme, fixes. */
body {
	background: none;
	background-color: #545454;
	padding: 5px;
}
/* Linktree */
.linktree
{
	overflow: hidden;
	border: none;
}
.linktree ul
{
	display: block;
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0 0.5em 0;
	border-top: solid #ccc 1px;
}
.linktree ul li
{
	display: inline;
	font-size: 0.95em;
}
.linktree ul li a, .linktree ul li a:visited, .linktree ul li a:active {
	font-weight: bold;
	color: #292929;
}
.linktree ul li a:hover {
	text-decoration: underline;
}
.bodyarea {
	padding: 5px;
}
.news .post {
	clear: none;
}
.dropmenu li a span {
	color: #292929;
}
.dropmenu li a.active span {
	color: #FFF;
}
.lastpost p a {
	color: #292929;
}
.inline.smalltext a {
	color: #292929;
}
.table_list .header {
	background: none;
	height: 100% !important;
	min-height: 100%;
}