

/******************
**  Basic Styles **
*******************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-size: 22px;
	line-height: 26px;
	color: #009914;
	margin-bottom: 5px;
}
h1 {
    width: 576px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
}
h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
h3 {
    font-size: 14px;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}
h4 {
    font-size: 12px;
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
a {
	color: #009914;
	text-decoration: none;
}
img {
	border: none;
}
ul {
	margin-left: 30px;
}
li {
	padding-bottom: 3px;
}
ul.linklist {
	list-style-type: none;
	margin-left: 0;
}
ul.linklist li a {
	background: url(../images/linkpfeil_gruen.gif) no-repeat;
	padding-left: 10px;
}
ul.linklist li a:focus, ul.linklist li a:active {
	background: #e4e4e4;
}
.textgruen {
	font-size: 12px;
	color: #009914;
}

/**************
** Container **
***************/

#header {
	background-color: #e1f2e6;
	height: 108px;
	width: 996px;
}
#overall {
	width: 996px;
	margin-top: 2px;
}
#keyvisual {
	margin-left: 192px;
	width: 586px;
}
#zoom {
	position: absolute;
	left: 815px;
	top: 112px;
	z-index: 99;
}
#supportNavigation {
	position: absolute;
	left: 795px;
	top: 110px;
	width: 180px;
	height: 100px;
	color: #009914;
	padding-left: 19px;
}
#print {
	position: absolute;
	left: 795px;
	top: 210px;
	width: 180px;
	height: 20px;
	padding-left: 19px;
}
#leftContent, #leftnav {
	/*position: absolute;*/
	left: 15px;
	width: 177px;
	padding-left: 10px;
	margin-top: 58px;
}
#claim {
	font-size: 11px;
	line-height: 13px;
	width: 177px;
	padding-left: 25px;
	margin-top: 65px;
}
#contentHome {
	position: absolute;
	left: 192px;
	top: 237px;
	width: 366px;
}
#contentSubHome {
	position: absolute;
	left: 202px;
	top: 237px;
	width: 366px;
}
#contentSubHome h1 {
         width: 366px;
         font-size: 16px;
         font-weight: normal;
         line-height: 20px;
         padding-top: 15px;
         padding-bottom: 8px;
}
#contentSubHome #newsHeader, #contentSubHome .homeNews, #contentSubHome .homeNewsLine {
         margin-left: -10px;
}
#content {
	position: absolute;
	left: 192px;
	top: 130px;
	width: 565px;
	padding: 0 11px;
        padding-bottom: 32px;
        margin-bottom: 32px;
}
.contentLine {
	position: absolute;
	left: 192px;
	top: 165px;
	width: 586px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
}
.contentLineRahmen, .subContentLineRahmen {
	width: 586px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -10px
}
.subContentLineRahmen {
	width: 376px;
}
	
#sitemap {
    position: absolute;
    left: 200px;
    top: 130px;
}
.intro {
	color: #009914;
	font-size: 14px;
	line-height: 18px;
	padding-left: 11px;
	padding-top: 13px;
	margin-bottom: 22px;
}
#marginRight {
	position: absolute;
	left: 795px;
	top: 237px;
	width: 199px;
	font-size: 12px;
}

/* Untergeordnete Styles */

#supportNavigation ul li {
        margin-bottom: 1px;
}

.homeLeftLine {
	width: 147px;
	height: 1px;
	font-size: 1px;
	background-color: #fff;
	border-bottom: 1px solid #CCC;
	margin: 5px 0;
	margin-left: -10px;
}
#newsHeader {
	width: 344px;
	height: 18px;
	background-color: #e7e7e7;
	color: #009914;
	padding-left: 11px;
	padding-top: 2px;
	padding-right: 11px;
}
#rightContent {
	position: absolute;
	left: 578px;
	top: 237px;
	width: 200px;
	background-color: #fbf5c5
}
#rightContent h1 {
	color: #009914;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	width: 180px;
    padding-left: 26px;
    padding-top: 17px;
    padding-bottom: 2px;
	margin-bottom: -20px;
	border: none;
}
#rightContent h1 a:focus, #rightContent h1 a:active {
	background: #e4e4e4;
}
.rightContentLine {
	width: 182px;
	margin-left: 8px;
	height: 1px;
	background-color: #fbf5c5;
	font-size: 1px;
	border-bottom: 1px solid #e7da7e;
}
.rightContentText {
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightContentText a {
	color: #009914;
	text-decoration: none;
}
.rightContentText a:focus {
	background: #e4e4e4;
}
#rightContent img {
    border-top: 12px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: -10px;
}
.rightContentEvents {
	width: 168px;
	padding: 10px 16px;
}
.rightContentEvents a {
	padding: 0;
}
.marginRightTopic {
    height: 18px;
}
.marginRightTopicIcon {
    float: left;
	border-right: 1px solid #fff;
}
.marginRightTopicText {
    float: right;
	color: #009914;
	font-weight:bold;
    padding-left: 4px;
	padding-top: 1px;
	background-color: #e1f2e6;
	height: 17px;
	width: 176px;
}
.marginRightLine {
	width: 199px;
	height: 1px;
	background-color: #fff;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
}
#marginRight ul {
         margin: 0;
         padding-left: 22px;
         list-style-image:url(../images/margin_listpoint.gif);
}
*html #marginRight ul, *+html #marginRight ul {
         list-style-image:url(../images/margin_listpoint_ie.gif);
}
#marginRight ul li {
         padding-top: 2px;
         padding-bottom: 2px;
}
#marginRight a {
         color: #000;
}
#marginRight a:focus, #marginRight a:active {
	background: #e4e4e4;
}
#marginRightEvents {
		 width: 199px;
}
.tabsearch {
	margin: 5px 0 18px 0;
}
*html .tabsearch {
	margin-top: 10px;
}
.search {
	width: 140px;
	height: 15px;
	border: 1px solid #9A9A9A;
	font-size: 12px;
	padding-left: 1px;
	margin-left: 20px;
}

/***************
** Navigation **
****************/

#topnav {
	position: absolute;
	left: 108px;
	top: 86px;
	width: 670px;
	height: 22px;
	background-color: #fff;
}
#topnav ul, #leftnav ul, .tm_pulldown ul {
	list-style-type: none;
	margin: 0;
}
#topnav ul li {
	float: left;
	width: 82px;
	font-size: 12px;
	background-color: #009914;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
	padding-bottom: 0;
}
#topnav ul li a {
	display: block;
	/*width: 82px;*/
	height: 19px;
	color: #fff;
	padding-top: 3px;
}
#topnav ul li a:hover, #topnav ul li a.act {
	width: 80px;
	height: 17px;
	color: #009914;
	background-color: #fff;
	border: 1px solid #999;
	padding-top: 2px;
	padding-bottom: 1px;
}
#topnav ul.home li {
	width: 177px;
}
#leftnav ul.e1 {
	width: 155px;
	border-top: 1px solid #ccc;
}
#leftnav ul.e1 li {
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
}
#leftnav ul.e1 li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 12px;
}
#leftnav ul.e1 li a:hover, #leftnav ul.e1 li a.act {
	background-image: url(../images/pfeil_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#leftnav ul.e1 li a.act {
	color: #009914;
	background-image: url(../images/pfeil_act.gif);
}
#leftnav li.e2 {
         padding-left: 10px;
}

/* Topnav Pulldown */

.tm_pulldown {
	background-color: #e2f2e7;
	width: 155px;
}
.tm_pulldown ul li {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 0;
}
.tm_pulldown ul li a {
	display: block;
	color: #009914;
	text-decoration: none;
	padding: 0 9px;
}

/*********
** News **
**********/

#singleView {
	width: 564px;
}
#singleView h1 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 5px;
}
#singleView h3 {
	font-size: 12px;
}
.homeNews, .Newsoverview {
	width: 344px;
	padding: 10px 11px;
}
.homeNews a, .Newsoverview a {
	color: #009914;
	text-decoration: none;
}
.homeNewsLine, .NewsLine {
	clear: both;
	width: 366px;
	height: 1px;
	font-size: 1px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.marginRightLine {
	width: 199px;
	height: 1px;
	font-size: 1px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.Newsoverview {
         padding: 5px 0;
         width: 575px;
}
.NewsLine {
	width: 586px;
	margin: 5px -10px;
}
.Newsoverview img {
         float: left;
         margin: 4px 5px 8px 0;
}
.news-single-img {
    width: 230px;
	float: left;
    margin-right: 15px;
	margin-bottom: 8px;
}
.news-single-img img {
	margin-top: 4px;
	margin-bottom: 2px;
}
.news-single-imgcaption, #caption, .csc-textpic-caption {
	font-size: 11px;
	color: #009914;
}
.homeNews img {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.pageBrowser dd {
         margin-left: 0;
}
.newsAuthor p {
         margin-bottom: -16px;
         padding: 0;
}

/************
** Sitemap **
*************/

.sitemap {
	position: absolute;
    left: 192px;
    top: 177px;
}
#punkt1 ul,#punkt2 ul,#punkt3 ul,#punkt4 ul,#punkt5 ul,#punkt6 ul,#punkt7 ul {
	margin: 0px;
	padding: 0px;
}
.site1, .site2, .site3, .site4 {
	width: 150px;
	margin: 0;
	padding: 0;
}
.site1 a, .site1 a:hover, .site1 a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 8px 10px;
}
.site2 a, .site2 a:hover, .site2 a:visited, .site3 a, .site3 a:hover, .site3 a:visited, .site4 a, .site4 a:hover, .site4 a:visited {
	display: block;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding: 3px 0 3px 10px;
}
.site3 a, .site3 a:hover, .site3 a:visited {
	padding-left: 20px;
}
.site4 a, .site4 a:hover, .site4 a:visited, .site7 a, .site7 a:hover, .site7 a:visited {
	padding-left: 30px;
}

/*************
** TABELLEN **
**************/

.stat {
   border: 1px solid #ccc;
}
.stat td {
   border: 1px solid #ccc;
   padding: 3px;
}
th {
   color: white;
   background: #009914;
}

/**************
** Formulare **
***************/

.tx-indexedsearch-searchbox-sword {
        border: 1px solid #009914;
}

.csc-mailform {
        border: 0px;
}
.csc-mailform-field {
		margin-bottom: 5px;
}
.csc-mailform-field label, .field label, .field label.lang, .csc-mailform-field label.kurz {
        font-size: 12px;
        font-weight: bold;
        width: 8em;
        float: left;
        text-align: left;
        margin-right: 0.5em;
        /*margin-top: 2px;*/
        display: block;
}
.field label {
        width: 10em;
}
.field label.lang {
        width: 17em;
}
.csc-mailform-field label.kurz {
        width: 3em;
}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea, .csc-form-fieldcell input, .field input, .field select {
        font-size: 11px;
        background: #f6f6f6;
        border: 1px solid #009914;
        padding: 2px;
        margin-bottom: 3px;
}
.csc-mailform-field input {
        /*border: none;*/
        margin-top: 3px;
        margin-bottom: 5px;
}
.field select {
        width: 25em;
}
.csc-mailform-submit {
        font-size: 11px;
        font-weight: bold;
        color: #009914;
        cursor: pointer;
        margin-left: 9.4em;
}
*+html .csc-mailform-submit {
        margin-left: 8.4em;
}
.csc-form-labelcell {
        width: 8em;
        margin-right: 0.5em;
}
.csc-form-label-req {
        font-weight: bold;
}
.csc-form-fieldcell input {
        font-weight: bold;
        color: #009914;
}
.field input.noBorder {
        border: none;
        background: none;
}
.tx-indexedsearch-searchbox-button.submit {
        border: 1px solid #009914;
        font-size: 11px;
        font-weight: bold;
        color: #009914;
        margin-top: 5px;
}
        

.suchetextmittel{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	font-size:12px;
	/*font-weight:bold;*/
	font-weight:normal;
	width:150px;
	line-height:120%;
	/*color: #077D2B;*/
	margin:0px;
	padding:2px 5px 2px 5px;
	float: left;
	clear: left;
}

.suchemarg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:150px;
	line-height:100%;
	/*color: #077D2B;*/
	margin:0px;
	padding:2px 5px 2px 0px;
	float: left;
	clear: left;
}


.formulareingabe{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	font-size:10px;
	/*font-weight:bold;*/
	font-weight:normal;
	color: rgb(7,125,43);
	line-height:100%;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	}
	
.auswahlfeld{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	font-size:10px;
	/*font-weight:bold;*/
	font-weight:normal;
	color: rgb(7,125,43);
	line-height:120%;
	padding: 2px 0px 2px 0px;
	}

.form-input {
        font-size: 11px;
        background: #f6f6f6;
        border: 1px solid #009914;
        padding: 2px;
        margin-bottom: 3px;
}

.form-input-marg {
        font-size: 11px;
        background: #f6f6f6;
        border: 1px solid #009914;
        padding: 0px;
        margin-bottom: 3px;
}

/************
** Glossar **
*************/

table.glossarList td {
        padding-bottom: 3px;
}

table.glossarList td a, .glossarSingle a {
        padding-left: 10px;
        background: url(../images/linkpfeil_gruen.gif) no-repeat;
}

/**************
** Sonstiges **
***************/


.liniegrau {
  height: 1px;
  border-bottom: 1px solid #cccccc;
}

table.psysuche td {
        padding: 2px 5px 2px 5px;
}

table.akksuche td {
        padding: 5px 0px 5px 0px;
}

tr .header {
        background: #f2f9f4;
        font-weight: bold;
}

table.pkttable td {
        padding: 2px 5px 2px 5px;
}

.fortbliste {
 border: 1px solid #009900;
 margin-bottom:10px;
}

.fortbliste td{
 padding: 5px;
}

.fortbliste td.bb{
 border-bottom: 1px solid #009900;
}


/****************
** Clear: Both **
*****************/

.cl {
       clear: both;
}