/*
Theme Name: Bienen Theme
Theme URI: http://derhobby.de/
Description: Bienen Theme is a two column theme for WordPress 2.x. Created for <a href="http://www.bienenblog.net">Bienenblog.net</a>
Version: 1.0
Author: Sebastian Hobert
Author URI: http://media2null.de
License: GPL
*/

*{
  font-family:Lucia, Arial, Bitstream, Sans-serif;
}

a {
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}


body {
  color: #000000;
  font-size: 10pt;
  background:#333;
  font-weight: lighter;
  padding-bottom: 0px;
  margin:0;
}

img {
  border: none;
}

#page {
  width: 699px;
  background:#fffbe3;
  margin: 0 auto;
  border-left: 2px;
  border-left-style: solid;
  border-left-color: #ffd800;
  border-right: 2px;
  border-right-style: solid;
  border-right-color: #ffd800;
  background-image: url(images/sidebar-line.png);
}

#left {
  float: left;
  width: 479px;
  padding-left: 10px;
}

#right {
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight:normal;
  color: #000000;
  width:190px;
  height:100%;
  margin-left:10px;
  padding-left: 10px;
}

#right a {
  color: #000000;
  font-weight:normal;
  text-decoration:none;
}

#clear {
  clear:both;
  padding-bottom: 50px;
}

#header {
  margin-top: 0px;
  padding-bottom: 10px;
  text-align: left;
  background:#FFFFFF  url(images/header.png) repeat-x;
}

#header h2 {
  font-size: 8pt;
  color: #ffffff;
  margin-top:70px;
  padding-left: 10px;
}

#header h1 {
  font-size: 20pt;
  color: #000000;
  margin:0 0 0 0;
  font-weight: lighter;
  margin-bottom:32px;
  background-image: url(images/header-line_blue.png);
  padding-left: 10px;
}

#header h1 strong {
  color: #000000;
  font-weight: bold;
}

#header h1 a {
  color: #000000;
  font-weight: normal;
  text-decoration:none;
}

#header p {
  font-size: 20pt;
  color: #000000;
  margin:0 0 0 0;
  font-weight: lighter;
  text-align: right;
}

#header p a {
  color: #ffd800;
  font-size: 9pt;
  font-weight: bold;
  text-decoration:none;
  margin-right: 10px;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #a8a8a8;
}

.post h3 {
  font-size: 17pt;
  color: #ffd800;
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffd800;
}

.post {
  font-size: 10pt;
  color: #1a1a1a;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffd800;
  padding-bottom:10px;
  line-height:150%;
}
.post a{
  color:#336699;
}
.post a:link, .post a:visited, .post a:active{
  color:#336699;
  text-decoration:none;
  font-weight:normal;
}
.post a:hover{
  color:#6699CC;
  border-bottom: #69C 1px dashed;
  background:#FFFFCC;
  font-weight:normal;
}

.post h3 a:link, .post h3 a:visited,.post h3 a:active{
  color:#000;
  text-decoration:none;
}
.post h3 a:hover{
  color:#FF3333;
  border-bottom: none;
  text-decoration:none;
  background:#FFFFFF;
}


.post p {
  font-weight: normal;
  padding-left: 10px;
}

.infos {
  color: #1a1a1a;
  text-align: right;
  font-size: 7pt;
  padding-right: 10px;
  margin:0px 0 40px 0;
}

.infos a {
  color: #ffd800;
  font-size: 7pt;
  font-weight: bold;
  text-decoration:none;
}

#footer {
  width:693px;
  margin:10px auto;
  text-align: right;
  font-size: 7pt;
  color: #a8a8a8;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #ffd800;
  padding-right: 10px;
  padding-bottom: 10px;
}

#footer a {
  color: #717171;
  font-size: 7pt;
  font-weight: bold;
  text-decoration:none;
}


.felder {
  background-color: #ffed89;
  border: 2px;
  border-style: solid;
  border-color: #000000;
}
#sidebar{
margin:0px;  
}
#sidebar ul{
 margin:10px;
 padding:0px;
}
#sidebar ul li{
 margin:0px;
 padding:0px;
}
#sidebar ul li ul{
 margin:0px;
 padding:0px;

}
#sidebar ul li ul li{
 margin:5px;
 padding:0px;
}
#sidebar ul li{
list-style-type:none;
}
