/* ###### page layout ##### */
* {
	padding: 0;
	margin: 0;
}

a {
	color: #0073f7;
}

html,body {
	background: url(../gfx/water.jpg) repeat;
	font-size: 10pt;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center; /* horizontal centering for IE Win quirks */
	color: #38301d;
}

#distance {
	width: 1px;
	height: 50%;
	background-color: #fc6;
	margin-bottom: -305px; /* half of container's height + 20px */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 570px;
	width: 980px;
	clear: left;
	/*background: url(../gfx/water2.jpg) repeat;*/
}

/*#### login forms ####*/
td.authfailure {
	color: #EE3311;
	font-weight: bold;
	width: 250px;
	text-align: center;
}

#loginbox table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	/*border:solid red 1px;*/
}

#loginbox table td.label { /*border:solid blue 1px;*/
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
}

#loginbox table td.input {
	padding-bottom: 5px;
}

#loginbox .actions {
	text-align: right;
}

#loginbox .actions input {
	margin-left: 10px;
}

/* 9box */
.ninebox {
	position: absolute;
	/*border:solid 1px black;*/
}

#frametopleft {
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../gfx/website/frame_top_left.png) no-repeat;
}

#frametopright {
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../gfx/website/frame_top_right.png) repeat;
}

#frametopmiddle {
	left: 50px;
	top: 0px;
	width: 880px;
	height: 50px;
	background: url(../gfx/website/frame_top.png) repeat-x;
}

#framebottommiddle {
	left: 50px;
	bottom: 0px;
	width: 880px;
	height: 50px;
	background: url(../gfx/website/frame_bottom.png) repeat-x;
}

#framebottomleft {
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	background: url(../gfx/website/frame_bottom_left.png) no-repeat;
}

#framebottomright {
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	background: url(../gfx/website/frame_bottom_right.png) no-repeat;
}

#frameleft {
	left: 0px;
	top: 50px;
	width: 50px;
	height: 470px;
	background: url(../gfx/website/frame_left.png) repeat-y;
}

#frameright {
	right: 0px;
	top: 50px;
	width: 50px;
	height: 470px;
	background: url(../gfx/website/frame_right.png) repeat;
}

/* ###### Menu ###### */
#menu {
	
}

div#left_menu { /*width:100%;*/
	padding-top: 3px;
	padding-left: 175px;
	border: 0px solid green;
	position: absolute;
}

#left_menu br {
	clear: both;
}

ul#menu {
	list-style-type: none;
	font-size: 10px;
	/*	font-weight: bold; */ /*	border:solid black 1px;*/ /*	width:980px;*/
}

li.l1 {
	background: url(../gfx/website/header_button_0.png) no-repeat;
	background-position: 0px -8px;
	/*margin-top:10px;*/ /*padding-left: 28px;*/ /*padding-top: 14px;
	padding-bottom: 3px;*/
	padding-top: 5px;
	float: left;
	width: 160px;
	font-size: 17px;
	/*border:1px solid black;*/ /*text-indent: 25px;*/
	text-align: center;
	height: 35px;
}

li.l1 a {
	color: black;
}

li.l1 a {
	text-decoration: none;
}

li.l1 a:hover {
	text-decoration: underline;
}

/* ##### footer ##### */
div#footer {
	
}

div#footer,div#footer a {
	font-size: 14px;
	color: white;
	text-align: center;
}

/* ##### content #### */
#content {
	position: absolute;
	margin-left: 50px;
	/*border:1px solid red;*/
	top: 50px;
	height: 470px;
	width: 880px;
	background: url(../gfx/website/frame_center.png) repeat;
}

#content p {
	margin-left: 20px;
}

/* ###### worldchoose ##### */
div#choosebox {
	width: 915px;
	height: 510px;
	overflow: auto;
	/*border:solid blue 1px;*/
	position:relative;
}

table#choosetable {
	border-collapse: collapse;
}

table#choosetable td { /*border:solid purple 1px;*/
	
}

table#choosetable td#a {
	width: 70px;
	height: 1px;
}

table#choosetable td#b {
	width: 125px;
	height: 1px;
}

table#choosetable td#c {
	width: 70px;
	height: 1px;
}

table#choosetable td#d {
	width: 250px;
	height: 1px;
}

table#choosetable td.odd {
	width: 195px;
}

table#choosetable td.even {
	width: 195px;
}

img.world_img {
	/*background: url(../gfx/worlds/world_devworld_0.png) no-repeat;*/
	width: 195px;
	height: 168px;
	border: 0px;
	top: 0px;
}

div.quick_info {
	margin: 5px;
	position:relative;
}

div.quick_info div.paper {
	background: url(../gfx/website/quick_info_paper.png) no-repeat;
	background-position: 0px 0px;
	width: 250px;
	height: 160px;
}

div.quick_info h2 {
	text-align: center;
	padding-top: 9px;
	font-size: 18px;
}

div.quick_info_inactive {
	margin: 5px;
}

div.quick_info_inactive div {
	background: url(../gfx/website/quick_info_paper_inactive.png) no-repeat;
	background-position: 0px 0px;
	width: 250px;
	height: 145px;
}

div.quick_info_inactive h2 {
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
}

div.quick_info_paper p {
	position: relative;
	border: 1px solid red;
	top: -90px;
}

a.playhere { /*color:black;*/
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

a.playhere:hover {
	text-decoration: none;
}

table.world_stats {
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 240px;
	padding-left:15px;
}

table.world_stats td {
	font-size: 12px;
	padding: 2px;
}

table.world_stats td.value {
	font-weight: bold;
}

div.detail_info_paper {
	position: absolute;
	top: 20px;
	right: -20px;
	width: 320px;
	height: 430px;
	padding-top: 30px;
	background: url(../gfx/website/detail_info_paper.png) no-repeat;
	/*border:solid red 1px;*/
	visibility: visible;
}

div.detail_info_paper h2 {
	font-size: 20px;
	text-align: center;
}

div.detail_info_paper h3 {
	margin-left: 30px;
	margin-bottom: 6px;
	margin-top: 13px;
	font-size: 16px;
	font-weight: normal;
}

div.detail_info_paper p {
	padding-left: 20px;
	margin-top: 6px;
	font-size: 13px;
	font-style: italic;
	width: 240px;
}

p.me {
	text-align: right;
	font-style: normal;
}

p.detail_playhere a { /*color:black;*/
	font-style: normal;
	text-decoration: underline;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

p.detail_playhere a:hover {
	text-decoration: none;
}

div.weltenbauerdingsi {
	background: url(../gfx/website/choose_world_character.png)
		no-repeat;
	height: 422px;
	width: 317px;
	right: 40px;
	position: absolute;
	bottom: 50px;
	right:0px;
}

/** ##### textpages #### */
div#paper {
	position: absolute;
	background: url(../gfx/website/map_picture.jpg) no-repeat;
	width: 980px;
	height: 570px;
	top: 0px;
	left: 0px;
}

#textcontent {
	position: absolute;
	left: 235px;
	top: 100px;
	height: 400px;
	width: 520px;
	overflow: auto;
	font-size: 14px;
}

#textcontent h1 {
	font-size: 16pt;
	margin-bottom: 5px;
}

#textcontent h2 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#textcontent p {
	margin-top: 17px;
	margin-bottom: 17px;
}

#textcontent ul {
	list-style-type: disc;
	margin-left: 30px;
}

#textcontent li {
	padding-left: 5px;
}

/* #### payment #### */
.payment_iframe {
	width: 570px;
	height: 350px;
}

/* #### forms #### */
.generalformerror {
	color: #FF0000;
}

p.generalformerror {
	color: #b3461b;
	text-align: left;
	margin-bottom: 10px;
}

label.formError {
	color: #b3461b;
}

form {
	text-align: center;
}

form fieldset {
	display: inline;
	border: 0px;
	margin-top: 12px;
}

form fieldset label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 20px;
	font-size: 14px;
}

form fieldset label.formError {
	display: inline;
	width: 130px;
	text-align: left;
	margin-left: 20px;
}

form fieldset input {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #cfbb88;
	margin-bottom: 7px;
}

form fieldset input.error {
	background: #fff7b5;
}

form br {
	clear: left;
}

td.header h1 {
	padding-bottom: 13px;
}

p.playnow {
	padding-top: 30px;
	text-align: center;
}

p.playnow a {
	font-size: 120%;
	font-weight: bold;
}

/*** account ***/
table.account_details {
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	margin-top: 12px;
	margin-bottom: 12px;
}

.account_details td {
	border: #ccc dashed 1px;
	padding: 3px;
}

.account_delete_form .inputError {
	background-color: #fff1bb;
}

#register_form{
	background: #fff;
	top:120px;
	position:absolute;
	-moz-border-radius: 15px;
	border-radius: 15px;
	left:50%;	
	width:40%;
	margin-left:-20%;
	z-index:10;
	padding:5px 0px 20px 5px;
	border:2px solid grey;
    box-shadow:  7px 7px 10px #444;
    -moz-box-shadow:   7px 7px 10px #444;
    -webkit-box-shadow:  7px 7px 10px #444;
	
}

#register_teaser{
	position:absolute;
	left:50px;
	top:-320px;
	z-index:100;
}

#register_heading{
	
}

#register_descr{
	padding:19px 100px 0 110px;
	text-align:left;	
}

form fieldset label.registerFormError {
	display: inline;
	text-align: left;
	color: #b3461b;
	margin-left: 20px;
}
.boxbox {
	background: url("../gfx/website/register_button_left_0.png") no-repeat;
	height: 25px;
	padding: 3px 0px 3px 10px;
	margin: 0px 10px;
	position: relative;
	float: right;
}

.endcap {
	background: url("../gfx/website/register_button_right_0.png") no-repeat;
	height: 25px;
	width: 20px;
	position: absolute;
	right: -20px;
	top: 0px;
}

.language_changer{
	position: absolute;
	right: 0px;
	top: 0px;	
}

.language_changer a{
	border: 0px;	
}

.language_changer{
	position: absolute;
	right: 0px;
	top: 0px;	
	padding: 3px 10px 20px 25px;
	background: url(../gfx/website/language_choose_paper.png) no-repeat left bottom;
	font-weight: bold;
	font-size:70%;
}

.language_changer img{
	border: 0px;	
	margin-left:3px;
	vertical-align:text-bottom;	
}

.world_language_changer{
	margin:0px;
	top: -10px;
	right:20px;
	position:absolute;
		
}

.world_language_changer img{
	border: 0px;	
	margin-left:3px;
	vertical-align:text-middle;	
}

#stuff_containing_area_register{
	bottom:20px;
	height:125px;
	left:0;
	position:absolute;
	right:0;	
}
