/*
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
*/


body {
  color: #000000;
  font-size: 12pt;
  background:#ffed89  url(images/line.png) repeat-x;
  font-weight: lighter;
  padding-bottom: 0px;
}

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: 439px;
  padding-left: 10px;
}

#right {
  float: left;
  text-align: left;
  font-size: 10pt;
  color: #000000;
  width:240px;
  height:100%;
  padding-left: 10px;
}

#right a {
  color: #000000;
  text-decoration:none;
}

#clear {
  clear:both;
  padding-bottom: 50px;
}

#header {
  margin-top: 20px;
  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.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 h1 {
  font-size: 17pt;
  color: #ffd800;
  margin: 50px 0 0 0;
  font-weight: bold;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffd800;
}

.post {
  font-size: 12pt;
  color: #1a1a1a;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffd800;
}

.post p {
  font-weight: none;
  padding-left: 10px;
}

.infos {
  color: #1a1a1a;
  text-align: right;
  font-size: 7pt;
  padding-right: 10px;
}

.infos a {
  color: #ffd800;
  font-size: 7pt;
  font-weight: bold;
  text-decoration:none;
}

#footer {
  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;
}

a {
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}

.felder {
  background-color: #ffed89;
  border: 2px;
  border-style: solid;
  border-color: #000000;
}
