html, body
	{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		background: #F9F9F7 url('grafik/background-tile.gif') repeat-x;
    font-family: "trebuchet ms", helvetica, sans-serif;
		font-size: 90%
		color: #000000;
		line-height: 18px;
	}


td.active   {color: #333333; font-size: 100%; font-weight: bold; width: 120px;}
td.inactive {color: #333333; font-size: 100%; width: 120px;}
td.actbar   {background: #B51310; width: 120px;}
td.inactbar {background: #DDDDDD; width: 120px;}

td.backendmenu a:link {color: #037;}
td.backendmenu a:visited {color: #636;}
td.backendmenu a:hover {background: #0066CC; color: #ffffff; text-decoration: none}

a:link {color: #4C4C43; background: none; text-decoration: underline;}
a:visited {color: #4C4C43; background: none; text-decoration: underline;}
a:hover {color: #4C4C43; background: none; text-decoration: underline;}

tr.even,td.even {background: #ffffff; font-size: 80%;}
tr.odd, td.odd  {background: #e9e9e7; font-size: 80%;}
td.nopic {color: #C0C0C0}

table.formular {width: 680px}

h1 {font-size: 120%}
h2 {font-size: 110%}
h3 {font-size: 90%; text-decoration: underline;}

.textarea {
	width: 100%;
	background: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #7C7C63;
	font-size: 14px;
	line-height: 18px;
}
.textarea a:link, .textarea a:visited, .textarea a:active, .textarea a:hover {
  color: black; background: none; text-decoration: underline;
}
.menu {
	font-weight: normal;
	font-size: 13px;
	color: white;
  background: url('grafik/menu-background.gif') repeat-x;
}
.menu a {
	text-decoration: underline;
	color: white;
	font-size: 13px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: white; background: none;
}

.submenu {
	font-weight: normal;
	font-size: 13px;
	color: #4C4C43;
}
.submenu a {
	text-decoration: underline;
	font-size: 13px;
	color: #4C4C43;
}
.submenu a:link, .submenu a:visited, .submenu a:active, .submenu a:hover {
  color: #4C4C43;
	background: none;
}
.image a:link, .image a:visited, .image a:active, .image a:hover {
	color: white; background: none;
}

.docs {
  float: left;
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;
}
.sdoc {
  float: left;
	list-style: none;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 13px;
}
.separator {
  width:100%; margin-top:10px; margin-bottom:15px; margin-left:1px;
  border-bottom-width:2px; border-bottom-color:#FF0000;  border-bottom-style:solid;
}
.greyline {
  width:100%; margin-top:10px; margin-bottom:15px; margin-left:1px;
  border-bottom-width:2px; border-bottom-color:gainsboro;  border-bottom-style:solid;
}
.greenline {
  width:100%; margin-top:10px; margin-bottom:15px; margin-left:1px;
  border-bottom-width:2px; border-bottom-color:darkseagreen;  border-bottom-style:solid;
}
.tableborder {
  border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;
  background: white;
}
.fronttableborder {
  border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;
  background: white; color: #8C8C73;
}

