body,td{
  font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
}

/******************************************************************************/
/* links */
/******************************************************************************/
a:link, a:visited
{
  font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
  font-weight: bold;
	text-decoration: none; 
	color: #341c02;
}

a:active, a:hover
{
  font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
  font-weight: bold;
	text-decoration: none; 
	color: #341c02;
}

/******************************************************************************/
/* sidebar */
/******************************************************************************/
TABLE.sidebarbox{
	width:184px;
	height: 132px;
}
TR.sidebarbox_header{
	height: 26px;
}
TD.sidebarbox_header{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
TR.sidebarbox_content{
	height: 102px;
}
TD.sidebarbox_content{
	vertical-align: top;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	height: 103px;
}

/******************************************************************************/
/* subbar */
/******************************************************************************/
TABLE.subbarbox{
	width:184px;
	height: 121px;
}
TR.subbarbox_header{
	height: 26px;
}
TD.subbarbox_header{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 8px;
}
TR.subbarbox_content{
	height: 80px;
}
TD.subbarbox_content{
	vertical-align: top;
	padding-left:5px;
	padding-right:3px;
	padding-top:3px;
	height: 80px;
}
#subbar_citat{
	padding-left:50px;
	color: white;
}

/******************************************************************************/
/* page top */
/******************************************************************************/
TD.toplogo{
  font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	background-color: #fff;
	padding-left: 20px;
}
TD.heading_td{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
#sitepath{
	margin-bottom: 3px;
}
.maincontentrightimage{
	margin: 14px 0px 5px 7px;
  border: 1px solid #000;
	/*
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	*/
	width:200px;
}
