/*  
Theme Name: *produktivb&uuml;ro
Theme URI: 
Description: basierend auf dem <a href="http://binarybonsai.com/kubrick/">Kubrick</a> mit der deutsche Bearbeitung von <a href="http://blogshop.de">Olaf A. Schmitz</a> und <a href="http://blog.zeitgrund.de">Olaf Baumann</a>.
Version: 1.0
Author: Sebastian M&uuml;ller
Author URI: http://www.produktivbuero.de/

	based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
  margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#login {
  display: none;
}

#position {
}

#header {
  margin: 70px 0 1px 0; /* Abstand zu angrenzden Linien */
  text-align: right;
  display: block;
}

#right {
}

#search {
  display: none;
}

#pages {
  display: none;
}

#categories {
  display: none;
}

#adress {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 1px 0; /* Abstand zu angrenzden Linien */
  line-height: 150%;
  display: block;
}

#sitecredits {
  display: none;
}

#support {
  display: none;
}

#left {
  display: block;
  border-top: 1px solid #000000;
}

#breadcrump {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

#content {
  padding: 10px 0;
  line-height: 200%;
}

#footer {
  display: none;
}

h1 {
  margin: 11px 0;
  font-size: 16px;
  font-style: italic;
}

h2, h3, h4, h5, h6 {
  margin: 22px 0 11px 0;
  font-size: 14px;
  font-style: italic;
}

p {
  margin: 0 0 11px 0;
}

a {
  color: #000000;
}

img {
  border: none;
}

form {
  display: none;
}

input, select, textarea {
  margin: 0;
  padding: 2px 4px;
  width: 370px;
  font-size: 11px;
  border: none;
  background: #D9D6C1;
}

textarea {
  overflow: auto;
}

.pagetitle a {
  text-decoration: none;
}

#adress p {
  margin-right: 25px;
  float: left;
}

#adress a {
  display: none;
}

#breadcrump a {
  text-decoration: none;
}

.button {
}

.linkbox {
}

.page img {
}

/* ------------ Beiträge ------------ */

.post {
  margin: 20px 0 40px 0;
}

.postlabel {
  margin: 0 -10px;
  font-weight: bold;
  width: 50%;
}

.postlabel a {
  padding: 0 10px;
  text-decoration: none;
}

.postheader {
  margin: 0 -10px;
  padding: 5px 10px;
}

.postheader h2, .postheader p {
  margin: 0;
  display: block;
}

.postheader a {
  text-decoration: none;
}

.postentry img {
  margin: 0 -10px;
  border-top: 5px solid #40443A;
  border-bottom: 5px solid #40443A;
}

.archivenavigation {
  margin: 10px -10px;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
}

.singlepost {
}

.singlepost img {
  margin: 0 -10px;
}

.singlepostmeta {
  display: none;
}

.singlepostcategory {
  display: none;
}

.singlepostnavigation {
  display: none;
}

.singlepostcomments {
  margin: 10px 0; /* Abstand zu angrenzden Linien */
}

#commentheader {
  padding: 5px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: block;
}

#commentbody {
  padding: 5px;
}

.singlepostcomments h3 {
  margin: 0;
}

.otherscomments {
  margin: 10px 0;
  padding-left: 10px;
  border-left: 5px solid #40443A;
}

.admincomments {
  margin: 10px 0;
  padding-left: 10px;
  border-left: 5px solid #FF9900;
}

.singlepostcomments p {
  margin: 0;
  padding: 0;
}

.commentmeta {
  font-style: italic;
}

#commentbody h4 {
  display: none;
}


/* ------------ Formulare ------------ */

/* werden ausgeblendet (s. form {} )*/
