/*
Theme Name: Affiliate Stammtisch Leipzig
Theme URI: http://affiliate-stammtisch.com/
Description: Affiliate Stammtisch Leipzig.
Version: 1.0
Author: Rene Opitz
Author URI: http://reneopitz.net/
Tags: blau rot grau schwarz weiss, fixed width, 2Spalten
*/

/* struktur */
html {
  padding: 0;
  margin: 0;
  }
body {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent url('images/bg-body.gif') top left repeat;
  color: #444444;	
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Arial', Verdana, Sans-Serif;
  text-align: center;
  z-index: 0;
  }
#top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  }
#wrapper {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  }
#schatten {
  float: left;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  width: 960px;
  height: 100%;
  overflow: visible;
  background: transparent url('images/bg-wrapper.png') top left repeat-y;
  z-index: 1;
  }

/* header */
#header {
  position: relative;
  float: left;
  width: 960px;
  height: 390px;
  padding: 0;
  margin: 0;
  z-index: 10;
  }
#header-raster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 350px;
  padding: 0;
  margin: 0;
  z-index: 5;
  background: transparent url('images/bg-raster.png') top left repeat;
  }
.streifen {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 565px;
  height: 220px;
  padding: 0;
  margin: 0;
  z-index: 6;
  background: transparent url('images/streifen.png') top left no-repeat;
  }
.footerstreifen { bottom: 0px; }

/* termin */
a#titel {
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 0;
  margin: 0;
  width: 160px;
  height: 155px;
  z-index: 6;
  outline: none;
  text-decoration: none;
  border: 0 none;
  } 
#termin {
  position: absolute;
  bottom: 85px;
  left: 33px;
  width: 295px;
  height: 55px;
  padding: 0;
  margin: 0;
  z-index: 7;
  background: transparent url('images/bg-termin.png') top left no-repeat;
  }
#termin-datum, #termin-ort {
  float: left;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  }
#termin-ort {
  position: relative;
  width: 210px;
  height: 38px;
  padding: 7px 10px 5px 20px;
  }
#termin-monat, #termin-tag {
  float: left;
  width: 50px;
  height: 14px;
  padding: 1px 0 0;
  font-size: 10px;
  text-align: center;
  text-shadow: -1px -1px 1px #666666;
  color: #FFFFFF;  
  }
#termin-tag {
  height: 30px;
  padding: 0px 0 5px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;  
  }
#termin-button {
  position: absolute;
  right: 10px;
  top: 4px;
  }

/* slider */
#headerbg, #imgLoader {
  position: relative;
  float: left;
  width: 960px;
  height: 350px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 3;
  background-color: #000000;
  }
#imgLoader {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 350px;
  padding: 0;
  margin: 0;
  z-index: 4;
  }

/* menu */
#menuleiste {
  position: absolute;
  top: 350px;
  left: 0px;
  width: 960px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #000000 url('images/bg-menu.jpg') bottom left repeat-x;
  z-index: 5;
  }
ul#menu {
  position: relative;
  float: left;
  height: 40px;
  width: 620px;
  padding: 0;
  margin: 0;
  z-index: 1;
  }
ul#menu li {
  float: left;
  list-style: none;
  position: relative;
  border-right: 1px solid #333333;
  z-index: 6;
  }
ul#menu li.cat-item { width: 98px; }
ul#menu li a {
  display: block;
  float: left;
  height: 30px;
  margin: auto 0;
  padding: 10px 10px 0 10px;    
  font-size: 1.6em;
  text-decoration: none;
  text-align: center;
  text-shadow: -1px -1px 3px #000000;
  color: #CCCCCC;
  outline: none;
  border: 0 none;
  }
ul#menu li.cat-item a { width: 78px; }
ul#menu li a:link, ul#menu li a:visited { color: #CCCCCC; }
ul#menu li a:hover { background: #444444 url('images/bg-suche.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.cat-item a:hover { width: 78px; }
ul#menu li.current_page_item a, ul#menu li.current-cat a, ul#menu li.current_page_item a:hover, ul#menu li.current-cat a:hover { background: #C83801 url('images/bg-menu-over.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li ul.children {
  display: none;
  position: absolute;
  top: 40px;
  left: -11px;
  padding: 0 10px 10px 10px;
  margin: 0;
  background: transparent url('images/bg-submenu.png') bottom left no-repeat;
  z-index: 2;
  }
ul#menu li:hover ul.children { display: block; }
ul#menu li ul.children li {
  float: left;
  display: block;
  width: 98px;
  padding: 0 1px;
  text-align: left;
  list-style: none;
  border: 0 none;
  border-bottom: 1px solid #555555;
  }
ul#menu li ul.children li a {
  width: 78px;
  text-align: left;
  display: block;
  }
ul#menu li.cat-item-1 ul.children li.current-cat a, ul#menu li.cat-item-1 ul.children li.cat-item-3 a, ul#menu li.cat-item-1 ul.children li.cat-item-4 a, ul#menu li.cat-item-1 ul.children li.cat-item-5 a, ul#menu li.cat-item-1 ul.children li.cat-item-6 a  { background: 0 none; }
ul#menu li.cat-item-1 ul.children li.cat-item-3 a:hover { background: #444444 url('images/bg-headline-bottom-g.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.cat-item-1 ul.children li.cat-item-4 a:hover { background: #444444 url('images/bg-headline-bottom-s.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.cat-item-1 ul.children li.cat-item-5 a:hover { background: #444444 url('images/bg-headline-bottom-b.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.cat-item-1 ul.children li.cat-item-6 a:hover { background: #444444 url('images/bg-headline-bottom-p.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.cat-item-1:hover { width: 98px; background: #444444 url('images/bg-suche.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.current-cat-parent, ul#menu li.cat-item-1 ul.children li.current-cat a { background: #C83801 url('images/bg-menu-over.jpg') bottom left repeat-x; color: #EEEEEE; }
ul#menu li.current-cat-parent a { color: #EEEEEE; }
/* search */
#searchform {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 340px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0 none;
  }
#suchfeld {
  float: left;
  width: 280px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  font-size: 1.6em;
  color: #000000;
  border: 0 none;
  background: #444444 url('images/bg-suche.jpg') bottom left repeat-x;
  }
#searchsubmit {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent url('images/suchen.jpg') top left no-repeat;
  border: 0 none;
  }
#searchsubmit:hover { background-position: bottom left; }

/* content */
#main {
  float: left;
  width: 960px;
  padding: 0;
  margin: 0;
  }
#breadcrumb {
  float: left;
  width: 940px;
  padding: 5px 10px;
  margin: 0;
  font-size: 1em;
  background-color: #DDDDDD;
  border-bottom: 1px solid #CFCFCF;
  }
#content {
  position: relative;
  float: left;
  width: 600px;
  padding: 0 20px 40px 0;
  margin: 0;
  z-index: 4;
  }
#sidebar {
  float: right;
  width: 340px;
  height: 100%;
  padding: 0;
  margin: 0;
  }

/* schrift */
h1, h2, h3, strong {
  font-family: 'Arial',Verdana, Sans-Serif;
  font-weight: normal;
  text-align: left;
  color: #333333;
  }
h1 {
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 10px 0;
  }
h1.headline, h1.gold, h1.silber, h1.bronze, h1.partner {
  position: relative;
  display: inline-block;
  width: 580px;
  height: auto;
  padding: 0 20px 10px;
  margin: 10px 10px 10px 0;
  font-weight: normal;
  text-decoration: none;
  text-shadow: -1px -1px 3px #000000;
  color: #FFFFFF;
  background: #444444 url('images/bg-headline-bottom.jpg') bottom left no-repeat;
  border: 0 none;
  z-index: 10;
  }
h1.gold { background: #444444 url('images/bg-headline-bottom-g.jpg') bottom left no-repeat; }
h1.silber { background: #444444 url('images/bg-headline-bottom-s.jpg') bottom left no-repeat; }
h1.bronze { background: #444444 url('images/bg-headline-bottom-b.jpg') bottom left no-repeat; }
h1.partner { background: #444444 url('images/bg-headline-bottom-p.jpg') bottom left no-repeat; }
h1.headline span, h1.gold span, h1.silber span, h1.bronze span, h1.partner span {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 620px;
  height: 10px;
  background: #444444 url('images/bg-headline-top.jpg') top left no-repeat;
  z-index: 11;
  }
h1.gold span { background: #444444 url('images/bg-headline-top-g.jpg') top left no-repeat; }
h1.silber span { background: #444444 url('images/bg-headline-top-s.jpg') top left no-repeat; }
h1.bronze span { background: #444444 url('images/bg-headline-top-b.jpg') top left no-repeat; }
h1.partner span { background: #444444 url('images/bg-headline-top-p.jpg') top left no-repeat; }
h2 {
  clear: both;
  display: block;
  font-size: 1.8em;
  padding: 0 0 10px;
  margin: 0;
  }
h3 {
  font-size: 1.6em;
  padding: 0 0 10px;
  margin: 0;
  }
#termin-ort h2, #termin-ort h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-shadow: -1px -1px 1px #000000;
  color: #FFFFFF;
  }
#termin-ort h3 { font-size: 12px; }
p {
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: left;
  color: #333333;
  padding: 0 0 20px 0;
  margin: 0;
  }
#sidebar p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px;
  }
strong { 
  color: #333333;
  font-weight: bold; 
  }
small {
  font-size: 0.9em;
  color: #333333;
  }

/* zitat */
blockquote {
  display: block;
  padding: 0;
  margin: 0;
  }
blockquote p, blockquote h2 { 
  padding: 0 0 5px 0;
  font-style: italic;
  }

/* links */
a { outline: none; }
a.none:link, a.none:visited, a.none:hover, a.none:active {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 10;
  }

/* links rund */
a.rounded {
  position: relative;
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0 0 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  color: #333333;
  background-color: #EECD33;
  border: 1px solid #E6BC00;
  }
a.rounded:hover {
  color: #CCCCCC;
  background-color: #333333;
  border: 1px solid #999999;
  }

/* beitrag */
.beitrag {
  position: relative;
  float: left;
  width: 620px;
  padding: 0;
  margin: 0;
  z-index: 6;
  }
.entry {
  float: left;
  width: 580px;
  padding: 10px 20px;
  margin: 0;
  }
.entry ul {
  width: 554px;
  padding: 0 10px 20px 0;
  margin: 0 0 0 15px;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  font-size: 1.4em;
  }
.entry ol {
  width: 549px;
  padding: 0 10px 20px 0;
  margin: 0 0 0 20px;
  list-style-position: inside;
  text-align: left;
  font-size: 1.4em;
  }
.entry ul li, .entry ol li {
  padding: 0 0 5px 0;
  list-style-position: outside;
  }
.entry ul.liststyle {
  float: left;
  width: 578px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.6em;
  border: 1px solid #D6D6D6;
  border-bottom: 0 none;
  }
.entry ul.liststyle li {
  position: relative;
  padding: 10px 10px 10px 165px;
  list-style: none;
  border-bottom: 1px solid #D6D6D6;
  background: transparent url('images/bg-li.png') top left repeat-y; 
  }
.entry ol.liststyle {
  float: left;
  width: 578px;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.6em;
  border: 1px solid #D6D6D6;
  border-bottom: 0 none;
  }
.entry ol.liststyle li {
  position: relative;
  padding: 10px 10px 10px 165px;
  list-style-position: inside;
  border-bottom: 1px solid #D6D6D6;
  background: transparent url('images/bg-li.png') top left repeat-y; 
  }
.entry ul.liststyle li span, .entry ol.liststyle li span {
  position: absolute;
  width: 120px;
  top: 10px;
  left: 15px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  }
.entry a, #breadcrumb a {
  color: #C83801;
  text-decoration: none;
  }
.entry a.rounded { color: #333333; }
.entry a.rounded:hover {
  text-decoration: none;
  color: #CCCCCC;
  }
.entry a:hover, .entry a:active, #breadcrumb a:hover, #breadcrumb a:active { text-decoration: underline; }
.entry p img {
  padding: 0;
  margin: 5px 20px 15px 0;
  border: 5px solid #CFCFCF;
  }
.mapp-poweredby { padding-top: 5px; text-align: left; }
.mapp-div { border: 5px solid #CFCFCF; }

ul.entry-teaser {
  float: left;
  width: 600px;
  padding: 10px 0 10px 20px;
  margin: 0;
  }
ul.entry-teaser li, ul.entry-teaser li.goldsponsor {
  position: relative;
  float: left;
  list-style: none;
  width: 180px;
  height: 180px;
  padding: 0 20px 20px 0;
  margin: 0;
  z-index: 1;
  }
span.ecke-g, span.ecke-s, span.ecke-b, span.ecke-p {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  z-index: 12;
  }
ul.entry-teaser li span.ecke-g, ul.entry-teaser li.goldsponsor span.ecke-g, ul.entry-teaser li span.ecke-s, ul.entry-teaser li.goldsponsor span.ecke-s, ul.entry-teaser li span.ecke-b, ul.entry-teaser li.goldsponsor span.ecke-b, ul.entry-teaser li span.ecke-p, ul.entry-teaser li.goldsponsor span.ecke-p {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  z-index: 12;
  }
ul.entry-teaser li span.ecke-g, ul.entry-teaser li.goldsponsor span.ecke-g, span.ecke-g { background: transparent url('images/ecke-g.png') no-repeat; }
ul.entry-teaser li span.ecke-s, ul.entry-teaser li.goldsponsor span.ecke-s, span.ecke-s { background: transparent url('images/ecke-s.png') no-repeat; }
ul.entry-teaser li span.ecke-b, ul.entry-teaser li.goldsponsor span.ecke-b, span.ecke-b { background: transparent url('images/ecke-b.png') no-repeat; }
ul.entry-teaser li span.ecke-p, ul.entry-teaser li.goldsponsor span.ecke-p, span.ecke-p { background: transparent url('images/ecke-p.png') no-repeat; }
ul.entry-teaser li a, ul.entry-teaser li.goldsponsor a {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  padding: 0;
  margin: 0;
  border: 5px solid #CFCFCF;
  background: #000000 url('images/bg-footer.jpg') bottom left repeat-x;
  z-index: 10;
  }
ul.entry-teaser li a span.teaser-over, ul.entry-teaser li.goldsponsor a span.teaser-over {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 170px;
  height: 170px;
  padding: 0;
  margin: 0;
  background: transparent url('images/bg-teaser-over.png') top left repeat-x;
  z-index: 11;
  }
ul.entry-teaser li a:hover span.teaser-over, ul.entry-teaser li.goldsponsor a:hover span.teaser-over { display: block; }
ul.entry-teaser li a img, ul.entry-teaser li.goldsponsor a img {
  width: 170px;
  height: 170px;
  padding: 0;
  margin: 0;
  border: 0 none;
  }

/* goldsponsor */
ul.entry-teaser li.goldsponsor { width: 580px; }
ul.entry-teaser li.goldsponsor a { width: 570px; }
ul.entry-teaser li.goldsponsor a span.teaser-over {
  width: 570px;
  background: transparent url('images/bg-teaser-gold-over.png') top left repeat-x;
  }
ul.entry-teaser li.goldsponsor a img { width: 570px; }

/*formular*/
.wpcf7-form div {
  display: block;
  float: left;
  width: 560px;
  margin: 0 0 20px 0;
  height: 32px;
  text-align: left;
  }
.wpcf7-form div.radiobox { height: 20px; }
.wpcf7-form div p { 
  font-size: 1.2em;
  padding: 0;
  }
.wpcf7-list-item {
  padding: 0;
  margin: 0;
  }
.wpcf7-list-item-label { padding: 0 10px 0 0; }
.inputfeld1, .textfeld1 {
  float: left;
  width: 300px;
  height: 30px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 1.3em;
  font-family: 'Arial',Verdana, Sans-Serif;
  color: #333333;
  border: 1px solid #DDDDDD;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  background-color: #EEEEEE;
  }
.textfeld1 {
  width: 557px;
  height: 300px;
  padding: 10px;
  margin: 0 0 20px 0;
  }
.inputfeld1:hover, .textfeld1:hover { border: 1px solid #C83801; }
.senden {
  display: block;
  float: left;
  width: 100px;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0 0 0;
  font-size: 12px;
  font-family: 'Arial', Verdana, Sans-Serif;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #333333;
  background-color: #EECD33;
  border: 1px solid #E6BC00;
  cursor: pointer;
  }
.senden:hover {
  color: #CCCCCC;
  background-color: #333333;
  border: 1px solid #999999;
  }

/* navigation */
.navigation {
  float: left;
  width: 580px;
  height: 20px;
  padding: 10px 20px;
  margin: 10px 0 40px 0;
  overflow: hidden;
  }
.wp-paginate {
  width: 630px;
  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 {
  display: block;
  padding: 0 10px 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  outline: none;
  }
.wp-paginate li a:hover, .wp-paginate li a:active {
  color: #C83801;
  text-decoration: underline;
  }
.wp-paginate li .current { color: #C83801; }

/* Sidebar */
.sidebar {
  float: left;
  width: 340px;
  padding: 0;
  margin: 0 0 20px 0;
  }
h1.sidebar-head {
  color: #CCCCCC;
  width: 320px;
  height: 30px;
  padding: 10px 10px 0;
  margin: 0;
  font-weight: normal;
  background: #000000 url('images/bg-menu.jpg') bottom left repeat-x;
  text-shadow: -1px -1px 3px #000000;
  }
#tabs { 
  float: left;
  margin: 0 0 20px 0;
  }
ul#tabs-nav {
  float: left;
  width: 340px;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  }
ul#tabs-nav li { 
  display: block;
  float: left;
  width: 170px;
  height: 40px;
  }
ul#tabs-nav li a:focus { outline: none; }
ul#tabs-nav li a {
  float: left;
  display: inline-block;
  width: 170px;
  height: 30px;
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 1.6em;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 3px #000000;
  color: #CCCCCC;
  }
ul#tabs-nav li#reiter1 a, ul#tabs-nav li#reiter2 a { background: #000000 url('images/bg-menu.jpg') bottom left repeat-x; }
ul#tabs-nav li#reiter1 a {
  width: 169px;
  border-right: 1px solid #444444;
  }
ul#tabs-nav li#reiter1 a:hover, ul#tabs-nav li#reiter2 a:hover { color: #EEEEEE; background: #444444 url('images/bg-suche.jpg') bottom left repeat-x; }
ul#tabs-nav li#reiter1 a.selected, ul#tabs-nav li#reiter2 a.selected { color: #EEEEEE; background: #C83801 url('images/bg-menu-over.jpg') bottom left repeat-x; }
.tabbox {
  float: left;
  width: 340px;
  padding: 0;
  margin: 0;
  }
#sidebar p.twitter-message {
  position: relative;
  padding: 35px 10px 10px;
  margin: 0;
  border-bottom: 1px solid #D6D6D6;
  }
p.twitter-message:hover {
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  }
a.twitter-user, a.twitter-link {
  color: #C83801;
  text-decoration: none;
  }
a.twitter-user:hover, a.twitter-link:hover { text-decoration: underline; }
span.twitter-timestamp {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  }
span.twitter-timestamp abbr { text-decoration: none; }
.bookmark li a {
  display: block;
  padding: 10px;
  color: #C83801;
  text-decoration: none;
  }
.bookmark li a:hover { text-decoration: underline; }
.sidebar-list {
  float: left;
  width: 340px;
  padding: 0;
  margin: 0;
  }
.sidebar-list ul {
  display: block;
  width: 340px;
  padding: 0;
  margin: 0;
  list-style: none;
  }
.sidebar-list ul li {
  display: block;
  width: 340px;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  border-bottom: 1px solid #D6D6D6;
  }
.sidebar-list ul li:hover { 
  color: #FFFFFF; 
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  }
.werbung {
  float: left;
  width: 330px;
  padding: 5px 5px 0;
  margin: 0;
  }
#sidebar .werbung p {
  padding: 0;
  margin: 0;
  }
.werbung a, a.flickr {
  float: left;
  padding: 0;
  margin: 10px;
  border: 5px solid #FFFFFF;
  }
a.flickr img {
  width: 140px;
  padding: 0;
  margin: 0;
  border: 0 none;
  }
/* weiterempfehlen */
a.bookmark, a.rss {
  float: left;
  color: #333333;
  width: 42px;
  height: 42px;
  margin: 10px 0 10px 6px;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  text-decoration: none;
  }
a.rss {
  width: auto;
  height: 40px;
  padding: 2px 0 0 45px;
  vertical-align: top;
  background: transparent url("images/rss.jpg") top left no-repeat;  
  }
.delicious { background: transparent url("images/delicious.jpg") top left no-repeat; }
.stumbleupon { background: transparent url("images/stumbleupon.jpg") top left no-repeat; }
.technokrati { background: transparent url("images/technokrati.jpg") top left no-repeat; }
.twitter { background: transparent url("images/twitter.jpg") top left no-repeat; }
.digg { background: transparent url("images/digg.jpg") top left no-repeat; }
.reddit { background: transparent url("images/reddit.jpg") top left no-repeat; }
a.rss:hover { text-decoration: underline; }

/* footermenu */
#footer {
  position: relative;
  float: left;
  padding: 0;
  width: 960px;
  height: 180px;
  background: #000000 url('images/bg-footer.jpg') bottom left repeat-x;
  border-top: 1px solid #CFCFCF;
  z-index: 2;
  }
ul#footermenu {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 620px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  z-index: 10;
  }
ul#footermenu li {
  float: left;
  list-style: none;
  }
ul#footermenu li a {
  display: block;
  height: 20px;
  padding: 0 20px;
  margin: 0;
  font-size: 1.6em;
  text-decoration: none;
  text-shadow: -1px -1px 3px #000000;
  color: #CCCCCC;
  outline: none;
  border-right: 1px solid #444444;
  }
ul#footermenu li a.okay {
  padding: 0 30px 0 20px;
  background: transparent url('images/okay.png') center right no-repeat;
  }
ul#footermenu li a.oben {
  padding: 0 30px 0 20px;
  background: transparent url('images/oben.png') center right no-repeat;
  border: 0 none;
  }
ul#footermenu li a:hover, ul.footermenu li a:active {
  color: #EEEEEE;
  text-decoration: underline;
  }
p#copyright {
  position: absolute;
  top: 110px;
  left: 20px;
  width: 610px;
  padding: 0;
  color: #DDDDDD;
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
  z-index: 10;
  }
p#copyright a {
  padding: 0 2px;
  color: #DDDDDD;
  text-decoration: none;
  }
p#copyright a:hover, p#copyright a:active {
  color: #FFFFFF;
  text-decoration: underline;
  }
#dorst {
  position: absolute;
  top: 130px;
  left: 15px;
  border: 0 none;
  outline: none;
  z-index: 10;
  }
#dorst img { border: 0 none; }