html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, li {
  line-height: 100%;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, button {
  font-family: inherit;
  font-size: 1em;
}
body {
  background: #ebebeb;
  color: #000;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
  color: #25a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
input, textarea, select {
  font: 11px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
h3 {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
.ad1 {
  margin: 0 0 5px 10px;
  text-align: left;
  width: 905px;
}
.ad2 {
  height: 700px;
  left: 921px;
  position: absolute;
  top: 200px;
  width: 140px;
}
#wrapper {
/*  background: url(http://www.einhartzfuerberlin.de/images/bg-wrapper.jpg) repeat-y; */
  background-color:#fff;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  padding: 0;
  margin-left:10px;
  width: 900px;
}
#header {
  background-color: #e7a023;
  height: 53px;
  overflow: hidden;
  padding: 12px 0 15px 20px;
}
.logo {
  float: left;
  overflow: hidden;
  width: 280px;
}
.logo a {
  display: block;
  height: 100%;
}
.search-form {
  float: right;
  margin: 15px 20px 0 0;
}
.search-form .text {
/*  background: url(http://www.einhartzfuerberlin.de/images/bg-search.png) repeat-x 0 -53px; */
  background: #fff;
  -moz-box-shadow: inset 0 0 11px 1px #888;
  -webkit-box-shadow: inset 0 11px 1px #888;
  box-shadow: inset 0 0 11px 1px #888;
  border: 0 solid #999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
  height: 19px;
  margin-right: 10px;
  padding: 4px 35px 0 15px;
  width: 240px;
}
.search-form .text input {
  background: none;
  border: none;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}
.search-form .submit {
/*  background: url(http://www.einhartzfuerberlin.de/images/btn-search.png) no-repeat; */
  background: url(http://www.einhartzfuerberlin.de/images/search-20.png) no-repeat center top;
  border-left:1px solid #888888;
  border-right:none;
  border-top:none;
  border-bottom:none;
  margin: 1px 0 0 -40px;
  padding-left:4px;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 22px;
  line-height: 0;
  text-indent: -9999px;
  width: 25px;
}
.navbar {
/*  background: url(http://www.einhartzfuerberlin.de/images/bg-navbar.jpg) repeat-x; */
  padding: 0 0 25px;
}
#nav {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8fff3), to(#ededed));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f8fff3, #ededed);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f8fff3, #ededed);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f8fff3, #ededed);
  /* IE 6-9*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fff3', endColorstr='#ededed');
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f8fff3, #ededed);
  height: 25px;
  padding: 0 0 0 20px;
  position: relative;
  width: 880px;
}
#nav li {
  float: left;
  font-size: 10px;
  line-height: 12px;
}
#nav a {
  border-right: 1px solid #ededed;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 6px 10px 7px;
}
#nav a.active {
  background-color: #fff;
  border-left: 1px solid #ededed;
}
#nav .subnav {
  left: 0;
  padding: 0 0 0 20px;
  position: absolute;
  top: 25px;
  width: 880px;
}
#nav .subnav li {
  padding: 5px 0 7px;
}
#nav .subnav li:hover {
  position: relative;
}
#nav .subnav a {
  font-weight: 400;
  padding: 0 6px;
}
#nav .subnav a.active {
  color: #666;
  text-decoration: underline;
}
#nav .subnav ul {
  left: -9999px;
  min-width: 152px;
  padding: 0 0 6px;
  position: absolute;
  top: 24px;
}
* html #nav .subnav ul {
  width: 152px;
}
#nav .subnav ul li {
  padding: 2px 0;
}
#nav .subnav li:hover ul {
  left: 0;
}
#nav .subnav ul li a {
  padding: 4px 6px;
  border:none;
}
#nav .subnav ul li {
  background-color: #fff;
  width:100%;
}
#nav .subnav ul li a:hover {
  background-color: #efefef;
}
#main {
  border-top: dotted 1px #d7d7d7;
/*  background: url(http://www.einhartzfuerberlin.de/images/bg-main.jpg) repeat-x; */
  background-color:#fff;
  -moz-box-shadow: inset 0 4px 35px #ddd;
  -webkit-box-shadow: inset 0 4px 35px#ddd;
  box-shadow: inset 0 4px 35px #ddd;
  height: 1%;
  overflow: hidden;
  padding: 40px 14px 0 24px;
  margin-bottom:20px;
}
#content {
  float: left;
  margin: 0 20px 0 0;
  width: 522px;
}
.post {
  border-top: 4px solid #ececec;
  font-size: 12px;
  height: 1%;
  line-height: 16px;
  overflow: hidden;
  padding: 20px 0;
}
.post-img {
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 182px;
}
.post-img img {
  border: 1px solid #666;
  vertical-align: top;
}
.post h2 {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 7px;
}
.post h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 11px;
}
.article {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.article-functions {
  height: 1%;
  overflow: hidden;
  padding: 2px 4px 21px 0;
}
.article-functions h5 {
  float: left;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  margin: 1px 0 0;
}
.article-functions .print {
  color: #666;
  float: right;
  font-size: 10px;
  line-height: 13px;
}
.article h1 {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 18px;
}
.article h2 {
  color: #d98000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 15px;
}
.article .autor {
  display: block;
  margin: 0 0 12px;
}
.article .intro-text {
  font-weight: 700;
  padding: 0 0 12px;
}
.article .text-holder p {
  margin: 0 0 18px;
}
.article .text-holder img {
  margin-right: 10px;
  margin-right: 5px;
  border: 1px solid #000000;
  float: left;
  padding: 10px;
  vertical-align: top;
}
.article h4 {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.tags {
  border: solid #ececec;
  border-width: 4px 0;
  margin: -3px 0 0;
  padding: 15px 0 16px;
}
.social {
  border-bottom: 4px solid #ececec;
  padding: 15px 0 20px;
}
.social h4 {
  margin: 0 0 9px;
}
.social li {
  float: left;
  padding: 0 0 0 13px;
}
.social li:first-child {
  padding: 0;
}
.social img {
  border: 1px solid #ccc;
  padding: 1px;
  vertical-align: top;
}
.comments {
  padding: 10px 0 39px;
}
.comments h4 {
  margin: 0 0 31px;
}
.comments .head {
  display: block;
  margin: 0 0 7px;
}
.comments h5 {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 8px;
}
.comment {
  border-top: 1px solid #ececec;
  font-size: 11px;
  padding: 7px 0 17px;
}
.comment h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 3px;
}
.comment h6 strong {
  font-weight: 700;
}
.comment-form {
  padding: 0 0 0 3px;
}
.comment-form .row {
  height: 1%;
  overflow: hidden;
  padding: 0 0 4px;
}
.comment-form .label-holder {
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding: 1px 0 0;
  width: 81px;
}
.comment-form .text {
  border: 1px solid #ececec;
  color: #000;
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 5px 3px;
  width: 257px;
}
.comment-form .textarea {
  border: 1px solid #ececec;
  color: #000;
  float: left;
  font-size: 12px;
  height: 172px;
  line-height: 15px;
  max-width: 301px;
  overflow: auto;
  padding: 5px;
  width: 301px;
}
.comment-form .submit, .comment-form .reset {
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 3px 0 0;
  padding: 0 5px;
}
#sidebar {
/*  background-color: #f6f6f6; */
  float: left;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  width: 320px;
}
.box {
  background-color: #fff;
  border: 4px solid #ececec;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 10px;
  width: 292px;
}
.box h4 {
  color: #666;
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 15px;
}
.box h4 a {
/*  background: url(http://www.einhartzfuerberlin.de/images/arrows.png) no-repeat 100% 3px; */
  color: #666;
  padding: 0 17px 0 0;
}
.bild-img {
  padding: 0 0 3px;
  text-align: center;
}
.ad-box {
  margin: 0 0 0 -4px;
  padding: 0 0 2px;
}
.comments-list p {
  margin: 0 0 11px;
}
.tagcloud {
  line-height: 21px;
  padding: 12px 5px 8px;
}
.tagcloud .tag1 {
  color: #555;
  font-size: 11px;
}
.tagcloud .tag2 {
  color: #a0a0a0;
  font-size: 18px;
}
.tagcloud .tag3 {
  color: silver;
  font-size: 20px;
}
.top {
  clear: both;
  height: 1%;
  overflow: hidden;
  padding: 40px 10px 20px;
}
.top a {
   background: #ebebeb;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: right;
  line-height: 18px;
  text-align : center;
  padding:1px 15px 2px;
}
/*
#footer {
  background: #f6f6f6 url(http://www.einhartzfuerberlin.de/images/borderbottom.png) repeat-x;
  min-height: 100px;
  overflow: hidden;
  padding: 0 5px 0 20px;
  width: 880px;
} */
.ad1 img, .ad2 img, .bild-img img, .ad-box img {
  vertical-align: top;
}
.article .text-holder, .social ul {
  height: 1%;
  overflow: hidden;
}
.comments-list li, .item-list li {
  line-height: 14px;
}
