body {
    background-color: #fff;
}
table.main {
    width: 100%;
}
td.space {
    width: auto;
}
/* <TOP> */
td.left_bar, td.right_bar {
    background-image: url('/layout/bar.png');
    background-repeat: repeat-x;
    height: 143px;
    width:auto;
}
td.top {
	background-image: url('/layout/header.png');
	background-repeat: no-repeat;	
	width: 946px;
	max-width: 946px;
	height: 143px;
}
td.top_menu {
	background-image: url('/layout/middle.png');
	background-repeat: repeat-y;	
	width: 946px;
	max-width: 946px;
}
div.menu div.level_0 {
    padding: 20px 30px 0px 30px;
}
div.menu div.level_0 div.item {
    padding-right: 30px;
}
div.menu div.level_0 div#activemenuitem div.item {
    padding-right: 20px;
}
div.menu div.level_1 {
    padding: 0px 30px 0px 30px;
}
/* </TOP> */

/* <MIDDLE> */
td.middle {
	background-image: url('/layout/middle.png');
	background-repeat: repeat-y;	
	width: 946px;
	max-width: 946px;
	padding-top: 10px;
}
div.center {
    padding: 0px 30px 10px 30px;
    width: 600px;
    float: left;
    border-right: 1px solid #ccc;
}

div.center div.eventitem div.preamble {
    display: none;
}
/* </MIDDLE> */

/* <RIGHT> */
div.right {
    width: 235px;
    float: right;
    padding-right: 30px;
    padding-top: 20px;
}
div.right div.eventpane div.item {
    padding-bottom: 15px;
}
div.right div.eventpane div.datebelow/*,
div.right div.eventpane div.title*/ {
    display: none;
}
div.right div.eventpane div.title  a{
	color: #393;
	font-weight: bold;
}
div.right div.eventpane div.dateabove,
div.right div.eventpane div.preamble,
div.right div.eventpane div.readmore {
    display: block;
    font-style: normal;
}
div.right div.eventpane div.readmore a {
    text-decoration: none;
    color: #393;
    font-weight: bold;
}
div.right div.eventpane div.readmore a:hover {
    text-decoration: underline;
    color: #393;
    font-weight: bold;
}

/* </RIGHT> */

/* <BOTTOM> */
td.bottom {
	background-image: url('/layout/middle.png');
	background-repeat: repeat-y;	
	width: 946px;
	max-width: 946px;
}
div.modules_bottom {
    padding: 10px 30px 10px 30px;
}
div.sitefooter {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
div.sitefooter span.left {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000;
    float: left;
}
div.sitefooter span.right {
    float: right;
}
div.sitefooter span.right a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}
div.sitefooter span.right a:hover {
    text-decoration: underline;
}
td.bottom_border {
	background-image: url('/layout/bottom.png');
	background-repeat: no-repeat;
	width: 946px;
	height: 22px;
	max-width: 946px;
}
/* </BOTTOM> */

/* <SHOP> */
div#page_35855, div#page_36346 {
    /*float: right;*/
   /* left: -500px;
    position: relative;*/
    margin-left: 0px;
    /*width: 400px;*/
}
div.center_shop {
    display: inline-block;
    float: right;
    padding: 20px 30px 10px 30px;
    width: 580px;
}
div.left_shop {
    display: inline-block;
    float: left;
    max-width: 300px;
    width: 300px;
}
div#shop_61 {
}
div.shop {
    float: left;
    margin-right: 0px;
    width: 500px;
}
div.shop div.shopcategorieslist,
div.shop div.shopnavbar,
div.shop div.shoparticles div.header {
    display: none;
}
div.shop div.shoparticles table.items th {
    background-color: #fff;
    border-bottom: 1px solid #393;
    border-top: 1px solid #393;
    color: #393;
}
div.left_shop div.shopcategorymenu {
    width: auto;
}
div.shop div.shopcategorieslist .header {
    display:  none;
}
div.shop div.shopcategorieslist .item,
div.left_shop div.shopcategorymenu div.level_0 div.item  {
    border-bottom: 1px solid #393;
    font-size: 12px;
    height: 25px;
    min-height: 25px;
    text-transform: uppercase;
    width: 250px;
}
div.shop div.shopcategorieslist .item a,
div.left_shop div.shopcategorymenu div.level_0 div.item a {
    text-decoration: none;
}
div.left_shop div.shopcategorymenu div.level_1 div.item {
    padding-left: 10px;
}
/* </SHOP> */