/***************************************************
   Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background-color: #EEE;
	position: absolute;
	top: 10px;
	left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01632f;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

.title {
  font-size: 11px;
  font-weight: bold;
  color: #690;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

#lpanel .heading {
	background-color: #02892B;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}





#lpanel a {
	color: #0C8A2D;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	background: url(./images/b-1.gif) no-repeat center left;
}





#lpanel a:hover {
	color: #96BF0D;
	background: url(./images/b-2.gif) no-repeat center left;
}

#activea a {
	color: #96BF0D;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	background: url(./images/b-2.gif) no-repeat center left;
}

#activea {
        color: #000000;
}


a {
  color: #690;
  text-decoration: none;
  padding: 1px;
}

a:hover {
	color: #96BF0D;
}




img {
  float: right;
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#header {
	width: 748px;
	height: 150px;
	margin: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	background-image: url(./images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#title {
	width: 286px;
	position: absolute;
	top: 28px;
	left: 59px;
	padding: 0px;
	height: 78px;
}

#lpanel {
	position: absolute;
	top: 178px;
	left: 0px;
	margin: 5px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 150px;
}

#content {
  width: 570px;
  margin: 0px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

#footer {
	width: 570px;
	margin: 5px 200px 5px 182px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	text-align: center;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.Stil1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.Stil2 {
	font-size: 11px;
	color: #000000;
}
.Stil3 {
	font-size: 11px;
	color: #000000;
}
.Stil4 {font-size: 11px}
.Stil5 {
	color: #0C8A2D
}

