html
{
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	background: #FFFFCC;
	height: 100%;
}
h1
{
	text-align: center;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: arial,times,serif;
	font-size: 18px;
	font-weight: bold;
	color: #01a901;
}
b
{
	font-weight: bold;
}
#mainnavi
{
	border-bottom: 2px solid #00CC00;
	background: #FFFFCC;
}
a.navi:link, a.navi:visited, a.navi:active
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #006ad5;
}
a.navi:hover
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}
a.standort:link, a.standort:visited, a.standort:active
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: blue;
}
a.standort:hover
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}
#mainnavi ul li
{
	display: inline;
	padding: 0 18px 0 0;
}
#container
{
	/*float: left;*/
	width: 955px;
	background: #FFFFCC;
	position: absolute;
	margin: 0 0 0 -477px;
	left: 50%;
	height: 100%;
	min-height:100%;
}
#content
{
	background: #FFFFCC;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	width: 650px;
}
#content a:link, #content a:visited, #content a:active
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #006ad5;
}
#content a:hover
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}
#content table
{
	font-size: 14px;
}
#content table td
{
	text-align: left;
	vertical-align: top;
}
a.bottom_link:link, a.bottom_link:visited, a.bottom_link:active
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #006ad5;
}
a.bottom_link:hover
{
	font-family: arial,times,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}
#rahmenbild
{
	border: 1px solid #00cc00;
}
#banner
{
	font-family: times new roman;
	font-size: 240%;
	font-weight: bold;
	color: #00CC00;
	height: 130px;
	background: url('../images/schriftzeichen.jpg') 680px 40px no-repeat #FFFFCC;
	text-align: center;
}
#fortbildung_ueberschrift
{
	font-family: times new roman;
	font-size: 160%;
	font-weight: bold;
	color: #6365CE;
}
#adresse
{
	padding-top: 10px;
	font-size: 80%;
	color: #00CC00;
	border-left: 1px solid #00cc00;
	border-right: 1px solid #00cc00;
}
#adresse b
{
	color: #00AA00;
}
#partmenu
{
	width: 175px;
	text-align: left;
	background: #FFFFCC;
	padding-top: 10px;
	font-size: 14px;
}
#partmenu ul
{
	list-style: none;
}
#partmenu ul li
{
	padding: 0 0 10px 0;
}
table.vitalwoche
{
	width: 500px;
	background-color: #01a901;
	border: 0px solid #01a901;
}
td.vitalwoche
{
	text-align: left;
	width: 50%;
	background-color: white;
	border: 0px solid #01a901;
}
.fehler
{
    display:none;
    color:#FF0000;
    font-size:12px;
}
.bemerkung
{
	font-size:10px;
}

.eingabe
{
	margin-bottom: 5px;
	font-family: arial;
	font-size: 14px;
	color: black;
	background-color: #f0f0f0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}