* {
  margin: 0;
  padding: 0;
}

html {
  color:#555555;
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  background: #660000 url(images/bg_up.png) repeat-x;
  font-size: 1em;
}

a {
  color:#AA0000;
  text-decoration: none;
}

p {
  font-size: 0.8em;
}

textarea {
  background:transparent url(images/grauer-stern.gif) no-repeat scroll right bottom;
  margin:5px 0px;
  border: 1px solid #ccc;
}

input {
  border: 1px solid #ccc;
  background: #FFFFFF;
  padding: 2px 5px;
}

img {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 10px;
}

img.left {
  float: left;
}

.clear-both {
  clear: both;
}


#page {
  width: 760px;
  margin: 0 auto;
  background: url(images/bg_middle.png) repeat-y;
}

#header {
  height:200px;
  padding:0px;
  top:0px;
  width:760px;
}

#header-top {
  background:transparent url(images/header.png) repeat-y scroll center bottom;
  height:200px;
  position:absolute;
  width:760px;
}

#header-links {
  background:transparent url(images/side_links.png) no-repeat scroll center;
  height:120px;
  position:absolute;
  top:200px;
  width:10px;
}

#header-rechts {
  background:transparent url(images/side_rechts.png) no-repeat scroll center;
  height:120px;
  left:750px;
  position: relative;
  top:200px;
  width:10px;
}

#navi-balken {
  background-color:#F5F5F5;
  border-bottom:1px solid #DDDDDD;
  border-top:1px solid #DDDDDD;
  font-size: 0.75em;
  margin:0px 10px;
  padding:5px 0px;
  text-align: center;
}

#navi-balken ul {
  margin-left: 10px;
  padding: 0px;
}

#navi-balken li {
  display: inline;
  margin: 10px 30px 10px 0;
}

#navi-balken a {
  border-bottom: none;
  font-weight:bold;
  letter-spacing:1px;
  text-decoration:none;
}

#content {
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid #DFDFDF;
}

.post, .page div.boxed {
  border: 1px solid #ccc;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.page div.boxed p {
  padding: 5px;
  margin: -8px 0 0 0;
}

.page table#ansprechpersonen {
  font-size: 0.8em;
}

.page table#ansprechpersonen td {
  width: 400px;
}

.page .entry h3 {
  font-weight: bold;
  text-decoration: underline;
  color: #AA0000;
  margin: 5px 0;
  font-size: 0.95em;
}


.post-inside {
  margin: 5px;
}

.post h2, .page div.boxed h2 {
  background-color: #F5F5F5;
  padding: 3px 5px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

.page div.boxed h2 {
  font-size: 0.9em;
}


.post-inside div.entry {
  margin: 10px 0;
}

.post p.time {
  font-size: 0.8em;
}

.post .postmetadata {
  background: #F5F5F5;
  margin: 10px 0 0 0;
  font-size: 0.7em;
  text-align: center;
}

h3#comments, h3#respond, h2.pagetitle, .page h2 {
  font-size: 1.0em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
}

h3#comments, h3#respond {
  margin: 20px 0 10px 0;
}

.page {
  line-height: 1.5em;
}

.commentlist {
  list-style-type: none;
  font-size: 1em;
}

.commentlist li {
  margin: 10px 0px 10px 20px;
  padding: 10px 0;
  background: #FFFFFF url(images/bg-sidebar.jpg) repeat-y scroll right center;
}

.commentlist cite, .commentlist cite a {
  font-size:1em;
  font-style:normal;
  font-weight:bold;
}

.commentlist p.time {
  font-size: 0.7em;
}

.commentlist span {
  color: #FFFFFF;
  float: right;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 80px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  margin:-33px 8px 0pt 0pt;
}

.commentlist p {
  margin: 10px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}

textarea#comment {
  width: 99%;
}

#footer {
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 0.7em;
  background: url(images/footer.png) no-repeat center bottom;
  height: 50px;
}

