@charset "utf-8";
/**
-------------------------------------------------------------
Medien:         Bildschirme und Projektoren
Autor:          Markus Fortmann
------------------------------------------------------------- */
/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */
* {} /* Safari-Bugfix */
* {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
/* Schriftgröße kontrollieren */
body, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none
  }
html {
  background: #cdcdcd none;
}
body {
background: #cdcdcd;
}


/** Absätze
------------------------------------------------------------- */
p {
  margin: 5px 0 10px 0;
}

/** Bilder
------------------------------------------------------------- */
img {
  border: 0;
}
img.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
img.float--left {
  float: left;
  padding: 0 10px 10px 0;
}


.defbreite {
  width: 260px;
}

/** Präformatierter und Quelltext
------------------------------------------------------------- */
pre {
  font-family: "Courier New", monospace;
  font-size: 110%;
  line-height: 1.2;
  margin: 1.5em 0;
}
code {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
  vertical-align: baseline;
  padd\ing: 0 3px;
}
pre code {
  font-size: 1em;
}
/** Textauszeichnung
------------------------------------------------------------- */
ins[title], del[title] {
  border-bottom: 1px dotted #1A1A1A;
}
ins {
  text-decoration: none;
  font-weight: bold;
}
dfn {
  font-style: normal;
}
samp {
  font-size: 110%;
  vertical-align: baseline;
}
kbd {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
}
/**
-------------------------------------------------------------
  Regeln für besondere Bereiche
------------------------------------------------------------- */
#top {
  width: 764px;
  background: url(/binary.ashx?id=873) repeat-y left top;
  margin: 0 auto;
  padding: 0;
}
#header {
  height: 110px;
  position: absolute;
  top: 0;
  width: 764px;
}
#main {
  padding: 0;
  width: 749px;
  margin-top: 105px;
  margin-left: 7px;
  margin-right: 10px;
}
#sidebar2 {
  width: 182px;
  float: left;
  margin: 5px 0 0 6px;
  padding: 30px 4px 0  5px;
  background: white url(/binary.ashx?id=874) no-repeat;
  background-position: -1px 0;
  border-right: 1px solid #cdcdcd ;
  border-bottom: 1px solid #cdcdcd ;
  border-left: 1px solid #cdcdcd ;
}
#sidebar2 {
  padding: 35px 4px 0  5px;
}
* html #sidebar2 {
  width: 171px;
}

#full #sidebar2 {
  display: none;
}

#footer {
  clear: both;
  position: relative;
  top: 5px;
  margin: 0;
  padding: 0;
  background: white;
  border-bottom: 1px solid #cdcdcd ;
  height:30px;
}
#logo {
  position: absolute;
}
#claim {
  position: absolute;
  top: 50px;
  left: 330px;
  font-size: 18px;
  line-height: 18px;
  z-index: 120;
}

/** Teaser
------------------------------------------------------------- */
ul.teaser  {
  padding: 0;
  margin: 5px 0;
  background: none;
}

#sidebar2 ul.teaser {
  border-right: 1px solid #cdcdcd ;
  border-bottom: 1px solid #cdcdcd ;
  border-left: 1px solid #cdcdcd;
  background: #f8f8f8;
}

#content ul.teaser li {
  background: none;
  padding: 0 2px 15px 2px;
  list-style: none;
  border-bottom: 2px solid #008000;
}

#content ul.teaser li.image p {
  float: right;
  width: 350px;
}

#content ul.teaser li p.h{
  margin-bottom: 5px;
}


#content ul.teaser li {
  overflow:hidden;
  margin-bottom: 15px;
}

#content ul.teaser li.image .col1{
  float:left;
}

#sidebar2 ul.teaser li{
  list-style:none;
  margin-left:2px;
}

ul.teaser p.h {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  color: inherit;
  background: transparent;
  padding: 3px 5px;
  font-weight: bold;
  text-align: left;
}
td {
  padding: 3px 5px;
}
/* Alternierende Zeilenfärbung */
tr.odd td {
  color: inherit;
  background-color: white;
}
tr.even td {
  color: inherit;
  background-color: #EDEDED;
}

tr.odd th {
  color: inherit;
  background-color: white;
}
tr.even th {
  color: inherit;
  background-color: #EDEDED;
}

/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0;
}
form table th {
  width: 20%;
}

h1 {
  font-size: 13px; 
  font-weight: bold; 
  color: #005994; 
  padding: 10px 0 6px 0;
  }
h2 {
  font-size: 10px; 
  font-weight: bold; 
  color: #005994; 
  padding: 6px 0 0 0;
  }
h3 {
  font-size: 10px; 
  font-weight: bold; 
  padding: 6px 0 0 0;
  }

ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}
#content ul li {
  list-style: none;
  padding: 3px 0 3px 15px;
  background: #ffffff url('/binary.ashx?id=572') left 12px no-repeat;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Links und Anker
------------------------------------------------------------- */
a:link ,a:hover ,a:active ,a:visited {  
  color: #005994; 
  text-decoration: none
}
a.folder:link, a.folder:hover,  a.folder:active, a.folder:visited {  
  background: url(/binary.ashx?id=875) no-repeat;
  background-position: 0 2px;
  padding-left: 28px;
  font-weight: bold;
}

/** Formulare
------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}
select,
input,
textarea {
  /* Für Safari */
  font-size: 99%;
}
input,
textarea {
  padding: 1px 3px;
}
input, label {
  vertical-align: middle;
}
label {
  padding: 0 5px 0 2px;
}
input.text {
  font-family: Verdana, sans-serif;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 100%;
  font-size: .9em;
}
textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 100%;
  font-size: .9em;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
  border: 0;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}
legend {
  color: #3C3B3C; /* Schriftfarbe explizit setzen */
  background-color: white;
  font-weight: bold;
  padding: 1px 5px;
}
optgroup {
  padding: 5px 0;
  font-style: normal;
}
option {
  padding: 0 5px 0 0;
}
optgroup option {
  padding: 0 5px 0 15px;
}

#home #ariadne {
  display: none;
}
#ariadne {
  font-size: 11px;
  position: absolute;
  top: 150px;
  left: 200px;
}
.keyvisual #ariadne {
top: 315px;
}
#ariadne ol {
margin: 0;
padding: 0;
}
#ariadne li {
display: inline;
  list-style: none;
}
#ariadne li {
  padding: 0 7px 0 0;
}
#ariadne a,
#ariadne strong {
  color: #B2B3B7;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px 0 0;
  background: #FFF url('/binary.ashx?id=571') right 4px no-repeat;
}
#ariadne strong {
  background: none;
}
#ariadne li.first a {
  background: none;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  color: #9B074E;
  font-weight: normal;
  text-decoration: none;
}
#ariadne strong,
#ariadne a.active {
  font-weight: bold;
}

.languageChooser {
  display: inline;
}

.sitenav {
  padding: 10px 0;
  margin-right: 6px;
  margin-left: 7px;
  border-top: 1px solid #cdcdcd;  
}
#header .sitenav {
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
}
.sitenav ul {
  position: absolute;
  right: 6px;
  top: 3px;
  display: inline;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sitenav li {
  display: inline;
  list-style: none;
  background: none;
  padding: 0 0 0 12px;
  vertical-align: middle;
}
.sitenav a,
.sitenav strong {
  color: #B2B3B7;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
.sitenav strong {
  background: none;
}
.sitenav li.first a {
  background: none;
}
.sitenav a:hover,
.sitenav a:focus,
.sitenav a:active {
  color: #B2B3B7;
  font-weight: normal;
  text-decoration: none;
}
.sitenav strong,
.sitenav a.active {
  font-weight: bold;
}

#subnav {
  position: absolute;
  left: 50px;
  top: 86px;
  z-index: 100;
  height: 13px;
}
* html  #subnav {
  height: 12px;
  overflow-y: hidden;
}
#subnav #subnav_front{
  float:left;
  background: url(/binary.ashx?id=871)  right 0 no-repeat;
  width: 30px;
  height: 13px;
  padding: 0;
  margin: 0;
  display: inline;
}
#subnav #subnav_end {
  float: left;
  background: url(/binary.ashx?id=872) left 0  no-repeat;
  width: 30px;
  height: 13px;
  padding: 0;
  margin: 0;
  display: inline;
}
#subnav li {
  padding: 0;
  margin: 0;
  display: inline;
  font: 10px Arial,sans-serif;
  
}
#subnav ul {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
}


/* Erste Ebene */
#subnav ul li a,
#subnav ul li strong {
  background: #005994;
  height: 12px;
  border-bottom: 1px solid #FFF;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-decoration: none;
  color: white;
}
#subnav ul li a.active {
  font-weight: bold;
}
* html #subnav ul li a {
height: 13px;
}
* html #subnav ul li strong {
height: 13px;
}

#nav {
  position: absolute;
  left: 210px;
  top: 66px;
  height: 30px;
  width: 534px;
  height: 31px;
  z-index: 100;
  overflow: hidden;
}

#nav,
#nav ul,
#nav li{
  background: none;
  padding-right: 10px;
  margin: 0;
}

#nav li {
  display: inline;
  position: relative;
  float: left;
}

#nav a{
  color: #005994 !important;
  float: left;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bolder;
}

#nav a.active,
#nav strong {
  font-weight: normal;
}

.nokeyvisual #keyvisual {
  display: none;
}
.keyvisual #keyvisual {
  position: absolute;
  top: 150px;
  display: inline;
}
#full #keyvisual,
#normal #keyvisual {
  left: 200px;
}
#full .keyvisual #content,
#home .keyvisual #content  {
  padding-top: 160px;
}

#home .keyvisual #content  {
  padding-top: 500px;
}

.keyvisual #main {
  padding: 350px 0 0 0;
}
#full .keyvisual #main,
#home .keyvisual #main {
  padding-top: 180px;
}
#normal .keyvisual #sidebar1 {
  margin-top: -200px;
}

#fastSearch {
  display: none;
  position: absolute;
  top: 42px;
  right: 5px;
  width: 295px;
  padding: 0 0 0 30px;
  line-height: 25px;
  background: #ffffff url('/binary.ashx?id=576') left top no-repeat;
}
#fastSearch .text {
  display: none;
}
#fastSearch .textfield input {
  background: transparent none;
  width: 155px;
  border: 0;
  padding-top: 3px;
}
#fastSearch .submit input {
  margin: 0 0 0 10px;
}

span.searchResultScore span {
  display: block;
  width: 200px;
  background-color: white;
  border: 1px solid #E0E3E3;
  height: 5px;
}

span.searchResultScore span span {
  display: block;
  background-color: #E0E3E3;
  height: 3px;

}

#content {
  width: 485px;
  float: left;
  padding: 10px 27px 10px 25px;
  margin: 5px 0 0 7px;
  border: 1px solid #cdcdcd ;
  background: white;
}
#full #content {
  width: 770px;
  padding: 0 10px 10px 0;
}
#content .formbox {
  color: #000;
  background-color: #F5F5F7;
  border: 1px dotted #B2B4B7;
}
#content .row {
  clear: both;
  padding: 2px 0px;
}
#content .label {
  float: left;
  width: 250px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}
#content .field {
  float: right;
  width: 300px;
  text-align: left;
}
#content .submit {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

