/* CSS Document */

body 
{
	background-color:#cccc99;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align:center;
	margin:10px;
}

#container
{
	background: url(images/hg.gif) #efefef no-repeat right top;
	width:760px;
	margin:0px auto;
	border:1px solid #810303;
}

#header
{
	width:760px;
	text-align:left;
	margin:25px 0px 0px 0px;
}

#menue
{   
	float:left;
	margin-left:10px;margin-top:10px;
	padding: 20px 2px;
	background: #cccccc url(images/hg_note.gif) no-repeat right;
	border:#810303 dashed 1px;
	width:155px;
}

#content
{
	float:right;
	width:520px;
	margin:10px;
	padding: 20px;
	border:1px dashed #810303;
	background: #fff;
	 filter:alpha(opacity=90);
	 -moz-opacity:90%;
	text-align: left;
}

#box
{
     height:220px
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	display:block;
	background: url(none) no-repeat left;
	padding:5px;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color: #810303;
	text-align: left;
	text-indent: 20px;
}
a.nav:hover, a.nav:active  {
	background: url(images/klee2.gif) no-repeat left;
	color: #810303;
}

a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active {
	display:block;
	background: url(images/klee2.gif) no-repeat left;
	padding:5px;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color: #008000;
	text-align: left;
	text-indent: 20px;
}

a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
	display:block;
	background: url(none) no-repeat left;
	padding:5px;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color: #810303;
	text-align: left;
	text-indent: 20px;
}
a.subnav:hover, a.subnav:active {
	background: url(images/klee2.gif) no-repeat left;
	color: #810303;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #008000;
	background: #cccc99;
	border-bottom: #333333 solid 1px;
	margin: 0px;
	padding: 1px 1px 1px 10px;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #008000;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	height: 16px;
	border-bottom: #333333 solid 1px;
	text-align: right;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #008000;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	height: 16px;
	text-align: right;
}

a:link, a:visited, a:hover, a:active {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #810303;
	text-decoration: none;
}

a:hover, a:active  {
	color: #333333;
	text-decoration: underline;
}
.klein {
	font-size: 10px;
}
