﻿h1
{
	position: relative;
	top: -5px;
	padding: -3px;
	text-align: center;
}

h2
{
	position: relative;
	left: -100px;
	top: -5px;
	padding: -3px;
	text-align: center;
}

p
{
	position: relative;
	left: -100px;
	top: 5px;
	padding: -3px;
	text-align: center;
}

#Oben
{
	position: relative;
	left: 30px;
	top:  5px;
	font-weight: bold;	
	width:  1810px;
	height: 65px;
	border: 4px solid white;
	padding: 2px;
	background: darkblue;
}

#Datenblatt
{
	position: relative;
	left: 340px;
	top: 12px;
	width:  1200px;
	height: 100px;
	border: 4px solid white;
	background: blue;
}

/* 	background: #99aa00; background: lightblue; background:#aacc00; */

#Haupt
{	background-image: url("Hintergrund.jpg");
	position: relative;
	left: 340px;
	top:  15px;
	width:  1200px;
	height: 600px;
	margin-left: -62px;
	padding-right: 122px;
	text-align: center;
	font-size: 22px;
}

/* ------------------------------------------------ */


#Zauber input
{ 	position: block;
	background: green;
    color:white;
}

#Zauber input:hover
{	position: block;
    background:lightgreen;
    color: black;
    font-weight:bold;
} 

a span 
{	display: none;	}

a:hover span
{	display: block;
	width:400px;
	height:50px;
	position: absolute;
	left:50px;
	top:130px;
    color:black;
      padding:3.2em 2em;
      margin:3.1em;
}

/* ------------------------------------------------ */

#Joker input
{ 	position: block;
	background: violet;
    color: black;
}

#Joker input:hover
{	position: block;
    background: darkviolet;
    color: white;
    font-weight:bold;
} 

/* ------------------------------------------------ */

#Auswahl input
{ 	position: block;
	background: darkblue;
    color:white;
}

#Auswahl input:hover
{	position: block;
    background: blue;
    color: white;
    font-weight:bold;
} 

/* ------------------------------------------------ */

#UseItem input
{ 	position: block;
	background: orangered;
    color: white;
}

#UseItem input:hover
{	position: block;
    background: orange;
    color: black;
    font-weight:bold;
} 

/* ------------------------------------------------ */

#Kampf input
{ 	position: block;
	background: crimson;
    color: white;
}

#Kampf input:hover
{	position: block;
    background: red;
    color: white;
    font-weight: bold;
}

/* ------------------------------------------------ */

b.AFarbe { color: orangered; }		/*   <b class='AFarbe'>   */

b.ZFarbe { color: green; }			/*   <b class='ZFarbe'>   */

b.GFarbe { color: darkviolet; }		/*   <b class='GFarbe'>   */


b.SFarbe { color: darkgreen; }		/*   <b class='SFarbe'>   */
b.XFarbe { color: crimson; }			/*   <b class='XFarbe'>   */

/* ------------------------------------------------ */


#Skills
{
	position: relative;
	float: right;
	right: 52px;
	top:  20px;
	width:  220px;
	height: 730px;
	padding: 4px;
	background: lightgreen;
	
	text-align: center;
	font-size: 22px;
	color: black;
}

#Items
{
	position: relative;
	float: left;
	left: 30px;
	top:  20px;
	width:  220px;
	height: 730px;
	padding: 4px;
	background: orange;
	
	text-align: center;
	font-size: 22px;
	color: black;
}

#Unten
{
	position: relative;
	left: 30px;
	top: 40px;
	width:  1810px;
	height: 65px;
	border: 4px solid white;
	padding: 2px;
	background: darkblue;	
}