﻿th {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				color: #606060;
}
td {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				color: #606060;
}
table {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				color: #606060;
}
body {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				color: #606060;
}

a:link {
				color: #606060;
				text-decoration: none;
}
a:visited {
				text-decoration: none;
				color: #606060;
}
a:hover {
				text-decoration: underline;
				color: #606060;
				font-weight: bolder;
}
a:active {
				text-decoration: none;
				color: #606060;
				font-weight: bold;
				background-color: #808080;
}

h1 {
				font-weight: bold;
				font-size: 20px;
				font-style: italic;
}
h2 {
				font-weight: bold;
				font-size: 18px;
				font-style: italic;
}
h3 {
				font-weight: bolder;
				font-size: 17px;
				text-decoration: underline;
}

h4 {
				font-size: 17px;
				text-decoration: underline;
}

.wichtig {
				color: #FF0000;
				font-weight: bold;
				text-decoration: underline;
}

.StandardBG {
				background-repeat: repeat-x;
				background-image: url('bg.gif');
				background-color: #F4F1EA;
}

