* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

html, body {
	height: 100%;
	width: 100%;
	min-height: 620px;
}

body {

	background: #1e1e1e url('/images/bg.jpg') repeat-x 50% 50%;
	text-decoration: center;
	font-size: 62.5%;
	font-family: verdana, arial, tahoma;
}

table {
	position: absolute;
	top: 0px;
	left: 0px;
}


input, .select, select {
	padding: 2px;
	border: 1px solid #c0c0c0;
	margin-right: 10px;
	background: #fff url('/images/input_bg.gif') repeat-x top left;
}

input.submit {
	margin-right: 0;
	background: #ccc url('/images/submit_bg.gif') repeat-x top left;
	width: auto;
	padding: 1px;
}


h1, h2, h3 {
	font-family: "Palatino Linotype", times, "Times new roman", arial, tahoma, Georgia, times, verdana, sans-serif;
	font-variant: small-caps;
}

a:link, a:visited {
	text-decoration: none;
	color: #5a5a5a;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

a:hover, a:active, :focus {
	outline: none;
}

ul, ol {
	margin-left: 20px;
}

label {
	line-height: 1.6em;
}

.error {
	font-weight: bold;
}

.inputerror {
	border: 1px solid #f00;
}

.textright {
	text-align: right;
}


.unit {
	width: 1000px;
	height: 620px;
	position: relative;
	z-index: 1;
}

a.linklogin:link, a.linklogin:visited, a.linkregister:link, a.linkregister:visited {
	width: 300px;
	position: absolute;
	top: 305px;
	left: 50%;
	line-height: 30px;
	margin-left: -480px;
	display: block;
	z-index: 2;

}



a.linklogin:link,a.linklogin:visited {
	margin-left: 160px;
}

.topmenu, .footer {
	height: 20px;
	width: 970px;
	padding: 0px 10px 0px 13px;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	position: absolute;
	left: 5px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-color: #fff;
}


.topmenu {
	top: 4px;
}

.topmenu img {
	margin: 0px 0px 0px 0px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.topmenu a:hover {
	text-decoration: none;
}

.topmenu a:link, .topmenu a:visited {
	margin: 4px 0px 0px 0px;
	padding: 0;
	float: left;
}

.footer {
	text-align: right;
	color: #c0c0c0;
	bottom: 8px;
	left: 4px;
	background-color: #000;
	float: right;
}

.footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #fff;
	text-decoration: underline;
}


.listing {
	list-style-type: none;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 230px;
	text-align: left;
}

.listing b {
	font-weight: normal;
}

.evillist {
	top: 385px;
	left: 50%;
	margin-left: -425px;
}

.listing div {
	position: relative;
	z-index: 3;
	height: 60px;
}

.listing div a:link, .listing div a:visited {
	position: relative;
	text-decoration: none;
	color: #000;
	display: block;
	width: 200px;
}

.evillist div a:link, .evillist div a:visited  {
	color: #eee;
}

.listing div a:link b, .listing div a:visited b {
	position: relative;
	z-index: 4;
	font-size: 11px;
	line-height: 1.6em;
}


.listing div a:link span, .listing div a:visited span {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	display: block;
	background: transparent url('/images/list_bg.gif') no-repeat top left;
	width: 220px;
	height: 50px;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: -5px 0px 0px -10px;
}

.evillist div a:link span, .evillist div a:visited span {
	background: transparent url('/images/list_bg_evil.gif') no-repeat top left;
}



.listing div a:hover span, .listing div a:active span {
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}


.listingTestcase {
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 260px;
	text-align: left;
	color: black;
}

.evillistTestcase {
	top: 360px;
	left: 50%;
	margin-left: -465px;
	color: #ffffff !important;
}

.listingTestcase div {
	position: relative;
	z-index: 3;
	height: 60px;
	width: 200px;
	text-align:justify;
}

.listingTestcase a{
	text-decoration: underline;
}

.evillistTestcase a{
	color: #d8d8d8;
}

.listingTestcase div span.listingcontentTestcase {
	position: relative;
	z-index: 4;
	font-size: 11px;
	padding: 1px;
}


.listingTestcase div span.listingbackgroundTestcase, .listingTestcase div span.listingbackgroundTestcase {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	display: block;
	background: transparent url('/images/list_bgTestcase.gif') no-repeat top left;
	width: 220px;
	height: 215px;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: -5px 0px 0px -10px;
}


.listingTestcase h2 {
	text-align: center;
}
.listingTestcase .evillistTestcase h2 {
	color: #ffffff;
}

.evillistTestcase div span.listingbackgroundTestcase {
	background: transparent url('/images/list_bg_evilTestcase.gif') no-repeat top left;
}


.torpiahead {
	display: none;
}

.torpiah2 {
	position: absolute;
	top: 310px;
	left: 50%;
	margin-left: -155px;
	width: 300px;
	text-align: center;
	display: block;
	font-size: 11px;
	font-variant: small-caps;
	color: #333;
}


.cat {
	position: relative;
	width: 700px;
	padding-top: 350px;
	background: #fff url('/images/bg_goodreg.jpg') no-repeat top left;
	z-index: 16;
	border: 10px solid #fff;
	font-size: 1.2em;
	margin: 0px auto 0px auto;
	text-align: left;
	top: 50px;
}



.evilreg {
	background: #fff url('/images/bg_evilreg.jpg') no-repeat top left;
	color: #ffefef;
	border: 10px solid #100;
}

.neutral, .loginform {
	border: 10px solid #c0c0c0;
	color: #000;
	background: #fff url('/images/choose_side_bg.jpg') no-repeat top left;
	padding-top: 0px;
	height: 450px;
}

.loginform {
	background: #fff url('/images/login_bg.jpg') no-repeat top left;
	width: 400px;
	height: 330px;
	border-width: 0px;
}

.loginform h3{
	padding: 20px 0px 20px 20px;
}

.loginform fieldset {
	padding: 0px 0px 20px 20px;
	width: 400px;
}

.loginform p {
	width: 350px;
	margin: 10px auto 10px auto;

}

.neutral p {
	position: absolute;
	top: 330px;
	width: 400px;
	margin-left: 150px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

		.cat fieldset {
			width: 460px;
			margin: 0 auto;
			padding-bottom: 20px;
		}

		.cat fieldset label {
			width: 190px;
			float: left;
		}

		.cat fieldset input {
			margin: 3px 0px 0px 0px;
		}

		.cat fieldset legend {
			font-size: 1.4em;
			font-weight: bold;
			padding-top: 10px;
		}

		.cat fieldset dt, .content fieldset dd {
			display: block;
			width: 450px;
			margin: 5px;
		}

		.cat fieldset .error {
			margin-top: 10px;
		}


		.cat p.error {
			position: absolute;
			bottom: 300px;
			left: 120px;
			width: 450px;
			border: 1px solid #8797a7;
			padding: 5px;
			background-color: #cbdfea;
			line-height: 1.5em;
		}

		.evilreg p.error {
			background-color: #220807;
			border: 1px solid #000;
			color: #fff;
		}


.loginform fieldset dt {
		width: 348px;
}

.black, .white, .gray {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-color: #000;
	z-index: 15;
}

.white {
	background-color: #eee;
}

.gray {
	background-color: #aaa;
}

a.choose_good_link:link, a.choose_good_link:visited {
	width: 358px;
	height: 444px;
	float:left;
	overflow: hidden;
}

a.choose_good_link:hover img, a.choose_good_link:active img {
	margin-left: -358px;
}


a.choose_evil_link:link, a.choose_evil_link:visited {
	width: 340px;
	height: 433px;
	float:left;
	overflow: hidden;
}

a.choose_evil_link:hover img, a.choose_evil_link:active img {
	margin-left: -343px;
}


.content {
	width: 900px;
	margin: 0px auto 0px auto;
	z-index: 20;
	position: relative;
	background: #fff url('/images/content_bg.jpg') repeat top left;
	padding: 50px;
	z-index: 30;
	font-size: 1.1em;
	line-height: 1.5em;
}

.content ol {
	margin-left: 40px;
}

.content table {
	position: relative;
}

a.worldselector:link, a.worldselector:visited, a.worldselector:hover, a.worldselector:active {
	display: inline;
	float: left;
	margin: 20px 0px 0px 20px;
	width: 107px;
	height: 130px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.imprint  {
	background: transparent url('/images/imprint_bg.jpg') no-repeat 6px 34px;
	height: 500px;
	width: 754px;
	position:  absolute;
	z-index: 50;
	top: 50px;
	left: 50%;
	margin-left: -375px;
	font-size: 12px;
	line-height: 18px;
}

.imprintover {
	top: 0px;
	left: 0px;
	z-index: 2;
	position: absolute;
}

.imprint a:link, .imprint a:visited {
	color: #f00;
	font-weight: bold;
}

.imprint a:hover, .imprint a:active {
	color: #900;
}



.imprint b {
	color: #900;
}



.imprint h3 {
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	z-index: 3;
}



.imprint p, .imprint p.address {
	position: absolute;
	top: 340px;
	left: 200px;
	width: 170px;
	font-size: 1.1em;
	text-align: left;
	z-index: 3;
}

.backbutton {
	font-size: 15px;
	font-weight: bold;
	float: right;
	position: absolute;
	color: #999999;
	right: 25px;
	top: 20px;
}

.backbutton a:hover {
	text-decoration: none;
}

.imprint p.address {
	left: 390px;
}

.credits  {
	background: transparent url('/images/credits_bg.jpg') no-repeat 6px 34px;
	height: 500px;
	width: 754px;
	position:  absolute;
	z-index: 50;
	top: 50px;
	left: 50%;
	margin-left: -375px;
	font-size: 12px;
	line-height: 18px;
}



.credits h3 {
margin: 0 auto;
text-align: center;
line-height: 40px;
font-size: 16px;
position: relative;
z-index: 3;
}



.credits p, .credits p.function1, .credits p.name2, .credits p.function2 {
	position: absolute;
	top: 340px;
	left: 71px;
	width: 600px;
	font-size: 1.1em;
	text-align: left;
	z-index: 3;
}

.credits p.function1 {
	left: 171px;
}

.credits p.name2 {
	left: 390px;
}

.credits p.function2 {
	left: 490px;
}

h4 {
	font-family: "Palatino Linotype",times,"Times New Roman",arial,tahoma,Georgia,times,verdana,sans-serif;
	font-size: 25px;
}

h4 a:link, h4 a:visited, h4 a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.unit a .cufon {
	border-bottom: 1px solid transparent;
}

.unit a:hover .cufon {
	border-bottom: 1px solid black;
}

.boxtitle {
	width:100%;
	text-align:center;
	padding-top:20px;
}

.bestchoice {
	position: relative;
	height: 20px;
	top: -58px;
	text-align: center;
	color: #cc0000;
	z-index: 5;

	background-color: #e5e5e5;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.servernumber {
	position: relative;
	text-align: center;
	top: -74px;
	left: -35px;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	
}

.numberregister{
	top: -89px;
}

a.flag img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.flag:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*addition for SEO stuff*/

#contentbox1 {
background-image:url('../images/imprint_bg.gif');
border:none;
position:absolute;
width:754px;
height:500px;
top:40px;
left:120px;
z-index:200;
display: none;
}
#contentbox2 {
background-image:url('../images/imprint_bg.gif');
border:none;
position:absolute;
width:754px;
height:500px;
top:40px;
left:120px;
z-index:200;
display: none;
}
#contentbox3 {
background-image:url('../images/imprint_bg.gif');
border:none;
position:absolute;
width:754px;
height:500px;
top:40px;
left:120px;
z-index:200;
display: none;
}
#contentbox4 {
background-image:url('../images/imprint_bg.gif');
border:none;
position:absolute;
width:754px;
height:500px;
top:40px;
left:120px;
z-index:200;
display: none;
}


#cb_close {
position:absolute;
top:7px;
left:695px;
text-align:right;
margin:0 0 0 0;
z-index:5;
}

#cb_text {
position:absolute;
margin:6px 0px 0px;
width:447px;
height:370px;
padding-left:0px;
padding-top:0px;
}
#cb_text2 {
text-align:left;
margin:4px 6px 0px;
width:736px;
height:457px;
background-image:url('../images/contback.jpg');
}
#cb_text3 {
position:absolute; 
top:180px; 
left:45px; 
text-align:left; 
width:665px;
height:285px; 
overflow:auto;
}

ul.links_up {text-align:left; margin-top:15px; padding-left:0px;}
li.links_up {padding-bottom:10px; width:400px;list-style:none;}
h3.head {font-size:16px; font-weight:normal; color:#0901B5;}
h2.cbox { margin:0px 40px 0px; padding:0px; font-size:18px; color:#000000; text-align:left;}
h4.cbox { margin:20px 0px 0px; padding:0px; font-size:18px; color:#0901B5; text-align:left;}
h5.cbox { margin:20px 0px 0px; padding:0px; font-size:18px; color:#0901B5; text-align:left;}
h3.features { margin:0 0 1; font-size:11px; color:#000000;}
p.cbox {width:640px; margin:0px;}
a.contlink { text-decoration:none; font-size:18px; color:#000000; }
a.contlink:hover { color:#D71F01; }
hr.hline { color:#000000; margin-bottom:15px;}
p.loginhead { font-size:18px; font-weight:bold; color:#FFB504; margin:0px; margin-top:10px; margin-bottom:5px; }


#ftext {
position:absolute;
width:350px;
height:20px;
top:850px;
left:410px;
}
p.ftext { font-size:10px; color:#ffffff;}

#footl {
position:absolute;
top:745px;
width:1024px;
height:20px;
z-index:20;
color:#C37214;
text-align:center;
}
a.footl {
text-decoration:none;
color:#C37214;
}
a.footl:hover {
color:#8A3427;
}
#gamelist {
position:absolute;
top:765px;
width:1024px;
height:31px;
z-index:20;
} 
