/* Hauptteil */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #f9f9f9;
}

.green {
	color: green;
}

.red {
	color: red;
}

td {
	padding-left: 8px;
	padding-right: 8px;
}

a {
	color: black;
	font-weight: bold;
}

td.white {
	background: white;
}

td.even {
	background: white;
}

td.uneven {
}

th {
	background: white;
}

.h1 {
	font-size: 20pt;
	font-weight: bold;
}

.h2 {
	font-size: 16pt;
	font-weight: bold;
}

.h3 {
	font-size: 14pt;
	font-weight: bold;
}

.h4 {
	font-size: 12pt;
	font-weight: bold;
}

.h5 {
	font-size: 10pt;
	font-weight: bold;
}

.h6 {
	font-weight: bold;
}

.center {
	text-align: center;
}

input.button {
	border: 1px solid black;
	padding: 1px;
	text-decoration: none;
	background-color: #f9f9f9;
	color: black;
	font-weight: bold;
	cursor: pointer;
	font-size: 9pt;
	text-align: center;
}

input.button:hover {
	background-color: #999999;
	color: white;
}

a.button {
	border: 1px solid black;
	padding: 3px;
	text-decoration: none;
	background-color: #f9f9f9;
	color: black;
	font-weight: bold;
	font-size: 9pt;
}

a.smallbutton {
	border: 1px solid blue;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	background-color: #f9f9f9;
	color: blue;
	font-weight: bold;
	font-family: Serif;
}

a.smallbutton:hover {
	background-color: #999999;
	color: white;
}

a.button:hover {
	background-color: #999999;
	color: white;
}

div.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	z-index: 0;
}

div.leftmenu {
	position: absolute;
	font-size: 9pt;
	top: 130px;
	left: 10px;
	width: 144px;
	height: 500px;
	border: 1px solid black;
	background: #eeeeee;
	padding: 5px;
	z-index: 5;
}

div.leftmenu div.getff {
	position: absolute;
	top: 470px;
	left: 20px;
}
div.leftmenu div.impressum {
	position: absolute;
	top: 450px;
	left: 2px;
	width: 140px;
	text-align: center;
}

div.impressum a {
	text-decoration: none;
	color: black;
	font-weight: bold;	
}

div.content {
	position: absolute;
	top: 130px;
	left: 170px;
	width: 742px;
	z-index: 0;
}

div.time_generated {
	width: 742px;
	text-align: right;
	font-size: 7pt;
}

div.banner {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 900px;
	height: 90px;
	background: #eeeeee;
	border: 1px solid black;
	text-align: center;
	font-size: 60pt;
	font-weight: bold;
	background-image: url( ../images/ui/vaporia.jpg );
    background-repeat: no-repeat;
}

div.copyright {
	position: absolute;
	width: 740px;
	text-align: center;
	top: 480px;
}

div.normal {
	position: relative;
	background: #eeeeee;
	border: 1px solid black;
	padding: 10px;
	min-height: 490px;
	z-index: 0;
}

/* News */

div.newsblock {
	width: 600px;
}

div.newsheader {
	font-size: 12pt;
	font-weight: bold;
}

div.newsbody {

}

div.newsfooter {
	font-style: italic;
	text-align: right;
}

/* Talente */

div.talent {
	border: 2px solid black;
	height: 100px;
	width: 200px;
	background-color: white;
    position: relative;
    top: 10px;
}

table.talent_table_iefix {
    position: absolute;
    top: 100px;
}

div.talent_header {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	padding: 1px;
	border-bottom: 1px solid black;
}

div.talent_description {
	font-style: italic;
	padding: 2px;
	overflow: auto;
}

div.talent_points {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	padding: 1px;
	top: 75px;
	width: 200px;
    position: absolute;
}

a.talent_increase {
	position: relative;
	top: 3px;
}

/* Spielerstatus Zeile
*
*
*
*
*
*/

div.spielerstatus {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 705px;
	height: 20px;
	border: 2px solid black;
	font-weight: bold;
	font-size: 12px;
	background: #999999;
	color: white;
	cursor: default;
}

div.spielerstatus_header {
	position: absolute;
	top: 102px;
	left: 10px;
	width: 898px;
	height: 20px;
	border: 2px solid black;
	font-weight: bold;
	font-size: 12px;
	background: #999999;
	color: white;
	cursor: default;
}

div.spielerstatus_header a {
	color: white;
	text-decoration: none;
}

div.spielerstatus_header div.regionname {
	position: absolute;
	left: 720px;
	width: 175px;
	text-align: right;
	top: 3px;
}

div.spielerstatus_header img {
	position: relative;
	float: left;
}

div.spielerstatus div.hitpoints,
div.spielerstatus_header div.hitpoints {
	position: absolute;
	top: 3px;
	left: 3px;
}

div.spielerstatus div.manapoints,
div.spielerstatus_header div.manapoints {
	position: absolute;
	top: 3px;
	left: 93px;
}

div.spielerstatus div.attack,
div.spielerstatus_header div.attack {
	position: absolute;
	top: 3px;
	left: 183px;
}

div.spielerstatus div.defense,
div.spielerstatus_header div.defense {
	position: absolute;
	top: 3px;
	left: 243px;
}

div.spielerstatus div.armorclass,
div.spielerstatus_header div.armorclass {
	position: absolute;
	top: 3px;
	left: 303px;
}

div.spielerstatus div.range,
div.spielerstatus_header div.range {
	position: absolute;
	top: 3px;
	left: 363px;
}

div.spielerstatus div.damage,
div.spielerstatus_header div.damage {
	position: absolute;
	top: 3px;
	left: 423px;
}

div.spielerstatus div.turns,
div.spielerstatus_header div.turns {
	position: absolute;
	top: 3px;
	left: 503px;
}

div.spielerstatus div.exp,
div.spielerstatus_header div.exp {
	position: absolute;
	top: 3px;
	left: 563px;
}

div.spielerstatus div.gold,
div.spielerstatus_header div.gold {
	position: absolute;
	top: 3px;
	left: 643px;
}






/* Inventory
*
*
*
*
*/

.inventory_avatar {
    position: absolute;
    z-index: 2;
}

.inventory_table {
    position: absolute;
}

.inventory_attributes {
    left: 220px;
}

.inventory_combat {
    left: 330px;
}

.inventory_resists {
    left: 460px;
}

.inventory_skills {
    left: 560px;
}

.inventory_spells {
    left: 20px;
    top: 470px;
}

.inventory_bio {
    position: absolute;
    left: 330px;
    height: 180px;
    width: 400px;
    overflow: auto;
    border: 1px solid black;
}

.inventory_button_unequip {
    position: absolute;
    left: 80px;
    top: 440px;
}

div.item_info {
    position: absolute;
    border: 1px solid black;
	overflow: auto;
	font-size: 10pt;
	background: #eeeeee;
	width: 500px;
	height: 200px;
    top: 280px;
    left: 220px;
    padding: 5px;
}

div.iteminfo {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #eeeeee;
	width: 490px;
	height: 290px;
	overflow: auto;
	font-size: 10pt;
}

div.tavernchat {
    padding: 5px;
    background: #eeeeee;
    width: 700px;
    height: 350px; 
    border: 1px solid black;
    overflow: auto;
}

img {
	border: 0px;
}

input.numeric {
	text-align: right;
}

/* Popup-Menü */

div.horz_menu {
	z-index: 5;
	border: 1px dashed black;
	height: 400px;
}

div.horz_menu a,
div.vert_menu a {
	z-index: 5;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 130px;
	text-decoration: none;
	font-family: "Arial", Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	color: black;
	border: 1px dashed #eeeeee;
}

div.sidebarunten a:hover,
div.sidebarunten a.active,
 div.horz_menu a:hover,
div.vert_menu a:hover,
div.horz_menu a.active,
div.vert_menu a.active { 
	background: #dddddd; 
	border: 1px dashed black;
}

div.horz_menu a { 
	display: block; float: none;
	z-index: 5;
}

div.vert_menu a {
	display: block; float: none;
	width: 180px;
}

div.vert_menu {
	z-index: 5;
	position: absolute;
	visibility: hidden;
	border: 1px dashed black;
	margin-left: 2px;
	width: 185px;
	background: #f0f0f0;
}

/* Encounter */
div.enc_flavortext {
	width: 500px;
}

/* Victory and Defeat */
div.combatlog {
	border: 1px solid black;
	font-family: Courier New, Monospace;
	white-space: pre;
	overflow: auto;
	width: 700px;
	height: 350px;
	padding: 5px;
}

/* Create Character */
div.create_character {
	position: relative;
	background: #eeeeee;
}

/* Mail */
div.messagebody {
	width: 474px;
	height: 220px;
	overflow: auto;
	border: 1px solid black;
	padding: 3px;
}

/* Combat */
div.combat img {
	position: absolute;
}

div.steuerungen {
	position: absolute;
	left: 375px;
	top: 5px;
	border: 10px solid black;
	height: 320px;
	width: 320px;
	background: #eeeeee;
	font-size: 9pt;
}

div.gegner {
	position: absolute;
	left: 110px;
	top: 4px;
	width: 200px;
	height: 100px;
	overflow: auto;
}

div.aktionspunkte {
	position: absolute;
	left: 37px;
	top: 37px;
	text-align: center;
	width: 32px;
	font-weight: bold; 
	font-size: 26px;
	cursor: pointer;
}

div.befehle {
	position: absolute;
	left: 8px;
	top: 110px;
	font-size: 10pt;
}

div.spielfeld {
	position: absolute;
	left: 25px;
	top: 5px;
	border: 10px solid black;
	width: 320px;
	height: 320px;
}

textarea.kampflog {
	position: absolute;
	left: 25px;
	top: 395px;
	font-size: 9pt;
	border: 1px solid black;
	height: 140px;
	width: 685px;
	padding: 2px;
	background: #eeeeee;
	color: black;
}

div.kampflog {
	overflow: auto;    
	position: absolute;
	left: 25px;
	top: 395px;
	font-size: 9pt;
	border: 1px solid black;
	height: 140px;
	width: 685px;
	padding: 2px;
	background: #eeeeee;
	color: black;
}

div.dungeondescription {
	overflow: auto;    
	position: absolute;
	left: 25px;
	top: 355px;
	font-size: 9pt;
	border: 1px solid black;
	height: 140px;
	width: 685px;
	padding: 2px;
	background: #eeeeee;
	color: black;
}

textarea.aktionen {
	position: absolute;
	left: 8px;
	top: 250px;
	height: 60px;
	width: 304px;
	background: #eeeeee;
	color: black;
	border: 1px solid black;
}

div.buffbar {
	position: absolute;
	left: 25px;
	top: 355px;
	height: 33px;
	border: 1px solid black;
	width: 685px;
	padding: 2px;
}

div.spells {
	position: absolute;
	left: 8px;
	top: 150px;
	height: 65px;
	width: 304px;
	font-weight: bold;
}

div.spells a {
	color: black;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #eeeeee;
}

div.spells a:hover {
	background: #999999;
	color: white;
	border: 1px solid black;
}

div.spells a.smallbutton {
	border: 1px solid blue;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	background-color: #f9f9f9;
	color: blue;
	font-weight: bold;
	font-family: Serif;
}

div.spells a.smallbutton:hover {
	background-color: #999999;
	color: white;
}

div.dungeonlog {
	position: absolute;
	left: 5px;
	top: 110px;
	width: 304px;
	height: 199px;
	border: 1px solid black;
	padding: 3px;
	overflow: auto;
}
/* TILES */

img.x0 {
	left: 0px;
}

img.x1 {
	left: 32px;
}

img.x2 {
	left: 64px;
}

img.x3 {
	left: 96px;
}

img.x4 {
	left: 128px;
}

img.x5 {
	left: 160px;
}

img.x6 {
	left: 192px;
}

img.x7 {
	left: 224px;
}

img.x8 {
	left: 256px;
}

img.x9 {
	left: 288px;
}

img.x10 {
	left: 320px;
}

img.y0 {
	top: 0px;
}

img.y1 {
	top: 32px;
}

img.y2 {
	top: 64px;
}

img.y3 {
	top: 96px;
}

img.y4 {
	top: 128px;
}

img.y5 {
	top: 160px;
}

img.y6 {
	top: 192px;
}

img.y7 {
	top: 224px;
}

img.y8 {
	top: 256px;
}

img.y9 {
	top: 288px;
}

img.y10 {
	top: 320px;
}

