/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg_g01.gif);
	background-repeat: repeat-y;
}

img {
	border: 0px;
	margin: 0px;
}

/*teaser---------------------------------------------------*/

#container_teaser{
	position: absolute;
	top: 28px;
	left: 20px;
	width: 184px;
	font-size: 12px;
	color: #8A9197;
	text-align: left;
}

.headline_bgcolor{
	background-color: #99CC33;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.img_teaser {
	border: 0px;
	margin-bottom: 6px;
}

.title{
	font-weight: bold;
	text-transform: uppercase;
	color: #99CC33;
}

.teaser{
	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	border-bottom-color: #99CC33;
	padding-bottom: 6px;
	margin-bottom: 14px;
}
.teaser_nol{
	padding-bottom: 6px;
	margin-bottom: 14px;
}

/*navi---------------------------------------------------*/

a.type_01:link {
	color: #8A9197;
	text-decoration: none;
	font-weight: normal;
}

a.type_01:visited {
	color: #8A9197;
	text-decoration: none;
	font-weight: normal;
}

a.type_01:hover {
	color: #99CC33;
	text-decoration: none;
	font-weight: normal;
}

a.type_01:active {
	color: #8A9197;
	text-decoration: none;
	font-weight: normal;
}

a.type_02:link {
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}

a.type_02:visited {
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}

a.type_02:hover {
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}

a.type_02:active {
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}

.navi{
    padding-top: 20px;
	margin-bottom: 40px;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
}

/*content---------------------------------------------------*/

#container_content{
	position: absolute;
	top: 0px;
	left: 260px;
	width: 500px;
}

.content_headline{
	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	border-bottom-color: #99CC33;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.text{
	font-size: 12px;
	color: #8A9197;
}

.headline{
	font-size: 16px;
	color: #99CC33;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.kursiv{
	font-style: italic;
}

.bold_color{
	font-weight: bold;
	color: #99CC33;
}

.content{
	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	border-bottom-color: #99CC33;
	padding-bottom: 6px;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #8A9197;
}

.content_nol{
	padding-bottom: 6px;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #8A9197;
}

#container_mail{
	position: absolute;
	top: 88px;
	left: 260px;
	width: 170px;
	font-size: 10px;
	text-align: left;
}

/*anzeigen---------------------------------------------------*/

#container_comm{
	position: absolute;
	top: 9px;
	left: 860px;
	width: 120px;
}

.txt_comm{
	padding-left: 6px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #8A9197;
}


/*tab_l---------------------------------------------------*/
.tabelle{
   border: 0px;
   border-collapse: collapse;
}

.tab_head {
  border-width: 1px;
  border-style: solid;
  border-color: #99CC33;
  border-collapse: collapse;
  padding: 3px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.tab_headr {
  border-width: 1px;
  border-style: solid;
  border-color: #99CC33;
  border-collapse: collapse;
  padding: 3px;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

.tab_l {
  border-width: 1px;
  border-style: solid;
  border-color: #99CC33;
  border-collapse: collapse;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}


.tab_r {
  border-width: 1px;
  border-style: solid;
  border-color: #99CC33;
  border-collapse: collapse;
  padding: 3px;
  text-align: right;
  vertical-align: top;
}