a:link    {
	color: #803b2c;
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration:underline;

 }
body {
scrollbar-base-color:#803b2c;
  scrollbar-3dlight-color:#9D9DA1;
  scrollbar-arrow-color:#f0e1b2;
  scrollbar-darkshadow-color:#f0e1b2;
  scrollbar-face-color:#803b2c;
  scrollbar-highlight-color:#803b2c;
  scrollbar-shadow-color:#803b2c;
  scrollbar-track-color:#803b2c;
}
a:visited {
	color: #803b2c;
	font-size: 12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration:underline;
}
a:active  {
	color: #803b2c;
	font-size: 12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { color:#black;}

.menu
{
	font-family: Arial;
	color: #f0e1b2;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}
.titel
{
	font-family: Arial;
	color: #803b2c;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:underline;
	font-style:italic;
}
.text
{
	font-family: Arial;
	color: #803b2c;
	font-size: 9pt;
	font-weight: lighter;
	text-decoration:none;
	font-style:none;
}
.container_top
{
	background-image:url(../images/contentbox_top.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
.container_down
{
	background-image:url(../images/contentbox_down.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
.container_left
{
	background-image:url(../images/contentbox_left.jpg);
	background-repeat: repeat-y;
	width:10px;
}
.container_right
{
	background-image:url(../images/contentbox_right.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

