/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
}
td.shadowleft{
	background-image:url(../img/schatten_left.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
td.shadowright{
	background-image:url(../img/schatten_right.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
td.shadowsub{
	background-image: url(../img/schatten_sub.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
td.shadowsubleft{
	background-image: url(../img/schatten_sub_left.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
td.shadowsubright{
	background-image: url(../img/schatten_sub_right.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
td.hervorgehoben{
	background-color:#E2EEDF;
}
td.hervorgehoben h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#4F7256;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	
}
/*Hauptnavigation erweiterbar */
ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	width: 224px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.menu li {
	list-style-type: none;
	width: 224px;
	padding-left: 0px;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD0223;
	text-decoration: none;
	display: block;
	width: 224px;
	height: 26px;
	line-height: 26px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 67px;
	font-weight: normal;
}
ul.menu li a:link {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:visited {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #486D51;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:active {	/* doesn't work when reloaded */
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#LM_youAreHere{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD0223;
	text-decoration: none;
	display: block;
	width: 224px;
	height: 26px;
	line-height: 26px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 67px;
	font-weight: bold;
}
/*Subnavigation */
ul.submenu {
	margin-left: 0px;
	padding-left: 0px;
	width: 224px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#E2EEDF;
}
ul.submenu li {
	list-style-type: none;
	width: 224px;
	padding-left: 0px;
	background-image: url(../img/hg_submenu.jpg);
	list-style-image: none;
	background-repeat: no-repeat;
}
ul.submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #476C50;
	text-decoration: none;
	display: block;
	width: 224px;
	height: 19px;
	line-height: 19px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 67px;
	font-weight: normal;
}
ul.submenu li a:link {
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:visited {
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:hover {	
	color:#8FA595;
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:active {	/* doesn't work when reloaded */
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #A23433;
}
form {
	margin: 0px;
	padding: 0px;
}

INPUT, CHECKBOX, OPTION {
	border : 1px solid #E2EEDF;
	border-bottom : 1px solid #E2EEDF;
	border-color : #E2EEDF;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;	
	margin: 0px;
	padding: 0px;
}
td.button INPUT, CHECKBOX, OPTION {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
select {
	border : 1px solid #E2EEDF;
	border-bottom : 1px solid #E2EEDF;
	border-color : #E2EEDF;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;	
	margin: 0px;
	padding: 0px;
}
TEXTAREA {
	border : 1px solid #E2EEDF;
	border-bottom : 1px solid #E2EEDF;
	border-color : #E2EEDF;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;	
	margin: 0px;
	padding: 0px;
}
/*content */
td.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
}
strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
	font-weight: bold;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
}
font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#466268;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#4F7256;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#4F7256;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F8F9;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:39px;
	color:#4F7256;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
}
hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2EEDF;
	height: 1px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BD0223;
	text-decoration: underline;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BD0223;
	text-decoration: underline;

}
a:active{
	text-decoration: underline;
}
a:hover{
	color:#000000;
	text-decoration: underline;
}
a:visited{

	text-decoration: underline;
}
td.content ul{
	margin: 0 0 9 10;
	padding: 0 0 0 4;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/lig.gif);
	background-image: none;
}
td.content li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
	background-image: none;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
td.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6D8A74;
	text-decoration: none;
}
td.footer strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6D8A74;
	text-decoration: none;
	font-weight:bold;
}
td.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6D8A74;
	text-decoration: none;
}
td.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6D8A74;
	text-decoration: none;

}
td.footer a:active{
	text-decoration: none;
}
td.footer a:hover{
	color:#000000;
	text-decoration: none;
}
td.footer a:visited{
	text-decoration: none;
}
td.home{
	background-color:#F6F9F9;
}
td.home h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:32px;
	color:#70959E;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
}
td.home a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BD0223;
	text-decoration: none;
	line-height:16px;
}
td.home a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BD0223;
	text-decoration: none;
	line-height:16px;

}
td.home a:active{
	text-decoration: none;
}
td.home a:hover{
	color:#000000;
	text-decoration: none;
}
td.home a:visited{

	text-decoration: none;
}


