/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #B1CA18;
	background-image:url(../img/s_hg_body.jpg);
	background-repeat:repeat-x;
	scrollbar-3dlight-color : #B1CA18;
	scrollbar-arrow-color : #B1CA18;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #B1CA18;
	scrollbar-track-color : #E3EFC0;
}
td.rand{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
}

td.hgcontent{
	background-color:#E3EFC0;
}
td.hgnav{
	background-image:url(../img/s_hg_nav.jpg);
	background-repeat:repeat-y;
}
td.hgmenu{
	background-color:#EBF4D3;
}
/*Hauptnavigation erweiterbar */
ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	width: 128px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.menu li {
	list-style-type: none;
	width: 128px;
	padding-left: 0px;
	background-image: url(../img/s_hg_menu.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A58332;
	text-decoration: none;
	display: block;
	width: 128px;
	height: 22px;
	line-height: 22px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.menu li a:link {
	background-image: url(../img/s_hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:active {
	background-image: url(../img/s_hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #849812;
	font-weight:bold;
	background-image: url(../img/s_hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:visited {	/* doesn't work when reloaded */
	background-image: url(../img/s_hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Subnavigation */
ul.submenu {
	margin-left: 0px;
	padding-left: 0px;
	width: 128px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.submenu li {
	list-style-type: none;
	width: 128px;
	padding-left: 0px;
	background-image: url(../img/s_hg_submenu.jpg);
	list-style-image: none;
	background-repeat: no-repeat;
}
ul.submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5546;
	text-decoration: none;
	display: block;
	width: 128px;
	height: 20px;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 10px;
	font-weight: normal;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.submenu li a:link {
	background-image: url(../img/s_hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:active {
	background-image: url(../img/s_hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:hover {	
	font-weight:normal;	
	color:#A58332;
	background-image: url(../img/s_hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:visited {	/* doesn't work when reloaded */
	background-image: url(../img/s_hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
td.left{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;
	line-height:16px;
}
td.left h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#849812;
	line-height:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.left a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
	line-height:16px;
	background-color: #FFFFFF;
	margin: 0px;
	text-decoration:none;
	padding: 3px;
}
td.left a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
	line-height:16px;
	background-color: #FFFFFF;
	margin: 0px;
	text-decoration:none;
	padding: 3px;
}
td.left a:active{
	text-decoration:none;
}
td.left a:hover{
	background-color: #849812;
	color: #FFFFFF;
	text-decoration:none;
}
td.left a:visited{
	text-decoration:none;
}
hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	height: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}

INPUT, CHECKBOX, OPTION {
	border : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-color : #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;	
	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 #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-color : #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;	
	margin: 0px;
	padding: 0px;
}
TEXTAREA {
	border : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-color : #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;	
	margin: 0px;
	padding: 0px;
}
/*content */
td.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
}
strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
	font-weight: bold;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
}
font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363650;	
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:39px;
	color:#849812;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
	background-color:none;
	
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF9900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF9900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF9900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 a:active{
	text-decoration:none;
}
h2 a:hover{
	color: #363650;
	text-decoration:none;
}
h2 a:visited{
	text-decoration:none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#CC0000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#CC0000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#CC0000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 a:active{
	text-decoration:none;
}
h3 a:hover{
	color: #363650;
	text-decoration:none;
}
h3 a:visited{
	text-decoration:none;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#339900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#339900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#339900;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 a:active{
	text-decoration:none;
}
h4 a:hover{
	color: #363650;
	text-decoration:none;
}
h4 a:visited{
	text-decoration:none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#006699;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#006699;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#006699;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 a:active{
	text-decoration:none;
}
h5 a:hover{
	color: #363650;
	text-decoration:none;
}
h5 a:visited{
	text-decoration:none;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990099;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h6 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990099;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h6 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990099;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h6 a:active{
	text-decoration:none;
}
h6 a:hover{
	color: #363650;
	text-decoration:none;
}
h6 a:visited{
	text-decoration:none;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#849812;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height:18px;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#849812;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height:18px;

}
a:active{
	text-decoration: none;
}
a:hover{
	color:#000000;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
td.content ul{
	margin: 0 0 9 10;
	padding: 0 0 0 4;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
}
td.content li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
	background-image: none;
}
td.content img{
	margin: 0px;
	padding: 0px;
	border: 4px solid #FFFFFF;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
td.breadcrumbs{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B1CA18;
}
td.breadcrumbs a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B1CA18;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.breadcrumbs a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B1CA18;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.breadcrumbs a:active{
	text-decoration:none;
}
td.breadcrumbs a:hover{
	color: #7B8E11;
	text-decoration:none;
}
td.breadcrumbs a:visited{
	text-decoration:none;
}
td.footer{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
}
td.footer a{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.footer a:link{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A58332;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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.color{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
td.color a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
td.color a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

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

td.color img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
