/****
Umsetzung fuer Schrofmuehle durch Guido Schmitz

Farbe rot: #8A2F4B
Farbe cremeweiss: #FBF3DF

***/

body,html {
  padding          : 0;
  margin           : 0;
  margin-bottom    : 10px;
  
    }

td, tr, p, div {
  font-family      : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}


.leftrow {
  width            : 183px;
  height           : 100%;
  margin-right     : 0;
  background       : #fff;

}

table.moduletable td, table.moduletable_menu td{
    padding-top: 2px;
   
    	}


a:link, a:visited {
  
  color            : #8A2F4B;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover {
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}



a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}

a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : underline;
}

a.readon:hover {
  color            : #8A2F4B;
  font-family      : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}
div.date {
  float            : right;
  font-size        : 11px;
  font-weight      : bold;
  color            : #870044;
  width: 140px;
  text-align: right;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

.componentheading {
  font-size        : 0px;
  font-weight      : bold;
  line-height      : 0px;
  text-align       : left;
  text-indent      : 0;
  color            : #870044;
  width            : 100%;
  padding          : 0px;
  margin: 3px 0px;
  }

.contentheading {
  border-bottom    : 1px solid #870044;
  font-size        : 13px;
  font-weight      : bold;
  line-height      : 16px;
  text-transform   : none;
  text-align       : left;
  text-indent      : 0;
  color            : #870044;
  width            : 100%;
  padding          : 1px;
  margin: 3px 0px;
  }

td.headerrahmenaussen{
  background-color : #8A2F4B;
}

td.headerrahmeninnen{
  background-color : #FBF3DF;
}


td.headerschrift{
  font-family    : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size      : 60px;
  fonr-stretch   : wider;
  font-weight    : bold;
  font-style     : oblique;
  color          : #8A2F4B;
}


td.top1{
  margin: 0;
  padding:  0;
  height: 11px !important;
  height: 11px;
  padding-top:  0px !important;
  padding-top:  0px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  border-top       : 1px solid #FBF3DF;
  background-color : #FBF3DF;
  border-bottom    : 1px solid #8A2F4B;
}


table.top2{
background : #ffffff;

}
td.topnav {
  margin : 0px;
  padding:  0px;
  background     : repeat-x top left;
  height         : 10px;
  width          : 770px;
  
 }

td.bgline {
  margin         : 0px;
  padding        : 0px;
  border-right   : 1px solid #8A2F4B;
  width          : 1px;
 }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #fef; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

.caption {border: 1px solid #fef; padding: 3px;}


/*  Main Menu */

table.moduletable_menu ul, table.moduletable_menu ul li, table.moduletable_menu ul ul, table.moduletable_menu ul li ul li
{
  font-family      : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-image : none;
  list-slyle	   : none;
  display          : block;
  width            : auto;
  margin           : 0px 0px;
  padding          : 0;
  font-size        : 12px;
  background       : none;
}

table.moduletable_menu ul li a
{
  display          : block;
  font-size        : 12px;
  background-color : #FBF3DF;
  font-weight      : normal;
  color            : #8A2F4B;
  padding-left     : 5px;
  padding-right    : 5px;
  padding-top	   : 5px;
  padding-bottom   : 5px;
}
table.moduletable_menu ul li a:hover
{
  background       : none;
  font-size        : 12px;
  font-weight      : bold;
  text-decoration  : none;
  padding-left     : 5px;
  padding-right    : 5px;
  padding-top	   : 5px;
  padding-bottom   : 5px;
}

table.moduletable_menu ul li.active#current a:visited
{
  font-weight      : bold;
}

table.moduletable_menu ul li ul li a
{
   display          : block;
   font-size        : 10px;
   font-weight      : normal;
   color            : #8A2F4B;
   text-decoration  : none;
   padding-left     : 20px;
   padding-right    : 5px;
   padding-top	    : 5px;
   padding-bottom   : 5px;
}

table.moduletable_menu ul li ul li a:hover
{ background       : none;
  font-size        : 10px;
  font-weight      : bold;
  color            : #8A2F4B;
  text-decoration  : none;
  padding-left     : 20px;

}
table.moduletable_menu ul li ul li.active a:visited
{
  color            : #8A2F4B;
  background-color : #FBF3DF;
  font-weight      : normal;
}



