/* LAYOUT */
body {
	background: url('bg.jpg');
	margin-top: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #7f7f7f;
}

div.main {
	border-left: 2px solid #7f7f7f;
	border-right: 2px solid #7f7f7f;
	border-bottom: 2px solid #7f7f7f;
	width: 554px;
	margin: auto;
	text-align: left;
	position: relative;
}

.mainarea {
	padding-top: 0px;
	padding-bottom: 0px;
}

.topbar {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topbar .company {
	position: absolute;
	left: 60px;
	top: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 36pt;
	font-family: Arial;
	font-weight: bold;
}
.topbar .lang {
	position: absolute;
	right: 10px;
	top: 10px;
}
.bottombar {
	position: relative;
	border-top: 8px solid white;
	text-align: right;
	text-decoration: none;	
	color: #7f7f7f;
	font-size: 9px;
	background: white;
}
.topmenu {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	background: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	font-weight: bold;
	height: 22px;
	align: center;
	text-align: right;
}
div.leftmenu {
	position: absolute;
	left: -164px;
	width: 160px;
	background-color: #fff;
	border: 2px solid #7f7f7f;
}

td.leftmenu {
	vertical-align: top;
}

.leftmenu h2, .leftmenu h2 a {
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	padding: 5px;
	padding-left: 15px;
	color: #000000;
	text-transform: uppercase;
}
.leftmenu h2 a {
	padding-left: 0px;
}
.leftmenu hr {
	border: 0px;
	width: 0%;
}
.leftmenu a {
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.search {
	background: #fff;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #cccccc;
	border-top: 1px solid #7e7e7e;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h1.title {
	background: url('bar_bg.gif') no-repeat #7f7f7f;
	height: 20px;
	color: white;
	font-size: 12px;
	padding: 2px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Verdana;
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
}

.content {
	background: white;
	padding: 40px;
	vertical-align: top;
	color: #445823;
}

.rightside {
	padding-top: 20px;
	vertical-align: top; 
	width: 150px;
}

.copyright {
	text-align: right;
	color: black;
	font-size: 11px;
}

a.copyright {
	text-decoration: none;
	color: black;
}
a.copyright:hover {
	text-decoration: underline;
}
	
/* NEWS/CALENDAR */
.list {
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: 100%;
}
.list .date {
	font-weight: bold;
	vertical-align: top;
	width: 4em;
	white-space: nowrap;
}
.list .title {
	color: #7f7f7f;
}
.list .title a {
	color: #000000;
	text-decoration: none;
}
.list .title a:hover {
	text-decoration: none;
	color: #7f7f7f;
}
.list .content {
	color: black;
	padding-bottom: 1em;
}
.list .link {
	text-align: right;
	white-space: nowrap;
}
.list .link a {
	text-decoration: none;
	color: #000000;
}
.list .link a:hover {
	text-decoration: none;
	color: #7f7f7f;
}

/* Single item */
.news {
	font-family: Arial, sans-serif;
}
.news h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
}
.news .date {
	color: #000000;
}
.news blockquote {
	color: #000000;
	margin: 0px;
	margin-top: 10px;
}

.searchresults {

}
.searchresults h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.searchresults a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.searchresults a:hover {
	color: #7f7f7f;
}
.searchresults hr {
	border: none;
	border-top: 1px solid #AAA;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.feedbackform {
	font-family: Arial, sans-serif;
}
.feedbackform h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.feedbackform .label {
	font-size: 12px;
	color: #000000;
}
.feedbackform input, .feedbackform textarea {
	display: block;
	border: 1px solid #cccccc;
	margin-top: 2px;
}
.feedbackform input.button {
	display: inline;
	border: 1px solid #cccccc;
	background: #e6e6e6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* IE fix */
* html form { margin: 0px; }

/* DOMMENU */ 
div.domMenu_menuBar {
}
div#domMenu_top, div.domMenu_menuBar table, div.domMenu_menuBar td {
	xheight: 13px;
}
div.domMenu_menuElement {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 8px;
	height: 100%;
	text-align: center;
}
div.domMenu_left_menuElement {
	font-size: 11px;
	background: #fff;
	color: #000000;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #7e7e7e;
	white-space: normal;
}
div.domMenu_menuElementHover {
	color:  #7f7f7f;
}
div.domMenu_left_menuElementHover {
	color: #7f7f7f;

}
div.domMenu_subMenuBar {
	border: 1px solid #cccccc;
	background: #e6e6e6;
}
div.domMenu_subMenuElement {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 16px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000000;
	text-align: left;
}
div.domMenu_subMenuElementHeading {
	font-weight: bold;
	text-align: right;
}
div.domMenu_subMenuElementHover {
	color: #7f7f7f;
	background: #e6e6e6
}

/* FORUM */
.forum {
	font-size: 12px;
}

A.forum_cattree_link, a.forum_cat_link, a.forum_msg_link, a.forum_msg_link_selected, a.forum_msg_funktion, a.forum_add_new {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.forum_msg_link_selected {
	color: black
}

td.forum_cat_topic, TD.forum_msg_topic, TD.forum_form_topic, TD.forum_add_new {
	color: black;
}

TD.forum_msg_functions, TD.forum_msg_info {
	background-color: #c6c6c6;
	color: black;
}

TD.forum_cat_topic{   /* on forum frontpage*/
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	padding: 2px 5px 2px 5px;
}
TD.forum_cat_bg{    /* bg of category-topic*/
	background-color: #e6e6e6;
	border: 2px solid #cccccc;
	color: black;
	padding: 2px 5px 2px 5px;
	height: 50px;
}
TD.forum_cat_name{    /* category name on frontpage cat-list */
	color: black;
	padding: 2px 5px 2px 5px;
}

TD.forum_cat_info{    /* info of category (total messages) */
	color: black;
	padding: 2px 5px 2px 5px;
}

TD.forum_msglist_topic{   /* topic, nickname, total replies */
	font-weight: bolder;
	border-bottom: 1px dotted #999999;
	padding: 2px 2px 2px 2px;
}

TD.forum_msglist_1{   /* msg list where user has selected category line 1 */
	color: #000000;
	background-color: #eeeeee;
}

TD.forum_msglist_2{   /* msg list where user has selected category line 2 */
	color: #000000;
	background-color: #e6e6e6;
}

TD.forum_msgtree_topic{   /* topic, nickname, total replies */
	font-weight: bolder;
	border-bottom: 1px dotted #999999;
	padding: 2px 2px 2px 2px;
}

TD.forum_msgtree_1{   /* msg tree under chosen message line 1 */
	color: #000000;
	padding:2px;
}

TD.forum_msgtree_2{   /* msg tree under chosen message line 2 */
	color: #000000;
	background-color: #e6e6e6;
	padding:2px;
}
TD.forum_msg_bg { /* open message whole cell bg*/
	background-color: white;
	border: 2px solid #c6c6c6;
	padding: 0px;
}
TD.forum_msg_topic  { /* open message topic */
	background: #e6e6e6;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_info { /* open message info (nickame, time) */
	font-size: 7pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_content{   /* open message content */
	color: black;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_functions  { /* bg of reply to message, inform of bad message */
	padding: 2px 3px 2px 3px;
}

TD.forum_form_topic{    /* topic of form of new message or topic */
	border: 1px solid #999999;
	font-weight: bolder;
	padding: 2px 2px 2px 5px;

}

TD.forum_add_new{   /* bg of add new topic or message */
	/*border: 1px solid #2A4C7E;*/
	background: none;
	padding: 2px 5px 2px 5px;
}


a.morelink {
	position: relative;
	display:block;
	text-align: right;
	right: 0px;
	font-weight: bold;
	color: #7e7e7e;
}
a.morelink:hover {
	color: #cccccc;
}
.login {
	padding-left: 10px;
}
.banners {
	text-align: center;
	width: 158px;
}
.banners hr {
	width: 0%;
	border: none;
	color: #ffffff;
}
.menu_level_0 {
	color: black;
}
.menu_level_0_selected {
	color: black;
}
.menu_level_1 {
	color: black;
}
.product_list_table {
	color: #888888;
}
.product_list_title {
	color: #f7941d;
}
.pageheading {
	background: #dddddd;
}
.cart_total_row {
	border-top: 1px dotted black;
}
.product_list_price {
}
/* IE FIX */
* html .banners hr { margin: 0px auto; }

.search input[type="submit"] { padding: 0; } /* IE8 fix */

