html {
	/* IE - XHTML 1.0 bug workaraound */
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: white;
}
form {
	padding: 0;
	margin: 0;
}
form fieldset {
	background-color: #EBEBEB;
	padding: 2px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	text-align: left;
}
a:link, a:visited	{
	color: blue;
	text-decoration: none;
}
a:hover	{
	color: red;
	text-decoration: underline;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#CC0000;
	text-align: left;
}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-align: left;
	text-decoration: underline;
}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	text-align: left;
}
ul	{
	text-align: left;
}
hr	{
	border-style: dotted;
	border-width: thin;
	border-color: #999999;
}
img	{
	border: none;
}
img.abst {
	border: none;
	margin: 5px;
}
img.border	{
	border: 1px solid gray;
}
img.abst_border {
	border: 1px solid gray;
	margin: 5px;
}
textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div.topmenu	{
	width: 100%;
}

div#content {
	margin: 2px;
}

/* begin menu-styles */
table.topmenu_level_1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.topmenu_level_1 td {
	padding: 2px;
	text-align: center;
}
table.topmenu_level_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
}
table.topmenu_level_2 td	{
	padding-left: 10px;
	padding-right: 10px;
}
table.topmenu_level_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-color: #eeeeee;
	border: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
}
table.topmenu_level_3 td {
	padding-left: 10px;
	padding-right: 10px;
}
/* end menu style */


table.topmenu	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.topmenu td {
	padding: 2px;
	text-align: center;
}
table.subtopmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
}
table.subtopmenu td	{
	padding-left: 10px;
	padding-right: 10px;
}


/* Content Styles */
table.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.box th {
	background-color:#E1E1E3;
}

table.list	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
}
table.list th	{
	background-color: #000066;
	color: white;
}

td.odd	{
	background-color: #EEEEEE;
}
td.even	{
	background-color: #DADADA;
}
tr.odd	{
	background-color: #EEEEEE;
}
tr.even	{
	background-color: #DADADA;
}

ul.error {
	color: red;
}
.insertdate	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smalltxt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.nachoben	{
	height: 20px;
	font-size: 12px;
	text-align: center;
}

/* wegen XHTML 1.1 */
span.underline {
	text-decoration: underline;
}
span.linethrough {
	text-decoration: line-through;
}
		
