﻿body
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	background: url(graphics/ffs-bg-bogen.jpg) fixed bottom left no-repeat #fff;
	text-align: center;
	height: 100%;
}

#container-main
{
	width: 800px;
	height: 100%;
	margin: auto;
	text-align: left;
}

#intro-logo
{
  padding-top: 25%;
  text-align: center;
}

#intro-logo h1
{
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 100;
  color: #A5A6AA;
}

#intro-logo a
{
  padding: 0px;
  background: none;
}

#container-top
{
  position: fixed;
	width: 802px;
	height: 130px;
/*	z-index: 99999;*/
	z-index: 80;
	background: #fff;
	border-bottom: 1px solid #000;	
}

#top-logo
{

}

#top-menu
{
  margin-top: 15px;
}

#top-menu ul
{
  display: inline;
  list-style-type: none;
  margin: 0 0 0 0;
}

#top-menu li
{
  display: inline;
  margin: 0;
  padding: 0;
  color: #A7A9AA;
}

#top-menu a
{
  color: #A7A9AA;
  text-decoration: none;
  padding: 10px 5px 10px 0px;
  background: none;
  line-height: 35px;
  }

#top-menu a:hover
{
  color: #00614B;
  /*background: url(graphics/ffs-bg-navi-main.gif) center left no-repeat;*/
}

#top-menu li.act a
{
  color: #00614B;
  font-weight: bold;
  /*background: url(graphics/ffs-bg-navi-main.gif) center left no-repeat;*/
}


/* inhaltsbereich */
#container-content
{
  position: absolute;
  top: 130px; 
  width: 800px;
  border: solid #000;
  border-width: 0 1px 0 1px;
  background: url(graphics/ffs-bg-content.jpg) repeat-y #fff;
  margin-bottom: 100px;
}

#container-content-wide
{
  position: absolute;
  top: 130px; 
  width: 800px;
  border: solid #000;
  background: #fff;
  border-width: 0 1px 0 1px;
  margin-bottom: 100px;
}

#container-content-wide .contentwrap
{
  /*padding: 20px 10px 10px 40px;*/
  padding: 30px;
}

#content-teaser
{
  width: 800px;
  height: 200px;
  float: left;
}

#content-teaser .teaser-light,
#content-teaser .teaser-dark,
#content-teaser .teaser-grey
{
  height: 200px;
  background: #AAC9BE;
  color: #00614B;
  font-size: 18px;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  padding: 0 0px 0 20px;
}

#content-teaser .teaser-dark
{
  background: #00614B;
  color: #fff;
}

#content-teaser .teaser-grey
{
  background: #e0e0e0;
  color: #00614B;
}

#content-teaser .teaser-light h2,
#content-teaser .teaser-dark h2,
#content-teaser .teaser-grey h2
{
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 10px 0px;
  font-size: 22px;
}

#content-teaser .teaser-dark h2
{
  color: #fff;
}

#content-teaser .teaser-light p,
#content-teaser .teaser-dark p,
#content-teaser .teaser-grey p
{
  padding: 20px 0 0 0;
}

#content-teaser .teaser-light .weiss,
#content-teaser .teaser-dark .weiss,
#content-teaser .teaser-grey .weiss
{
  color: #fff;
}

#content-teaser .teaser-light IMG,
#content-teaser .teaser-dark IMG,
#content-teaser .teaser-grey IMG
{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#content-content
{
  width: 550px;
  float: left;
  min-height: 500px;
}

#content-menu
{
  width: 250px;
  float: left;
}

#content-content .contentwrap
{
  padding: 20px 10px 10px 20px;
}

#content-menu
{

}

#content-menu-header
{
  height: 30px;
  color: #fff;
  background: #00614B;
  padding: 10px 0 0 10px;
  margin: 0px;
}

#content-menu-list ul
{
  padding: 10px 0 0 10px;
  list-style-type: none;
}

#content-menu-list li
{
  padding: 0 0 5px 0;
}

#content-menu-list a, #content-menu-list li.act li a
{
  text-decoration: none;
  padding: 0 15px 0 0;
  color: #000;
  /*background: url(graphics/ffs-link-no-dark.gif) center left no-repeat;*/
}

#content-menu-list a:hover, #content-menu-list li.act li a:hover
{
  color: #00614B;
  /*background: url(graphics/ffs-link-ro.gif) center left no-repeat;*/
}

#content-menu-list li.act a, #content-menu-list li.act li.act a
{
  /*background: url(graphics/ffs-link-act.gif) center left no-repeat;*/
}

#content-menu-list li.act a, #content-menu-list li.act li.act a
{
  /*background: url(graphics/ffs-link-act.gif) center left no-repeat;*/
  font-weight: bold;
}


#content-menu-list li.act li a
{
  /*background: url(graphics/ffs-link-act.gif) center left no-repeat;*/
  font-weight: normal;  
}



#content-footer
{
  clear: both;
  border-bottom: 1px solid #000;
}

#container-bottom
{
  width: 802px;
  height: 100px;
  color: #A7A9AA;
  background: #e9f2ef;
  z-index: 200;
  margin-left: -1px;
  padding: 20px 0 0 0;
  font-size: 12px;
}

#container-bottom a
{
  color: #A7A9AA;
  background: none;
  padding: 0px;
}

#container-bottom a:hover
{
  color: #00614B;
}

.shadow
{
  width: 820px;
}


/* formate */
/*#inhalt
{
  padding: 30px;
}
*/

h1
{
  color: #00614B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2
{
  color: #00614B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

h3
{
  color: #00614B;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}


strong
{
  font-weight: bold;
}

td
{
	text-align: left;
}

a:link, a:visited 
{
  
  text-decoration: underline;
  /*padding: 0 15px 0 0;*/
  color: #00614B;
  /*background: url(graphics/ffs-link-no-dark.gif) center left no-repeat;*/
}

a:hover 
{
  color: #000;
  /*background: url(graphics/ffs-link-ro.gif) center left no-repeat;*/
}

#content-content .csc-textpic-image a 
{
  background: none;
  padding: 0;
}

#top-logo a 
{
  background: none;
  padding: 0px 0px;
}

#top-logo a img 
{
  padding: 10px 0px;
}

ul 
{
	list-style-image:url(grafik/square_5.gif); 
	text-align: left;
}

p.bodytext
{
  margin: 0 0 15px 0;
}

.ce-default
{
  margin-bottom: 15px;
}

.box-line-bottom
{
  border-bottom: 1px solid #00614B; 
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.box-highlight-light
{
  background: #AAC9BE;
  background: #e9f2ef;
  margin-bottom: 15px;
  padding: 0px;
}

#inhalt .csc-textpic-image IMG
{
  margin-bottom: 5px;
}

/* Formulargestaltung */
input, textarea, select 
  {
	/*background: #e9f2ef;*/
	border: 0px;
	border-bottom: 1px solid #00614B;
	color: #00614B;
	margin: 0 0 5px 0;
	font-size: 14px;
	}
	
textarea 
  {
  overflow: auto;
  }

div.csc-mailform-field
  {
  float: left;
  }

fieldset.csc-mailform hr
  {
  clear: left;
  }

fieldset.csc-mailform h3
  {
  margin: 10px 0 5px 0;
  }

fieldset.csc-mailform div.csc-mailform-field label, .form-tmail .form-label 
  {
  float: left;
  font-size: 14px;
	width: 220px;
	/*padding: 3px 0;*/
	margin: 0 0 5px 0;
  }

div.csc-mailform-label div
  {
  font-size: 14px;
  }

input.csc-mailform-check, input.csc-mailform-radio 
  {
  margin: 0 0 5px 0;
	font-size: 14px;
	width: 15px;
	margin-right: 200px;
	border: 0px;
  }

input.csc-mailform-radio 
  {
	margin-right: 205px;
  }


/* Newssystem */
.clearer
  {
  clear: both;
  }

.news-latest-category 
  {
  font-size: 80%;
  }

.news-latest-container IMG
  {
  float: left;
  margin-right: 10px;
  width: 150px;
  }
  
.news-latest-item 
  {
  height: 160px;
  }
  
.news-list-container p.bodytext 
  {
  margin: 0;
  }  

.news-list-item 
  {
  margin-bottom: 10px;
  }
  
.news-single-img
  {
  float: right;
  width: 150px;
  }

.news-single-item h3
  {
/*  float: left;
  width: 310px;
  margin: 0px 0 0 20px;
  padding: 0px;*/
  }

.news-single-text 
  {
  width: 340px;
  float: left;
  margin-bottom: 10px;
  }

.news-single-additional-info
  {
  clear: both;
  margin-bottom: 15px;
  }
  
  
.news-single-files DT 
  {
  color: #00614B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  }

.news-single-category 
  {
  clear: both;
  margin-top: 30px;
  border-top: 1px solid #00614B;
  padding-top: 10px;
  margin-bottom: 10px;
  }
