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

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: Verdana, Georgia, Arial, Tahoma;
  color: #0a223e;
  background-color: #f5f5f5;
}
      
div#main {
  margin: 0px auto;
  padding: 0px;
  width: 970px;
  background: transparent url(../images/bg1.gif) repeat-y center center;
}

div#wrapper {
  margin: 0px auto;
  padding: 0px;
  width: 930px;
  font-size: 1.2em;
  background-color: #fff;
}


/******** header ********/

div#top {
  background-color: #0a223e;
  height: 20px;
  border-bottom: 1px solid #fff;
}

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

div#logo-bg {
  background-color: #edf2f5;
  height: 95px;
  border-top: 3px solid #82af19;
  position: relative;
  z-index: 1;
}

div#logo {
  padding: 25px 0 0 194px;
}

div#logo span {
  display: none;
}

div#logo h1 {
  margin: 0;
}

div#logo a {
  display: block;
  background: transparent url(../images/logo.gif) no-repeat;
  width: 617px;
  height: 52px;
}

div#ekm-logo {
  position: absolute;
  top: 29px;
  left: 31px;
}

/******** spalten ********/

.col-left {
  float: left;
  width: 432px;
  padding: 0;
  margin-right: 14px;
}

.col-center {
  float: left;
  width: 225px;
  padding: 0;
}

.col-right {
  float: right;
  width: 225px;
  padding: 0;
  margin-left: 14px;
}

/******** Header - Navigation ********/

div#navi {
  background: #fff url(../images/navi-bg.jpg) repeat-x 0 0;
  height: 215px;
  padding-bottom: 25px;
}

div#navi .col-left {
  background-color: #0a223e;
  width: 452px;
}

div#navi .col-center {
  background: transparent url(../images/navi-bg-left.jpg) no-repeat;
  height: 215px;
}

div#navi .col-right {
  background: transparent url(../images/navi-bg-right.jpg) no-repeat;
  height: 215px;
}

#navicenter, #naviright {
  width: auto;
  padding: 0 10px 3px 10px;
  color: #fff;
}

#navicenter ul, #naviright ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
  border: none;
}

/**** 21 px ****/

#naviright ul {
  margin: 28px 0 0 0;
}

#naviright ul#aboutus {
  margin: 49px 0 0 0;
}

#naviright ul#recht {
  margin: 70px 0 0 0;
}

#naviright ul#tools {
  margin: 91px 0 0 0;
}

#naviright ul#newsletter {
  margin: 112px 0 0 0;
}

#naviright ul#semibild{
  margin: 112px 0 0 0;
}

#naviright ul#kontakt {
  margin: 91px 0 0 0;
}

#navicenter li, #navicenterr li.last, #naviright li, #naviright li.last {
  border-bottom: 1px solid #fff;
  margin: 0;
  background: transparent url(../images/list.gif) no-repeat 195px center;
}

#naviright li, #naviright li.last {
  border-bottom: 1px solid #fff;
  margin: 0;
  background: transparent url(../images/list.gif) no-repeat 5px center;
}

#navicenter li.last, #naviright li.last {
  border: none;
}

#navicenter li a, #naviright li a {
  display: block;
  padding: 3px 20px 4px 0;
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-size: 90%;
}

#naviright li a {
  padding: 3px 0 4px 20px;
  text-align: left;
}

html>body #navicenter li a, html>body #naviright li a {
  width: auto;
}

#navicenter li a:hover, #naviright li a:hover{
  background-color: #e8e8e8;
  color: #606060;
}

li#selected a, li#current a {
  background-color: #fff;
  color: #606060;
}


/******** main-content ********/

div#content {
  float:left;
  text-align: left;
  line-height: 150%;
  background: #fff url(../images/content-bg.gif) repeat-y 0 0;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

div#content .col-left {
  padding: 0 15px;
  margin: 0;
  width: 428px;
}

div#content .col-center {
  padding: 0 15px;
  margin: 0px;
  width: 208px;
  overflow: hidden;
}

div#content .col-right {
  padding: 0 11px 0 15px;
  margin: 0;
  width: 208px;
  font-size: 80%;
  line-height: 130%;
}

div#content .col-right h1{
  font-size: 180%;
}

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

h1, h2, h3, h4 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #0a223e;
  font-weight: lighter;
  letter-spacing: 1px;
  font-family: Georgia, Arial, Tahoma;
}

h1 {
  font-size: 160%;
  text-transform: uppercase;
}

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

h3 {
  font-size: 125%;
}

h4 {
  font-size: 90%;
  font-weight: bold;
  padding-top: 20px;
}

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

/******** article ********/

.title, .fulltitle, .searchtitle {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 105%;
  line-height: 1.1em;
  color: #c40008;
}

.datesource, .content {
  margin-bottom: 5px;
}

.abstract, .fullabstract {
  margin-bottom: 25px;
}

.fullabstract {
  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;
}

.content {
  margin-top: 10px;
}

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

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

.pdf-1 {
  padding: 0 0 0px 15px;
}

ul.pdf-1 {
  margin-left: 10px;
}

/******** lists ********/

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

div#content li, div#content li.news {
  padding: 3px 0 0 20px;
  list-style: none;
  background: transparent url(../images/list.gif) no-repeat 5px 9px;
}

div#content li.news {
  padding: 3px 0 15px 20px;
}

div#content li.down {
  padding: 0px 0 15px 30px;
  background: transparent url(../images/adobe.gif) no-repeat 0 0;
}

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

.prev, .next, .up {
  margin: 0 10px 0 0;
  border: solid 1px #dddbd6;
  padding: 2px 6px;
}

.next {
  margin: 0 0 0 8px;
}

.up {
  margin: 0;
}

a:hover.prev, a:hover.next {
  background-color: #f6f6f5;
}

a.blae_active {
  color: #333;
}

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

/******** image ********/

div#content img {
  float: left;
  margin: 0 0 3px 0;
}

#content .image, .fullimage {
  float: left;
  margin: 10px 10px 10px 0;
  background-color: #fff;
  border: solid 1px #CFCFCF;
  padding: 4px;
}

.image-col-center {
  background-color: #fff;
  border: solid 1px #CFCFCF;
  padding: 4px;
}

.image_title {
  font-size: 85%;
  font-family: 'Tahoma';
  padding: 4px 0 4px 4px;
  margin-top: 2px;
  background-color: #e8e8e8;
}

/******** links ********/

a {color:#c40008; text-decoration:none}
a:hover {color:#0a223e; text-decoration:underline}
a.more:visited {color:#c40008; 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;
  text-decoration: none;
}

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

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

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

div#content ul.columns {
  margin: 0px 0 0 0;
  width: 200px;
  float: left;
}

div#content ul.columns ul {
  margin: 5px 0 10px 0;
}

div#content li.sitemap {
  padding: 3px 0 0 20px;
  list-style: none;
  background: none;
}

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

ul.cols_page {
  width: auto;
  padding-right: 10px;
  float: left;
}

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

.result {
  color: #c40008;
  font-style: italic;
  border: solid 1px #dddbd6;
  background-color: #e8e8e8;
  padding: 0 5px;
}

.searchtitle {
  border: 0;
  color: #0a223e;
}

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

/******** table Terminkalender ********/

table {
  width: 100%;
}

* html table { width: 99%; }


th, th.head {
  text-align: center;
  padding-bottom: 0.833em;
  font-family: 'Tahoma';
  font-weight: normal;
}

th.head {
  padding: 0 0 0.833em 0;
  font-weight: bold;
}

td {
  vertical-align: top;
}

td.tdleft, td.tdright  {
  padding-left: 0.833em;
  border-bottom: solid 0.083em #ccc;
  font-family: 'Tahoma';
}

td.tdleft {
  border-right: solid 0.083em #ccc;
}

td.headleft, td.tdleft {
  width: 30%;
  padding: 0.416em 0 0.416em 0.416em;
}

td.tdright, td.headright {
  width: 70%;
  padding: 0.416em 0 0.416em 0.416em;

}

td.headleft, td.headright {
  background-color: #e8e8e8;
  font-weight: bold;
  border: solid 0.083em #ccc;
  font-family: 'Tahoma';
}

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

fieldset, fieldset.app {
  padding: 15px 0;
  background-color: #e8e8e8;
  margin: 0 0 15px 0;
  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;
  width: 200px;
  padding: 2px 0 2px 2px;
}

.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: 10px;
  color: #fff;
  background-color: #c90b1c;
  margin-bottom: 20px;
}

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

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

.nl_field {
  width: 300px;
  text-align: center;
}
  
.searchfield:hover, .searchfield:active, .searchfield:focus,
.nl_field:hover, .nl_field:active, .nl_field:focus  {
  border: 1px solid #333;
  color: #333;
}

input.submit, input.subscribe {
  cursor: pointer;
  border: solid 1px #dddbd6;
  background-color: #e8e8e8;
  color: #606060;
}

.subscribe:hover {
  background-color: #5EAC12;
  color: #fff;
}

.submit:hover {
  background-color: #c40008;
  color: #fff;
}
/******** footer ********/

#main-footer {
  height: 200px;
  background-color: #0a223e;
}

#footer {
  text-align: right;
  padding: 8px 15px 0 0;
  color: #fff;
  font-size: 80%;
}

/******** Formular ********/

div#content form.ekmform input,
textarea,
select {
  background: #fff;
  border: 0.083em solid #bbb;
  padding: 0.083em 0 0.083em 0.416em;
  width: 9.996em;
  font-size: 95%;
}

div#content form.ekmform fieldset,
div#content form.searchform fieldset { 
  margin-bottom: 0.833em;
  font-size: 90%;
  background: #fcfcfc;
  border: solid 0.083em #bbb;
  padding: 0.833em;
}
 
div#content fieldset.center {
background-color: red;
text-align: center;
}

div#content form.ekmform legend,
div#content form.ekmform legend {
  padding: 0.166em;
  font-weight: bold;
  margin: 0 0.5em;
}
  
div#content form.ekmform label,
div#content form.ekmform label.comments,
div#content form.ekmform label.klr,
div#content form.searchform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  margin-left: 1.2em;
  width: 48%;
}

div#content form.searchform label {
  width: 28%;
}

div#content form.ekmform label.klr {
  width: 44%;
}

div#content form.ekmform label.comments {
  width: 90%;
}

div#content form.ekmform fieldset ol,
div#content form.searchform fieldset ol {
  margin: 0;
  padding: 0.666em 0;
}
  
div#content form.ekmform fieldset li,
div#content form.searchform fieldset li {
  list-style: none;
  padding: 0.666em 0;
  margin: 0;
  border-bottom: solid 0.083em #f5f5f5;
  background: transparent;
}
  
div#content form.ekmform em,
div#content form.searchform em {
  font-weight: bold;
  font-style: normal;
  color: #ee2630;
}

div#content form.ekmform input,
div#content form.searchform input {
  width: 43%;
  font-size: 110%;
}

div#content form.ekmform input.radio,
div#content form.searchform input.radio {
  width: 5%;
  font-size: 110%;
  vertical-align: middle;
  border: 0;
}

div#content form.searchform select {
  width: 45%;
  font-size: 110%;
  padding: 0;
}

div#content form.ekmform .required {
  background-color: #FAEBE7;
  border: 0.083em dashed #ee2630;
}

div#content form.ekmform textarea {
  width: 92%;
  height: 9em;
  margin: 0.333em 0 0 1em;
  color: #000;
  font-size: 150%;
}

div#content form.ekmform input.submit {
  width: 12em;
  font-size: 110%;
  margin-left: 1.2em;
}

div#content form.ekmform .ekmformtext {
 background-color: #f5f5f5;
 padding: 1.166em;
}

.result {
  color: #333;
  padding: 0 .5em;
  background-color: #ffcc00;
}

.searchnr {
  font-family: Georgia, Arial, Tahoma; 
  font-size: 200%;
  font-weight: normal;
  line-height: 120%;
  color: #bbb;
}

.errormessage,
.success,
.error {
  background-color: #ee2630;
  color: #fff;
  margin: 0.833em 0;
  padding: 0.833em;
  text-align: center;
}

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

.errormessage p {
  margin-bottom: 0;
}


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

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

.mitglieder {
  float: left;
  margin: 0 10px 10px 0;
}

.slist_left {
  float: left;
  width: 50%;
  margin-bottom: 0.833em;
  height: 1%;
}

.slist_left p {
  width: 150px;
  padding: 0;
  margin: 0;
}

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

a.linkimg img {
  padding: 0 50% 0 0;
}




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