@charset "UTF-8";
@import url(reset.css);

/* basically
------------------------------------------------------------------------------*/
html {
  height: 101%;
}
body {
  background: #666 url(../images/dokuHeadBackground.jpg) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.invisible {
  display: inline;
  height: 0;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0;
  z-index: 200;
}
a.linkArticle {
  padding-left: 12px;
  background: #EEE url(../images/linkArticle.gif) no-repeat center left;
  text-decoration: underline;
}
abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

/* helpLinks (invisible)
------------------------------------------------------------------------------*/
#helpLink {
  margin: 0;
  padding: 0;
  text-align: left;
}
#helpLink ol {
  margin: 0;
  padding: 0;
}
#helpLink li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#helpLink a:link, #helpLink a:visited, #helpLink a:hover {
  height: 1em;
  left: -400em;
  position: absolute;
}
#helpLink a:active, #helpLink a:focus {
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  height: auto;
  text-align: center;
  width: 20em;
}

/* Page layout
------------------------------------------------------------------------------*/
#container {
  background: #FFF;
  width: 80%;
  min-width: 780px;
  max-width: 870px;
  margin: 0 auto;
}
#header {
  height: 80px;
}
#header img {
  float: left;
  margin: 33px 0 0 31px;
  border: none;
}

/* Top-Navigation
------------------------------------------------------------------------------*/
#topMenu ul {
  list-style-position: outside;
  list-style-type: none;
  float: right;
  margin: 15px 6px 0 0;
}
#topMenu li {
  display: inline;
  font-size: 70%;
  padding: 0 10px 0 5px;
  background: url(../images/pipeGrey.gif) no-repeat bottom right;
}
#topMenu ul .last {
  background: url(../images/pipeClear.gif) no-repeat;
}

/* Content
------------------------------------------------------------------------------*/
#contentWrapper {
  width: 100%;
  min-width: 780px;
  background: #FFF;
}
/* Tab-Navigation
------------------------------------------------------------------------------*/
#tabRow {
  clear: both;
}
#tabRow a {
  text-decoration: none;
  font-size: 0.75em;
}
#tabRow span {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 81%
}
#tab {
  width: 94.58%;
  height: 2.55em;
  position: relative;
  margin-right: 15px;
  float: right;
}
#tab li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
#tab li, #tab a {
  height: 100%;
  display: block;
}
#tab1 {
  left: 0%;
  width: 25%;
  border-right: 1px #FFF solid;
  background: #069;
}
#tab2 {
  left: 25%;
  width: 25%;
  border-right: 1px #FFF solid;
  border-left: 1px #FFF solid;
  background: #F70;
}
#tab3 {
  left: 50%;
  width: 25%;
  border-left: 1px #FFF solid;
  background: #396;
}
#tab71 {
  left: 75%;
  width: 25%;
  border-left: 1px #FFF solid;
  background: #C00;
}
#tab .first a {
  background: url(../images/tabLo.gif) no-repeat top left;
}
#tab .last a {
  background: url(../images/tabRo.gif) no-repeat top right;
}
#tab1 a:link, #tab1 a:visited, #tab2 a:link, #tab2 a:visited, #tab3 a:link, #tab3 a:visited, #tab71 a:link, #tab71 a:visited {
  color: #FFF;
}
#tab1 a:hover, #tab1 a:focus, #tab1.active a, #tab2 a:hover, #tab2 a:focus, #tab2.active a, #tab3 a:hover, #tab3 a:focus, #tab3.active a, #tab71 a:hover, #tab71 a:focus, #tab71.active a {
  color: #FFF;
  font-weight: bold;
}

/* Border under Tab-Navigation
------------------------------------------------------------------------------*/
#tabBorder {
  clear: both;
}
#tabBorder p {
  color: #FFF;
  line-height: 3em;
  font-size: 0.65em;
  margin-left: 31px;
}
#tabBorder a {
  color: #FFF;
  text-decoration: underline;
}
#tabBorder1 {
  background: #069;
  height: 2em;
}
#tabBorder2 {
  background: #F70;
  height: 2em;
}
#tabBorder3 {
  background: #396;
  height: 2em;
}
#tabBorder4 {
  background: #000;
  height: 2em;
}
#tabBorder71 {
  background: #C00;
  height: 2em;
}

/* Sub-Navigation
------------------------------------------------------------------------------*/
#col1 {
  clear: both;
  width: 180px;
  float: left;
  margin: 20px 0 0 30px;
}
#col1 h2 {
  font-size: 1em;
}
#col1 h3 {
  font-size: .85em;
}
#col1 p {
  font-size: .75em;
}
#col1 fieldset {
  vertical-align: top;
}
#col1 ul {
  list-style-type: none;
  margin-top: 10px;
}
#col1 ul li {
  font-size: 80%;
  padding: 10px 5px;
  border-bottom: 1px solid #666;
}
#col1 ul li a {
  padding: 0 15px;
  color: #000;
  text-decoration: none;
  display: block;
}
#col11 ul li a:link, #col11 ul li a:visited {
  background: url(../images/squareEmptyBlue.gif) no-repeat left;
}
#col11 ul li a:hover, #col11 ul li a:focus, #col11 ul li a:active, #col11 ul li.active a {
  background: url(../images/squareFullBlue.gif) no-repeat left;
}
#col12 ul li a:link, #col12 ul li a:visited {
  background: url(../images/squareEmptyOrange.gif) no-repeat left;
}
#col12 ul li a:hover, #col12 ul li a:focus, #col12 ul li a:active, #col12 ul li.active a {
  background: url(../images/squareFullOrange.gif) no-repeat left;
}
#col13 ul li a:link, #col13 ul li a:visited {
  background: url(../images/squareEmptyGreen.gif) no-repeat left;
}
#col13 ul li a:hover, #col13 ul li a:focus, #col13 ul li a:active, #col13 ul li.active a {
  background: url(../images/squareFullGreen.gif) no-repeat left;
}
#col14 ul li a:link, #col14 ul li a:visited {
  background: url(../images/squareEmptyBlack.gif) no-repeat left;
}
#col14 ul li a:hover, #col14 ul li a:focus, #col14 ul li a:active, #col14 ul li.active a {
  background: url(../images/squareFullBlack.gif) no-repeat left;
}
#col171 ul li a:link, #col171 ul li a:visited {
  background: url(../images/squareEmptyRed.gif) no-repeat left;
}
#col171 ul li a:hover, #col171 ul li a:focus, #col171 ul li a:active, #col171 ul li.active a {
  background: url(../images/squareFullRed.gif) no-repeat left;
}

/* Sub-Sub-Navigation
------------------------------------------------------------------------------*/
#col1 ul li ul {
  list-style-type: none;
}
#col1 ul li ul li{
  font-size: 95%;
  padding: 5px 15px;
  border: none;
}
#col1 ul li ul li a {
  padding: 0 15px;
  color: #000;
  text-decoration: none;
  display: block;
}
#col11 ul li ul li a:link, #col11 ul li ul li a:visited {
  background: url(../images/squareSubEmptyBlue.gif) no-repeat left;
}
#col11 ul li ul li a:hover, #col11 ul li ul li a:focus, #col11 ul li ul li a:active, #col11 ul li ul li.active a {
  background: url(../images/squareSubFullBlue.gif) no-repeat left;
}
#col12 ul li ul li a:link, #col12 ul li ul li a:visited {
  background: url(../images/squareSubEmptyOrange.gif) no-repeat left;
}
#col12 ul li ul li a:hover, #col12 ul li ul li a:focus, #col12 ul li ul li a:active, #col12 ul li ul li.active a {
  background: url(../images/squareSubFullOrange.gif) no-repeat left;
}
#col13 ul li ul li a:link, #col13 ul li ul li a:visited {
  background: url(../images/squareSubEmptyGreen.gif) no-repeat left;
}
#col13 ul li ul li a:hover, #col13ul li ul li  a:focus, #col13 ul li ul li a:active, #col13 ul li ul li.active a {
  background: url(../images/squareSubFullGreen.gif) no-repeat left;
}
#col14 ul li ul li a:link, #col14 ul li ul li a:visited {
  background: url(../images/squareSubEmptyBlack.gif) no-repeat left;
}
#col14 ul li ul li a:hover, #col14 ul li ul li a:focus, #col14 ul li ul li a:active, #col14 ul li ul li.active a {
  background: url(../images/squareSubFullBlack.gif) no-repeat left;
}
#col171 ul li ul li a:link, #col171 ul li ul li a:visited {
  background: url(../images/squareSubEmptyRed.gif) no-repeat left;
}
#col171 ul li ul li a:hover, #col171 ul li ul li a:focus, #col171 ul li ul li a:active, #col171 ul li ul li.active a {
  background: url(../images/squareSubFullRed.gif) no-repeat left;
}


/* Newsbox - Stolen from an articel of "A List Apart"
------------------------------------------------------------------------------*/
#newsBox, #bookBox {
  width: 180px;
  margin-bottom: 20px;
}
#newsBox dl, #bookBox dl {
  margin-top: 1.5em;
  padding: 0;
  background: #DDD url(../images/box_bottom.gif) no-repeat bottom left;
  }
#newsBox dt, #bookBox dt {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #999 url(../images/box_top.gif) no-repeat top left;
}
#newsBox dd, #bookBox dd {
  margin-left: 10px;
  padding: 0 10px 5px 0;
  color: #333;
  font-size: 75%;
}
#newsBox dd a, #bookBox dd a {
  padding: 0 10px 10px 10px;
  color: #333;
  font-size: 100%;
  background: url(../images/arrow.gif) no-repeat 0 3px;
}
#newsBox .grey dt, #bookBox .grey dt {
  background-color: #999;
}

/* TV Sub-Area
------------------------------------------------------------------------------*/
#subArea a {
  margin-top: 1.5em;
  color: #C00;
  font-weight: bold;
}

/* Content
------------------------------------------------------------------------------*/
#col2 {
  float: right;
  text-align: left;
  margin: 35px 0;
  width: 70.7%;
}
#col21, #col22, #col23, #col24, #col271 {
  width: 90%;
  padding-right: 40px;
}
#col2 h1, #col2 h1 a {
  font-size: 1.15em;
  margin: 0 0 20px;
  font-weight: bold;
  text-decoration: none;
}
#col2 h2 {
  font-size: 0.95em;
  margin: 0 0 15px;
  font-weight: bold;
  color: #666;
}
#col2 h3 {
  font-size: 0.85em;
  margin: 0 0 10px;
  font-weight: bold;
}
#col2 p {
  font-size: 0.8em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
#col2 a:link, #col2 a:visited, #topMenu a:link, #topMenu a:visited {
  color: #000;
  text-decoration: underline;
}
#col2 a:hover, #col2 a:active, #topMenu ul li.active, #topMenu a:hover, #topMenu a:active {
  color: #000;
  text-decoration: underline;
}
.imgLeft {
  float: left;
  padding: 5px 10px 5px 0;
}
.imgRight {
  float: right;
  padding: 5px 0 5px 10px;
}

#col2 ul {
  list-style-type: square;
  margin: 0 0 10px 15px;
}
#col2 ul li {
  font-size: 80%;
  padding: 1px 0;
}

/* colors headline 3 frontpage
------------------------------------------------------------------------------*/

#col21 h3 {
  color: #069;
  padding-top: 10px;
}
#col22 h3 {
  color: #F70;
}
#col23 h3 {
  color: #396;
}
#col271 h3 {
  color: #C00;
}
#col21 h3 a {
  text-decoration: none;
}

/* footer
------------------------------------------------------------------------------*/
#footer {
  clear: both;
}
#footer p, #footer a {
  color: #FFF;
  line-height: 40px;
  font-size: 10px;
  margin-left: 31px;
  text-decoration: none;
}
#footer img {
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}
#dokuFooter1 {
  background: #069;
  height: 40px;
}
#dokuFooter2 {
  background: #F70;
  height: 40px;
}
#dokuFooter3 {
  background: #396;
  height: 40px;
}
#dokuFooter4 {
  background: #000;
  height: 40px;
}
#dokuFooter71 {
  background: #C00;
  height: 40px;
}

/* Form stuff
------------------------------------------------------------------------------*/
input, textarea {
  border: 1px #CCC solid;
  width: 20em;
}
input.radio {
  border: none;
  width: 1em;
  margin: 4px 10px 0 0;
}
.anzahl {
  border: 1px #CCC solid;
  width: 2em;
}
fieldset span {
  color: #C00;
}
.button {
  font-size: 0.7em;
  border: ridge 1px #CCC;
  padding: 3px;
  width: 10em;
}
.errors {
  color: #C00;
  font-size: 0.8em;
}
.even {
  border-bottom: 1px dotted #DDD;
}
.odd {
  border-bottom: 1px dotted #DDD;
}
.rot {
  background: url('../images/ampeln.png') -0px -0px;
  width: 86px;
  height: 20px;
  margin: 2px 0;
}
.gelb {
  background: url('../images/ampeln.png') -0px -45px;
  width: 86px;
  height: 20px;
  margin: 2px 0;
}
.gruen {
  background: url('../images/ampeln.png') -0px -90px;
  width: 86px;
  height: 20px;
  margin: 2px 0;
}
fieldset li {list-style-type:none; line-height:1.5em; font-size:0.8em; height: 25px;}
.right { float:right; }
.clear { clear:both; }

/* Search stuff
------------------------------------------------------------------------------*/
#ajaxSearch_form {
  font-size: 0.75em;
  margin-top: 1.5em;
}
#ajaxSearch_input {
  width: 12.5em;
  background: #FFF;
  border: 1px #666 solid;
  padding: 0.1em;
}
#ajaxSearch_submit {
  width: 1.5em;
}
.ajaxSearch_resultsInfo {
  font-weight: bold;
}
.ajaxSearch_highlight, .ajaxSearch_highlight1 {
  color: #C00;
  font-weight: bold;
}
.ajaxSearch_result {
  border-bottom: 1px #666 solid;
  margin-bottom: 0.5em;
}
.ajaxSearch_resultLink {
  font-size: 0.8em;
  padding-left: 12px;
  background: #EEE url(../images/linkArticle.gif) no-repeat center left;
  text-decoration: underline;
}
.ajaxSearch_resultDescription {
  font-size: 0.8em;
  font-style: italic;
}
.ajaxSearch_resultExtract {
  padding-top: 0.3em;
}
.AS_ajax_resultsIntroFailure {
  font-size: 0.85em;
  color: #C00;
}

/* Ditto Snippet
------------------------------------------------------------------------------*/
.ditto-datum {
  font-size: 0.75em;
  padding-left: 20px;
  background: url(../images/cal.gif) no-repeat center left;
  color: #666;
  margin-bottom: 2em;
}
.ditto-eintrag {
  border-bottom: 1px #666 dotted;
  padding: 10px 0;
}
.ditto-eintrag p {
  margin-top: 10px;
}
.ditto-eintrag h2 a {
  font-size: 110%;
  color: #666;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
}
.ditto-eintrag h2 a:hover {
  font-size: 110%;
  margin: 0 0 0.8em 0;
  color: #666;
  background: transparent;
  text-decoration: underline;
  font-weight: normal;
}
.ditto-eintrag strong {
  font-size: 120%;
  line-height: 1.6em;
}
.ditto-eintrag p {
  font-size: 90%;
  line-height: 1.2em;
}
#ditto-nav2, #ditto-nav3, #ditto-nav71 {
  padding: 20px 0 10px 0;
  font-size: 0.8em;
  text-align: left;
}
.ditto_off {
  padding: 3px;
  color: #CCC;
  background: transparent;
}
#ditto-nav2 .ditto_currentpage {
  padding: 1px 5px;
  margin: 2px;
  color: #FFF;
  background: #F70;
  font-weight: bold;
}
#ditto-nav3 .ditto_currentpage {
  padding: 1px 5px;
  margin: 2px;
  color: #FFF;
  background: #396;
  font-weight: bold;
}
#ditto-nav71 .ditto_currentpage {
  padding: 1px 5px;
  margin: 2px;
  color: #FFF;
  background: #C00;
  font-weight: bold;
}
.ditto_page {
  border: 1px #666 solid;
  padding: 1px 5px;
  margin: 2px;
  color: #666;
  background: #FFF;
}
.ditto-tags {
  font-size: 80%;
  padding-left: 20px;
  background: url(../images/tag.gif) no-repeat left center;
}
.ditto a:link, .ditto a:visited {
  padding: 1px 0;
  text-decoration: none;
  color: #0F9CD0;
}
.linkDitto, .link {
  background: url(../images/linkDitto.gif) no-repeat center left;
  padding-left: 20px;
}

/* Image Caption by lab.arc90.com
------------------------------------------------------------------------------*/
.arc90_imgcaptionTXT {
  font-size: .8em;
  color: #666;
  text-align: left;
}
p.arc90_imgcaptionALT {
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: .65em;
  text-align: left;
}
span.arc90_imgcaptionALT {
  color: #666;
}
.arc90_imgcaption {
  text-align: left;
  border: 1px solid #DDD;
  padding: .4em;
  margin: .4em 0;
  width: 9em;
}
.floatl { float: left; margin-right: 1em; }
.floatr { float: right; margin-left: 1em; }

/* guestbook by www.partout.info
------------------------------------------------------------------------------*/
.guestbook_top {
  height: 1.6em;
  padding: 0.3em 0.5em;
  background: #CCC;
  line-height: 1.6em;
}
.guestbook_big {
  float: left;
  font-size: 0.85em;
  margin-right: 0.5em;
}
.guestbook_small {
  float: right;
  font-size: 0.7em;
}
.guestbook_contact {
  float: right;
  margin-left: 0.5em;
}
.guestbook_content {
  padding: 0.5em;
  font-size: 0.8em;
  clear: both;
}
.guestbook_mod {
  margin-left: 0.5em;
  float: right;
}
.guestbook_comment {
  font-size: 0.8em;
  font-weight: bold;
}
fieldset.guestbookForm, .jot-list {
  font-size: 0.8em;
}
.buttonGuestbook {
  border: ridge 1px #CCC;
  padding: 3px;
  width: 10em;
}
.jot-captcha {
  padding: 10px 0;
}

/* specials
------------------------------------------------------------------------------*/
.linie {
  background: url(../images/linie.gif) no-repeat;
  height: 1px;
  margin-bottom: 10px;
}
.marker {
  background: url(../images/marker.gif) repeat-y top left;
}
.firstArticle_1 {
  padding: 10px;
  background: #eee;
}
.firstArticle_2 {
  padding: 10px;
  border: 1px solid #f70;
}
.firstArticle_3 {
  padding: 10px;
  border: 1px solid #396;
}
.firstArticle_71 {
  padding: 10px;
  border: 1px solid #C00;
}
#formular {
  border: 1px solid #999;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#formular select {
  border: 1px solid #C00;
  padding: 2px;
  width: 250px;
}
#formular input[type=text] {
  border: 1px solid #999;
  padding: 2px;
  width: 250px;
}
#formular input[type=submit] {
  border: 1px solid #999;
  color: #C00;
  font-weight: bold;
  font-size: 1em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
optgroup {color: red; text-decoration: line-through; }

/* sonstiges
------------------------------------------------------------------------------*/
td, th {
  font-size: 0.8em;
  margin-bottom: 10px;
  line-height: 1.4em;
  padding: 2px;
}
th {font-weight: bold;}
