/******** main.css ********/

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

body {
  font-size: 62.5%;
  font-family: 'Georgia', Tahoma, Verdana, Arial;
  color: #333;
  text-align: center;
  background: #c90b1c url(../images/new/bg.gif) repeat-x 0 0;
}
      
#top, #main, #banner {
  margin: 0px auto;
  padding: 0px;
  width: 830px;
  font-size: 1.3em;
  background: #fff url(../images/main.gif) repeat-y 0 0;
}

#top_wrapper, .flash, .noflash, #menue, #footer {
  margin: 0 15px;
}

#top_wrapper {
  background-color: #c90b1c;
} 

#wrapper, #wrapper-admin {
  margin: 0 15px!important;
  margin: -5px 15px;
  width: 800px;
  background: #fff url(../images/wrapper_bg.gif) repeat-y 0 0;
}

#wrapper-admin {
  background: none;
  background-color: #fff;
}

#top-sidebar {
  float: right;
  width: 210px;
  height: 120px;
  font-size: 95%;
  background: #dddbd6 url(../images/new/top-sidebar-bg.gif) repeat-x 0 0;
}

/******** logo ********/

#header-logo {
  margin-right: 210px;
  height: 120px;
}

#logo span {
  display: none;
}

#logo h1 {
  margin: 0;
}

#logo a {
  display: block;
  background: #c90b1c url(../images/new/logo.gif) no-repeat;
  width: 452px;
  height: 65px;
  margin-left: 50px;
  border-top: 30px solid #c90b1c;
}

#logo-bottom {
  height: 10px;
  background: #747474 url(../images/new/logo-bottom-bg.gif) no-repeat;
}

/******** subnav ********/

#subnav {
  word-spacing: 4px;
  margin: 20px 0;
  padding: 15px;
}

ul.submenue {
  font-size: 85%;
  font-family: 'Tahoma';
}

ul.submenue {
  font-size: 90%;
  font-family: 'Tahoma';
  margin-bottom: 15px;
}

ul.submenue li {
  display: inline;
  list-style-type: none;
}

ul.submenue li a {
  text-decoration: none;
  color: #333;
}

ul.submenue li a:hover {
  color: #333;
  text-decoration: underline;
}

.searchfield {
  background: #fff;
  border: 1px solid #bbb;
  color: #949494;
  padding: 1px 5px;
  width: 120px;
}
  
.searchfield:hover {
  border: 1px solid #333;
  color: #333;
}

.submit {
  background: url(../images/new/search_submit.gif) no-repeat 0 0;
  height: 20px;
  width: 30px;
  cursor: pointer;
  padding: 1px;
  border: 1px solid #bbb;
}

.submit:hover {
  background: url(../images/new/search_submit.gif) no-repeat 0 -20px;
}


/******** banner ********/

#banner {
  padding: 0;
  height: 227px;
  width: 830px;
  background: #fff url(../images/banner_bg.gif) repeat-y 0 0;
}

.flash, .noflash {
  width: 800px;
  height: 227px;
}

.noflash {
  margin-top: -227px;
}

.movie {
  width: 320px;
  height: 300px;
  float: left;
  margin: 10px 20px 10px 0;
}

.mp3 {
  margin: 10px 20px 10px 0;
  float: left;
}

/******** nav ********/

#menue {
  height: 25px;
  background: #8f9088 url(../images/nav.gif) repeat-x 0 0;
  position: relative;
  z-index: 1;
}

#nav {
  margin-left: 20px;
}

#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#nav li a {
  display: block;
  padding: 6px 0 7px 0;
  font-size: 90%;
  font-family: 'Tahoma';
  color: #fff;
  white-space: nowrap;
  text-decoration: none;

}

#nav li a.current {
  border-bottom: 3px solid #c90b1c;
}

#nav li {
  padding-right: 30px;
}

#nav li a:hover {
  color: #333;
}

li.level2 {
  float: left;
  list-style: none;
}

#nav li ul {
  position: absolute;
  margin: 0 0 0 -10px;
  padding: 8px 0px;
  background-color: #e9e7e2;
  border-top: solid 3px #c90b1c;
  border-bottom: solid 3px #c90b1c;
  filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;
  left: -999em;
}

#nav li ul.current {
  margin: -3px 0 0 -10px;
}

#nav li ul li {
  background: transparent url(../images/arrow.gif) no-repeat 0 50%;
  width: 100px;
  padding-left: 10px;
  margin-left: 10px;
}

#nav li ul a {
  font-size: 85%;
  padding: 3px;
  color: #333;
  width: 1%;
}

#nav li ul a:hover {
  text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

/******** content ********/

.inside {
  padding: 20px 10px 20px 20px;
}

#content {
  margin-right: 210px;
}

* html  #content { background-color: #fff; }

#content ul, #content ol {
  margin: 10px 0 10px 25px;
}

#content li, #content li.downl {
  padding: 5px;
  list-style: none;
  list-style-image: url(../images/arrow.gif);
}

#content li.downl {
  padding: 3px;
}

#content ol li {
  padding: 5px;
  list-style: decimal;
  list-style-image: none;
}

#content li.inaktiv {
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#content img, .image {
  background-color: #fff;
  border: solid 1px #CFCFCF;
  padding: 4px;
  margin: 5px 15px 10px 0px;
  float: left;
  max-width: 510px;
}




.image_title {
  font-size: 80%;
  font-family: 'Tahoma';
  padding: 4px;
  margin-top: 2px;
  float: left;
  background-color: #e9e7e2;
  width: 172px;
}

#content .image-right, #content .image-left, #content .image-right-ob, #content .image-width, #content .image-none {
  float: right;
  margin: 10px 0 10px 15px;
  width: auto;
  background-color: #fff;
  border: solid 1px #CFCFCF;
  padding: 4px;
}

#content .image-left {
  float: left;
  margin: 10px 15px 10px 0;
}

#content .image-width {
  margin: 0px 15px 10px 0;
}

#content .image-right-ob {
  border: 0;
}

#content .image-none {
  float: none;
  margin: 10px 5px 10px 0;
}

#content .blaettern {
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0 2px;
}

.rules {
  background: transparent url(../images/rules.gif) repeat-x center;
  height: 1px;
  margin: 20px 0 20px 0;
  clear: left;
}

/******** sidebar ********/

#sidebar {
  float: right;
  width: 210px;
  font-size: 95%;
  padding-bottom: 50px;
  background-color: #dddbd6;
}

#sidebar a {
  color: #333;
  text-decoration: none;
}

#sidebar a.more {
  color: #d81212;
}

#sidebar a:hover {
  background-color: #f6f6f5;
  text-decoration: underline;
}

.sidebar_news, .sidebar_jobs, .sidebar_alpha {
  padding: 20px 10px;
  margin-left: 1px;
}

.sidebar_jobs {
  background-color: #e9e7e2;
  border-top: solid 1px #cfcfcf;
}

.sidebar_alpha {
  background-color: #fff;
  border-top: solid 1px #cfcfcf;
}

#sidebar li {
  list-style: none;
  padding: 0 0 10px 10px;
  background: url(../images/arrow.gif) no-repeat 0 .5em;
}

#sidebar .cat_head {
  background: #fff url(../images/cat.gif) repeat-x 0 0;
  height: 19px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 85%;
  font-family: 'Tahoma';
  padding: 3px 0 3px 20px;
  margin-left: 1px;
}

a.upcase {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 85%;
}

a:hover #sidebar.upcase  {
  background-color: red;
}

.upcase img {
  vertical-align: middle;
  margin-left: 10px;
}

#sidebar .cat {
  background-color: #fff;
  padding: 10px 10px 13px 20px;
  margin-left: 1px;
  font-family: 'Tahoma';
}

/******** typo ********/

h1, h2, h3, h4 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #d81212;
  font-weight: lighter;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 130%;
  font-weight: normal;
}

h3, #content h3 {
  font-size: 125%;
  font-weight: lighter;
  margin-left: -15px;
}

.special {
  margin-left: -15px;
  color: #D62900;
}

#content h3 {
  font-size: 135%;
}

h3.article {
  font-size: 132%;
}

h4 {
  font-size: 110%;
}

p {
  margin: 5px 0 10px 0;
}

.title, .fulltitle, .searchtitle {
  padding-left: 15px;
  margin-bottom: 5px;
  border-left: solid 3px #3e3f4a;
  font-size: 130%;
  line-height: 1.1em;
  color: #3e3f4a;
}

.fulltitle {
  font-size: 150%;
  margin-bottom: 15px;
  border: 0;
}

.datesource, .abstract, .fullabstract, .content {

  margin-bottom: 5px;
}

.datesource {
  margin-bottom: 10px;
}


.quelle {
  font-style: italic;
  line-height: 150%;
}

.fullabstract {
  font-weight: bold;
  line-height: 130%;
}


.icon {
  padding-left: 10px;
  vertical-align:bottom;
}

.fullicon {
  padding-right: 10px;
}



.more {
  margin: 0 0 15px 10px;
}

.pdf {
  padding: 25px 0 25px 21px;
}

#content .pdf img {
  border: none;
  padding: 5px 15px 0 0;
  vertical-align:middle;
}

.pdf-1 {
  padding: 0 0 35px 30px;
}

#content .pdf-1 img {
  border: none;
  padding: 5px 5px 0 15px;
  vertical-align:middle;
}

/******** a ********/

a {
  color: #d81212;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a.more {
  white-space: nowrap;
  text-decoration: none;
}

#content a:hover {
  background-color: #f6f6f5;
  text-decoration: underline;
}
/******** footer ********/

#footer {
  height: 25px;
  background-color: #3e3f4a;
  color: #fff;
  font-family: 'Tahoma';
  font-size: 85%;
  padding: 15px 0 0 20px;

}

#footer span.hidefooter {
  display: none;
}

#footer a, #footer a:hover {
  color: #fff;
  font-family: 'Tahoma';
}

#footer a:hover {
  text-decoration: underline;
}

#footer .nols {
  padding: 0 10px;
}

#footer .right {
  padding: 2px 0 2px 160px 
}

/***** formular area ****/

fieldset, fieldset.app {
  padding: 0;
  background-color: #fff;
  margin: 15px;
  width: auto;
  border: 0;
}

fieldset.app {
  border: 1px #bebcb7 solid;
}

legend {
  font-weight: bold;
  padding: 0 10px;
  margin: 0 5px 0 25px;
}

label {
  margin: 0 10px 0 0;
  display: block;
  cursor: pointer;
}


label.app, input.app, select.app, textarea.appsmall { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 130px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.force {
  margin-right: 5px;
}

label.app {
  text-align: right; 
  padding-right: 1em; 
}

.input, .input-small, .input-big, textarea, select, .input-archiv {
  border: 1px #bebcb7 solid;
  background: #fff url(../images/form-bg.jpg) repeat-x 0 0;
  height: auto;
  width: 200px;
}

.input-archiv {
  margin-right: 5px;
}

.input-small {
  width: 50px;
  margin-right: 5px;
}

.input-big {
  width: 257px;
}

select {
  width: 160px;
}

select.long {
  width: 259px;
}


textarea {
  width: 432px;
  height: 100px;
}

textarea.appsmall {
  width: 268px;
  height: 100px;
}

.radio {
  margin-left: 10px;
}

.frage, .adresse {
  float: left;
  margin-bottom: 10px;
}

.adresse {
  margin-left: 30px!important;
  margin-left: 18px;
}

.button{
  width: 151px;
  height: 22px;
  background: url(../images/button.gif);
  border: 0px;
  margin: 0 0 0 328px;
  cursor: pointer;
  font-size: 0;
  color: #E6E6E6;
}

.error {
  color: #c90b1c;
}

.errormessage, .success {
  padding: 20px;
  color: #fff;
  background-color: #c90b1c;
}

.success {
  background-color: #5EAC12;
}

/******** Image mit Bildunterschrift ********/

div#content dl.fullimage,
div#content dl.smallimagecol1,
div#content dl.smallimagecol1-right {
  float: left;
  margin: 0 0.833em 0.416em 0;
  background-color: #fcfcfc;
  border: solid 0.1em #a3abb1;
  padding: 0.166em;
  width: auto;
}

div#content dl.smallimagecol1-right {
  float: right;
}

div#content dl.smallimagecol1,
div#content dl.smallimagecol1-right { 
  width: 200px;
}

div#content dl img {
  border: 0;
  padding: 0;
  margin: 0 0  .4165em 0;
}

dl dt {
  position: relative;
}

dl dd {
  margin: 0;
  padding: 0.166em;
  font-size: 90%;
  font-family: 'Tahoma';
  line-height: 103%;
}

div#content dl img.zoom {
  position: absolute;
  background-color: #fff;
  padding: 2px;
  right: 0; top: 0;
}

/******** frittes imagemap ********/

#frittes {
  display: block;
  width: 500px;
  height: 540px;
  margin: 15px 0px 20px 20px;
  background: url(../images/ekmd-karte2.gif) no-repeat;
  position: relative;
}

#frittes li {list-style-type: none;}
#frittes a {
  display: block;
  position: absolute;
  font-family: 'Tahoma';
  font-size: 85%;
  color: #333;
  width: 60px;
  height: 15px;
  text-decoration: none;
  background: url(../images/trans.gif) no-repeat left top;
  visibility: visible;
  overflow: hidden;
  z-index: 50;
}

#frittes a span {visibility: hidden;}

#frittes a:hover {
  background: url(../images/info01.gif) #e9e7e2 no-repeat left top;
  border-bottom: solid 3px #c90b1c;
  filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;
  width: 150px;
  height: auto;  
  padding: 10px 10px 4px 30px;
  z-index: 51;
}

#frittes a:hover span {visibility: visible;}
#esa {left: 15px; top: 374px;}
#gth { left: 75px; top: 351px;}
#ef {left: 104px; top: 334px;}
#we {left: 165px; top: 340px;}
#jena {left: 195px; top: 385px;}
#lobenstein {left: 200px; top: 435px;}
#abg {left: 259px; top: 380px;}
#rstg {left: 171px; top: 302px;}
#ufh { left: 103px; top: 300px;}
#mhl { left: 24px; top: 290px;}
#ndh { left: 48px; top: 235px;}
#sm {left: 62px; top: 418px;}
#slf {left: 140px; top: 445px;}
#bbg {left: 198px; top: 190px;}
#koet {left: 258px; top: 199px;}
#hbgh {left: 88px; top: 472px;}
#dz {left: 293px; top: 240px;}
#arn {left: 125px; top: 397px;}

#nmb {left: 223px; top: 357px;}
#mers {left: 238px; top: 288px;}
#halb {left: 131px; top: 173px;}
#opp {left: 244px; top: 227px;}
#gnadau {left: 233px; top: 150px;}
#slz {left: 151px; top: 48px;}

#hett {left: 174px; top: 230px;}
#soem {left: 155px; top: 283px;}
#ap {left: 210px; top: 320px;}

/******** table Terminkalender ********/
table {
  width: 100%;
}

* html table { width: 99%; }


th {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-family: 'Tahoma';
}

td {
  vertical-align: top;

}

td.tdleft, td.tdright  {
  background-color: #EEECE6;
  padding-left: 10px;
  border: solid 1px #fff;
  font-family: 'Tahoma';
}

td.headleft, td.tdleft {
  width: 20%;
  padding: 5px 0 5px 5px;
}

td.tdright, td.headright {
  width: 80%;
  padding: 5px 0 5px 5px;

}

td.headleft, td.headright {
  background-color: #8A867A;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
  font-family: 'Tahoma';
}


/******** Sitemap ********/

#content .left  {
  width: 35%;
  margin: 20px 0px 0 30px;
  float: left;
  border-right: 1px dotted #666;
  voice-family: "\"}\"";  /*  hack ie 5/5.5 */
  voice-family: inherit;
  width: 35%;
  overflow: hidden;
}

#content .right {
  margin-top: 20px;
  width: 50%;
  float: right;
  voice-family: "\"}\"";  /*  hack ie 5/5.5 */
  voice-family: inherit;
  width: 45%;
  overflow: hidden;
}

#content li.sitemap {
  padding: 2px;
  list-style: none;
  list-style-image: url(../images/arrow.gif);
}

div#sitemap {
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 525px;
    }
#sitemap ul.columns {
    padding: 0.5em;
    margin: 0.45em;
    width: 147px;
    float: left;
    border: 1px solid #eee;
    }
#sitemap ul {
    margin-left: 0;
    padding-left: 0;
    }
#sitemap li {
    list-style-type: none;
    margin: 3px 0;
    }
#sitemap .divider {
    clear: left;
    }
    
#content li.sitemap {
  padding: 2px;
  list-style: none;
  list-style-image: none;
}

/******* Pages *********/

/******* Pages *********/

div#content .prevnext {
  text-align: center;
  margin: 1.5em auto;
}

a.prev, input.prev,
a.next, input.next,
a.up {
  margin: 0.833em 0.833em 0 0;
  border: solid 0.1em #dddbd6;
  padding: 0.166em 0.499em;
}

a.next {
  margin: 0 0 0 0.833em;
}

a.up {
  margin: 0;
}

input.prev,
input.next {
  cursor: pointer;
  font-size: 105%;
  color: #05519c;
}

input.prev:hover,
input.next:hover {
  color: #0a223e;
  background-color: #f5f5f5;
}

a.blae_active {
  color: #333;
}

#content a:hover .blae_active {
  color: #333;
  text-decoration: none;
}

/******* Alpha *********/

span.alpha, span.alpha a  {
  margin: 0 2px;
  border: solid 1px #8f9088;
  padding: 2px 4px;
  text-transform: uppercase;
  color: #333;
  background-color: #dddbd6;
  line-height: 2.0em;
}

a span.alpha {
  color: #fff;
  background-color: #8f9088;
}

a:hover span.alpha {
  color: #333;
  background-color: #fff;
  padding: 5px 4px;
}

/******* Suche *********/

.result {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  background-color: #c90b1c;
  padding: 0 5px;
}

.searchtitle {
  border: 0;
}

#map {
  width: 550px;
  height: 400px;
  background-color: transparent;
}

/******* Path *********/

#path {
  margin: -10px 0 20px 0;
  font-size: 85%;
  font-family: Tahoma, Verdana, Arial;
}

#path span {
  padding: 0 0 0 12px;
  color: #999;
}

#path a, #path a.last  {
  height: 6px;
  padding: 0 12px 0 9px;
  background: transparent url(../images/arrow.gif) no-repeat 100% 4px;
}

#path a.last  {
  background: transparent;
}

/******* Image Gallery *********/

a.gallery, a.gallery:visited, #content a.gallery:hover {
  display: block;
  display: inline-block; 
  color: #000;
  text-decoration: none; 
  border: 1px solid #000; 
  width: 75px; 
  height: 47px; 
  float: left; 
  margin: 3px 5px;
  z-index: 50;
}

a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

/* styling for BOTTOM gallery */
#container_bottom { 
  position:relative; 
  width:522px; 
  height:513px; 
  background:#d1c8c3; 
  border:1px solid #a49188; 

}
#container_bottom img {
  border:0;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

#container_bottom .thumbs {
  position:absolute; 
  left:0; 
  bottom:0; 
  height:114px;
}

#container_bottom a.gallery span.first {
  display:block; 
  position:absolute; 
  width:425px; 
  height:50px; 
  top:-45px; 
  left:5px; 
  padding:5px; 
  font-style:italic; 
  color:#fff;  
  z-index:100;
}

#container_bottom a.gallery:hover span:first-line, #container_bottom a.gallery span.first:first-line {
  font-style:normal;
  font-weight:bold;
  font-size:1.1em;
  color:#000;
}

#container_bottom a.gallery:hover em, #container_bottom em.first, #container_bottom a.gallery:focus em {
  display:block; 
  position: absolute; 
  width: 500px; 
  height: 335px; 
  top: -393px; 
  left: 5px; 
  padding: 5px; 
  color: #000; 
  border: 1px solid #3d330f; 
  z-index: 50;
}

/******** diashow ********/

.diashow {
  background-color: #fff;
  border: solid 1px #999;
  padding: 5px 5px 0 5px;
  width: 520px;
}

/******** Admin ********/

td, input, select, textarea {
  color: black;
}

.tt {
  font-family: Courier, monospace;
  font-size: 14px;
}

tr {
  background-color: #dddbd6;
  height: 30px;
}

tr.space {
  background-color: #8f9088;
  height: 0px;
}

td {
  font-size:12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

td, th {
  padding-left: 5px;
  padding-right: 5px;
}

th {
  font-weight: bold;
}

/******** misc ********/

img { border: 0;}
.small { font-size: 90%;}
.hide, hr {display: none;}
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}


div#content .slist_left {
  float: left;
  width: 200px;
  margin-bottom: 0.833em;
  height: 1%;
}

div#content a.linkimg,
div#content a.linkimg:hover,
div#content a.linkimg:visited {
  border: 0;
  background-color: transparent;
}

div#content .slist_right {
  height: 1%;
  margin: 0 0 0.833em 300px;
  width: 200px;
}
