body  {
   padding: 0px;
   margin: 10px 0 20px 0;
   background-image: url(http://www.elstir-editions.ch/site/images/stories/site/back-grad.jpg);
   background-repeat: repeat-x;
   background-color: #EADFD7;
   font-family: "Times New Roman", Times, serif;
   background-position: top;
   height: 100%;
}
div {
   height: 100%;
}
.menu {
  font-weight: bold;
}
.float {
	float: left;
	}
.float-left {
	float: left;
	}
.clear {
	clear: both;
	}
.shadow {
        box-shadow: 3px 3px 5px #928170;
        -moz-box-shadow: 3px 3px 5px #928170;
        -webkit-box-shadow: 3px 3px 5px #928170;
}
#container {
	width:960px;
	margin: auto;
        height: 100%;
        border: 1px solid #fffcf9;
	background-color:#EADFD7;
}
.contentpaneopenmainpage.contentpaneopen.menupage {
	padding: 30px 20px 20px 20px;
}
.contentpaneopenmainpage img.contentpaneopen img.menupage img {
	margin: 0 20px 20px 20px;
        border: 1px solid #928170;
}
.menupage, .jform {
	background-color:#e1dbd5;
	padding: 0 0 0 20px;
        width: 100%;
        height: 100%;
}
.menupage td {
        padding-top: 40px;
}
.contentpaneopen.homepage {
	padding: 0;
	margin: 0;
	background-color:#fffcf9;
}
.mainpage, {
	background-color:#fffcf9;
	padding: 20px 0 20px 20px;
        width: 100%;
        height: 100%;
}
.jform {
	background-color:#fffcf9;
	padding: 20px 0 20px 20px;
        margin: 0px;
        width: 758px;
        height: 100%;
}
#header {
	background-color: #af9f90;
	height: 150px;
        background-image: url(http://www.elstir-editions.ch/site/images/stories/site/site-title-s.png);
        background-position: center;
        background-repeat: no-repeat;
	}
#content {
	width: 758px;
        min-height: 100%;
        margin: 0px;
        padding: 0px;
	text-align: left;
        border-left: 2px solid #928170;
        border-top: 2px solid #928170;
	}
#sidebar_left {
	text-align: left;
        background: #EADFD7 url(http://www.elstir-editions.ch/site/images/stories/site/back-grad.jpg) repeat-x 50% 0;
	width: 200px;
        padding-bottom: 20px;
	}
ul {
	list-style:none;
        text-height:20px;
	}
li {
	margin-left: -30px;
	}
.clear {
	clear: both;
	}
#footer {
	background-color:#af9f90;
	text-align:center;
        height: 50px;
	}
.article_separator{
   display:none;
}
a  {
   display: block;
   width: 100%;
   text-decoration: none;
   color: #000000;
}
a img {
        border: 1px solid #928170;
        margin-bottom: -30px;
}
a:hover  {
   color: #C10000;
   text-decoration: underline;
}