/**** Last Update 16.5.2007 C.K. ****/

/****** Allgemeine Anweisungen ******/

html { height: 100%; margin-bottom: 1px; } 

body {
  background-color: #235032;
  text-align: center;
  font-size: 100.01%;
  padding: 0 0 20px 0;
  margin: 0;
  font-family: verdana,arial,sans-serif;
  color: #333;
}

/*** alt ***/
/*h1 {
  font-size: 110%;
  line-height: 140%;
}
h2 {
  font-size: 100%;
} */

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

div {
  margin:0;
  padding:0;
}

input, textarea {
  font-family: Verdana;
}

a {text-decoration: none;}
a:link, a:visited { color: #235032;}
a:focus, a:hover, a:active { color: #09381c;}

/* a {font-weight: bold;  text-decoration: none;}
a:link, a:visited { color: #235032;}
a:focus, a:hover, a:active { color: #09381c; text-decoration: underline;} */

.navi ul {
  list-style:none;
  padding: 0;
  margin: 0;
}
.navi li {
  float: left;
  padding: 0;
  margin:0;
}

div.navi {
  clear: both;
  font-size: 0.7em;
}

.navi a {
  color: #f5f2e2;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#container {
  margin: 0 auto;
  width: 800px;
  text-align:left;
}

/******** Header *********/

/*** MetaNavi ***/

#metaNavi {
  width: 790px;
  height: 24px;
  position:relative;
  color: #f5f2e2;
  font-size: 0.62em;
  /*font-size: 65%;*/
  line-height: 24px;
}
#metaNavi ul {
  position: absolute;
  right: 0px;
}
#metaNavi #langNavi {
  position: absolute;
  left: 0px;
  right: none;
}
#metaNavi li {
  padding: 0 5px 0 0;
}
#metaNavi li #submit {
  vertical-align:top;
  position: relative;
  top: 4px;
}

#metaNavi a {
  /*font-size: 1em;*/
}

#metaNavi a:link, #metaNavi a:visited  {
color: #f5f2e2;
}

#metaNavi a:focus, #metaNavi a:hover, #metaNavi a:active {
color: #ebe6c5;}

#metaNavi input {
  /*height: 0.7em;*/
}
#metaNavi form {
  margin:0;
  padding:0;
}
#metaNavi #submit {
  border: none;
  background: url(../../uploads/pics/button_search.gif) top left no-repeat;
  cursor: pointer;
  width: 14px;
  height: 15px;
}

#headLogo {
  width: 798px;
  height: 133px;
  border: 1px solid #ebe6c5;
  background: url(../../uploads/pics/header_logo.jpg) top left no-repeat;
  clear:both;
}

/* MainNavi */

#mainNavi {
  width: 799px;
  border-left: 1px solid #ebe6c5;
  height: 24px;
}
#mainNavi li {
  width: 159px;
  border-right: 1px solid #ebe6c5;
  text-align: center;
  padding: 5px 0 6px 0;
  height: 13px;  
}
#mainNavi ul.menu5 li {
  width: 159px;
}
#mainNavi ul.menu5 li.last {
  width: 158px;
}
#mainNavi ul.menu4 li {
  width: 199px;
}
#mainNavi ul.menu4 li.last {
  width: 198px;
  background-color: #235032;
}
#mainNavi ul.menu4  li.active.last {
  background-color: #c3be9d;
}
#mainNavi ul.menu6 li {
  width: 132px;
}
#mainNavi ul.menu6 li.last {
  width: 133px;
}
#mainNavi li.last {
  width: 158px;
  background-color: #09381c;
}
#mainNavi li.last a:link, #mainNavi li.last a:visited {
   color: #f5f2e2;
}
#mainNavi li.active {
  background-color: #c3be9d;
}
#mainNavi li.active a, #mainNavi li.active a:link, #mainNavi li.active a:visited{
  color: #235032;
}
#mainNavi li a:link, #mainNavi li a:visited {
   color: #f5f2e2;
}
#mainNavi li a:focus, #mainNavi li a:hover {
   color: #ebe6c5;
}
#mainNavi li.active a:focus, #mainNavi li.active a:hover {
   color: #09381c;
}

/* Pfad */

#pathNavi {
  background-color: #f5f2e2;
  width: 620px;
  height:21px;
  padding-left: 180px;
  color: #666;
  font-size: 0.62em;
  /*font-size: 65%;*/
  font-weight: bold;
  line-height: 21px;
}

#pathNavi a {
  color: #235032;
  /*font-size: 1em;*/
  text-transform: none;
  text-decoration: none;
}

#pathNavi a:focus, #pathNavi a:hover, #pathNavi a:active { color: #09381c;}

/***** Main *****/

#content {
  width: 800px;
  background: url(../../uploads/pics/main_background.gif) top left repeat-y;
  float:left;
  clear:both;
}

/* Links */

#left {
  font-size: 0.7em;
  width:160px;
  float:left;
  padding: 0 0 20px 0;
}
#left ul {
  list-style: none;
  margin:0 0 30px 0;
  padding:0;
  background-color: #c3be9d;
  border-bottom: 1px solid #235032;
}
#left li {
  width: 160px;
  border-top: 1px solid #235032;
}
#left li.hassub ul {
  margin:0;
  background-color: #ebe6c5;
  border: none;
}
#left li.hassub b {
  color:#235032;
}
#left li.active {
  background: url(../../uploads/pics/icon_pfeil_right.gif) 10px 8px no-repeat;
  background-color:#fff;
}
#left li.hassub {
  background: url(../../uploads/pics/icon_pfeil_down.gif) 10px 8px no-repeat;
  background-color:#ebe6c5;
}
#left li.hassub.active {
  background-color:#fff;
}
#left li a, #left li span a {
  text-decoration: none;
  color: #235032;
  font-weight: bold;
  display:inline;
}

#left li a:focus, #left li a:hover, #left li a:active { color: #09381c;}

/* #left li span a:focus, #left li span a:hover, #left li span a:active { color: #09381c;} */

#left span {
  padding: 4px 0 4px 10px; 
  display:block;
}
#left li.hassub span, #left li.active span{
  padding-left: 22px; 
}
#left li.hassub ul span {
  padding-left: 30px;
}
#leftContent {
  width: 159px;
  padding: 0 0 0 1px;
}

#left div.csc-textpic-clear {
  padding-bottom: 28px;
}
#left div.csc-textpic-above div.csc-textpic-imagewrap .csc-textpic-image {
  padding-bottom: 22px;
  margin-bottom: 0px;
}

#left div.csc-textpic-above div.csc-textpic-text p {
  padding: 0 10px 0 10px;
  font-size:0.9em;  
  line-height: 15px;
}
/***** Rechter Teaserbereich *****/
#content.no_right #right {
  display:none;
}
#right {
  width: 159px;
  float:left;
  font-size:0.65em;
  line-height: 13px;
  /*font-size: 65%;*/
  padding: 21px 0 10px 0;
  overflow: hidden;
}
#right p, #right .ogrw_mini_teaser {
padding-right: 8px;
width: 150px;
}

#right h1 {
font-size: 100%;
line-height: 16px;
color: #666;
border-left: 2px solid #666;
padding-left: 8px;
margin-bottom: 8px;
}

#right h2 {
font-size: 110%;
padding: 4px 0 4px 0;
line-height: 16px;

}

#right a, #right a:link, #right a:visited,
#left a, #left a:link, #left a:visited {
  color: #235032;
  font-weight: bold;
  text-decoration: none;
}
#right a:focus, #right a:hover, #right a:active,
#left a:focus, #left a:hover, #left a:active {
  color: #09381c;
  text-decoration: underline;
}

#right p.bodytext {
   margin-bottom: 0px;
}

#right div.csc-textpic img{
   margin-bottom: 30px;
}

div.csc-header {
 clear: both;
}
/**** Mittlerer Contentbereich ****/
#content.no_right #center {
  width: 600px;
}
#center {
  font-size: 0.7em;
  float: left;
  width: 441px;
  padding: 21px 18px 40px 20px;
  line-height: 17px;
}

#center h1 {
font-size: 100%;
line-height: 16px;
color: #666;
border-left: 2px solid #666;
padding-left: 8px;
margin-bottom: 8px;
}
#center div.csc-textpic-intext-left h1 {
 border:none;
}
#center h2 {
font-size: 120%;
line-height: 22px;
margin-bottom: 14px;
}

#center h3 {
font-size: 110%;
line-height: 20px;
margin-bottom: 10px;
}

#center a {
  text-decoration: none;
}
#center a:link, #center a:visited {
  color: #235032;
  font-weight: bold;
}
#center a:focus, #center a:hover, #center a:active {
  color: #09381c;
  text-decoration: underline;
}

#center div.csc-textpic-imagewrap {
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 0 0 20px 0;
  clear: both;
  float:left;
}

#center div.csc-textpic-imagewrap dl {
  margin: 0;
}
#content #center .csc-textpic dl.csc-textpic-firstcol {
  margin-right: 11px;
}
#content #center .csc-textpic dl.csc-textpic-firstcol.csc-textpic-lastcol {
  margin-right: 0px
}		


#center ul {
  margin: 0 0 20px 4px;
  padding: 0;
}

#center ul li {
 padding:0 0 8px 0;
  margin:0 0 0 12px;
}


/*** Tabellen im RTE ****/

#center table p.bodytext {
  height: auto;
  width: auto;
  display: inline;
  margin:0;
  padding: 0;
}

#center table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px 0px 10px 0px;
  width: 100%;
}

#center table.kompaktplatz {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px 0px 10px 0px;
  width: 40%;
}

/* Farben, Anweisungen fuer Vorgabentabelle */

.spalte1 { border-top: 5px solid #ececed}
.spalte2 { border-top: 5px solid #fff594; width: 16%;}
.spalte3 { border-top: 5px solid #40a3d7; width: 16%;}
.spalte4 { border-top: 5px solid #333333; width: 16%;}
.spalte5 { border-top: 5px solid #e75127; width: 16%;}
.spalte6 { border-top: 5px solid #f2963f; width: 16%;}


#center table td {
  background-color: #f5f2e2;
  padding: 4px 10px;
  margin:0;
 /* border-right:2px solid #ffffff; */
  line-height: 15px;
  vertical-align: top;
}

#center table tr {
 margin:0;
 padding: 0;
}

#center table thead th, #center table thead td {
 font-weight: bold;
  background-color: #ebe6c5;
 /* border-right:2px solid #ffffff; */
  padding: 4px 10px;
  margin:0;
}

#center table thead {
 border-bottom: 2px solid #ffffff;
}

#center table thead p.bodytext {
 font-weight: bold;
}

/******** Forms ********/

#center fieldset {
  padding: 0 10px 0px 10px;
  margin: 0;
  width: 420px;
  border: 0;
  line-height: 30px;
  overflow: hidden;
  background-color: #ebe6c5;

}
#center fieldset input {
  border: 0;
}
/* KontaktForm */
#center fieldset div label{
  width: 85px;
  display: block;
  float:left;
  line-height: 30px;
}
#center fieldset div {
  width: 400px;
  margin: 0 9px 0 0;
  padding: 0;
  height: 30px;
  float: left;
}
#center fieldset div input {
  width: 250px;
  margin: 5px 0 0 0;
  padding :0;
  height: 20px;
  border: 0;
}
#center fieldset div.subject {
  clear:both;
  margin: 15px 0 0 0 ;
  width: 430px; 
}
#center fieldset div.subject input {
  width: 335px;
}
#center fieldset div.plz {
  width: 155px;
}
#center fieldset div.plz input {
  width: 5em;
}
#center fieldset div.city {
  width: 190px;
}
#center fieldset div.city label {
  width: 40px;
}
#center fieldset div.city input {
  width: 130px;
}
#center fieldset textarea {
  border: 0;
  width: 420px;
  margin: 6px 0 6px 0;
}
#center fieldset p {
  clear:both;
  margin: 0;
  padding: 0;
}
#center fieldset input.csc-mailform-submit {
  margin: 6px 20px 0 0 ;
  width: 78px;
  height: 20px;
  float:left;
  background-color: #235032;
  color: #fff;
}

/******** TIP A FRIEND ********/
#center fieldset.tipafriendform {
  width: 420px;
  margin: 18px 0 18px 0 ;
  padding-top: 0;
}
#center fieldset.tipafriendform div {
  width: 422px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin:0;
}
#center fieldset.tipafriendform div.captcha input {
  width: 144px;
  margin:0;
}
#center fieldset.tipafriendform div.captcha img {
  width: 70px;
  height: 23px;
  position:relative;
  top:4px;
  float:left;
  margin-right: 12px;
}
#center fieldset.tipafriendform p {
  width: 410px;
  line-height: 14px;
}
#center fieldset.tipafriendform p.submit {
  line-height: 30px;
}
#center fieldset.tipafriendform div label{
  width: 185px;
  display: block;
  float:left;
  line-height: 30px;
}
#center fieldset.tipafriendform  div input {
  width: 230px;
  margin: 5px 0 0 0;
  padding :0;
  height: 20px;
  border: 0;
}


/****** Content Teaser ******/
div.ogrw_content_teaser p.bodytext{
  padding-bottom: 10px;
  margin-bottom:0;
}

div.ogrw_content_teaser img {
  border:1px solid #CCCCCC;
  margin:0pt 10px 10px 0;
  padding:2px;
  float:left;
}
div.ogrw_content_teaser {
  clear:both;
  float:left;
  width: 440px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
/****** Mini Teaser ******/
#container div.ogrw_mini_teaser {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

/****** Mini Link Teaser ******/
#container div.ogrw_minilink_teaser {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
#container div.ogrw_minilink_teaser ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style:none;
}
#container div.ogrw_minilink_teaser ul li{
  background: url(../../uploads/pics/icon_list.gif) left 4px no-repeat;
  padding:0 0 8px 12px;
  margin:0;
}
/****** Dateilinks ******/
#center table.csc-uploads {
 margin-bottom: 18px;
}
#center table.csc-uploads tr {
 margin:0;
 padding:0;
}
#center table.csc-uploads td {
 margin:0;
 padding:4px 8px;
 vertical-align: top;
}
#center table.csc-uploads td.csc-uploads-icon {
 padding-top: 10px;
 padding-left: 10px;
 width: 22px;
}
#center table.csc-uploads td.csc-uploads-fileSize {
 text-align: right;
 padding-right: 20px;
 width: 50px;
}
#center table.csc-uploads td p {
 margin:0;
 padding:0;
}
/****** Indexed Search ******/
#container div.tx-indexedsearch h1 {
 border-left: 0;
 padding: 8px 0 0 0;
}

#center div.tx-indexedsearch fieldset label {
 width: 110px;
 margin-right: 0.2em;
}
div.tx-indexedsearch-searchbox {
}
div.tx-indexedsearch-infobox {
 border-bottom: 2px solid #fff;
 padding: 6px;
}
#container div.tx-indexedsearch-browsebox {
 border-bottom: 2px solid #fff;
 padding: 6px;
 margin: 2px 0 0 0;
}
#container div.tx-indexedsearch-whatis {
 display:none;
}
#container div.tx-indexedsearch fieldset {
 width: auto;
}
#container div.tx-indexedsearch fieldset div {
 width: auto;
}
#container div.tx-indexedsearch fieldset div input.okButton {
 background-color: #235032;
 color: #fff;
 width: 50px;
 height: 18px;
 cursor: pointer;
}

#container div.tx-indexedsearch fieldset .sword {
 width: 402px;
 padding-left: 5px;
}
#container div.tx-indexedsearch-res {
 margin: 16px 0 0 0;
 border-bottom: 1px solid #c0c0c0;;
}
#container div.tx-indexedsearch-res p {
 margin-bottom: 0;
}

#container div.tx-indexedsearch-res h2 {
 display: inline;
}
#container div.tx-indexedsearch-res h2 a {
 color: #000;
}
#container div.tx-indexedsearch strong.tx-indexedsearch-redMarkup {
 color: #666666;
}
#container div.tx-indexedsearch-browsebox {
 width: 429px;
 float: left;
 clear: both;
 margin-bottom: 18px;
}
#container div.tx-indexedsearch-browsebox ul.browsebox {
 float:right;
}
#container div.tx-indexedsearch-browsebox ul.browsebox li {
 background: none; 
 padding-left: 8px;
}
#container div.tx-indexedsearch-browsebox p {
 float:left;
 margin:0 18px 0 0 ;
 padding: 0;
 line-height: 18px;
}


/****** Footer *******/

#disclaimer {
  clear:both;
  background-color: #c3be9d;
  line-height: 21px;
  font-size: 0.62em;
  color: #235032;
  padding: 0 0 0 10px;
  width: 790px;
  height: 21px;
}
#footer {
  width: 790px;
  padding: 5px 0 0 10px;
  font-size: 0.62em;
  color: #ebe6c5;
}
#footer a {
  color: #ebe6c5;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-size: 1em;
}

#footer a:focus, #footer a:hover, #footer a:active {
color: #f5f2e2;}

#footerRight {
  float:right;
}
#footer li {
  line-height: 20px;
}
/* Overwrite Typo3 Styles */
	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 0px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}
	
p.bodytext {
  margin:0 0 20px 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.detail {
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

/* Sitemap */

#center .csc-sitemap {
  margin: 0 0 10px 0px;
}

#center div.csc-sitemap ul {
 list-style: none;
}
#center div.csc-sitemap ul li {
  background: url(../../uploads/pics/icon_list.gif) left 8px no-repeat;
  padding: 2px 0 0 12px;
  /*margin: 0; */
  margin:0 0 0 10px;
}

#center .csc-sitemap ul ul {
  padding: 2px 0 0 2px ;
  margin: 0;
}

div.ogrw_countdown {
  margin-bottom: 30px;
}

p.csc-linkToTop {
  text-align: right;
}
p.csc-linkToTop a {
  background: url(../../uploads/pics/icon_top.gif) left center no-repeat;  
  padding-left: 14px;
}

/* LOGIN FORM */

#center th.nlb_header{
  background-color: #235032;
color:#fff;
padding:2px 2px 2px 10px;

}

#center td.nlb_td{
  background-color: #ebe6c5;
  padding:10px;                 
}
#center th.nlb_th{
  background-color: #ebe6c5;
padding:10px;
}

#center td.nlb_submit_td{
  background-color: #ebe6c5;
	text-align:right;
  padding:10px;                 
} 

#center input.nlb_submit{
background-color: #235032;
  color: #fff;
border:0;
}

#center input.nlb_input{
border:0;
}

/* FE_ADMIN_EDIT */

#center .fe_admin_form_td {
  background-color: #ebe6c5;
  padding:10px;                 
}

#center .fe_admin_form_td_submit {
  background-color: #ebe6c5;
  text-align:right;
  padding:10px;                 
}

#center input.fe_admin_input{
border:0;
}

#center .fe_admin_form_th{
text-align:left;
  padding:10px;                 
}

#center .fe_admin_submit{
background-color: #235032;
  color: #fff;
border:0;
}
