* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url(images/header.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
p {
  margin-bottom: 1.5em;
}
h1 {
  font-size: 16px;
  }
h2 {
  font-size: 16px;
  color: #f26100;
}
h2 a {
  font-size: 16px;
  color: #f26100;
  text-decoration: none;
}
a {
  color: #636971;
}
h2 a:hover {
  font-size: 16px;
  color: #414953;
  }
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
/* Header */
#header {
  position: relative;
  top: 5px;
  left: 100px;
  background-image: url(images/logo.gif);
  width: 375px;
  height: 60px;
}
#logo {
    position: absolute;
	width: 250px;
	height: 60px;
}
#logo a {
   text-indent:-9999px; 
   height: 70px; 
   overflow:hidden; 
   width: 280px; 
   display:block; 
}
#rss {   position: absolute;   width: 50px;   height: 60px;  left: 320px; }
#rss a {   
   text-indent:-9999px; 
   height: 60px; 
   overflow:hidden; 
   width: 80px; 
   display:block;  
   }
/* Navigation */

#navigation {
  position: absolute;
  top: 100px;
  padding-bottom: 10px;
  border-bottom: #CCCCCC 2px solid;
  width: 822px;
}
#navigation ul li {
  list-style-type: none;
  display:inline;
  margin-right: 15px;
}
#navigation a {
    font-size: 12px;
  font-weight: bold;
  color: #f26100;
  text-decoration: none;
}
#navigation a:hover {
  color: #0F01C3;
  }
/* Inhalt */
.oben {
  position: absolute;
  background-image: url(images/sidebaroben.gif);
  background-repeat: no-repeat;
  top: 140px;
  left: 533px;
  width: 282px;
  height:20px;
}
#inhalt {
  position: relative;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  width: 822px;
  height: 100%;
  }
.unten {
  position: absolute;
  background-image: url(images/sidebarunten.gif);
  background-repeat: no-repeat;
    left: 540px;
  width: 275px;
  height:26px;

}
/*Content */
#content {
  float: left;
  width: 520px;
  }
/* Sidebar */
#sidebar {
  float: right;
  width: 255px;
  padding-right: 0px;
  padding-bottom: 26px;
  }
.spacer {
  height: 100px;
  }
#sidebar ul li{
list-style-type: none;
}
#sidebar h3 {
  font-size: 12px;
  font-weight: bold;
  color: #f26100;
  margin-top: 5px;
}
#sidebar ul {
  margin-bottom: 10px;
}
#sidebar a {
  color: #636971;
}
/*Entry*/
.postmetadata {
 border-top: 1px solid #CCCCCC;
 margin-bottom: 30px;
}
textarea {
  width: 340px;
}
.entry ul {
  margin-left: 30px;
  margin-bottom: 5px;
}
.bildlinks {
  float: left;
  }
.bildrechts {
  float: right;
  }
.alignleft{
float: left;
}

.alignright{
float: right;
}
.enavigation {
  display: block;
  margin-bottom: 5px;
 }
.kreditad {
margin-top: -15px;
margin-bottom: 5px;
}
