.leftmodul {
 width: 209px;
 background-image: url(../../data/gfx/left-bg.gif);
 background-position: top right;
 background-repeat: repeat-y;
}

.leftmodultop {
 width: 209px;
 height: 29px;
 color: #000000;
 font-weight: bold;
 padding: 25px 0px 0px 0px;
 background-image: url(../../data/gfx/left-top.gif);
 text-align: left;
}

.leftmodultop a {
 color: #000000;
}

.leftmodulmid {
 width: 191px;
 background-image: url(../../data/gfx/left-bg.gif);
 background-position: top right;
 background-repeat: repeat-y;
 color: #505050;
 /*padding. 10px 0px 10px 0px;*/
 padding: 0px 18px 0px 0px;
 text-align: left;
 font-size: 11px;
}

.leftmodulmid a {
 color: #79b53b;
 font-weight: bold;
}

.leftmodulend {
 width: 209px;
 height: 14px;
 background-image: url(../../data/gfx/left-bottom.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 color: #000000;
 padding: 0px 0px 0px 0px;
}

/* Grey */

.leftgreytop {
 display: none;
}

.leftgreytop a {
 color: #000000;
}

.leftgreymid {
 border-top: 3px solid #ffffff;
 width: 209px;
 background-color: #efefef;
 color: #000000;
 padding: 30px 0px 30px 0px;
 text-align: left;
}

.leftgreymid a {
 color: #0d386b;
}

.leftgreyend {
 display: none;
}



