@charset "UTF-8";

* {
  margin  : 0;
  padding : 0;
  border  : 0;
}
a {
  outline: 0;
} 
abbr {
  cursor: help;
} 
abbr:hover {
  color: #000;
  background: #EEE;
}  
a abbr:hover {
  color: inherit;
  background: inherit;
}  
.error {
  color: #F00 !important;
}
code {
  display: inline;
  font-family: "Courier New", Courier, monospace;  
  font-size: 1.2em;
  font-weight: bold;
}

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

html {
  font-family: Verdana, "Verdana Ref", sans-serif;
  color: #222;
  background: #FFF;
  font-size: 100.01%;
  line-height: 1.4;
  height: 100%;  
}
body {
  height: 100%;
  font-size: 1em;
}

#non_footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2.7em;
}
#footer, #push {
  height: 2.7em;
  clear: both;
}

h1 {
  font-size: .7em;
  text-transform: lowercase;
  font-weight: normal;
  float: left;
  padding: 6px 20px 0;
  min-width: 240px;
}
h1 a {
  color: #B00;
  text-decoration: none;
  font-weight: bold;
}
h1 a:hover {
  text-decoration: underline;
}

#main_menu {
  text-align: right;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: normal;
  background: #EEE;
  padding: 6px 0;
  border-bottom: 1px solid #888;
  min-width: 700px;
}
#main_menu .menu.lvl_1 {
  padding: 0 20px 0 0;
}
#main_menu .menu.lvl_1 li {
  display: inline; 
  padding: 0 0 0 5px;
}

#main_menu .menu.lvl_1 {
  list-style: none;
  font-size: .7em;
}
#main_menu .menu.lvl_1 ul li, .menu.lvl_1 ul {
  display: inline; 
}
#main_menu .menu.lvl_1 a {
  font-weight: bold;
  text-decoration: none;
  color: #B00;
}
#main_menu .menu.lvl_2 a {
  font-weight: normal;
}
#main_menu .menu a:hover {
  color: #000;
  text-decoration: underline;
}
#main_menu .menu strong {
  color: #888;
}

#bread {
  clear: right;
  font-size: .7em;
  text-transform: lowercase;
  padding: .5em 20px;
  border-bottom: 1px solid #222;
  margin: 1em auto 0;
  max-width: 980px;
  min-width: 700px;
  color: #666;
}
#first_bread {
  color: #222;
  font-weight: bold;
}
#bread a {
  color: #B00;
  text-decoration: none;
}
#bread a:hover {
  text-decoration: underline;
}

.flash {
  font-size: .7em;
  max-width: 980px;
  min-width: 700px;
  background: #EEE !important;
  border: 1px solid #B00;
  text-align: center;
  margin: 1em auto;
  padding: 1em 0;
}

.content_part {
  padding: 0 20px 1.5em;
  font-size: .8em;
  margin: 0 auto;
  max-width: 980px;
  min-width: 700px;
}
hr {
  clear: left;
  background: #FFF;
  height: 3px;
  margin: 0em -20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.content_part h2 {
  font-size: 1.5em;
  padding: .5em 0 .25em;
  text-transform: uppercase;
}
.content_part h3 {
  font-size: 1.1em;
  padding: .5em 0 0;
  margin: 0;
  text-transform: uppercase;
}
.content_part h4 {
  font-size: .9em;
  padding: 1em 0 0;
  text-transform: uppercase;
}
.content_part h5 {
  font-size: .8em;
  padding: .75em 0 0;
  text-transform: uppercase;
}
.content_part p {
  padding: .25em 0 1em;
}
.content_part a {
  color: #080;
  padding: 0 2px;
  text-decoration: none;
  border-bottom: 1px dashed #484;
}
.content_part a:focus {
  background: #080;
  color: #FFF;
  border-bottom: 1px solid #080;
}
.content_part a:hover {
  background: #0B0;
  color: #FFF;
  border-bottom: 1px solid #080;
}

.permalink {
  float: right;
  margin: 1em 0 0;
  font-size: 0.85em;
  text-transform: uppercase;
}

.quick_nav  {
  font-size: .85em;
  margin: 1em 0 1em;
  text-transform: uppercase;
}
.quick_nav h4 {
  font-size: 1em;
  padding: 0 5px 0 0;
}
.quick_nav ul {
}
.quick_nav li {
  display: inline;
  padding-right: 5px;
}

ol.request {
  list-style: none;
  padding: .5em 0;
}
ol.request li {
  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: 11px;
  overflow: hidden;
}

ol.response {
  list-style: none;
}
ol.response li {
  padding: 0;
  border: 1px solid #CCC;
  margin-bottom: .5em;
  background: #FFD;
  color: #222;
}
ol.response li h5 {
  font-family: "Courier New", Courier, monospace;  
  font-size: 13px;
  padding: .5em 10px;
  background: #FF8;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  text-transform: none;
  overflow: hidden;
}
ol.response li p.explain {
  padding: 1em 0 .5em;
  margin: 0 10px;
}
ol.response li p.explain.void {
  padding: 1em 0;
}
ol.response li dl {
  padding: 0 10px 1em;
  font-size : .86em;
}
ol.response li dt {
  clear: left;
  float: left;
  width: 180px;
  padding: .5em 0;
  border-top: 1px solid #BBB;
}
ol.response li dd {
  margin: 0;
  margin-left: 180px;
  padding: .5em 0 .5em 10px;
  border-top: 1px solid #BBB;
}
ol.response li ul.value_remark  {
  list-style: none;
  padding: 0;
  margin: .5em 10px 0 0;
  background: url("http://static.nophia.de/s/tools/img/icon/warning.png") no-repeat left center !important;
}
ol.response li ul.value_remark li {
  border: 0;
  padding: 0 0 0 20px;
  margin: 0 0 0 5px;
  background: transparent !important;
}
ol.response li ul.remark  {
  list-style: none;
  padding: 0 0;
  margin: 0 10px 1em 15px;
  font-size : .85em;
  background: url("http://static.nophia.de/s/tools/img/icon/warning.png") no-repeat left center !important;
}
ol.response li ul.remark li {
  border: 0;
  padding: 0 0 0 30px;
  margin: 0;
  background: transparent !important;
}

.source {
  border: 1px solid #888;
  border-bottom: 0;
  list-style: none;
  background: #FFF;
  max-height: 400px;
  overflow: scroll;
  margin-bottom: 1em;
}
.source li {
  font-family: "Courier New", Courier, monospace;  
  font-size: 12px;
  white-space: pre;
  border-bottom: 1px solid #AAA;
  padding: 4px 0;
}
.source li.odd {
  background: #FFFFFF;
}
.source li.even {
  background: #FFFFCC;
}
.source li.d1 {
  border-left: 27px solid #666;
}
.source li.d2 {
  border-left: 34px solid #666;
}
.source li.d3 {
  border-left: 41px solid #666;
}
.source li.d4 {
  border-left: 48px solid #666;
}
.source li .line {
  margin-right: 10px;
  color: #DDD;
}
.source li .line.d1 {
  margin-left: -13px;
}
.source li .line.d2 {
  margin-left: -20px;
}
.source li .line.d3 {
  margin-left: -27px;
}
.source li .line.d4 {
  margin-left: -34px;
}
.source .invisible {
  color: #BBB;
}

.source_links {
  margin: 0 0 1em;
  font-size: .9em;
}
.source_links li {
  display: inline;
}
.source_links li a {
  text-decoration: none;
}

.dryicons {
  margin: 1em 0;
  font-size: .8em;
  float: right;
}
.top_link {
  margin: 1em 0;
  font-size: .8em;
}

.input {
  padding: .25em 0 0;
}
.input.error {
  color: #F00;
}
.input .error {
  margin-left: 180px;
  padding: .25em 0;
}
.input label {
  float: left;
  width: 180px;
  cursor: pointer;
  padding-top: .05em;
}
.input select {
  border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  border: 1px solid #383838;
}
.input select option {
  padding: 0 6px 0 1px;
}
.input select:focus {
  background: #EEE;
}
.input.text input, .input.password input, .input.file input {
  border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  border: 1px solid #383838;
}
.input.text input:focus, .input.password input:focus, .input.file input:focus {
  background: #EEE;
}
.input.checkbox input {
  vertical-align: bottom;
}
.input textarea {
  border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  border: 1px solid #383838;
}
.input textarea:focus {
  background: #444;
  color: #BBB;
}
.input .short, .submit .short {
  width: 100px !important;
}
.input .long {
  width: 400px !important;
}
.input .verylong {
  width: 500px !important;
}
.input .small {
  height: 80px;
}
.submit {
  padding: 1em 0 0;
}
.submit input, .submit button {
  cursor: pointer;
  padding: .25em 10px;
  margin: 0 5px 0 180px;
  color: #222;
  border: 1px solid #BBB;
  border-radius: 2px;
  -moz-border-radius: 2px;
  background: #DDD;
}
.submit input:hover, .submit button:hover {
  border: 1px solid #888;
  background: #BBB;
}

#impressum, #impressum fieldset, #impressum .submit, #impressum input {
  display: inline;
}
#bypass, #bypass fieldset, #bypass .submit, #bypass input {
  display: inline;
}
#bypass input, #impressum input {
  color: #080;
  background: transparent;
  cursor: pointer;
  text-shadow: none !important;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  border-radius: 0;
  -moz-border-radius: 0;
}
#bypass input:focus, #impressum input:focus {
  background: #0B0;
  color: #FFF;
  text-decoration: none;
}
#bypass input:hover, #impressum input:hover {
  background: #0B0;
  color: #FFF;
  text-decoration: none;
}

.two_column {
  float: left;
  padding-bottom: 3em;
  width: 50%;
}
.two_column h3 {
  padding: 1em 0 0;
}
.two_column p {
  padding: 0 10px 1em 0;
}
.two_column ul {
  list-style: none;
  margin: 0 0px;
}
.two_column ul.two_columned {
  width: 50%;
  min-width: 200px;
  float: left;
}
.two_column ul li {
  margin: .125em 5px .125em 0;
}
.two_column ul li a {
  font-size: .86em;
  padding: .125em 2px;
  border-bottom: 0;
}
.two_first_column {
  clear: left;
}

.one_column {
  padding-bottom: 3em;
}
.four_columned {
  width: 25%;
  float: left;
  list-style: none;
}
.four_columned li {
  padding: .125em 0;
}
.four_columned a {
  font-size: .86em;
  padding: .125em 5px;
  border-bottom: 0;
}

ul.standard {
  margin: 0 0 1em 15px;
}
ul.standard li {
  margin: .25em 0;
}
ul.standard li a {
  border-bottom: 0;
}
ul.standard ul {
  margin: 0 15px 1em;
  list-style: disc;
  font-size: .86em;
}
ul.standard p {
  padding-bottom: 0;
}


#footer {
  text-transform: lowercase;
  background: #EEE;
  text-align: right;
  min-width: 700px;
}
#footer a {
  color: #B00;
  text-decoration: none;
  font-weight: bold;
}
#footer a:focus {
  background: #B00;
  color: #FFF;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: underline;
}
#footer_content {
  border-top: 1px solid #888;
  padding: .8em 20px .2em;
  font-size: .6em;
}
#copyrights, #last_changed, #host_europe, #own_pages {
  display: inline;
}
#host_europe img {
  display: none;
}
#own_pages h5, #host_europe h5 {
  padding: .25em 0;
  font-weight: normal;
  font-size: 1em;
  display: inline;
}
#own_pages ul {
  list-style: none;
  display: inline;
}
#own_pages ul li {
  display: inline;
}
#own_pages a {
  padding: 0 2px;
}
#own_pages a:focus {
  text-decoration: underline;
}
#own_pages a:hover {
}

#add_results_block {
  float: right;
  clear: right;
  margin: 1em 0 1em 20px;
}
#add_links {
  font-size: .8em;
  text-align: center;
  padding: 1em 0;
}

#offline {
  text-align: center;
  height: 56px;
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -28px;
}
