body {
    background-color: #7e7e7e;
}
div.main{
	width:  800px;
	margin-top:50px; 
	margin-bottom:25px; 
}
/* <TOP> */
div.top {
    width: 800px;
    height: 135px;
}
div.red_button {
    background-image: url('/layout/redbutton.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    position: relative;
    left: 780px;
    top: -150px;
}
div.top_bar {
    height: 29px;
    width: 790px;
    background-image: url('/layout/top_bar_background.png');
    background-repeat: repeat-x;
    text-align: left;
    padding-left: 10px;
}
/* </TOP> */

/* <MENU> */
td.left {
    padding-bottom: 20px;
    padding-right: 10px; 
    padding-top: 20px;
}
div.menu table.items td {
    padding-top: 7px;
}
div.menu {
    display: block;
    float: left;
    height: 100%;
    width: 186px;
    text-align: left;
    background-image: url('/layout/menu_top.png');
    background-position: left top;
    background-repeat: no-repeat;
}
div.menu div.content {
    background-image: url('/layout/menu_background.png');
    background-repeat: repeat-y;
    height: 100%;
}
div.menu div.content div.paragraphs  {
    background-image: url('/layout/menu_bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin: 14px 0px 0px 0px;
    padding-bottom: 14px;
}
div.menu div.items {
    padding-left: 10px;
    padding-top: 0px;
}

div.menu div.item {
    background-image: url('/layout/menu_checker.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
div.menu div.item:hover {
    background-image: url('/layout/menu_checker_hover.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
div.menu div.level_1 div.item {
    margin-left: 10px;
}
div.menu div#activemenuitem div.item {
    background-image: url('/layout/menu_checker_active.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

div.menu div.item a {
    padding-left: 13px;
    margin-top: -2px;
}
/* </MENU> */

/* <CHECKERS> */
div#checker1 {
    width: 100%;
    height: 27px;
    background-image: url('/layout/checker.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 186px;
    left: 0px;
    z-index: -1;
}
div#checker2 {
    width: 100%;
    height: 27px;
    background-image: url('/layout/checker.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 570px;
    left:0px;
    z-index: -1;
}
/* </CHECKERS> */

/* <CONTENT> */
div.middle {
    background-color: #fff;
    width: 770;
    min-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
td.center{
	width:100%;
	padding-top: 20px;
}

div.modules_center div.imagepane table.items td {
    vertical-align: top;
}
div.modules_center div.imagepane table.items td img {
    padding-bottom: 15px;
}
div.modules_center div.eventitem div.backlink {
    display: block;
}
div.modules_center div.eventitem div.archivelinknotfromarchive {
	display: none;
}
/*
#mailform_921 {
    position: relative;
    top: -200px;
}
*/
/* </CONTENT> */

/* <REDBAR> */
div.redbar {
    width: 780px;
    background-image: url('/layout/bottombar.png');
    background-repeat: repeat-x;
    height: 50px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
}
div.redbar div.eventpane div.header,
div.redbar div.eventpane div.vertical {
    display: inline-block;
    padding-left: 10px;
    padding-top: 15px;
}
div.redbar div.eventpane div.header h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}
div.redbar div.eventpane div.dateabove {
    display: inline;
}
div.redbar div.eventpane div.dateabove a{
    font-style: italic;
    font-size: 12px;
    color: #fff;
}
div.redbar div.eventpane div.title {
    display: inline;
    padding-left: 10px;
}
div.redbar div.eventpane div.title a {
    font-style: italic;
    font-size: 14px;
    color: #fff;
}
div.redbar div.eventpane div.readmore {
    display: inline;
}
div.redbar div.eventpane div.readmore a {
    font-style: italic;
    font-size: 14px;
    color: #fff;
}
div.redbar div.eventpane div.archivelink {
    display: none;
}
/*
div.redbar div.eventpane div.item {
    display: none;
}
div.redbar div.eventpane div.eventitemfirst div.item {
    display: inherit;
}*/
/* </REDBAR> */

/* <BOTTOM> */
div.bottom {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #6f1217;
    background-color: #fff;
    width: 800px;
    height: 45px;
    text-align: right;
}
div.bottom .text {
    padding-right: 20px;
    padding-top: 13px;
}

div.koningsmith {
    width: 800px;
    height: 17px;
    text-align: right;
}
/* </BOTTOM> */