html, body, .container {
  font-family: Verdana, Arial, sans-serif, Times, Helvetica, Geneva;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

form, fieldset {
  margin: 0;
  padding: 0;
}



body {
  width: 100%;
  text-align: left;
  background: #759f23 url('../images/background.jpg') repeat-x;
  font-size: 12px;
}

body.htmlarea-content-body {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif, Times, Helvetica, Geneva;
  font-size: 12px;
}

a img {
  border: 0;
}

li {
  font-size: 12px;
}

#container {
  width: 935px;
  background-color: #ffffff;
  margin:auto;
  padding-top: 5px;
}

#content a {
text-decoration: none;
color: #59802d;
font-weight: bold;
}

#header {
 height: 220px;
 margin: 5px;
}

#logo {
  float: left;
}

#langselect {
  float: right;
  margin-right: 6px;
}

#langselect img {
  margin-left:3px;
}

#extranav {
  float: right;
  font-family: Verdana, Arial, sans-serif, Times, Helvetica, Geneva;
  font-size: 12px;
}

#extranav a {
  color: #aaaaaa;
  text-decoration: none;
  margin: 0 5px;
}

#extranav a:hover {
  color: #59802d;
}

#menu {
  clear: both;
  margin: 0 5px;
  padding: 5px 0;
  padding-left: 15px;
  font-family: Verdana, Arial, sans-serif, Times, Helvetica, Geneva;
  font-size: 15px;
  border-bottom: 1px solid #59802d;
}

#menu a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 15px;
}

#menu a:hover {
  color: #59802d;
}

#menu .mainnavact a {
  color: #59802d;
  font-weight: bold;
}

#menu table {
  width: 100%;
}


#menu td {
  white-space: nowrap;
  width: 14%;
  text-align: center;
}

#submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 10px;
}

#submenu a {
  color: #59802d;
  text-decoration: none;
  font-size: 12px;
}

#submenu li {
  color: #59802d;
  border-bottom: 1px dashed #ffffff;
  margin-top: 3px;
  padding-bottom: 2px;
  padding-left: 13px;
}

#submenu img {
  margin-right: 2px;
}

.submenu1 {
  font-weight: bold;
}
.submenu2 {
  margin-left: 10px
}
.submenu1act {
  text-indent: -10px;
  font-weight: bold;
}
.submenu2act {
  text-indent: -10px;
  padding-left: 10px;
  margin-left: 10px
}

.submenu3 {
  margin-left: 20px
}

.submenu3act {
  text-indent: -10px;
  margin-left: 20px
}

#middle {
  margin: 0 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}

#middle.home {
  margin-top: 0;
}

#content {
  margin-left: 10px;
  margin-right: 5px;
}

.home #content {
  margin-left: 0;
  margin-top: 10px;
  margin-right: 10px;
}

#content-left {
  float: left;
  width: 311px;
}

#content-right {
  float: right;
  width: 311px;
}

.image-left {
  width: 200px;
}

h1, h2, h3, h4, h5, h6 {
  color: #59802d;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 18px;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
  margin-bottom: 20px;
  color: #e01010;
}

h6 {
  font-size: 12px;
  margin-bottom: 0px;
}

p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 12px;
}

.layout {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.layout td {
  margin: 0;
  padding: 0;
  vertical-align:top;
}

.layout .bottom {
  vertical-align:bottom;
}

.layout .right {
  width: 280px;
  background-color: #59802d;
  color: #ffffff;
}

.layout .left {
  width: 280px;
  background-color: #ddea92;
  color: #ffffff;
}

#callout {
  background-color: #ddea92;
}

#biologos {
  text-align: right;
  background-color: #ffffff;
  float: right;
}

.right #biologos {
  float: none;
}

#biologos img {
  margin: 0 5px;
}

#callout {
  text-align: center;
}

#border {
  margin: 10px;
}
/********************************************************************************************/

.highlightbox {
  background-color: #ddea92;
  color: #59802d;
  border-top: 1px dashed #ffffff;
  padding: 15px 25px 10px;
}

.highlightbox p {
  margin: 0;
  padding-bottom: 5px;
}

.highlightbox h1, .highlightbox h2, .highlightbox h3 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
/********************************************************************************************/
label {
  font-size: 12px;
}

#plzsearch {
  padding: 10px;
  background-color: #59802d;
}

.right #plzsearch {
  border-top: 3px solid #ffffff;
}

#plzsearch input {
  border: 0;
  background-color: #c8d4b0;
  font-size: 13px;
  padding: 5px;
}

#plzsearch input.plz {
  width: 40px;
}

#plzsearch input.radius {
  width: 20px;
}

#plzsearch input.submit {
  background-color: transparent;
  width: auto;
  padding: 0px;
  margin-left: 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight:bold;
}

#plzsearch input.submit:hover {
}

#plzsearch label {
  margin-left: 10px;
  margin-right: 5px;
}

#plzsearch span {
  margin-left: 5px;
}

/********************************************************************************************/
#latestnews .nonews {
  margin: 10px;
}

#latestnews .nonews2 {
  display: none;
}

#latestnews {
  padding: 15px;
}

.news-latest-container {
  background-color: transparent;
  border: none;
}

.news-latest-container h2, .news-latest-gotoarchive {
  border: none;
  background-color: transparent;
  color:#FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: normal;
}

.news-latest-item {
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ffffff;
  line-height: normal;
}

.first .news-latest-item {
  border-top: none;
  padding: 0;
}

.news-latest-item p {
  margin: 0;
}

.news-latest-item h3 {
  color: #ffffff;
  margin: 0;
  margin-bottom:5px;
}

.news-latest-item .clearer {
  clear: both;
}

.news-latest-morelink a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

.news-image {
  float: left;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
        border:none;
        background-color:none;
}

.news-list-item {
        /* IE hack */
        height: 1%;
        line-height: 1.3;
        /* IE hack end */
        height: auto !important;
        padding:3px;
        margin:3px;
        border:none;
        background-color:white;

        }
.news-search-form {
        padding:3px;
        margin-bottom:5px;
        border:none;
        background-color:#white;

}

.news-search-emptyMsg{
        margin:0px;
}
.news-search-form FORM {
        margin:0px;
}
.news-list-container H3 {
        margin-bottom: 5px;
        padding: 2px;
        border-bottom: 1px dotted #769024;
background-color: none;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
        color:#fff;
        padding-left:2px;
}
.news-list-container H3 A {
        color:#fff;

}
.news-list-container P {
        padding-left:3px;
}
.news-list-date {
        float: right;
        color: #3E551C;
        width: 180px;
        text-align: right;
        height: 20px;
        margin-top: -2px;
        margin-right: -2px;
        font-size: 9px;
        font-weight: normal;
        background-color: #F9FFE5;
        }

.news-list-imgcaption {
        float: right;
        padding-top:3px;
        padding-right:3px;
        font-size: 9px;

        }

.news-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-size:9px;
        margin-left:3px;
}
.news-list-morelink  {
        margin-bottom:3px;
}
.news-list-browse {
        text-align: center;
}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}


	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:0px;
	border:none;
	background-color:#fff;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}


/* RTE *******************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

p.klein, a.klein, table.klein { color: #59802d; font-size: 9px; }
span.klein { color: #59802d; font-size: 9px;}
p.gruen, table.gruen { color: #59802d; }
p.klein a { color: #59802d; font-size: 9px; }
span.gruen { color: #59802d; }
p.highlight, table.highlight { background-color: #ddea92; color: #59802d; border-top: 1px dashed #ffffff; padding: 15px 25px 10px; }
p.trennlinie, table.trennlinie { border-top: 1px dotted #59802d; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}

a.external-link-new-window {}

a.internal-link {
}

a.internal-link-new-window {
}

a.download {}

a.mail {}

/* twocol *******************************************************************************************/
table.tx_2col {
  margin: 0;
  padding: 0;
  width: 100%
}

table.tx_2col td {
  width: 50%;
  vertical-align: top;
  text-align: left;
}

/* vermindert den Abstand zur kleinen Bierflasche */
.tx_2col p.bodytext {padding: 0px; margin: 0px;}
/********************************************************************************************/

.trenner {
  border-bottom: 1px dotted #59802d;
}



/*************************************** MAILFORM *******************************************/
form, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.csc-mailform label {
  width: 100px;
  float: left;
  vertical-align: top;
}

.csc-mailform .csc-mailform-label {
  vertical-align: top;
}

.csc-mailform .csc-mailform-field .csc-mailform-label {
  vertical-align: top;
  margin-left: 100px;
}

.csc-mailform input {
  width: 200px;
  border: 1px solid #bedc36;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
}

.csc-mailform select {
  width: 100px;
  border: 1px solid #bedc36;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
}

.csc-mailform textarea {
  width: 400px;
  border: 1px solid #bedc36;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
}

.csc-mailform input.csc-mailform-radio {
  width: auto;
  border: 0;
}

.csc-mailform .csc-mailform-radio label {
  width: auto;
  float: none;
}

.csc-mailform .csc-mailform-radio fieldset {
  width: 300px;
}

.csc-mailform .csc-mailform-radio fieldset legend{
  display: none;
}

.csc-mailform input.csc-mailform-check {
  border: 0;
  width: auto;
}

.csc-mailform input.csc-mailform-submit {
  width: auto;
  color: #ffffff;
  background-color: #59802D;
  margin-left: 100px;
}

.csc-mailform .csc-mailform-field {
  clear:both;
margin-bottom:3px;
}
