body {
    color: black;
	  /* background-color: rgb(191,191,255); */
    /* font-family: Verdana, Arial, Tahoma, sans-serif; */
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 0;
    text-align: center;
}

#Kopf
{
    width: 600px;
    height: 160px;
    margin: auto;
    background-color: white;
}

#Kopf h1
{
    text-align: center;
    margin: 0;
    padding-top: 30px;
    font-size: 2.5em;
    font-weight: bold;
    height: 60px;
}

#Kopf h2 
{
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
}

#Menue
{
    height: 50px;
    margin: auto;
    /* background-color: rgb(255,128,128); */
    display: inline-block;
    zoom: 1;  *display: inline;  /* IE7 Hack */
}

#Menue a
{
    text-color: black;
}

.openitem
{
    text-decoration: none;
    background-color: rgb(255,0,0);
    border-color: rgb(255,63,63);
    cursor: default;
    padding: 10px;
    margin: 5px;
    display: block;
    border-style: solid;
    border-width: 0px;
    border-color: inherit;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    float: left;
}

.closeditem
{
    text-decoration: none;
    background-color: rgb(255,128,128);
    cursor: pointer;    
    font-weight: bold;
    color: black;
    padding: 10px;
    margin: 5px;
    display: block;
    border-style: solid;
    border-width: 0px;
    border-color: inherit;
    border-radius: 15px;
    font-weight: bold;
    float: left;    
}

.closeditem:hover
{
    color: white;
    background-color: rgb(255,0,0);
}

.closeditem:active
{
    color: white;
    background-color: rgb(255,0,0);
}

#Rumpf
{
    width: 900px;
    margin: auto;
    background-color: white;
}

.RumpfBalken
{
    width: 150px;
    text-align: center;
    float: left;
}

.RumpfBalken img
{
    width: 120px;
}

#Inhalt
{
    width: 600px;
    float: left;
    background-color: white;
    padding: 0;
    text-align: left;
}

#Inhalt h1
{
    padding-top: 0.5em;
    padding-bottom: 0.1em;
    font-size: 1.7em;
    font-weight: bold;
    color: green;
}

#Inhalt h2
{
    padding-top: 0.5em;
    padding-bottom: 0.1em;
    font-size: 1.5em;
    font-weight: bold;
    color: green;
    font-style: italic;
}

#Inhalt p
{
    font-family: 'Times New Roman', serif;
    font-size: 1.2em;
}

#Inhalt em
{
    color: green;
}

#Inhalt a
{
    color: green;
}

#Inhalt form
{
    text-align: center;
    font-family: 'Times New Roman', serif;
    line-height: 1.5em;
}

#Inhalt form table
{
    font-size: 1.2em;
    margin: auto;
    margin-top: 9px;
    margin-bottom: 9px;
}


.spieler
{
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 10px;
}

.figure
{
    margin-top: 23px;
    margin-bottom: 23px;
    float: left;
    width: 200px;
    text-align: center;
    color: green;
    font-size: 1.2em;
    font-weight: bold;
}
