@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800);body { font-family: 'Dosis';  font-size: 12px;
                                    line-height: 15px;
                                    font-weigth: 500;
                                    letter-spacing: 0.25px }@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800);

body {
    background-color: #282320 !important;
    background-image: url("/gfx/site_bg.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    color: #DEDEAB;
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

div#content {
    background-color: rgba(28, 22, 19, 0.95);
    border: 1px solid #7A725D;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    margin: 221px auto 1px -199px;
    position: fixed;
    width: 398px;
}
div#content div#status {
    position: absolute;
    margin:10px;
}
div.top-bar {
    background-image: url("/gfx/frontpage_teaser-line-top.png");
    background-position: 0 13px;
    background-repeat: no-repeat;
    height: /*43px*/36px;
    left: 50%;
    margin-left: -458px;
    position: fixed;
    top: 214px;
    width: 952px;
    z-index: 2;
}
div.top-bar div.glow {
	background-image: url("/gfx/frontpage_teaser-glow-top.png");
	height: 12px;
	margin: auto;
	width: 401px;
}
div#menu {
    background-image: url("/gfx/frontpage_teaser-border.png");
    background-position: 65px 0;
    background-repeat: no-repeat;
    height: 136px;
    margin-left: -300px;
    left: 50%;
    position: fixed;
    overflow:hidden;
    top: 227px;
    width: 615px;
}
div#menu ul {
	display: block;
	float: left;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	width: 80px;
	z-index: 5;
    margin-top: 20px;
}
div#menu ul.left { margin-right: 20px; }
div#menu ul.right { margin-left: 520px; }
div#menu ul li {
	height: 20px;
	text-align: left;
    overflow: visible;
    white-space: nowrap;
}
div#menu ul li a {
	color: #DEDEAB;
	opacity: 0.8;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);

	transition: opacity 0.25s, text-shadow 0.25s;
	-o-transition: opacity 0.25s, text-shadow 0.25s;
	-moz-transition: opacity 0.25s, text-shadow 0.25s;
	-webkit-transition: opacity 0.25s, text-shadow 0.25s;
}
div#menu ul li a:hover {
	opacity: 1;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
div#menu ul.left li { text-align: right; }
div#menu img { position: absolute; left: 101px; }
div.bottom-bar {
    background-image: url("/gfx/frontpage_bg-bar.png");
    background-repeat: repeat-x;
    height: 79px;
    left: 0;
    position: fixed;
    top: 362px;
    width: 100%;
}
div.bottom-bar div.line {
	background-image: url("/gfx/frontpage_teaser-line-bottom.png");
	background-position: center center;
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}
div.bottom-bar div.glow {
	background-image: url("/gfx/frontpage_teaser-glow-bottom.png");
	background-repeat: no-repeat;
	height: 18px;
	margin: auto;
	width: 852px;
}
div#content div.inner {
    margin-top: 143px;
    max-height: 350px;
    overflow: auto;
    padding: 10px;
    position: relative;
    text-align: justify;
}
div#content div.inner h1 {
    font-size: 15px;
    margin-top: 5px;
}
div#content div.inner h2 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div#content div.inner p { line-height: 18px; font-size:11px; }
div#content div.inner div.collapse { display:none; }

div#content div.inner a:before { content: " »  " }
div#content div.inner a {
    color: #DEDEAB;
    font-weight: bold;
    opacity: 0.8;
    text-shadow: 0 0 2px #000;
    text-decoration: none;
    padding-right: 5px;

    transition: opacity 0.25s, text-shadow 0.25s;
    -webkit-transition: opacity 0.25s, text-shadow 0.25s;
    -moz-transition: opacity 0.25s, text-shadow 0.25s;
    -o-transition: opacity 0.25s, text-shadow 0.25s;
}
div#content div.inner a:hover {
    opacity: 1;
    text-shadow: 1px 1px 3px #000;
}

div.content-shadow {
	background-image: url("/gfx/frontpage_shadow.png");
	height: 27px;
	margin: auto;
	width: 388px;
}
div.credits {
	color: #9F9F9F;
	display: block;
	opacity: 0.75;
	position: fixed;
	right: 20px;
	text-align: right;
	bottom: 15px;

	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	transition: opacity 0.25s, text-shadow 0.25s;
	-o-transition: opacity 0.25s, text-shadow 0.25s;
	-moz-transition: opacity 0.25s, text-shadow 0.25s;
	-webkit-transition: opacity 0.25s, text-shadow 0.25s;
}
div.credits:hover {
	opacity: 1;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

div#revision {
	bottom: 15px;
	color: #9F9F9F;
	left: 20px;
	opacity: 0.75;
	position: fixed;

	text-shadow: 0 0 2px rgba(0,0,0,0.8);

	transition: opacity 0.25s, text-shadow 0.25s;
	-o-transition: opacity 0.25s, text-shadow 0.25s;
	-moz-transition: opacity 0.25s, text-shadow 0.25s;
	-webkit-transition: opacity 0.25s, text-shadow 0.25s;
}
div#revision:hover {
	opacity: 1;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

h1.collapsor span, h2.collapsor span {
    display:block; float: right;
}

/* Login */
a.pwdforgotten { position: absolute; text-decoration: none; color: rgb(222, 222, 171); font-size: 10px; right: -4px; top: 31px }
form#formLogin { padding: 8px 14px }
form#formLogin fieldset {
	border: medium none;
	margin: 0 0 20px;
	padding: 0;
}
form#formLogin fieldset label {
	color: rgba(222, 222, 172, 0.6);
	display: block;
	float: left;
	height: 50px;
	position: relative;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	width: 164px;
}
form#formLogin fieldset input {
	background-color: transparent;
	background-image: url("/gfx/frontpage_input.png");
	background-repeat: no-repeat;
	border: medium none;
	color: #DEDEAB;
	height: 26px;
	margin-left: -7px;
	opacity: 0.5;
	padding: 2px 6px;
	width: 165px;

	transition: opacity 0.25s ease 0s;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
}
form#formLogin fieldset input:focus { opacity:1 }
form#formLogin fieldset label input.submit {
	background-color: transparent;
	background-image: url("/gfx/frontpage_submit.png");
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 27px;
	opacity: 1;
	position: absolute;
	right: -10px;
	top: 1px;
	width: 28px;
}
small {
	color: #DEDEAB;
	font-size: 11px;
	opacity: 0.6;
}

img#wallpaper {
    left: 0;
    opacity: 1;
    position: absolute;
    top: -199px;
    width: 100%;
}
div.menu-cover {
  background-color: rgba(0, 0, 0, 0.5);
  height: 136px;
  left: 0;
  position: absolute;
  top: 228px;
  width: 100%;
}

div.population {
    position: absolute;
    left: 50%; top: 400px;
    margin-left: 220px;
    background-image: url(/gfx/circularPopulation_bg.png);
    background-repeat: no-repeat;
}
div.population #circularPopulation {
}
div.population table {
    position: absolute;
    left: -9px; top: 47px;
    color: #FFF;
    font-family: 'Dosis', sans-serif;
    font-size: 11px;
    width: 140px;
}
div.population table th {
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    width: 40px;
}
div.population table td {
    color: #877C76;
    text-shadow: 0 0 1px #000;
    text-align: left;
}
​
#register div.population {
  left: auto;
  margin: 0;
  right: 30px;
  top: 40px;
  width: 125px;
  display:none !important;
}
#register div.top-bar {
  left: auto;
  margin-left: 0;
  margin-top: -14px;
  position: absolute;
  top: 20%;
  width: 100%;
  background-repeat: repeat-x;
}
#register div.bottom-bar {
  position: absolute;
  top: 80%;
}
#register div.content {
  background-color: rgba(0, 0, 0, 0.25);
  height: 60%;
  position: absolute;
  top: 20%;
  width: 100%;
}
#register div.content .inner {
  background-color: rgba(0, 0, 0, 0.66);
  border-color: rgba(66, 66, 19, 0.5);
  border-style: solid;
  border-width: 0 1px;
  height: 100%;
  left: 50%;
  margin-left: -420px;
  overflow: auto;
  position: absolute;
  text-align: left;
  width: 840px;
}
#register div.inner-page {
  float: left;
  padding: 30px;
  width: 760px;
}
#register h1, #register h2 {
  color: white;
  font-family: 'Dosis', sans-serif;
  font-size: 36px;
  font-weight: 100;
  margin: 0 0 30px;
  text-shadow: 1px 1px 1px black;
}
#register p {
  color: #DEE1E0;
  font-size: 14px;
  line-height: 26px;
}
#register #pageindex {
  top: 20px;
  position: absolute;
  right: 20px;
  text-transform:uppercase
}
#register div.content button {
  background: url("/gfx/frontpage-arrows.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  height: 400px;
  opacity: 0.5;
  position: fixed;
  text-indent: -2000em;
  width: 10%;
}
#register div.content button.next {
  background-position: -295px 36px;
  opacity: 1;
  right: 20px;
}
#register div.content button.prev {
  background-position: 10px 36px;
  left: 20px;
}
#register div.content button.next:hover {
  background-position: -295px -364px;
  opacity: 1;
}
#register div.content button.prev:hover {
  background-position: 10px -364px;
  opacity: 1;
}

#register div.content .inner label {
  display: inline-block;
  font-size: 16px;
}

#register div.content .inner input[type="submit"] {
  background: none repeat scroll 0 0 transparent;
  border-style: solid;
  border-width: 0 1px 3px 0;
  border-color: #97964C;
  color: #DEDEAB;
  cursor: pointer;
  font-size: 16px;
  padding: 20px;

  position: absolute;
  bottom: 0px;
  right: 0px;

  transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#register div.content .inner input[type="submit"]:hover {
    color:white;
}

#IdentityCard {
  background-image: url("/gfx/lines-diag-bg50.png");
  height: 239px;
  margin-left: 85px;
  padding: 5px;
  width: 595px;
}
#IdentityCard div.card-inner {
  background-color: rgba(32, 23, 19, 0.5);
  background-image: url("/gfx/identity_card.png");
  background-position: 5px 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #292522;
  border-right: 1px solid #292522;
  height: 100%;
  position: relative;
  width: 100%;
}
#IdentityCard input, #IdentityCard select {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: white;
  font-size: 19px;
  padding: 3px 6px;
  position: absolute;
}
#IdentityCard input.invalid, #IdentityCard select.invalid {
  box-shadow: -3px 1px 6px 0 #FF3C00;
}
#IdentityCard input:focus, #IdentityCard select:focus {
  box-shadow: -2px 0px 3px 0 rgba(92,255,20, 0.25);
}
#IdentityCard  label {
  font-size: 11px !important;
  position: absolute;
}
#IdentityCard #name {
  height: 27px;
  left: 74px;
  top: 21px;
  width: 185px;
}
#IdentityCard  #labelName {
  left: 81px;
  top: 53px;
}
#IdentityCard #geschlecht {
  font-size: 15px;
  left: 274px;
  top: 28px;
  width: 166px;
}
#IdentityCard  #labelGeschlecht {
  left: 280px;
  top: 53px;
}
#IdentityCard #alter {
  left: 443px;
  text-align: center;
  top: 26px;
  width: 115px;
}
#IdentityCard  #labelAlter {
  left: 449px;
  top: 53px;
}
#IdentityCard #email {
  font-size: 17px;
  left: 74px;
  top: 79px;
  width: 484px;
}
#IdentityCard  #labelEmail {
  left: 81px;
  top: 105px;
}
#IdentityCard  #labelAgb {
  font-size: 12px !important;
  left: 74px;
  padding: 5px 0 5px 25px;
  position: absolute;
  top: 140px;
}
#IdentityCard #agb, #IdentityCard #regeln {
  left: 0;
  top: 4px;
}
#IdentityCard label a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#IdentityCard  #labelRegeln {
  font-size: 12px !important;
  left: 74px;
  padding: 5px 0 5px 25px;
  position: absolute;
  top: 168px;
}
#IdentityCard input#submit {
  background-image: url("/gfx/sign.png");
  background-repeat: no-repeat;
  border: medium none;
  height: 111px;
  opacity: 0.1;
  width: 232px;

  transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
}
#IdentityCard input#submit:hover, #IdentityCard input#submit:focus {
    opacity: 0.66;
}

#IdentityCard #labelSubmit {
  left: 412px;
  top: 209px;
}
