/**
* Common
*/

html
{
  overflow: scroll;
  font-size: 12px;
  color: #4d4d4d;
  font-family: sans, sans-serif, Arial;
  line-height: 18px;
}

a
{
  color: #4d4d4d;
}

a, table
{
  font-size: 1em;
}

img {
  border: 0;
}

body {
  margin-top: 48px;
}

#wrap
{
  width: 780px;
  margin: 20px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.clear
{
  clear: both;
  visibility: hidden;
}

/**
* Head
*/

#head
{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120px;
  position: relative;
}

#logo
{
  border: 0;
}

#nav
{
  position: absolute;
  right: 0;
  bottom: 4px;
  border-style: dotted;
  border-color: #666;
  border-width: 1px 0 1px 0;
  padding-left: 0;
  padding: 4px 0;
  font-size: 12px;
}

#nav li
{
  display: inline;
  padding: 0 1px;
}

#nav li a
{
  padding: 6px 17px 6px 12px;
  text-decoration: none;
  font-size: 1em;
  vertical-align: 10%;
  border-radius: 16px;
  transition-property: all;
  transition-duration: 0.6s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.6s;
}
#nav li a.r
{
  padding: 6px 10px 6px 30px;
}
#nav li a:hover
{
  background: #ffa626;
  color: white;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  border-radius: 4px;
}

#nav li a img { margin-bottom: -2px; } /* fix printer-icon alignment */

#nav form {
  display: inline;
}

#nav form input {
  border: 0;
  background: url('./img/font.png') center center no-repeat;
}

/**
* Body
*/

#body
{
  margin-top: 20px;
}

#box
{
  float: left;
  width: 190px;
  padding: 4px 16px;
  border: 1px solid #ffa626;
  border-radius: 10px;
  -moz-border-radius: 10px;

}

#box ul
{
  padding: 0;
  list-style-type: none;
}

#box li
{
  padding: 4px 0;
}

#box a
{
  text-decoration: none;
  border-bottom: 1px dotted grey;
}

#box a.active
{
  font-weight: bold;
}

/**
* content
*/

#content
{
  float: right;
  width: 470px;
  position: relative;
  margin: 20px 0;
  padding: 20px 0 20px 40px;
}

#frame_upper
{
  position: absolute;
  left: -26px;
  top: 0;
  margin-top: -22px;
}

#frame_bottom
{
  position: absolute;
  left: -26px;
  bottom: 0;
  margin-bottom: -22px;
}

#frame_left
{
  position: absolute;
  left: -26px;
  height: 100%;
  top: 0;
  width: 19px;
}

h1
{
  font-size: 1.5em;
  color: #ffa626;
}

h2
{
  font-size: 1.3em;
}

#maennchen
{
  float: right;
  padding-left: 10px;
}


##content > *:nth-last-child(2), #content > *:nth-last-child(3)
{
  float: left;
}

#kontaktform
{
  float: right;
  width: 200px;
  padding-left: 10px;
  margin: 8px 0 8px 24px;
  border-left: 1px dashed #FFA626;
  color: #FFA626;
}

#kontaktform input[type="text"], #kontaktform textarea
{
  width: 100%;
  border: 0;
  border-bottom: 1px dashed #FFA626;
  margin-bottom: 4px;
}

#kontaktform textarea
{
  height: 100px;
}

#kontaktform form
{
  margin: 0;
}

#kontakt_err
{
  border-left: 6px solid red;
  padding-left: 10px;
}

#kontakt_err ul
{
  padding-left: 20px;
}

#spieler img {
  margin: 1px;
}

/**
* Footer
*/

#footer
{
  margin-top: 10px;
  margin-left: 250px;
}

#footer .r
{
  float: right;
}

#footer img
{
  vertical-align: middle;
}

/**
* Spieler Popup
*/

#spielerpopup {
  width: 740px;
  padding: 16px;
  text-align: justify;
}

#spielerpopup h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 2em;
}

#spielerpopup img {
  width: 400px;
  float: left;
  padding-bottom: 16px;
}

#spielerpopup .text {
  width: 308px;
  display: block;
  float: right;
  padding-bottom: 16px;
  padding-left: 16px;
  border-left: 1px dotted #FFA626;
}


/**
* div
*/

.hidden {
  visibility: hidden;
}












