*{padding:0;margin:0;} /* alles erstmal auf Null für alle Browser */
html {
  height: 101%;                 /* erzwingt Scrollbar im Firefox */
  font-size: 100.01%
}

body {
  background: #eee url(../images/bgBody.gif) top left repeat-x;
  color: #000;
  font-family: Verdana, Sans Serif;
  text-align: left;
}
img {
  border:0;
}
h1, h2, h3 {
  margin: .5em 0;
}

#wrapper {
  width: 940px;
  padding: 0;
  border: 0;
  margin: 0 auto 10px auto;
}
span.mainlevel {
  font-weight: normal;
  margin: 0;
  padding:0;
}

#header {
  background: #fff;
  padding: 0;
  margin: 0;
  height: 120px;
  width:900px;
}
#header img.kante {
  position: absolute;
  top: 118px;
}

.innen .blog_start span.article_separator
{
  display: block;
  margin: 8px 0 0 0;
  font-size: 0px;
  height: 1px;
  background: url(../images/spalte_top.gif) top left repeat-x;
}
.innen .contentheading .article_separator
{
  display: none;
  margin: 8px 0 0px 0;
  background: url(../images/spalte_top.gif) top left repeat-x;
}
.innen_links span.article_separator
{
  display: none;
  font-size: 0;
  background: url(../images/spalte_top.gif) top left repeat-x;
}
.innen_rechts span.article_separator
{
  display: none;
  font-size: 0;
  background: url(../images/spalte_top.gif) top left repeat-x;
}
.img_caption p {
  font-size: 9px;
  line-height: 130%;
  color: #444;
}

#inhalt {
  width: 540px;
  background-color: #fff;
  vertical-align: top;
}
table.contenttoc {
  float: right;
  max-width: 150px;
  border: 1px solid #7ab51d;
  padding: 3px;
}
div.pagenavcounter {
  display: none;
}
table.contenttoc th{
  display: block;
  background-color:#cfe6b2;
}

.contentpaneopen, .contentpaneopen tbody {
  width: 100%;
  padding:0;
  
}
table.contentpaneopen table.caption td{
  padding: 3px 5px;
}
.innen {
  margin: 0 8px;
  font-size: 12px;
  line-height: 133%;
}
.innen p {
  margin-bottom: 6px;
}
.innen ol {
  list-style-position:outside;
  margin: 0 0 6px 35px;
}

.innen h1 {
  font-size: 13px;
  line-height: 133%;
  font-weight: bold;
  border-top: 1px dotted.black;
}
.innen .contentheading {
  font-size: 13px;
  line-height: 133%;
  font-weight: bold;
  padding: 10px 0;
}
.innen .contentheading_start {
  font-size: 13px;
  line-height: 133%;
  font-weight: bold;
  padding: 10px 0;
}

.innen .buttonheading {
}
.innen .modifydate,
.innen .createdate {
  font-size:10px;
  color: #7db41b;
}
.innen a {
color: #7db41b;
text-decoration: none;
  font-weight: bold;
}
.innen a:hover {
color: #7db41b;
text-decoration: underline;
  font-weight: bold;
}

.innen_links {
  margin: 0;
  width: 190px;
}
.innen_rechts {
  float: right;
  margin: 0;
  width: 190px;
}
ul.mostread_gruen2  {
  border-top: 1px dashed #a8cf6c;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 8px;
}
ul.mostread_gruen2 li {
  margin-top: 5px;
  margin-left: 5px;
}
ul.mostread_gruen2 a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
ul.mostread_gruen2 a:hover {
  text-decoration: underline;
}

#left {
  width: 200px;
  font-size: 0.7em;
  vertical-align: top;
  background: url(../images/bglinks.gif) top left repeat-y;
}

#right {
  width: 200px;
  font-size: 0.7em;
  background-color: #fff;
  vertical-align: top;
  background: url(../images/bgrechts.gif) top left repeat-y;
}
#fuss {
  font-size: 11px;
  line-height: 150%;
  border-top: 8px solid #eee;
  background-color: #fff;
  padding: 15px;
}
.mod_placehere_leading .article_separator {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

.fuss-l {
  float: left;
  width: 250px;
  border-right: 1px solid#cfe6b2;
}
.fuss-r {
  margin-left: 265px;
  width: 600px;
}
#fuss a {
  color: #7db41b;
  font-weight: bold;
}
.innen ul {
  margin-left:25px;
  margin-bottom:6px;
}
/* Caption fixes */
.img_caption.left {
	float: left;
	margin: .2em 1em .6em 0;
}

.img_caption.right {
	float: right;
	margin: .2em 0 .6em 1em;
}

.img_caption.left p {
	clear: left;
	text-align: left;
	background:#fffee0;
	padding: 2px;
	border: 1px solid #eee;
	font-size: 75%;
}

.img_caption.right p {
	clear: right;
	text-align: left;
	background:#fffee0;
	padding: 2px;
	border: 1px solid #eee;
	font-size: 75%;
}

.img_caption  {
text-align: left!important;
overflow: hidden;
}


