@charset "UTF-8";
* {
  margin  : 0;
  padding : 0;
  border  : 0;
}
html {
  font-family: Verdana, sans-serif;
  font-size: 100.01%;
  line-height: 1.6;
  background: #FAFAFA;
  color: #666;
  height: 100%;
}
body {
  font-size: .8em;
  text-align: center;
  height: 100%;
}
a {
  outline: none;
}

.error {
  color: #F30039;
}

.clearfix:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

h1 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 4px solid #444;
  background: #19C6F4;
  padding: 1em 0;
  color: #FFF;
}
h1 a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
h1 a:focus {
  color: #222;
  text-decoration: underline;
}
h1 a:hover {
  color: #222;
}
#skiplinks {
  display: none;
}

.flash {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #444;
  padding: .5em 0;
  color: #222;
}
.flash_error {
  background: #F30039;
  color: #FFF;
}
.flash_success {
  background: #85F419;
  color: #222;
}
.flash_success_maybe {
  background: #F4BE19;
  color: #222;
}
#authMessage {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #444;
  padding: .5em 0;
  background: #F30039;
  color: #FFF;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -144px;
}
#container {
  width: 960px;
  margin: 0 auto;
}
* html #container {
  height: 100%;
}
#bread {
  text-align: left;  
  text-transform: uppercase;
  border-bottom: 1px dashed #222;
  font-size: 0.86em;
  color: #222;
  padding: 2em 10px .25em;
}
#bread a {
  font-weight: bold;
  color: #0096BF;
  text-decoration: none;
}
#bread a:focus {
  color: #222;
  text-decoration: underline;
}
#bread a:hover {
  color: #222;
}
#main_column {
  float: left;
  width: 680px;
  text-align: left;
  margin-bottom: 1em;
}
#error #main_column, #game #main_column, #offline #main_column {
  width: 960px;
}
#main_column a {
  color: #0096BF;
  text-decoration: none;
}
#main_column a:focus {
  background: #DDD;
  color: #222;
}
#main_column a:hover {
  color: #222;
}
#page {
  border: 1px solid #BBB;
  border-radius: 8px;
  -moz-border-radius: 8px;
  margin: 1em 0;
  background: #FFF;
  box-shadow: 1px 1px 3px #BBB;
  -moz-box-shadow: 1px 1px 3px #BBB;
}
#main_column h2 {
  font-family: Georgia, serif;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #DDD;
  border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	padding: 1em 35px;
	margin-bottom: 1em;
  border-bottom: 1px solid #BBB;
}
#page_content {
  padding: 0 30px;
}
#page_content h3, #game h3 {
  font-family: Georgia, serif;
  margin: 1em 0 0;
  font-size: .86em;
  font-weight: normal;
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px solid #666;
	margin: 2em 0 0;
	padding: 0 5px;
}
#page_content h3 a, #page_content h3 span {
  float: right;
}
#page_content h4 {
  font-family: Georgia, serif;
  font-size: .86em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 5px;
  margin: 2em 0 0;
  border-bottom: 1px dashed #BBB;
}
#page_content h4 a, #page_content h4 span {
  float: right;
}
#page_content h5 {
  float: right;
  font-family: Georgia, serif;
  font-size: .78em;
  font-weight: normal;
  text-transform: uppercase;
  padding: .25em 5px 0;
}
#page_content p {
  padding: .5em 5px;
}
#page_content p a:after {
  content: "»";
  margin-left: .25em;
}
#page_content p.stats {
  font-size: .76em;
}
#page_content p.pfooter {
  border-top: 1px dotted #BBB;
  font-size: .86em;
}
#page_content ul.text {
  margin: .25em 20px;
}

.image_show {
  border: 1px solid #DDD;
  padding: 9px 9px 0 9px;
  background: #FAFAFA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #222;
  margin: 1em 0 .5em;
}
.image_show p {
  font-size: .86em;
  padding: .6em 10px 0;
  text-align: center;
  color: #222;
}
.image_show .link {
  display: block;
  width: 596px;
  height: 397px;
  overflow: hidden;
  border: 1px solid #BBB;
  box-shadow: 1px 1px 3px #888;
  -moz-box-shadow: 1px 1px 3px #888;
}
.image_show .link:focus, .image_show .link:hover {
  border: 1px solid #666;
}
.image_show img {
  width: 596px;
  height: 447px;
  margin: -25px 0;
}

.vote_navigation {
  text-align: center;
  padding: 0 10px .5em;
  font-size: .86em;
  color: #FAFAFA;
}
.vote_navigation .prev_link {
  float: left;
}
.vote_navigation .next_link {
  float: right;
}
.vote_navigation .vote {
  color: #222;
}

.image_thumb {
  float: left;
  border: 1px solid #DDD;
  padding: 3px 4px 3px 3px;
  background: #FAFAFA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #222;
  margin: .75em 15px .5em 5px;
}
.image_thumb .link {
  display: block;
  width: 160px;
  height: 110px;
  overflow: hidden;
  border: 1px solid #BBB;
  box-shadow: 1px 1px 3px #888;
  -moz-box-shadow: 1px 1px 3px #888;
}
.image_thumb .link:focus, .image_thumb .link:hover {
  border: 1px solid #666;
}
.image_thumb img {
  width: 160px;
  height: 120px;
  margin: -5px 0;
}

dl.info {
  margin: .5em 5px;
}
dl.info dt {
  float: left;
  width: 140px;
  padding: 0;
}
dl.info dd {
  margin-left: 140px;
  padding: 0;
}
dl.info .separator {
  padding-bottom: .75em;
}

.input {
  padding: .125em 5px;
}
.input .error {
  font-size: .86em;
  margin-left: 184px;
  padding: 0 0 .25em 0;
}
.input label {
  float: left;
  width: 180px;
  cursor: pointer;
  padding-top: .25em;
}
.input.text input, .input.password input, .input.file input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;  
  font-size: 12px;
  width: 200px;
  padding: 2px;
  color: #222;
  border: 1px solid #BBB;
}
.input.text input:focus, .input.password input:focus, .input.file input:focus {
  background: #FFF;
  border: 1px solid #666;
  box-shadow: 1px 1px 3px #BBB;
  -moz-box-shadow: 1px 1px 3px #BBB;
}
.input.checkbox input {
  vertical-align: bottom;
}
.input textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;  
  font-size: 12px;
  width: 200px;
  height: 140px;
  padding: 2px;
  color: #222;
  border: 1px solid #BBB;
}
.input textarea:focus {
  background: #FFF;
  border: 1px solid #666;
  box-shadow: 1px 1px 3px #BBB;
  -moz-box-shadow: 1px 1px 3px #BBB;
}
.input .short, .submit .short {
  width: 100px !important;
}
.input .long {
  width: 400px !important;
}
.input .small {
  height: 80px;
}
.submit {
  padding: .25em 0;
}
.submit input, .submit button {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;  
  font-size: 12px;
  cursor: pointer;
  padding: .25em 2px;
  width: 200px;
  margin: 0 5px 0 185px;
  color: #222;
  border: 1px solid #BBB;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background: #DDD;
  box-shadow: 1px 1px 3px #BBB;
  -moz-box-shadow: 1px 1px 3px #BBB;
}
.submit input:focus, .submit button:focus, .submit input:hover, .submit button:hover {
  border: 1px solid #666;
}
.input.email, .input.url {
  display: none;
}

#impressum {
  margin: 0 5px;
}
#impressum form, #impressum fieldset, #impressum .submit, #impressum input {
  display: inline;
  vertical-align: baseline;
}
#impressum input {
  font-family: Verdana, sans-serif;
  color: #0096BF;
  background: transparent;
  cursor: pointer;
  border: 0;
  border-bottom: 1px dotted;
  padding: 0;
  margin: 0;
  font-size: 1em;
  width: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}

.paginator {
  border-top: 1px solid #BBB;
  background: #DDD;
  padding: 1em 35px;
  font-size: .86em;
  margin: 2em -30px -2em;
  text-transform: uppercase;
}
.paginator .pages {
}
.paginator .pages a {
  display: inline-block;
  padding: 2px 1em;
  text-align: center;
  color: #222;
  background: #FFF;
  border: 1px solid #BBB !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 2px;
}
.paginator .pages a:focus, .paginator .pages a:hover {
  background: #19C6F4 !important;
}
.paginator .current {
  display: inline-block;
  padding: 2px 1em;
  text-align: center;
  border: 1px solid #BBB;
  background: #19C6F4;
  color: #FFF !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 2px;
}
.paginator .current:before {
  content: " Seite ";
}
.paginator .prev, .paginator .next {
  padding: 2px 1em;
}
.paginator .disabled {
  display: inline-block;
  text-align: center;
  color: #BBB;
  padding: 2px 1em;
  border: 1px solid #BBB;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 2px;
  background: #FFF;
}
.paginator .counter {
  color: #666;
} 

#page_foot {
  font-size: .86em;
  padding: 1em 35px;
  color: #666;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #BBB;
  background: #DDD;
  border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-top: 2em;
}

#sub_column {
  width: 250px;
  float: right;
  margin: 1em 0 2em;
  text-align: left;
}
#sub_column .lvl_1, #sub_column .lvl_2 {
  text-transform: uppercase;
  list-style: none;
}
#sub_column .lvl_1 a, #sub_column .lvl_1 strong {
  display: block;
  text-decoration: none;
  padding: .5em 10px;
  color: #666;
  font-size: .72em;
  border: 1px solid #DDD;
  border-radius: 4px;
	-moz-border-radius: 4px;
  margin: 0 0 1px;
  background: #FFF;
}
#sub_column .lvl_1 a:focus, #sub_column .lvl_1 a:hover, #sub_column .lvl_1 a.active:hover, #sub_column .lvl_1 strong {
  border: 1px solid #BBB;
  background: #19C6F4;
  color: #FFF;
  font-weight: normal;
}
#sub_column .lvl_1 a.active {
  border: 1px solid #BBB;
  background: #19C6F4;
  color: #FFF;
  font-weight: normal;
}
#sub_column .lvl_2 a {
  display: block;
  text-decoration: none;
  padding: .5em 10px;
}
#sub_column .lvl_2 strong {
  padding: .5em 10px;
  font-weight: normal;
}
#sub_column .lvl_2 a:before, #sub_column .lvl_2 strong:before {
  content: "» ";
}
#sub_column h2 {
  border: 1px solid #BBB;
  background: #19C6F4;
  color: #FFF;
  font-weight: normal;
  padding: .5em 10px;
  font-size: .72em;
  border-radius: 4px;
	-moz-border-radius: 4px;
  margin: 1.5em 0 1px;
  text-transform: uppercase;
}
#sub_column h3 {
  font-family: Georgia, serif;
  font-size: 1em;
  text-transform: uppercase;
	padding: 0 5px;
}
#sub_column p {
	padding: 0 5px;
}
#sub_column a {
  color: #0096BF;
  text-decoration: none;
}
#sub_column a:focus {
  background: #DDD;
  color: #222;
}
#sub_column a:hover {
  color: #222;
}

#adds_sub_column {
  margin-top: 2em;
  font-size: .72em;
}

#news_teaser {
  border: 1px solid #DDD;
  border-radius: 4px;
	-moz-border-radius: 4px;
  background: #FFF;
  font-size: .86em;
  padding: .5em 10px 1em !important;
}

#tag_cloud {
  border: 1px solid #DDD;
  border-radius: 4px;
	-moz-border-radius: 4px;
  background: #FFF;
  list-style: none;
  line-height: 1.3;
  text-align: center;
  font-size: 1.2em;
  padding: .5em 5px;
}
#tag_cloud li {
  display: inline-block;
  text-transform: lowercase;
  vertical-align: middle;
}
* html #tag_cloud li { display: inline; } 
*:first-child+html #tag_cloud li { display: inline; }
#tag_cloud li span {
  display: none;
}
#tag_cloud li.very_unimportant {
  font-size: .7em;
}
#tag_cloud li.unimportant  {
  font-size: .85em;
}
#tag_cloud li.medium  {
  font-size: 1em;
}
#tag_cloud li.important {
  font-size: 1.15em;
}
#tag_cloud li.very_important {
  font-size: 1.3em;
}

.image_last {
  border: 1px solid #DDD;
  padding: 6px 0 6px 6px;
  background: #FAFAFA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #222;
}
.image_last .link {
  display: block;
  width: 232px;
  height: 154px;
  overflow: hidden;
  border: 1px solid #BBB;
  box-shadow: 1px 1px 3px #888;
  -moz-box-shadow: 1px 1px 3px #888;
}
.image_last .link:focus, .image_last .link:hover {
  border: 1px solid #666;
}
.image_last img {
  width: 232px;
  height: 174px;
  margin: -10px 0;
}

#push {
  height: 144px;
  clear: both;
}
#footer {
  clear: both;
  font-weight: normal;
  text-transform: uppercase;
  background: #19C6F4;
  padding: 0;
  color: #222;
  border-top: 4px solid #444;
  height: 140px;
}
#footer_container {
  font-size: .72em;
  width: 890px;
  margin: 2em auto 0;
}
#copy_changed {
  float: left;
  width: 34%;
}
#host_europe {
  float: left;
  width: 33%;
  text-align: right;
}
#host_europe img {
  display: none;
  width: 1px;
  height: 1px;
}
#own_pages {
  float: left;
  width: 33%;
  text-align: left;
}
#footer ul {
  list-style: none;
}
#footer h5 {
  font-size: 1em;
  font-weight: normal;
}
#footer a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}
#footer a:focus, #footer a:hover {
  color: #FFF;
}

#game p.text {
  padding: 0 35px;
  text-align: center;
}
#game_menu {
  font-family: Georgia, serif;
  font-size: .86em;
  text-transform: uppercase;
  background: #DDD;
  border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	padding: 1em 35px;
	margin-bottom: 1em;
  border-bottom: 1px solid #BBB;
}
#game_menu div {
  float: right;
}
#image_one {
  float: left;
  width: 50%;
}
#image_two {
  float: right;
  width: 50%;
}
#image_one_content, #image_two_content {
  padding: 0 30px;
}

.image_game {
  border: 1px solid #DDD;
  padding: 8px 9px 8px 8px;
  background: #FAFAFA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #222;
  margin: 1em 0 .5em;
}
.image_game p {
  font-size: .86em;
  padding: .6em 10px 0;
  text-align: center;
  color: #222;
}
.image_game .link {
  display: block;
  width: 398px;
  height: 259px;
  overflow: hidden;
  border: 1px solid #BBB;
  box-shadow: 1px 1px 3px #888;
  -moz-box-shadow: 1px 1px 3px #888;
}
.image_game img {
  width: 398px;
  height: 299px;
  margin: -20px 0;
}
#question {
  clear: both;
  padding: 0 35px;
  text-align: center;
}
#question h4 {
  font-size: 1em;
  text-transform: uppercase;
  padding: 1em 5px .5em;
  color: #222;
}
#question button {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;  
  font-size: 12px;
  cursor: pointer;
  padding: .25em 2px;
  width: 200px;
  color: #222;
  margin: .5em 5px;
  border: 1px solid #BBB;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background: #DDD;
  box-shadow: 1px 1px 3px #BBB;
  -moz-box-shadow: 1px 1px 3px #BBB;
}
#adds_game {
  margin: 2em auto;
  text-align: center;
}
