/* CSS Document
Created and all rights reserved
by Andreas Riedm?ller 2005
Version a0.1.0
*/

#body_container {
  background: #FFF6D5 url("../images/site_bg.gif") repeat-x 0px 103px;
	min-height: 100%;
	height: 100%
}

body, html{
	background: #FFF6D5;
  font-family: Arial , Verdana, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
  font-size: 1em;
	min-height: 100%;
	height: 100%
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

table.contentpaneopen, table.contentpaneopenfrontpage, table.contentpaneopenarchiv{
	width: 100%;
  border-collapse:collapse;
  font-size: 1em;
}

hr {
  height: 1px;
/*  margin-left: 220px;*/
  background:#8D8876;
  margin-top: 4px;
  margin-bottom: 6px;
}

table.contentpaneopenarchiv hr{
  height: 1px;
  background: #8D8876;
  margin-left:0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 225px;
}


hr.content_left{
  margin-left:0px;
}

div#top{
  background: url("../images/site_bg_top.gif") repeat-x;
  height: 103px;
  width: 100%;
  text-align: center;
}
div#banner{
  background: url("../images/banner.gif") no-repeat;
  width: 900px;
  height:80px;
  margin: auto;
  margin-bottom:1px;
}
div#menu{
  width: 1050px;
  height:21px;
  margin:auto;
  text-align: left;
}
div.modulesubpresse{
  width: 799px;
  height:21px;
  padding-left:101px;
  margin:auto;
  text-align: left;
  
  border-bottom: 1px solid black;
  background: #FFF6D5 url("../images/subpresse.gif") no-repeat;
}
div.modulesubawards{
  width: 840px;
  height:21px;
  padding-left:60px;
  margin:auto;
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #FFF6D5 url("../images/subawards.gif") no-repeat;
}
div.modulesubbio{
  width: 817px;
  height:21px;
  padding-left:83px;
  margin:auto;
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #FFF6D5 url("../images/subbio.gif") no-repeat;
}
div.modulesubarchiv{
  width: 817px;
  height:21px;
  padding-left:83px;
  margin:auto;
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #FFF6D5 url("../images/subarchiv.gif") no-repeat;
}
div.modulesubfotos{
  width: 822px;
  height:21px;
  padding-left:78px;
  margin:auto;
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #FFF6D5 url("../images/subfotos.gif") no-repeat;
}
div#archiv_head{
  background: #DC9416;
  width: 168px;
  height:17px;
  font-size: 10px;
  letter-spacing:1px;
  float:right;
  padding: 4px 0 0 2px;
  text-align:center;
}
div#archiv_head a{
  text-decoration:none;
  font-size: 10px;
  color: #693E00;
}

div#archiv_head a:hover{
  color: #0071B2;
}

div#content{
  width: 900px;
  margin:auto;
  clear:both;
}

div#main_content{ 
  float: left;
  width: 700px; 
  /*min-height:600px;*/
  height:auto !important;  /* für moderne Browser */
  height:400px;  /*für den IE */
  padding-bottom: 50px;
}

table.blogfrontpage{
  width: 900px;
}

div#left_content{
  /*height:200px;*/
  /*width: 170px;*/
  float: right;
  /*padding-top: 50px;*/

}

div#archiv{
  border: 1px solid #693E00;
  border-top:none;
  height: 60px;
  width: 167px;
  padding: 3px 0 0 3px;
}

div#left_content div.module {
  margin: 15px 0 0 0;
  width:180 px;
}
div.mod_content_links_block{
  background: #FFF6D5;
  width: 172px;
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}
div#left_content h3{
  font-weight: bold;
  font-size:11px;
  color: white;
  background: #0071B2;
  width: 168px;
  padding: 3px 0 3px 4px;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
} 

div#left_content h3 a,div#left_content h3 a:visited
{
  text-decoration: none;
  color: white;
} 

div.mod_content_links_block a{
  display: block;
  width: 168px;
  color: #693E00;
  padding:1px 1px 1px 3px;
  font-weight:bold;
  text-decoration: none;
  border-bottom: 1px dotted #693E00;
}
div.mod_content_links_block a:hover{
  color: #0071B2;
}

div.mod_content_links_block br{
  display: none;
}

div#archiv a{
  text-decoration:none;
  display:block;
  font-weight:bold;
  letter-spacing: 1px;
  color:black;
  height: 14px;
}
div#archiv a:hover{
  color:#0071B2;
}
table.blog div, table.blogfrontpage div{
  width: 700px;
  /*margin:10px;*/
}

table.blog div td.contentheading, table.blogfrontpage div td.contentheadingfrontpage{
  color: #693E00;
  font-size: 11px;
  font-weight: bold;
  width: 209px;
  height: 28px;
}

div#top ul{
  line-height:8px;
  font-size: 9px;
  margin-top:4px;
  float:left;
  list-style:none;
  height: 10px;
  background:#DC9416;
}

div#top li {
  float:left;
  height: 10px;
  margin: 0 2px 0 0; 
}

div#top ul a {
  letter-spacing:1px;
  float:left;
  display:block;
  height: 10px;
  padding: 0 2px 0 3px;
  margin: 0;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  background:#85511E;
}
div#top ul a:hover {
  background: white;
  color:#693E00;
}

div.modulesubpresse ul#mainlevel, div.modulesubawards ul#mainlevel, div.modulesubbio ul#mainlevel, div.modulesubarchiv ul#mainlevel, div.modulesubfotos ul#mainlevel{
  background: black;
}


div.modulesubpresse ul#mainlevel a ,div.modulesubawards ul#mainlevel a ,div.modulesubbio ul#mainlevel a, div.modulesubarchiv ul#mainlevel a, div.modulesubfotos ul#mainlevel a {
  letter-spacing:0px;
  background: #FFF6D5;
  color: #693E00;
}

div.modulesubpresse ul#mainlevel a:hover, div.modulesubawards ul#mainlevel a:hover, div.modulesubbio ul#mainlevel a:hover, div.modulesubarchiv ul#mainlevel a:hover, div.modulesubfotos ul#mainlevel a:hover {
  color: #0071B2;
}

strike{
  text-decoration: none;
  color: #D4A96E;
}

a.readon, span.pagenav {
  color: #8A5D09;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.readon:hover {
  color: #0071B2;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.componentheading {
  color: white;
  font-size: 30px;
}

p.contentheading, h1 {
  color: #D4A96E;
  font-size: 30px;
  padding: 10px 0 0px 0;
}

div.componentheadinggb, td.contentheading, td.contentheadingfrontpage,
.page-header h2 {
  color: #D4A96E;
  font-size: 30px;
  padding: 30px 0 0px 0;
}

p.artikel{
  font-size:12px;
  padding:10px 0 10px 220px;
}

p.artikel_fett{
  font-size:12px;
  font-weight:bold;
  padding:10px 0 10px 220px;
}

p.artikel_zitat{
  font-size:16px;
  font-weight:bold;
  color: #693E00;
  padding:10px 0 10px 220px;
}

p.artikel_blau{
  font-size:12px;
  color: #0071B2;
  padding:10px 0 10px 220px;
}

p.gross_fett{
  font-size:19px;
  padding:10px 0 10px 220px;
  color: #693E00;
}

div#main_content a{
  font-weight: bold;
  color: #85511E;
  text-decoration: none;
}

div#main_content a:hover{
  color: #0071B2;
}

.bigblue{
  font-weight: normal;
  color: #0071B2;
  font-size: 19px;
}

.archivheader{
  font-size: 30px;
  margin-top: 20px;
  font-weight: normal;
  color: #0071B2;
}



.frontpage_bigblue{
  font-weight: normal;
  color: #0071B2;
  font-size: 19px;
  padding:0px 0 0px 220px;
}

h2, .jevbootstrap h2 {
  font-weight: normal;
  color: #0071B2;
  font-size: 24px;
}

h3 {
  font-weight: normal;
  color: #0071B2;
  font-size: 19px;
  margin-top: 8px;
  padding-top: 5px;

}

h6.pressebilder{
  padding: 4px 0 4px 3px;
  color:white;
  font-size: 11px;
  display: block;
  background: #0071B2;
  text-decoration:none;
  border-bottom: 1px solid black;
}

a.pressebilder#toggle, a.pressebilder#toggle:hover{
  color: white;
}

em{
  font-style: normal;
  color:#D76D13;
  font-weight: bold;
}
table.contentpaneopenarchiv em{
  font-style: normal;
  color:#D76D13;
  font-weight: normal;
}
table.contentpaneopenarchiv p{
  font-size: 12px;
  margin: 0;
  padding: 0;
}
a#toggle{
  color:white;
  text-decoration:none;
}

div#stretch{
  background:#fff;
  padding: 20px;

}

td.mod_events_latest, td.mod_events_latest_first {
	vertical-align: top;
}

td.mod_events_latest h2, td.mod_events_latest_first h2{
	padding-top: 20px
}

td.mod_events_latest, td.mod_events_latest_first{
  width: 270px;
}

table.mod_events_latest_table p{
  margin-bottom: 6px;
}
td.term_date{
  background: #0071B2;
  width: 30px;
  text-align:center;
  color: white;
  font-size: 12px;
  font-weight:bold;
  margin-left: 10px;
}
td.term_content{
  padding:5px;
  border-top: 1px solid #0071B2;
  width: 700px;
}
td.new_month {
	border-width: 3px;
}
td.mod_events_latest{
  border:none;
}
span.term_title{
  font-size:19px;
  /*line-height: 40px;*/
}

div.small {
  display:none;
}

.inputbox, input {
  border: 1px solid #693E00;
  margin: 1px;
}

div.content_left{
background: #FCF7F2;
margin-right: 40px;
float:left;
width: 205px;
padding: 15px 5px 5px 5px;

}

div.content_left p{
font-size: 12px;
margin: 0 0 10px 0;
}

div.content_left img{
font-size: 12px;
margin: 8px 0 8px 0;
}

div#MPJax_container b{
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display:block;
  background: #0071B2;
  color: white;
  width: 100%;
  padding: 3px;
}
div#MPJax_container li b{
  border-bottom: none;
  border-top: none;
  display:inline;
  background: none;
  color: brown;
  width: 100%;
  padding: 3px;
}
div#MPJax_container dd{
  list-style:none;
}
div#MPJax_container {
  width: 700px;
}
table.adminform {
  color: #693E00;
  font-size: 10px;
}

table.adminform td{
  padding-top: 10px;
}

table.adminform tr.sectiontableentry2 td{
  border-left: 2px solid #FFF6D5;
  background: #FFF6D5;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  padding-top: 3px;
}

table.adminform tr.sectiontableentry3 td{
  border-left: 2px solid #FFF6D5;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  padding-top: 3px;
}

td.sectiontableheadergb {
  color: #0071B2;
  font-size: 21px;
}

div.sig {
  padding-left: 130px;
}

a.impressum{
  color: white;
  font-family: helvetia, arial;
  margin-left: 30px;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
}

a.impressum:hover{
  color: #85511E;
  background: white;
}

p#firstquote{
  letter-spacing:1px;
  color: white;
  font-weight:bold;
  font-size: 13px;
  margin-left: 20px;
  width: 770px;
  display:block;
  float: left;
  overflow: hidden;
}
div#bottom{
  height:17px;
  width: 900px;
  float: right;
  background: url("../images/bottom_bg.gif") no-repeat;
  text-align: left;
  padding-top: 2px;
}
div#bottom{ padding-top: 1px;# }

table.contentpaneopenfrontpage em{
  color: black;
  font-style: italic;
}

table.contentpaneopenfrontpage p.artikel_zitat{
  padding-left: 0px;
}

.module_menu, #menu-left {
	float: left;
	width: 200px;
	padding-top: 30px;
	font-size: 14px;
}

ul.content_list,
ul.menu {
  padding-left: 10px;
  background: #FFF6D5;
  padding-bottom: 1px;
  width: 172px;
}

ul.menu ul {
	margin-left: 15px;
	margin-bottom: 15px;
	border-left: 1px dotted #693e00;
}

ul.content_list li,
ul.menu li {
  display: inline;
}

ul.content_list li a,
ul.menu li a {
  text-decoration: none;
  color: #693e00;
  /*font-weight: bold;*/
  padding: 1px 1px 1px 3px;
  /*width: 168px;*/
  display: block;
  border-bottom: 1px dotted #693e00;
}

ul.menu li ul li a {
	/*border-bottom: 1px solid #693e00;*/
	padding-left: 2px;
}

ul.menu li.active>a {
	color: #000;
	font-weight: bold;
}

ul.content_list li#sub_current a {
  background: #fff;
  color: #0071B2;
}

ul li > a.submenu {
	padding-top: 20px;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

