  /* ******************************************************
     Basis HTML Definitionen
     ****************************************************** */
  
  html {
  	width: 100%;
  	height: 100%;
  }
  
  body {
  	background-color: #e4ddd3;
  	height: 100%;
  	width: 100%;
  	margin: 0;
  	background-image: url(../gui/hintergrund.jpg);
  	background-repeat: repeat-y;
  	background-position: center;
  	font-size: 101%;
  }
  
  * html body { /* IE kleiner V6 Hack */
  	background-color: #e4ddd3;
  	height: 100%;
  	width: 100%;
  	margin: 0;
  	background-image: url(../gui/hintergrund.jpg);
  	background-repeat: repeat-y;
  	background-position: center;
  	font-size: 101%;
  	text-align: center;
  }
  
  img {
  border: 0;
  }
  
  a {  outline: none; }
  
  .csc-default { overflow: hidden; }
  
  /* ******************************************************
     Container Definitionen
     ****************************************************** */
  
  #main_container {
  	width: 980px;
  	margin-right: auto;
  	margin-left: auto;
  	padding-bottom: 15px;
  	position: relative;
  	background-color: #FFFFFF;
  	text-align: left; /* Korrektur 4 IE V6 Hack */
  }
  
  /* ******************************************************
     Header Definitionen / Bild und Maske für Navigation
     ****************************************************** */
  
  #header_maske {
  	z-index: 1;
  	position: absolute;
  	left: 0;
  	top: 0;
  	height: 138px;
  }
  
  #header_bild {
  	background-image: url(../gui/header_background.jpg);
  	width: 980px;
  	float: left;
  }
  
  /* ******************************************************
     Haupt Navigation / Horizontal
     ****************************************************** */
  
  #mainnavigation {
  	width: 952px;
  	top: 114px;
  	height: 15px;
  	z-index: 2;
  	left: 16px;
  	position: absolute;
  }
  
  #mainnavigation ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  }
  
  #mainnavigation ul li {
  	float: left;
  
  }
  
  #mainnavigation ul li a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	color: #484848;
  	font-size: 0.69em;
  	line-height: 16px;
  	font-weight: bold;
  	width: 128px;
  	float: left;
  	margin-left: 4px;
  	text-align: center;
  	margin-right: 4px;
  }
  
  #mainnavigation ul li a:hover {
  	text-decoration: none;
  	color: #000000;
  	background-color: #EEEEEE;
  }
  
    #mainnavigation ul li .menu_10_act {
  	text-decoration: none;
  	color: #000000;
  	background-color: #EEEEEE;
  }
  
  /* ******************************************************
     Neben Navigation / rechts oben
     ****************************************************** */
  
  #sidenavigation {
  	position: absolute;
  	top: 16px;
  	z-index: 2;
  	left: 778px;
  	text-align: right;
  	width: 170px;
  	height: 95px;
  }
  
  #sidenavigation ul, #sidenavigation li {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	display: inline;
  	clear: both;
  }
  
  #sidenavigation a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	color: #333333;
  	font-size: 0.6em;
  	margin-left: 4px;
  	float: right;
  	clear: right;
  	line-height: 12px;
  	width: 100%;
  }
  
  #sidenavigation a:hover {
  	text-decoration: underline;
  }
  
  #sidenavigation a.selected {
  	text-decoration: none;
  	color: #000000;
  	background-color: #d1d3d4;
  }
  
  #sidenavigation form {
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  }
  
  #suchfeld {
  	float: right;
  	clear: both;
  	width: 100%;
  	padding-top: 0 !important; 
	  padding-top: 10px; /* nur für den IE */
  }
  
  #suchfeld input {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .63em;
  	width: 110px;
  	float: left;
  	border: solid #b0b3a2 1px;
  	color: #333333;
  }
  
  #suchfeld a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	float: right;
  	width: auto;
  	padding-top: 1px;
  	font-size: .6em;
  	font-weight: normal;
  }
  
  #suchfeld a:hover {
  	text-decoration: underline;
  }
  
  
  /* ******************************************************
     Infolinie / Titel, drucken, versenden usw...
     ****************************************************** */
  
  #infoline {
  	margin: 0 8px 10px 8px;
  	height: 30px;
  	border-bottom: solid #b0b3a2 1px;
  }
  
  #infoline_links {
  	width: 79%;
  	float: left;
  	padding-top: 5px;
  }
  
  #infoline_rechts {
  	width: 21%;
  	float: right;
    padding-top: 2px;
  }
  
  #infoline_rechts #versenden {
  	float: left;
  	/*background-image: url(../gui/icon_brief.gif);
  	background-repeat: no-repeat;
  	padding-left: 15px;
  	margin-left: 15px;*/
  }
  
  #infoline_rechts #spenden {
  	float: left;
  	padding-left:60px;
  	/*background-image: url(../gui/spenden.gif);
  	background-repeat: no-repeat;
  	padding-left: 15px;
  	margin-left: 15px;*/
  }
  
  #infoline_rechts #faq{
  	float: left;
  	/*background-image: url(../gui/FAQ.gif);
  	background-repeat: no-repeat;
  	padding-left: 15px;
  	margin-left: 15px;*/
  }
  
  #infoline_rechts #drucken {
  	float: left;
  	/* background-image: url(../gui/icon_drucker.gif);
  	background-repeat: no-repeat; 
  	margin-left: 15px;
  	padding-left: 15px;*/
  }
  
 #infoline_rechts #rssfeed {
  	float: left;
  	/* background-image: url(../gui/icon_drucker.gif);
  	background-repeat: no-repeat; 
  	margin-left: 15px;
  	padding-left: 15px; */
  }
  
  
  * html #infoline_rechts #drucken {
  	float: left;
  	/* background-image: url(../gui/icon_drucker.gif);
  	background-repeat: no-repeat; 
  	margin-left: 15px;
  	padding-left: 15px;
  	padding-top: 4px;*/
  }
  
  #infoline_rechts a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	color: #525252;
  	font-size: .69em;
  }
  
  #infoline_rechts a:hover {
  	text-decoration: underline;
  }
  
  /* ******************************************************
     Container Definitionen für 3 Spalten
     ****************************************************** */
  
  #aussen {
  	border-left: solid #FFFFFF 210px;
  	border-right: solid #FFFFFF 180px;
  }
  
  #innen{
  	margin:0px; 
  	width:100%; 
  }
  
  #contex {
  	clear: both;
  	border-bottom: solid #ffffff 15px; /* Abstand zum Footer */
  }
  
  /* ******************************************************
     Definitionen linke Seite
     ****************************************************** */
     
  #links {
  	width:198px;
  	margin-left:-210px;
  	padding: 0 4px 20px 8px;
  	float: left;
  	position: relative;
  }
  
  #links p {
  	margin: 0;
  	padding: 0 0 0 12px;
  	clear: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5D5A55;
  }
  
  #links a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #5D5A55;
  	clear: left;
  	float: left;
  	text-decoration: none;
  }
  
  #links a:hover {
  	text-decoration: underline;
  }
  
  /* ******************************************************
     Definitionen linke Seite / Länderauswahl
     ****************************************************** */
  
  #links #laenderwahl {
  	background-color: #e55f0b;
  	margin: 0 0 10px 0;
  	float: left;
  	clear: both;
  }
  
  #links #laenderwahl #laenderwahl_box {
  	border-top-style: solid;
  	border-top-width: 1px;
  	border-top-color: #dce0ca;
  	border-right-color: #b0b3a2;
  	border-right-style: solid;
  	border-right-width: 1px;
  	border-bottom-color: #b0b3a2;
  	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	background-color: #f4f6ef;
  	width: 185px;
  	padding: 5px 0 5px 0;
  	margin: 0 0 0 12px;
  	float: right;
  }
  
  #links #laenderwahl #laenderwahl_box #minikarte {
  	padding: 5px 5px 5px 5px;
  	float: left;
  }
  
  #links #laenderwahl #laenderwahl_box h1 {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #5D5A55;
  	margin: 0 0 0 5px;
  }
  
  #links #laenderwahl #laenderwahl_box p {
  	margin: 0 0 0 5px;
  	padding: 0;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5D5A55;
  }
  #links #laenderwahl #laenderwahl_box a {
  	margin: 0 0 0 5px;
  	padding: 0;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5D5A55;
  }
  #links #laenderwahl #laenderwahl_box form {
  	margin:  0 0 0 0;
  	padding: 0 0 0 0;
  }
  
  #links #laenderwahl #laenderwahl_box form select {
  	color: #5d5a55;
  	width: 160px;
  	margin: 8px 0 8px 5px;
  }
  
  /* ******************************************************
     Definitionen linke Seite / Volltextsuche
     ****************************************************** */
  #links #volltextsuche {
  	background-color: #999999;
  	margin: 0 0 10px 0;
  	float: left;
  	clear: both;
  }
  
  #links #volltextsuche #volltextsuche_box {
  	border-top-style: solid;
  	border-top-width: 1px;
  	border-top-color: #dce0ca;
  	border-right-color: #b0b3a2;
  	border-right-style: solid;
  	border-right-width: 1px;
  	border-bottom-color: #b0b3a2;
  	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	background-color: #f4f6ef;
  	width: 185px;
  	padding: 5px 0 5px 0;
  	margin: 0 0 0 12px;
  }
  
  #links #volltextsuche #volltextsuche_box h1 {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #5D5A55;
  	margin: 0 0 0 5px;
  }
  
  #links #volltextsuche #volltextsuche_box p {
  	margin: 0 0 0 5px;
  	padding: 0;
  }
  
  #links #volltextsuche #volltextsuche_box form {
  	margin: 5px;
  	padding: 0;
  }
  
  #links #volltextsuche #volltextsuche_box form input {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.63em;
  	width: 110px;
  	border: solid #b0b3a2 1px;
  	margin: 0;
  }
  
  #links #volltextsuche #volltextsuche_box form a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5D5A55;
  	float: none;
  	clear: none;
  	padding: 5px;
  }
  
  #links #volltextsuche #volltextsuche_box form a:hover {
  
  }
  
  
  
  
  /* ******************************************************
     Definitionen rechte Seite
     ****************************************************** */
  
  #rechts {
  	width:176px;
  	float:right;
  	position:relative;
  	margin-right:-180px;
  	padding-left: 4px;
  	padding-bottom: 20px;
  }
  
  #rechts .werbebox{
  	padding-left: 5px;
  	width: 162px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.75em;
  	font-weight: bold;
  	color: #398c9d;
  	background-color: #FFFFFF;
  	line-height: 18px;
  	margin-bottom: 0;
  	margin-top: 0;
  	padding-top: 0;
  	border-top: solid #bcd8df 1px;
  	border-right: solid #83b6c3 1px;
  	border-left: solid #bcd8df 1px;
  	border-bottom: solid #bcd8df 1px;
  }
  
  #rechts .werbebox_box table { width: 100%; }
  #rechts .werbebox_box table td { text-align: center; }
  
  #rechts .werbebox h1{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.75em;
  	font-weight: bold;
  	color: #398c9d;
  	margin: 0;}
  
  #rechts .werbebox_box {
  	width: 167px;
  	background-color: #FFFFFF;
  	overflow: hidden;
  	border-right-color: #83b6c3;
  	border-bottom-color: #83b6c3;
  	border-left-color: #bcd8df;
  	border-right-style: solid;
  	border-bottom-style: solid;
  	border-left-style: solid;
  	border-right-width: 1px;
  	border-bottom-width: 1px;
  	border-left-width: 1px;
  	text-align: center;
  	padding-top: 5px;
  	margin-bottom: 10px;
  }
  #rechts .werbebox_box p {
  	color: #000000;
  }
  
 #rechts .fairunterwegsmitboxtitel {
  	background-color: #dcdfca;
  	width: 165px;
  	height: 25px;
  	padding-top: 5px;
  	padding-left: 4px;
  }
  
  #rechts .fairunterwegsmitbox {
  	border-right: solid #dcdfca 4px;

  	border-bottom: solid #dcdfca 4px;
  	border-left: solid #dcdfca 4px;
  	margin-bottom: 10px;
  	width: 159px;

  	padding: 1px;
  }
  
  #rechts .fairunterwegsmitbox .titel p{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #995234;
  	font-weight: bold;
  }
  
  #rechts .fairunterwegsmitbox .datum{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #4A4B47;
  	font-style: normal;
  	float: right;
  }
  
  #rechts .fairunterwegsmitbox a{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #D84710;
  	text-decoration: none;
  }
  
  #rechts .fairunterwegsmitbox img{
  display: block;
  }
  
  #rechts .fairunterwegsmitbox a:hover{
  	text-decoration: underline;
  }
  
  #rechts .fairunterwegsmitbox .divider{
  	border-top: solid #f5d4c8 1px;
  	margin: 10px 0 10px 0;
  }
  
  #rechts .fairunterwegsmitboxtitel .fairunterwegsmitbox_l {
  	background-image: url(../gui/titelbox_links.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  #rechts .fairunterwegsmitboxtitel .fairunterwegsmitbox_m {
  	background-image: url(../gui/titelbox_mitte.gif);
  	height: 17px;
  	float: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .60em;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-decoration: none;
  	padding-top: 3px;
  	width: 136px;
  }
  
  #rechts .fairunterwegsmitboxtitel .fairunterwegsmitbox_r {
  	background-image: url(../gui/titelbox_rechts.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  #rechts ul {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	margin: 0;
  	margin-bottom: 16px;
    padding: 0 0 0 20px ;
  }
  
  /*
  #rechts p {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5d5a55;
  	line-height: 14px;
  	margin: 0;
  	padding: 0;
  }
  */
  
  /* NEU */
    #rechts p, #rechts .error {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #5d5a55;
  	line-height: 14px;
  	margin: 0;
  	padding: 0;
  }


  #rechts .tx-jkpoll-pi1 .bodytext {
   margin: 0;
   padding: 0;
   float: left;
   width: 162px;
  }
  /* NEU ENDE */
  
  #rechts a:hover{
  	text-decoration: underline;
  }
  
  
  /* ******************************************************
     Main Content
     ****************************************************** */
  
  #mitte {
  	margin: 0;
  	padding: 0 10px 0 10px;
  	position: relative;
  	float: none;
  }
  
  #contex {
  	float: right;
  	clear: none;
  	width: 100%;
  	margin: 0;
  	padding: 0;
  }
  
  #mitte h1 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .80em;
  	color: #4a4b47;
  	margin-top: 10px;
  	margin-bottom: 5px;
  	font-weight: bold;
  }
  
  #mitte h2 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .75em;
  	color: #4a4b47;
  	font-weight: bold;
  	margin-top: 10px;
  	margin-bottom: 5px;
  }
  
  #mitte h3 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #4a4b47;
  	font-weight: bold;
  	margin-top: 10px;
  	margin-bottom: 5px;
  }
  
  #mitte h4 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .75em;
  	color: #4a4b47;
  	font-weight: bold;
  	margin: 0;
  }
  
  #mitte p {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	margin: 0, 0, 10px, 0;
  	font-size: .69em;
  	color: #4A4B47;
  }
  
  #mitte ul {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.69em;
  	color: #4A4B47;
  	margin: 0;
  	margin-bottom: 16px;
    padding: 0 0 0 15px ;
  }
  
  #mitte .newsboxtitel {
  	background-color: #f5d4c8;
  	height: 25px;
  	padding-top: 5px;
  	padding-left: 15px;
  }
  
  #mitte .newsbox {
  	border-right: solid #f5d4c8 4px;
  	border-bottom: solid #f5d4c8 4px;
  	border-left: solid #f5d4c8 4px;
  	padding: 10px 10px 10px 10px;
  	margin-bottom: 10px;
  }
  
  #mitte .newsbox .titel{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #D84710;
  	font-weight: bold;
  }
  
  #mitte .newsbox .datum{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #4A4B47;
  	font-style: normal;
  	float: right;
  
  }
  
  #mitte .newsbox a{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #D84710;
  	text-decoration: none;
  }
  
  #mitte .newsbox p{
    margin: 0 0 5px 0;
  }
  
  #mitte .newsbox a:hover{
  	text-decoration: underline;
  }
  
  #mitte .newsbox .news-latest-category{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.69em;
    color: #4a4b47;
  }
  
  #mitte .newsbox .news-latest-category a{
    color: #D84710;
  }
  
  #mitte .newsbox .divider{
  	border-top: solid #f5d4c8 1px;
  	margin: 10px 0 10px 0;
  }
  
  #mitte .newsboxtitel .titelbox_l {
  	background-image: url(../gui/titelbox_links.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  #mitte .newsboxtitel .titelbox_m {
  	background-image: url(../gui/titelbox_mitte.gif);
  	height: 17px;
  	float: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .60em;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-decoration: none;
  	padding-top: 3px;
  }
  
  #mitte .newsboxtitel .titelbox_r {
  	background-image: url(../gui/titelbox_rechts.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  
  #mitte .pollboxtitel {
  	background-color: #e6d6d0;
  	height: 25px;
  	padding-top: 5px;
  	padding-left: 15px;
  }
  
  #mitte .pollbox {
  	border-right: solid #e6d6d0 4px;
  	border-bottom: solid #e6d6d0 4px;
  	border-left: solid #e6d6d0 4px;
  	padding: 10px 10px 10px 10px;
  	margin-bottom: 10px;
  }
  
  #mitte .pollbox .titel p{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #995234;
  	font-weight: bold;
  }
  
  #mitte .pollbox .datum{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #4A4B47;
  	font-style: normal;
  	float: right;
  }
  
  #mitte .pollbox a{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #D84710;
  	text-decoration: none;
  }
  
  #mitte .pollbox a:hover{
  	text-decoration: underline;
  }
  
  #mitte .pollbox .divider{
  	border-top: solid #f5d4c8 1px;
  	margin: 10px 0 10px 0;
  }
  
  #mitte .pollboxtitel .pollbox_l {
  	background-image: url(../gui/pollbox_links.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  #mitte .pollboxtitel .pollbox_m {
  	background-image: url(../gui/pollbox_mitte.gif);
  	height: 17px;
  	float: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .60em;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-decoration: none;
  	padding-top: 3px;
  }
  
  #mitte .pollboxtitel .pollbox_r {
  	background-image: url(../gui/pollbox_rechts.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  
  #mitte .linkboxtitel {
  	background-color: #dcdfca;
  	height: 25px;
  	padding-top: 5px;
  	padding-left: 15px;
  }
  
  #mitte .linkbox {
  	border-right: solid #dcdfca 4px;
  	border-bottom: solid #dcdfca 4px;
  	border-left: solid #dcdfca 4px;
  	padding: 10px 10px 10px 10px;
  	margin-bottom: 10px;
  }
  
  #mitte .linkbox .titel{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #D84710;
  	font-weight: bold;
  }
  
  #mitte .linkbox .datum{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #4A4B47;
  	font-style: normal;
  	float: right;
  
  }
  
  #mitte .linkbox p{
    margin: 0 0 10px 0;
    clear:left;
  }

  #mitte .linkbox a{
    display: block;
    float: left;
    width: auto;  
    margin-right: 10px;   
    height: 15px;
  }

  *html #mitte .linkbox a{
    width: auto;     
  }

  #mitte .linkbox a:hover{
  	text-decoration: underline;
  }
  
  #mitte .linkbox .divider{
  	border-top: solid #f5d4c8 1px;
  	margin: 10px 0 10px 0;
  }
  
  #mitte .linkboxtitel .linkbox_l {
  	background-image: url(../gui/linkbox_links.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  #mitte .linkboxtitel .linkbox_m {
  	background-image: url(../gui/linkbox_mitte.gif);
  	height: 17px;
  	float: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: .69em;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-decoration: none;
  	padding-top: 3px;
  }
  
  #mitte .linkboxtitel .linkbox_r {
  	background-image: url(../gui/linkbox_rechts.gif);
  	width: 13px;
  	height: 20px;
  	float: left;
  }
  
  .affiliate {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1em;
  	color: #4A4B47;
  }
  
  /* ******************************************************
     Fusszeile inkl. Navigation
     ****************************************************** */
  
  #fusszeile {
  	clear:both;
  	margin: 0 8px 0 8px;
  	text-align: center;
  	border-top: solid #b0b3a2 1px;
  	border-bottom: solid #b0b3a2 1px;
  } 
  
  #fusszeile ul, #fusszeile li {
  	list-style-type: none;
  	display: inline;
  	margin: 0;
  	padding: 0;
  }
  
  #fusszeile a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	color: #919191;
  	font-size: .69em;
  	margin-left: 4px;
  	line-height: 15px;
  	padding: 0 10px 0 10px;
  }
  
  #fusszeile a:hover {
  	text-decoration: underline;
  }
  
  #fusszeile .tx-lastupdate-pi1 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	color: #919191;
  	font-size: .69em;
  	margin-left: 0;
  	line-height: 15px;
  	padding: 0 10px 0 10px;
  	display: inline;
  }
  
  .col2left { width: 280px; float: left; margin-right: 10px; }
  .col2right { width: 280px; float: left; }
  .clearer { clear: both; }
  
  .tipp-2col {  }
  .tipp-2col .col2left { width: 60px; margin-top: 4px; }
  .tipp-2col .col2right { width: 500px; }
  .tipp-2col .col2right p { margin-top: 6px; margin-bottom: 6px; }

  /*-----------------------------------  NEWS  -----------------------------------*/
  /* prevent floated images from overlapping the div-containers they are wrapped in  */
  
  
  /*-----------------------------------  clearer  -----------------------------------*/
  /* prevent floated images from overlapping the div-containers they are wrapped in  */
  
  .news-list-container HR.clearer, .news-latest-container HR.clearer, .boxbreit HR.clearer, .event-list-item HR.clearer, .event-single-item HR.clearer{
  /*clear:right;*/
  border: 0; 
  background-color: #666666;
  height:1px;
  }
  .news-latest-container HR.clearer {
  clear:left;
  }
  .news-single-item HR.clearer {
  border: 0; 
  height: 0;
	visibility: hidden;
  }
  
  /*-----------------------------------  tt_news LATEST view  -----------------------------------*/
  
  .news-latest-container H2{
  font-size:11px;
  }
  
  .news-latest-container H2,.news-latest-gotoarchive {
  	color:#666666;
  	padding:3px;
  	margin:3px;
          font-weight:normal;
  }
  
  .news-latest-gotoarchive {
  	font-weight:bold;
  	margin-top:5px;
  }
  .news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
  	color:#e24d3b;
  }
  .news-latest-gotoarchive A {
  	color:#333333;
  }
  .news-latest-item {
  	padding:3px;
  	margin:3px;
  
  }
  .news-latest-item H3{
          font-size:10px;
          font-weight:normal;
          margin-top:0px;
          margin-bottom:0px;
  }
  
  .news-latest-item IMG {
  	margin-bottom:5px;
  	margin-right:5px;
  	float:left;
  }
  .news-latest-category IMG {
  	float: none;
          border:none;
          margin:0px;
  }
  .news-latest-date,.news-latest-morelink,.news-latest-category {
          font-size:9px;
  }
  span.news-latest-date A:hover{
  	font-size:9px;
  }
  .news-latest-morelink {
  	height:12px;
  }
  
  .news-latest-morelink A {
  	float:left;
  }
  
  
  /*--------------------------------- tt_news LIST view  -----------------------------------*/
  .news-list-container {
  }
  
  .news-list-item p{
          margin:0px 0 5px 0;
  	}
  	

  .news-single-category {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 0.69em;
  }

  .news-single-timedata {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 0.69em;
  }

  .news-search-emptyMsg{
  
  margin:0px;
  }
  .news-search-form FORM {
  	margin:0px;
  }
  .news-list-container H3 {
  	margin-bottom: 5px;
  	font-size: 11px;
  }
  .news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
  	color:#e24d3b;
  }
  .news-list-container H3 A {
  	color:#e24d3b;
  
  }
  
  .news-list-date {
  	float: right;
  	width: 120px;
  	text-align: right;
  	height: 13px;
  	margin-top: 0;
  	margin-right: 0;
  	font-size: 9px;
  	font-weight: normal;
  	color: #666666;
  	}
  
  .news-list-imgcaption {
  	float: right;
  	padding-top:3px;
  	padding-right:3px;
  	font-size: 9px;
  
  	}
  
  .news-list-container IMG, .event-list-container IMG {
  		float: right;
  	/* border:1px solid #666; */
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
  }
  .news-list-category IMG {
  	float: none;
  border:none;
  margin:0px;
  }
  
  .news-list-morelink,.news-list-category {
  	  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .news-list-morelink A{
  margin-bottom:3px;
  color: #e24d3b;
  text-decoration: none;
  font-size: 0.69em;
  }
  .news-list-browse { text-align: right; }
  
  	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
  .news-list-browse { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 11px; color: #4A4B47; }
  .news-list-browse a { margin: 0 1px; }
  .news-list-browse .showResultsWrap { margin-bottom: 10px; }
  .news-list-browse .activeLinkWrap { font-weight: bold; margin: 0 1px; }
  .news-list-browse .browseLinksWrap { text-align: center; }
  .news-search-emptyMsg { font-size: 11px; margin-left: 10px; }
  
  	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
  .news-single-item {
  	margin-bottom:5px;
  
  }
  .news-single-item H2 {
  	font-size: 12px;
  	font-weight:bold;
  	color: #e24d3b;
  	margin-bottom: 0;
  	clear: right;
  }
  .news-single-item H3 {
  	margin-bottom: 15px;
  	font-size: 11px;
  }
  
  .news-single-img {
  	float: right;
  margin-left:5px;
  
  }
  
  .news-single-imgcaption {
  	padding:3px;
  	clear:both;
  }
  
  .news-single-category {
		font-size: 10px;
		float: left;
		width: 400px;
		text-align: left;
		color: #4a4b47;
		margin-bottom: 10px;
  }
  .news-single-backlink, .news-single-backlink a {
  	font-weight: bold;
  	font-size: 10px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  }
  .news-single-timedata {
  	color: #4a4b47;
  }
  .news-single-timedata, .news-single-author,.news-single-imgcaption {

  	font-size: 10px;
  }
  .news-single-author {
  	padding-bottom: 3px;
  }
  .news-single-additional-info {
  	clear: both;
  	margin-top: 15px;
  padding:3px;
  padding-bottom:0px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4C4C42;
  
  }
  .news-single-related,.news-single-files,.news-single-links  {
    margin:0px;
  	margin-bottom: 10px;
  }
  
  .news-single-related DD, .news-single-links DD, .news-single-files DD {
    margin-left:0;
  }
  
  .news-single-related DD IMG, .news-single-links DD IMG, .news-single-files DD IMG {
    margin-right:5px;
    vertical-align: middle;
  }
  
  .news-single-related DT, .news-single-links DT, .news-single-files DT {
  	font-weight: bold;
    width:90%;
    margin-bottom: 3px;
  }
  
  
/*******************************************************
 Formulare
****************************************************** */
form.formularStyle1 {
	width: 99%;
	margin: 0;
	padding: 0;
}
.formularStyle1 fieldset {
	background-color: #f5f6f0;
	border: 1px solid #dee2cd;
	border-top-width: 0;
	margin: 10px auto;
	padding: 0;
}
.formularStyle1 p.legend{
	padding: 5px 5%;
	margin: 0;
	width: 90%;
	float: left;
	border-top: 1px solid #dee2cd;
	font-weight: bold;
	background-color: #f2f3eb;
}
.formularStyle1 fieldset dl {
	margin: 0;
	padding: 0;
}
.formularStyle1 fieldset dt {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
  clear: both;
}
.formularStyle1 fieldset label {
	border-top: solid #ffffff 2px;
	height: auto;
	clear: left;
	width: 87.5%;
	margin: 0;
	padding: 7px 0 7px 12.5%;
	float: left;
}
.formularStyle1 fieldset dd {
	border-top: solid #ffffff 2px;
	float: left;
	height: auto;
	width: 60%;
	margin: 0;
	padding: 5px 0 4px 0;
}
.formularStyle1 fieldset p {
	padding: 8px 5%;
	margin: 0;
	width: 90%;
	float: left;
	border-top: solid #ffffff 2px;
}
.formularStyle1 fieldset p.input, 
.formularStyle1 fieldset p.tx-newloginbox-pi1-forgotP {
	padding: 2px 0 2px 0;
	margin: 0;
	float: left;
	border: none;
}
.formularStyle1 fieldset p strong {
	font-weight: bold;
	color: red;
}
.formularStyle1 fieldset p,
.formularStyle1 fieldset label,
.formularStyle1 fieldset input,
.formularStyle1 fieldset select,
.formularStyle1 fieldset legend,
.formularStyle1 fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .69em;
	color: #4A4B47;
	/*float: left;*/
}
.formularStyle1 fieldset input,
.formularStyle1 fieldset select,
.formularStyle1 fieldset textarea {
	margin-right: 5px;
}

.formularStyle1 .oberstesElement {
	border-top: 1px solid #dee2cd;
}

#mitte .formularStyle1 input.submit {
	border: solid #666666 1px;
  background: #e9e4dc;
  cursor: pointer;
}

#mitte .formularStyle1 fieldset p.info {
  border-top: none;
  float: left;
  margin: 0;
  padding: 2px 0 5px 0;
}


#mitte p.error {
  margin: 0;
  padding: 0 0 5px 0;
	color: red;
  font-weight: bold;
  float: left;
  border-top: none;
}

/* Default stylesheet for the html mails of sr_quiz extension */
#mitte .quiz P { font-size:0.9em; line-height:125%; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; text-indent:0px; }
#mitte .quiz P.tx-srquiz-pi1-label { font-size:0.9em; line-height:125%; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; text-indent:0px; }
#mitte .quiz A:link { background-color:transparent; text-decoration:none; font-weight:bold;}
#mitte .quiz A:visited { background-color:transparent; font-weight:bold; text-decoration:none; }
#mitte .quiz A:hover { background-color:transparent; color:#333333; text-decoration:none; }
#mitte .quiz A:active { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
#mitte .quiz TD { vertical-align:top;  font-family:Verdana, sans-serif; font-size:12px; line-height:125%; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; text-indent:0px;}

#foerderkreis { clear: left; margin-top: 10px; padding: 0; width: 100%; border-top: 1px solid #EEEEEE; }
#foerderkreis P { margin: 0; }
#foerderkreis #jahr { float: left; width: 30px; margin: 0; padding: 0; }
#foerderkreis #organisation { float: left; margin: 0; padding: 0; margin-left: 5px; width: 375px; }
#foerderkreis #logo { float: left; margin-left: 5px; }

#contex #faq { clear: left; margin-top: 10px; padding: 5px 0 0; width: 100%; border-top: 1px solid #EEEEEE; }
#contex #faq P { margin: 0; }
#contex #faq #icon { float: left; width: 60px; margin: 0; padding: 0; }
#contex #faq #frage { float: left; margin: 0; padding: 0; margin-left: 5px; width: 400px; }
#contex #faq a{ text-decoration:none; color:#333333; }