body {
  font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	color: #666666;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


table {
	font-size: 12px;
}

table.navi {
	font-size: 14px;
}

table.back {
	background-image: url(../images/backnavi.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Hauptnavigation Anfang */

a:link {
	color: #4A80B7;
	text-decoration: none;
}
a:visited {
	color: #4A80B7;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}

/* Hauptnavigation Ende */


/* Topnavigation Anfang */
a:link.top {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.top {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.top {
	color: #AFCBE7;
	text-decoration: none;
}
a:active.top {
	color: #AFCBE7;
	text-decoration: none;
}
/* Topnavigation Ende */

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: normal;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	border-bottom-width: 2px;
	padding-bottom: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
	background-position: left;
	list-style-image: url(../images/listenpunkt.gif);
}
.artikelliste {
	color: #003399;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding-bottom: 5px;
}
.eingabefeld {
	color: #000000;
	background-color: #D4EBF9;
}
.back hr {
	margin: 2px 10px 2px 10px;
	border: 1px solid #DDDDDD;
}

