body 
{
 font-family: verdana;
font-size: 12px;
/* background-color: #373737;*/
background-color: Black;
 color: #D9D9D9;
 margin: 0px 0px 0px 0px;
}
h1 {font-size:18px;color: #7374FF;margin-bottom:0px;}
h2 {font-size:16px;color:#7374FF;}
h3 {font-size:14px;color:#7374FF;}
p 
{
	margin-top:5px;
	font-family: verdana;
	font-size: 12px;
	color: #D9D9D9;
}

pre
{
font-size: 12px;
 color:#FFFFFF;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color: White;
  font-size: 12px;
}
a:active, a:hover
{ 
 text-decoration: none;
 color: #FF0000;
}

table, td, th, thead, tbody, tfoot, button, input, select, textarea {
	font-family: verdana;
	font-size: 12px;
	line-height:140%;
	empty-cells: show;
}

#box
{
	width: 900px;
	/*border: thin groove Black;*/
	margin: auto;
}
#title 
{
height:80px;
padding:0px;
border-bottom:1px solid #000000;
margin-bottom:20px;
clear: both;
}
td.left, td.right 
{
width:150px;
line-height:18px;
text-align: left;
vertical-align: top;
font-family: verdana;
font-size: 12px;
}

.sitetitle
{
	font-weight:bolder;
	border-bottom:1px dashed #ffffff;
	margin-top:10px;
	margin-bottom: 10px;
	background: url(menu.jpg);
	padding-top: 4px;
	color: white;
	font-size: 16px;
	text-align: center;
	font-variant: small-caps;
	height: 30px;
}


.menutitle
{
	font-weight:bold;
	border-top:1px dashed #ffffff;
	margin-top:15px;
	background: url(menu.jpg);
	padding-left: 2px;
	color: white;
}

.menu
{
	font-variant: small-caps;
	color: White;
	font-weight: bold;
}

td.content 
{
	vertical-align: top;
	border-left-color: White;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: White;
	border-right-style: dotted;
	border-right-width: 1px;
	text-align: left;
	padding: 0px 5px 5px 5px;
	font-family: verdana;
	font-size: 12px;
}



.menu
{
	font-variant: small-caps;
	color: White;
}


#footer
{
height:30px;
width: 900px;

border-top:1px dashed #ffffff;
margin-bottom:0px;
margin-top: 20px;
padding: 2px 2px 2px;
text-align: center;
float: auto;
background: url(footer.jpg);
margin: 0;
 clear: both;

}

td.ungerade
{
	background-color: #454545;	
}

td.gerade
{
	background-color: #232323;	
}

table.formular
{
	border: 1px ridge White;
}
/*=======================================================================================*/
/* FORMULARE */

input
{
	background-color: #1A1A1A;
   color: #D9D9D9;
	border: 1px solid #CDCDCD;
	height: 20px;
}
textarea
{
	background-color: #1A1A1A;
   color: #D9D9D9;
	border: 1px solid #CDCDCD;
	padding-top: 2px;
}

select
{
	background-color: #1A1A1A;
   color: #D9D9D9;
	border: 1px solid #CDCDCD;
	height: 20px;
}


input:focus,textarea:focus,select:focus
{
	background-color: #525252;
}

input.bewertung
{
	background-color: #1A1A1A;
	height: 15px;
}
/*=======================================================================================*/
/* BBCODE */

body	{
	font-family: verdana;
font-size: 9pt;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}


/*************
 * RATING
 *************/
 
 .star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(http://style.encyclopedia-phantasma.de/images/rating/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:87px;
	height:17px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(http://style.encyclopedia-phantasma.de/images/rating/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:87px;
	height:17px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url(http://style.encyclopedia-phantasma.de/images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background: #E7FFCE url(http://style.encyclopedia-phantasma.de/images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}
	
.fehler
{
	color:#ff0000;
	font-weight:bold;
}
td.bewertung
{
	width: 28px;
	height: 34px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}
td.bewertungtext
{
	width: 27px;
	height: 3px;
	vertical-align: top;
	text-align: center;
}
input.bewertung
{
	background: transparent;
	border: none;
}
input.downloadbutton
{
	background: transparent;
	border: none;
	height: 16px;
}
table.bewertung
{
	border: medium;
}
p.hinweis
{
	text-align: center;
}

img.spieldatencounter
{
	vertical-align: sub;
}
p.erfolg
{
	background: #E5FFCC;
	border: dotted thin red;
	color: black;
	font-style: normal;
}

p.fehler
{
	background: #FFFFCC;
	border: dotted thin red;
	color: black;
	font-style: normal;
}
p.hinweis
{
	background: #ffffff;
	border: dotted thin red;
	color: black;
	font-style: normal;
}