@charset "utf-8";

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}
pre  {
	font-size: 12px;
	color: #333333;
}
div{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	position: absolute;
	width: 968px;
	top: 0px;
	left: 50%;
	margin-left: -484px;
}
#head {
	position: relative;
	height: 115px;
}
#navigation {
	position: absolute;
	width: 170px;
	top: 115px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 50;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	/*padding-bottom: 10px;*/
	height: 35px;
	line-height: 35px;
	background-color: #ef9026;
	margin: 10px 0px ;
}
#navigation li.submenu {
	/*padding-bottom: 10px;*/
	height: 25px;
	line-height: 25px;
	background-color: #ecb177;
	margin: 10px 0px 10px 20px;
	margin-top:-9px;
}
#navigation a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 41px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation a.menu_inaktiv:hover {
	color: #333333;
}

#navigation a.menu_aktiv{
	color: #333333;
}
#navigation a.menu_inaktiv{
	color: #FFFFFF;
}
#navigation a.menu_inaktiv:active{
	color: #333333;
}
#kralle {
	position: relative;
	top: 20px;
	width: 170px;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	background: url(../data/kralle_hg.jpg) repeat-y;
}
#content {
	position: relative;
	width: 570px;
	left: 200px;
	top:25px;
}
#content ul{
	padding-left:10px;
}
#content li{
	list-style-type:none;
	list-style-image:url(../data/bindestrich.gif);

}
#startcontent {
	position: absolute;
	width: 590px;
	height:320px;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left: -295px;;
	
}
#footer {
	margin-top:10px;
	position: relative;
	background-color: #ef9026;
	top: 20px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-indent: 41px;
	font-weight: bold;
}
#impressumlink {
display:block;
	/*right: 0px;
	width: 180px;*/
	text-align:right;
	top:0px;
	margin-top:-30px;
	margin-right:100px;
}
#impressumlink a {
	color: #FFFFFF;
	text-decoration: none;
}
#impressumlink a:hover {
	text-decoration: underline;
}
#rechts {
	position: absolute;
	width: 180px;
	height: 100px;
	top: 125px;
	right: 0px;
}
.box {
	position: relative;
	background-color: #abd7b3;
	margin-bottom: 10px;
	height:213px;
	padding: 12px;
	/*12px;*/
}
.box p {
	padding-bottom: 8px;
	font-size: 10px;
}
.box a {
	display: block;
	color: #333333;
	background: url(../data/linkpfeil.jpg) center left no-repeat;
	text-indent: 7px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
strong{
	font-weight: bold;
}
#zitat{
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	color:#36b13f;/*#3ab657;*/
	width:auto;
}
#zitat p{
font-size:12px;
font-style:normal;
font-weight:normal;
text-align:left;
}
.aktuelles{
	padding-bottom:20px;
}

#inhalt{
	position: absolute;
	z-index: -1;
	width: 968px;
	left: 50%;
	height:115px;
	top: 0px;
	margin-left: -484px;
	overflow:hidden;
}

a:hover{
	text-decoration:underline;
	color:#ef9026;
}
a{
	text-decoration:none;
	color:#ef9026;
}

.number_highlight{
	color:#36b13f;
	text-decoration:underline;
}
.number_normal{
	color:#ef9026;
	text-decoration:none;
}

