/*
Theme Name: ak43
Theme URI: http://reneopitz.net/
Description: Webseite der Kiste AK43.
Version: 1.0
Author: Rene Opitz
Author URI: http://reneopitz.net/
Tags: gelb, grau, 2-4 Spalten
*/

/* struktur */
html {
  padding: 0;
  margin: 0;
  }
body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #232323 url('images/bgbody.jpg') top center repeat-x;
  color: #ffffff;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Arial', Verdana, serif;
  text-align: center;
  z-index: 0;
  }
#smallone {
  background: #232323 url('images/bgbody1.jpg') top center repeat-x;
  }
#top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  }
#main {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 960px;
  border: 0 none;
  overflow: visible;
  z-index: 2;
  }

/* header */
#header, #header1 {
  position: relative;
  float:left;
  width: 960px;
  height: 520px;
  padding: 0;
  margin: 0;
  background: transparent url('images/header.jpg') top left no-repeat;
  z-index: 3;
  }
#header1 {
  height: 160px;
  background: transparent url('images/header1.jpg') top left no-repeat;
  }
#logo {
  position: absolute;
  top: 0px;
  right: -40px;
  width: 340px;
  height: 130px;
  z-index: 10;
  }
#ajax, #ajax1, #ajax2 {
  position: absolute;
  top: 465px;
  left: 315px;
  width: 55px;
  height: 45px;
  background: transparent url('images/ajax.png') top center no-repeat;
  z-index: 10;
  }
#ajax1 {
  top: 105px;
  left: 117px;
  }
#ajax2 {
  top:20px;
  left:300px;
  }
#polizei {
  position: absolute;
  top: 460px;
  left: 480px;
  width: 125px;
  height: 85px;
  background: transparent url('images/polizei.png') top center no-repeat;
  z-index: 10;
  }
#detguen {
  position: absolute;
  top: 470px;
  left: 200px;
  width: 150px;
  height: 80px;
  background: transparent url('images/detguen.png') top center no-repeat;
  z-index: 10;
  }
#giraffe {
  position: absolute;
  top: 335px;
  left: 680px;
  width: 110px;
  height: 190px;
  background: transparent url('images/giraffe.png') top center no-repeat;
  z-index: 10;
  }
#loewe {
  display: block;
  position: absolute;
  top: 188px;
  left: 280px;
  width: 65px;
  height: 50px;
  background: transparent url('images/loewe.png') top center no-repeat;
  z-index: 10;
  }
#bello {
  display: block;
  position: absolute;
  top: 450px;
  left: 900px;
  width: 45px;
  height: 75px;
  background: transparent url('images/bello.png') top center no-repeat;
  z-index: 10;
  }
#atom {
  position: absolute;
  top: 380px;
  left: 205px;
  width: 50px;
  height: 50px;
  z-index: 5;
  }
#news {
  position: absolute;
  top: 215px;
  left: 0px;
  width: 100px;
  height: 120px;
  z-index: 10;
  }
#lostpage {
  float: left;
  width: 730px;
  height: 400px;
  margin-top: 40px;
  background: transparent url('images/404.png') top center no-repeat;
  overflow: hidden;
  }

/* featured slider */
#mottowrapper {
  position: absolute;
  top: 315px;
  left: 190px;
  width: 370px;
  height: 200px;
  margin: 0;
  padding: 0 0 150px 0;
  z-index: 5;
  }
#mottowrapper ul#motto, #mottowrapper ul#motto li {
  position:relative;
  width: 370px;
  height: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 6;
  overflow: visible;
  }
ul#motto li a {
  display: block;
  width: 370px;
  height: 25px;
  margin: 0;
  padding: 0;
  font-family: 'Permanent Marker', arial, serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #FFFFFF; 
  text-align: center;
  letter-spacing: 0.01em;
  color: #F36C00;
  outline: none;
  }
ul#motto li a:hover { color: #666666; }
#mottowrapper ul#motto li .mottoshow {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  width: 170px;
  margin: 0;
  padding: 10px;
  background-color: #666666;
  text-align: left;
  z-index: 100;
  }
#mottowrapper ul#motto li .mottoshow p {
  font-size: 1em;
  font-weight: normal;
  text-shadow: 1px 1px 1px #232323;
  color: #d3d3d3;
  }
#mottowrapper ul#motto li:hover .mottoshow { display: block; box-shadow: 0 0 5px #111111; }
#mottowrapper ul#motto li:hover .mottoshow a {
  display: block;
  float: left;
  width: 80px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-bottom: 15px solid #f3f3f3;
  background-color: #f3f3f3;
  margin: 3px 10px 5px 0;
  overflow: hidden;
  }
#mottowrapper ul#motto li:hover .mottoshow a:hover {
  border: 5px solid #d3d3d3;
  border-bottom: 25px solid #d3d3d3;
  }
#mottowrapper ul#motto li:hover .mottoshow a img {
  float: none;
  width: 80px;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  border: 0 none;
  }
#prevBtn, #nextBtn { 
  display: block;
  position: absolute;
  top: 400px;
  width: 65px;
  height: 55px;
  z-index: 10;
  }	
#prevBtn { left: 390px; }	
#nextBtn { left: 455px; }														
#prevBtn a, #nextBtn a {  
  display: block;
  outline: none;
  width: 65px;
  height: 55px;
  }	

/* menu */
#menu {
  position: relative;
  float: left;
  width: 960px;
  height: 60px;
  padding: 10px 0 0;
  margin: 0;
  z-index: 4;
  }
.lavaLamp {
  position: relative;
  float: left;
  height: 60px;
  width: 940px;
  padding: 0 0 0 10px;
  margin: 0;
  }
.lavaLamp li {
  float: left;
  list-style: none;
  }
.lavaLamp li.back {
  width: 9px;
  height: 60px;
  z-index: 8;
  position: absolute;
  border-bottom: 5px solid #232323;
  overflow: hidden;
  }
.lavaLamp li a {
  position: relative;
  top: 0;
  display: block;
  float: left;
  height: 30px;
  margin: auto 0;
  padding: 15px 8px;    
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 1px #86d0ee;
  color: #232323;
  outline: none;
  z-index: 10;
  }
.lavaLamp li a:link, .lavaLamp li a:visited {
  color: #232323;
  border: 0 none;
  }
.lavaLamp li a:active, .lavaLamp li a:hover {
  color: #ffffff;
  text-shadow: -1px -1px 1px #86D0EE; 
  border: 0 none;
  }
.lavaLamp li.current_page_item a, .lavaLamp li.current-menu-item a { 
  color: #ffffff;
  text-shadow: -1px -1px 1px #86D0EE; 
  }

/* content */
#content {
  position: relative;
  float: left;
  width: 960px;
  padding: 42px 0 0 0;
  margin: 0;
  z-index: 3;
  }

/* beitrag */
.wrapper {
  position: relative;
  float: left;
  width: 960px;
  padding: 20px 0 25px 0;
  margin: 0;
  background: transparent url('images/trennlinie.gif') top left repeat-x;
  z-index: 4;
  }
.ansichtswitch {
  position: absolute;
  top: -30px;
  right: -5px;
  width: 320px;
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #444444;
  z-index: 5;
  }
.ansichtswitch a {
  height: 20px;
  padding: 0 22px 0 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #232323; 
  margin: 0;
  color: #FFFFFF;
  outline: none;
  }
a.block { 
  margin: 0 10px;
  background: transparent url('images/block.gif') center right no-repeat;
  }
a.liste { background: transparent url('images/liste.gif') center right no-repeat; }
a.oldschool { 
  margin: 0 10px;
  background: transparent url('images/oldschool.gif') center right no-repeat;
  }
.ansichtswitch a:hover, .ansichtswitch a:active, .ansichtswitch a.actives  { color: #fcec00; text-decoration: underline; }
.sidebar {
  float: left;
  width: 215px;
  padding: 10px 5px 60px 0;
  margin: 0;
  }
.beitrag_s {
  position: relative;
  float: left;
  width: 225px;
  padding: 10px;
  margin:  5px 0 0 0;  
  text-align: left;
  overflow: hidden;
  z-index: 6;
  }
.hoehe {
  height: 330px;
  padding: 10px 8px;
  margin: 5px 5px 0 0;  
  background-color: #202020;
  cursor: pointer;
  }
.hoehe:hover { 
  background-color: #444444;
  -moz-transform: scale(1.20,1.20);
  -webkit-transform: scale(1.20,1.20);
  -o-transform: scale(1.20,1.20);
  transform: scale(1.20,1.20);
  box-shadow: 0 0 5px #111111;
  z-index: 100;
  }
.beitrag_g, .beitrag_t {
  position: relative;
  float: right;
  width: 730px;
  padding: 5px 0 100px;
  margin: 0 5px 15px 0;
  text-align: left;
  background: transparent url('images/trennlinie.gif') bottom left repeat-x;
  z-index: 6;
  }
.beitrag_t {
  display: block;
  width: 730px;
  padding: 10px 0 0;
  text-align: left;
  /* background: transparent url('images/bgtag.jpg') center center no-repeat; */
  background: 0 none;
  overflow: visible;
  }
.beitrag_s h2 a, .beitrag_s h2 a:link, .beitrag_s h2 a:visited, .beitrag_g h2 a, .beitrag_g h2 a:link, .beitrag_g h2 a:visited {
  color: #fcec00; 
  text-decoration: none;
  }
.beitrag_s h2 a:hover, .beitrag_s h2 a:active, .beitrag_g h2 a:hover, .beitrag_g h2 a:active { color: #ffffff; }
.datum {
  float: left;
  width: 225px;
  padding: 0 0 5px 0;
  font-size: 0.9em;
  text-align: left;
  color: #666666;
  }
.beitrag_g .datum { 
  width: 720px;
  padding: 0 0 20px 0;
  font-size: 0.9em;
  }
.beitrag_g ul {
  float: left;
  width: 715px;
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #d3d3d3;
  list-style: none;
  }
.beitrag_g ul li {
  list-style: none;
  padding: 5px 0 5px 25px;
  background: transparent url('images/okay.gif') center left no-repeat;
  }

/* navigation */
.navigation {
  position: relative;
  float: right;
  width: 735px;
  padding: 20px 0 60px;
  margin: 0 5px 0 0;
  text-align: left;
  z-index: 6;
  overflow: hidden;
  }
.wp-paginate {
  width: 715px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
.wp-paginate li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
.wp-paginate li a, .wp-paginate li .current, .navigation a.weiter, .wp-paginate li .gap {
  display: block;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #202020;
  background-color: #444444;
  outline: none;
  }
.wp-paginate li .gap {
  color: #dddddd;
  background-color: #232323;
  }
.navigation a.weiter {
  width: 180px;
  text-align: center;
  }
.wp-paginate li a:hover, .wp-paginate li a:active, .navigation a.weiter:hover, .navigation a.weiter:active {
  color: #202020;
  background-color: #d3d3d3;
  text-shadow: 1px 1px 1px #ffffff;
  }
.wp-paginate li .prev, .wp-paginate li .next, .navigation a.weiter {
  color: #202020;
  background-color: #666666;
  }
.wp-paginate li .current { 
  color: #202020;
  background-color: #fcec00;
  text-shadow: 1px 1px 1px #d3d3d3;
  }

/* bilder */
#content .beitrag_g a img, #content .beitrag_g img {
  margin: 5px 20px 20px 0;
  padding: 0;
  background-color: #f3f3f3;
  border: 5px solid #f3f3f3;
  border-bottom: 25px solid #f3f3f3;
  }
.hoehe a.thumb  {
  display: block;
  float: left;
  width: 215px;
  height: 130px;
  border: 5px solid #f3f3f3;
  border-bottom: 25px solid #f3f3f3;
  background-color: #f3f3f3;
  margin: 5px 0 10px 0;
  overflow: hidden;
  }
#content .beitrag_g a:hover img {
  border: 5px solid #d3d3d3;
  border-bottom: 25px solid #d3d3d3;
  }
.hoehe a.thumb img.tfe {
  float: none;
  width: 215px;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  border: 0 none;
  }
#content .beitrag_s img.wp-smiley, #content .beitrag_g img.wp-smiley, #content .beitrag_s a img.wp-smiley:hover, #content .beitrag_g a img.wp-smiley:hover {
  padding: 0 2px 0 2px;
  margin: 0;
  border: 0 none;
  background: 0 none;
  }
#commentsprev .beitrag_s img.wp-smiley {
  width: 10px;
  height: 10px;
  padding: 0;
  }

/* kommentieren */
#content .beitrag_g .kommentieren {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 115px;
  height: 130px;
  padding: 0;
  margin: 0;
  background: transparent url('images/kommentieren.png') top left no-repeat;
  z-index: 10;
  }
#content .beitrag_g .kommentieren:hover { background-position: bottom left; }
#content .beitrag_g .kommentieren a.kom img, #content .beitrag_g .kommentieren a.kom img:hover, #content .beitrag_g #guest img, #content .beitrag_g #guest img:hover {
  padding: 0;
  margin: 0;
  background: 0 none;
  border: 0 none;
  }
#content .beitrag_g .kommentieren a.kom { 
  display: block; 
  width: 115px;
  height: 130px;
  overflow: hidden;
  }
#content .beitrag_g #guest {
  position: absolute;
  top: -80px;
  right: 160px;
  width: 220px;
  height: 140px;
  padding: 0;
  margin: 0;
  background: transparent url('images/guestbook.png') top left no-repeat;
  z-index: 10;
  }
span.guestnummer {
  font-size: 0.8em;
  color: #444444;
  }
#anfahrt1 {
  position: absolute;
  top: -177px;
  left: 160px;
  width: 280px;
  height: 190px;
  background: transparent url('images/anfahrt1.png') top left no-repeat;
  z-index: 10;
  }
#anfahrt2 {
  position: absolute;
  top: 13px;
  left: 174px;
  width: 160px;
  height: 245px;
  background: transparent url('images/anfahrt2.png') top left no-repeat;
  z-index: 10;
  }

/* schrift */
h1, h2, h3 {
  font-weight: bold;
  text-align: left;
  color: #fcec00;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px #232323; 
  }
h1 { font-size: 20px; }
h2 {
  font-size: 1.7em;
  color: #ffffff;
  padding: 0 0 5px 0;
  }
h3 { font-size: 1.7em; }
.beitrag_g h2, .beitrag_g h3 {
  font-size: 4em; 
  text-shadow: 1px 1px 2px #202020;
  padding: 0 0 0 0;
  }

strong { color: #ffffff; }
p {
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: left;
  color: #d3d3d3;
  padding: 0 0 10px 0;
  margin: 0;
  text-shadow: 1px 0px 1px #111111;
  }
small {
  font-size: 0.9em;
  color: #ffffff;
  }
.spacer_s { padding: 10px 0 0 0; }
.spacer_g { padding: 20px 0 10px 0 }
.beitrag_g h2.spacer_g, .beitrag_g h3.spacer_g { font-size: 1.7em; }
.beitrag_g p { font-size: 1.7em; }
/* links */
a { outline: none; }
a.none:link, a.none:visited, a.top:link, a.top:visited, a.kom:link, a.kom:visited {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none;
  }
a.none:hover, a.none:active, a.top:hover, a.top:active, a.kom:hover, a.kom:active {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none;
  }
.beitrag_s a, .beitrag_s a:link, .beitrag_s a:visited, .beitrag_g a, .beitrag_g a:link, .beitrag_g a:visited {
  color: #fcec00;
  text-decoration: none;
  }
.beitrag_s a:hover, .beitrag_s a:active, .beitrag_g a:hover, .beitrag_g a:active {
  color: #444444;
  text-decoration: underline;
  }
a.link {
  padding: 0 9px 0 2px;
  text-decoration: none;
  background: transparent url('images/raus.gif') center right no-repeat;
  }
a.oben {
  padding: 0 9px 0 2px;
  text-decoration: none;
  background: transparent url('images/oben.gif') center right no-repeat;
  }
a.unten {
  padding: 0 9px 0 2px;
  text-decoration: none;
  background: transparent url('images/unten.gif') center right no-repeat;
  }
.datum a:link, .datum a:visited, a.link:link, a.link:visited, a.oben:link, a.oben:visited, a.unten:link, a.unten:visited {
  outline: none;
  color: #fcec00;
  }
.datum a:hover, .datum a:active, a.link:hover, a.link:active, a.oben:hover, a.oben:active, a.unten:hover, a.unten:active { color: #d3d3d3; }
ol.commentlist a, #respond a {
  padding: 0 2px;
  text-decoration: none;
  }
ol.commentlist a:link, ol.commentlist a:visited, #respond a:link, #respond a:visited {
  outline: none;
  color: #fcec00;
  }
ol.commentlist a:hover, ol.commentlist a:active, #respond a:hover, #respond a:active {
  color: #d3d3d3;
  }
.beitrag_s a.weiter, .beitrag_g a.weiter {
  display: block;
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 1px #232323; 
  color: #ffffff;
  outline: none;
  }
.beitrag_g a.weiter { font-size: 2em; clear: both; padding: 30px 0 0 0; }
.hoehe:hover a.weiter, .beitrag_s a.weiter:hover, .beitrag_s a.weiter:active, .beitrag_g a.weiter:hover, .beitrag_g a.weiter:active { 
  text-decoration: none;
  color: #fcec00;
  }
.hoehe:hover .datum { color: #d3d3d3; }

/* listenansicht */
#content ul.accordion {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
#content ul.accordion li { 
  width: 655px;
  padding: 15px 60px 100px 20px;
  margin: 0 5px 15px 0;
  background-color: #232323;
  overflow: hidden;
  }
#content ul.accordion li.noline { 
  position: relative;
  float: right;
  display: block !important;
  width: 730px;
  padding: 5px 0 100px;
  margin: 0 0 15px;
  text-align: left;
  background: 0 none;
  z-index: 6;
  }
#content ul.accordion li.accordionh2 {
  position: relative;
  display: block;
  float: right;
  width: 655px;
  padding: 10px 60px 15px 20px;
  margin: 0 5px 5px 0;
  color: #212121;
  font-size: 4em; 
  font-weight: bold;
  line-height: 130%;
  text-align: left;
  /* text-shadow: 1px 1px 2px #202020; */
  background: #444444 url('images/plusplus.gif') 695px center no-repeat;
  z-index: 12;
  }
#content ul.accordion li.accordionh2:hover, #content ul.accordion li.active {
  color: #fcec00;
  cursor: pointer;
  }
#content ul.accordion li.active {
  color: #fcec00;
  background: #202020 url('images/minusminus.gif') 695px center no-repeat; 
  }
#content ul.accordion li.accordionh2:hover {
  color: #fcec00;
  background: #202020 url('images/plus.gif') 695px center no-repeat;
  }
#content ul.accordion li.active:hover { 
  color: #fcec00;
  background: #202020 url('images/minusminus.gif') 695px center no-repeat;
  }
#content ul.accordion li.accordionh2 .datum {
  float: left;
  width: 660px;
  padding: 0 0 0;
  font-size: 0.24em;
  font-weight: normal;
  text-align: left;
  line-height: 100%;
  color: #202020;
  }
#content ul.accordion li.accordionh2:hover .datum, #content ul.accordion li.active .datum { color: #d3d3d3; }

#content ul.accordion li.accordionh2 .datum a {
  color: #BBBBBB;
  text-decoration: none;
  }
#content ul.accordion li.accordionh2:hover .datum a, #content ul.accordion li.active .datum a { color: #fcec00; }
#content ul.accordion li.accordionh2 .datum a:hover {
  color: #fcec00;
  text-decoration: underline;
  }
ul.accordion li.beitrag_g a.weiter { font-size: 2em; padding: 20px 0 0; }
#content ul.accordion li.beitrag_g a.thumb  {
  display: block;
  float: left;
  width: 430px;
  height: 245px;
  border: 5px solid #f3f3f3;
  border-bottom: 25px solid #f3f3f3;
  background-color: #f3f3f3;
  margin: 0 30px 10px 0;
  overflow: hidden;
  }
#content ul.accordion li.beitrag_g a.thumb:hover {
  border: 5px solid #d3d3d3;
  border-bottom: 25px solid #d3d3d3;
  }
#content ul.accordion li.beitrag_g a.thumb img.tfe {
  float: none;
  width: 430px;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  border: 0 none;
  }

/* infofeld */  
.info, .info1, .info2 {
  position: relative;
  display: block;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #202020;
  background-color: #fcec00;
  text-shadow:1px 1px 1px #d0c300;
  border: 0 none;
  z-index: 6;
  }
.info2 {
  float: right;
  width: 713px;
  margin: 15px 7px 10px 0;
  }
.noline { background: 0 none; z-index: 1; }
.nopadding { padding-bottom: 5px; }

/* zitat */
blockquote {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 10px 0 20px 0;
  border-left: 5px solid #fcec00;
  }
blockquote p { color: #ffffff; padding: 0; }

/* kommentareliste */
ol.commentlist {
  display: block;
  width: 715px;
  padding: 0;
  margin: 20px 0 40px 0;
  list-style-type: none;
  }
.commentlist li {
  position: relative;
  width: 710px;
  padding: 0 10px 10px 10px;
  margin: 0 0 5px 0;
  list-style-type: none;
  color: #d3d3d3;
  font-style: italic;
  text-align: left;
  background-color: #202020;
  z-index: 1;
  }
.commentlist li:hover { 
  background-color: #444444; 
  -moz-transform: scale(1.10,1.10);
  -webkit-transform: scale(1.10,1.10);
  -o-transform: scale(1.10,1.10);
  transform: scale(1.10,1.10);
  box-shadow: 0 0 5px #111111;
  z-index: 100;
  }
.commentlist li div {
  width: 630px;
  padding: 10px 30px 30px 60px;
  margin: 0;
  overflow: visible;
  }
.commentlist li div.comment-author, .commentlist li div.reply {
  width: 645px;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 1.6em;
  background: none;
  border: 0 none;
  }
.commentlist li div.comment-meta {
  position: absolute;
  bottom: 10px;
  left: 60px; 
  width: 640px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0 none;
  text-align: right;
  }
#content .beitrag_g .avatar {
  position: absolute;
  top: 13px;
  left: 10px;
  padding: 0;
  margin: 0; 
  border: 5px solid #444444;
  border-bottom: 12px solid #444444;
  }
#content .beitrag_g .commentlist li:hover .avatar { border-color: #999999; }
/*kommentarformular*/
#commentform, .passwort {
  position: relative;
  float: left;
  width: 730px;
  padding: 20px 0 0 0;
  margin: 0;
  }
#content .beitrag_s .passwort { 
  float: none;
  width: 225px;
  height: 120px;
  }
#content .beitrag_g .passwort { 
  width: 210px;
  height: 120px;
  padding: 0 490px 0 0;
  }
#commentform div {
  display: block;
  float: left;
  width: 730px;
  margin: 0 0 10px 0;
  height: 42px;
  text-align: left;
  }
#commentform div#smilies_toolbar {
  display: block;
  float: left;
  width: 730px;
  margin: 0 0 20px 0;
  height: 50px;
  }
#commentform div#smilies_toolbar img.wp-smiley { padding: 0 1px; }
.inputfeld, .inputfeld1, .textfeld, .textfeld1, #s {
  float: left;
  border: 10px solid #444444;
  background: #444444;
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #202020;
  }
.inputfeld1 {
  width: 520px;
  padding: 0;
  margin: 0 10px 0 0;
  }
.textfeld1 {
  width: 710px;
  height: 200px;
  padding: 0;
  margin: 0 0 20px 0;
  }

/* Sidebar */
#guestbook, #tagcloud, #rss, #kontakt, #kalender, #sidebar, #sidebar ul, #sidebar ul li.besucher, .author-list, #commentsprev, #friends {
  float: left;
  width: 215px;
  padding: 0;
  margin: 0;
  text-align: left;
  }
#kontakt { width: 210px; }
#sidebar ul li.besucher { list-style: none; }
#tagcloud, #rss, #kalender, #sidebar, #commentsprev { padding: 20px 0 0 0; }
#tagcloud h3, #rss h3, #kontakt h3, #kalender h3, .besucher h3, .author-list h3, #commentsprev h3 { padding: 0 0 5px 0; }
.author-list { padding-bottom: 0px; }
.user {
  float: left;
  width: 46px;
  padding: 0 7px 8px 0;
  margin: 0;
  text-align: left;
  }
.user a {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  }
.avatar img {
  width: 36px;
  padding: 0;
  margin: 0;
  border: 5px solid #444444;
  border-bottom: 12px solid #444444;
  }
.avatar img:hover { border-color: #999999; }
#guestbook {
  height: 160px;
  padding: 30px 0 0 0;
  background: transparent url('images/guestbook1.png') bottom left no-repeat;
  overflow: visible;
  }
#friends1 {
  float: left;
  display: block;
  padding: 20px 0 0 0;
  }
ul#friends, ul#friends li {
  display: block;
  list-style-type: none;
  padding: 0;
  }
ul#friends li ul, ul#friends li ul li {
  display: block;
  width: 205px;
  list-style-type: none;
  padding: 0;
  }
ul#friends li ul li {
  margin: 5px 0 0 0;
  }
ul#friends li ul li a {
  display: block;
  padding: 10px;
  margin: 5px 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #202020;
  background-color: #444444;
  text-decoration: none;
  }
ul#friends li ul li a:hover {
  color: #202020;
  background-color: #fcec00;
  text-shadow: 1px 1px 1px #d0c300;
  text-decoration: none;
  }

#commentsprev ul {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  list-style-type: none;
  }
#commentsprev ul li {
  position: relative;
  float: left;
  width: 92px;
  height: 115px;
  padding: 5px 5px;
  margin: 0 5px 5px 0;
  font-size: 0.9em;
  text-shadow: 1px 0px 1px #111111;
  background-color: #202020;
  z-index: 1;
  }
#commentsprev ul li a { padding-bottom: 5px; }
#commentsprev ul li:hover { 
  background-color: #444444;
  cursor: pointer;
  -moz-transform: scale(1.20,1.20);
  -webkit-transform: scale(1.20,1.20);
  -o-transform: scale(1.20,1.20);
  transform: scale(1.20,1.20);
  box-shadow: 0 0 5px #111111;
  z-index: 100;
  }
#commentsprev ul li a:hover { 
  color: #FCEC00;
  text-decoration: none;
  }
 
/* Stichwörter */
.themen, .themen1 {
  position: absolute;
  bottom: 35px;
  left: 20px;
  width: 720px;
  color: #666666;
  z-index: 9;
  }
.themen1 { left: 0px; }
.themen a, .themen1 a { font-size: 1.4em; }
#tagcloud a, #tagcloud1 a, .themen a, .themen1 a {
  padding: 5px 4px;
  margin: 0 -1px 0 0;
  font-weight: bold;
  line-height: 223%;
  text-decoration:none;
  /* text-shadow: 1px 1px 1px #232323; */
  background-color: #444444;
  white-space: nowrap;
}
#tagcloud1 a {
  margin: 0 -1px 0 0;
  line-height: 160%;
}
#tagcloud a:link, #tagcloud a:visited, #tagcloud1 a:link, #tagcloud1 a:visited, .themen a:link, .themen a:visited, .themen1 a:link, .themen1 a:visited {
  outline: none;
  color: #202020;
  /* color: #d3d3d3; */
  }
#tagcloud a:hover, #tagcloud a:active, #tagcloud1 a:hover, #tagcloud1 a:active, .themen a:hover, .themen a:active, .themen1 a:hover, .themen1 a:active { 
  color: #202020;
  background-color: #fcec00;
  text-shadow: 1px 1px 1px #d0c300;
  text-decoration: none;
  }

/* Search */
#searchform {
  float: left;
  width: 215px;
  padding: 5px 0 0 0;
  margin: 0;
  }
#s {
  width: 140px;
  padding: 0;
  margin: 0 10px 0 0;
  }
#searchsubmit {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 0 10px 0;
  cursor: pointer;
  background: transparent url('images/lupe.gif') top left no-repeat;
  border: 0 none;
  }
#searchsubmit:hover { background-position: bottom left; }

/* formularfeld */
.inputfeld {
  width: 190px;
  padding: 0;
  margin: 0 0 5px 0;
  }
.textfeld {
  width: 190px;
  height: 153px;
  padding: 0;
  margin: 0 0 5px 0;
  overflow-x: hidden;
  }
.inputfeld:hover, .textfeld:hover, .inputfeld1:hover, .textfeld1:hover, #s:hover, #captcha1 .inputfeld1:hover { color: #fcec00; }
.senden1 {
  display: block;
  float: right;
  width: 110px;
  height: 40px;
  padding: 0 20px;
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #202020;
  background-color: #666666;
  cursor: pointer;
  border: 0 none;
  }
.senden1:hover {
  color: #202020;
  background-color: #fcec00;
  }

/* kalender */
#wp-calendar {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  }
#wp-calendar caption {
  padding: 3px 0 5px 2px;
  text-align: left;
  color: #fcec00;
  text-shadow: 1px 1px 1px #232323;
  }
#wp-calendar th {
  height: 30px;
  padding: 0;
  text-align: center;
  color: #202020;
  background-color: #fcec00;
  text-shadow:1px 1px 1px #d0c300;
  }
#wp-calendar td {
  height: 30px;
  padding: 0;
  text-align: center;
  color: #444444;
  background-color: #202020;
  z-index: 15;
  }
#wp-calendar a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  }
#wp-calendar a:visited, #wp-calendar a:link {
  height: 30px;
  line-height: 30px;
  padding: 0;
  outline: none;
  color: #202020;
  background-color: #444444;
  }
#wp-calendar td:hover, #wp-calendar a:hover, #wp-calendar a:active {
  background-color: #d3d3d3;
  color: #202020;
  text-shadow:1px 1px 1px #ffffff;
  }
#wp-calendar td.pad, #wp-calendar td.pad:hover {
  background: none;
  border: 0 none;
  }
#wp-calendar td#today, #wp-calendar td#today:hover, #wp-calendar td#today a, #wp-calendar td#today a:hover {
  color: #202020;
  background-color: #fcec00;
  text-shadow:1px 1px 1px #d0c300;
  }
#wp-calendar td#prev, #wp-calendar td#next {
  padding: 0;
  z-index: 15;
  background: none;
  }
#wp-calendar td#prev a, #wp-calendar td#next a {
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  padding: 0;
  color: #202020;
  background-color: #666666;
  text-decoration: none;
  }
#wp-calendar td#prev a:hover, #wp-calendar td#next a:hover {
  height: 40px;
  line-height: 40px;
  background-color: #d3d3d3;
  text-shadow: 1px 1px 1px #ffffff;
  }

/* footer */
#footer {
  position: relative;
  float: left;
  width: 960px;
  height: 40px;
  padding: 0 0 50px 0;
  z-index: 6;
  }
#footertop {
  position: absolute;
  top: -72px;
  left: 205px;
  width: 140px;
  height: 140px;
  z-index: 10;
  }
ul#footerlinks {
  float: right;
  width: 715px;
  height: 20px;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #444444;
  background: transparent url('images/trennlinie.gif') top left repeat-x;
  list-style: none;
  }
ul#footerlinks li {
  float: right;
  list-style: none;
  padding: 0 0 0 15px;
  text-shadow: 1px 1px 0 #000000;
  }
ul#footerlinks li a, ul#footerlinks li a.okay {
  height: 20px;
  padding: 0;
  text-decoration: none;
  color: #444444;
  outline: none;
  }
ul#footerlinks li a.okay {
  padding: 0 22px 0 0;
  background: transparent url('images/okay.gif') center right no-repeat;
  }
ul#footerlinks li a:hover, ul#footerlinks li a:active, ul#footerlinks li a.okay:hover, ul#footerlinks li a.okay:active { color: #FFFFFF; }
ul#footerlinks li.logout a { color: #ffffff; text-shadow: 1px 1px 1px #232323; }
ul#footerlinks li.logout a:hover, ul#footerlinks li.logout a:active { color: #fcec00; }

#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10, #s11, #s12, #s13, #s14, #s15, #s16, #s17, #s18, #s19, #s20, #s21, #s22, #s23, #s24, #s25, #s26, #s27, #s28, #s29, #s30 { z-index: 99; }

.shareclass {
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 260px;
  z-index: 100;
  }

.nav-prev, .nav-next {
  position: fixed;
  top: 45%;
  font-size: 15em;
  z-index: 1;
  }
.nav-prev { right: 10px; }
.nav-next { left: 10px; }
.nav-prev a, .nav-next a {
  color: #444444;
  text-decoration: none;
  text-shadow: 1px 1px 2px #202020;
  outline: none;
  }
.nav-prev a:hover, .nav-next a:hover { color: #FCEC00; }

.random_wrapper {
  float: right;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
  background: transparent url('images/trennlinie.gif') bottom left repeat-x;
  }
.random_wrapper h3 {
  font-size: 4em; 
  text-shadow: 1px 1px 2px #202020;
  padding: 0 0 0 5px;
  }

.inputfeld, .inputfeld1, .textfeld, .textfeld1, #s, .senden1, #tagcloud a, #tagcloud1 a, .themen a, .themen1 a, #wp-calendar th, #wp-calendar td, td#today, #commentsprev ul li:hover, #commentsprev ul li, .commentlist li, .avatar img, #content .beitrag_g .avatar, .hoehe, .info, .info1, .info2, #tooltip.tip, .wp-paginate li a, .wp-paginate li .current, .mottoshow, #content ul.accordion li.accordionh2, ul#friends li ul li a, .navigation a.weiter, #tooltip, ul.weekdays li, ul.calendar li.day, h1.kalenderjahrlink a, ul.invisible li, ul.calendar li.day ul li, #wp-calendar a, #wp-calendar td#prev a, #wp-calendar td#next a { border-radius: 3px;  }
