@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;
  vertical-align: top;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 75%/150% Arial, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

html {
  color: #3C3C3C;
  background: #ffffff none;
  height: 100.01%;
}
body {
  background: #ffffff none;
  height: 101%;
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: #9B074E;
  background-color: transparent;
  text-decoration:none;
}
a:visited {
  color: #9B074E;
  background-color: transparent;
  text-decoration:none;
}
a:hover, a:focus {
  background-color: transparent;
  text-decoration:underline;
}
a:active {
}
a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: 0;
}


a.noarrow:before,
a.noarrow:before {
  content: "";
}

#content a {
  text-decoration: underline;
}

/** Überschriften
------------------------------------------------------------- */ 
h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
h1 {
  margin: 0 0 1em 0;  
  font-size: 1.4em;  
  color: #9B074E;
  
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.1em;  
}
h4 {
  font-size: 1em;  
}
h5, h6 {
  font-size: .9em;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
  text-transform: uppercase;
  font-style: normal;
}

/** Abkürzungen, Akronyme und Erläuterungen
------------------------------------------------------------- */
abbr[title], acronym[title], span[title] {
  border-bottom: 1px dotted #1A1A1A;
}
a abbr[title], a acronym[title], a apan[title] {
  border: 0;
}

/** Absätze
------------------------------------------------------------- */
p {
  margin: .8em 0;
}
p.illustration {
  text-align: center;
  font-weight: bold;
  margin: .8em 0 1.2em 0;
  font-size: .9em;
}
p.illustration img {
  margin: 0 0 5px 0;
}

/** Tabellen
------------------------------------------------------------- */ 
table {
  margin: 1em 0;  
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  color: inherit;
  background-color: #D4D5D9;
  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;
}
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0; 
}


/** Bilder
------------------------------------------------------------- */
img {
  vertical-align: bottom;
  text-align: right;
}

/** Richtext-Output
------------------------------------------------------------- */
.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
.float--left {
  float: left;
  padding: 0 10px 10px 0;
}

/** Listen
------------------------------------------------------------- */
ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}
ul li {
  background: transparent url('/bin?id=5444') left 6px no-repeat;
  list-style: none;
  padding: 3px 0 3px 15px;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** 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;
}

.gf_validationsummary li {
  margin: 0;
  padding: 0;
  color: #B80043;
  background-color: inherit;
  background-image: none;
}

form table {
  margin: 0;
  width: 100%;
}
form table th,
form table td {
  border-bottom: 6px solid #FFFFFF;
}
form table th {
  color: inherit;
  background-color: #E1E1E3;
  padding: 1px 10px;
  text-align: right;
/*  white-space: nowrap; */
}
form table td {
  color: inherit;
  background-color: #F4F4F6;
  padding: 1px 30px 1px 25px;
  width: 249px;
}

form table.gf_captcha td {
  width: 100%;
}

form p.submit {
  padding: 0 10px;
  margin: .5em 0;
  color: inherit;
  background-color: #F4F4F6;
  text-align: right;
}
form p.submit input {
  width: 100px;
  margin: 0 12px;
  border: 1px solid #CECED0;
  background-color: #E1E1E3;
  overflow: hidden;
  cursor: pointer;  
}

/** 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 {
  color: white;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#head {
  height: 164px;
}

/** Globalnavigation
------------------------------------------------------------- */
div#sitenav {
  color: #3C3B3C;
  float: left;
  margin: 30px 0 0 -20px;
}

div#sitenavTop {
  color: #3C3B3C;
  float: left;
  position: absolute;
  top: 10px;
  right: 62px;
}

#sitenavTop ul,
#sitenavTop li,
#sitenav ul,
#sitenav li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}


#sitenavTop a,
#sitenavTop strong,
#sitenav a,
#sitenav strong {
  color: #3C3B3C;
  font-size: .9em;
  text-decoration: none;
  padding: 0 20px;
  border-right: 1px solid #A3A6AB;
  line-height: 25px;
}


#sitenavTop a.first,
#sitenavTop strong.first,
#sitenav a.first,
#sitenav strong.first {
  padding: 0 20px 0 0;
}

#sitenavTop a:hover,
#sitenavTop a:focus,
#sitenavTop a:active,
#sitenav a:hover,
#sitenav a:focus,
#sitenav a:active {
  text-decoration: underline;
}

/** Logo
------------------------------------------------------------- */
h1#logo {
  position: absolute;
  left: 0px;
  top: 28px;
}

/** Hauptmenü
------------------------------------------------------------- */
div#nav {
  position: absolute;
  left: 0;
  margin: 115px 0 0 0;
  padding: 0;
  height: 40px;
}
#nav ul,
#nav li {
  display: inline;
  background: none;
  padding: 0;
}
#nav a,
#nav strong {
  color: #3C3B3C;
  background: white url(/bin?id=5428) top left repeat-x;
  float: left;
  width: 190px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align:center;
  border-right: 1px solid #B2B4B7;
  border-left: 1px solid #EAEBEC;
}

#nav a.first,
#nav strong.first {
  background: white url(/bin?id=5429) top left no-repeat;
  border-left: 0;
}
#nav a.last,
#nav strong.last {
  background: white url(/bin?id=5429) top right no-repeat;
  border-right: 0;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
  color: #9F084B;
}
#nav strong,
#nav a.active {
  color:#9F084B;
}

/** Bereichsmenü
------------------------------------------------------------- */
#subnav {
  color: inherit;
  float: left;
  width: 190px;
  margin: 10px 0 0 1px;
}

#subnav div {
  padding: 5px 0;
  line-height: 130%;
}

#subnav ul,
#subnav li {
  background: 0;
  padding: 0;
  margin: 0;
}

/* Erste Ebene */
#subnav ul li {
  
}

#subnav ul li a,
#subnav ul li strong {
  color: #474E57;
  background-color: white;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #DADADA;
  border-top: 0;
  display: block;
}

#subnav ul li a.first {
  background: url(/bin?id=6433) top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}

#subnav ul li a.last {
  background: url(/bin?id=6434) bottom left no-repeat;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-bottom: 7px;
}

#subnav ul li a.active {
  font-weight: bold;
  background-color: #F5F5F7;
}

#subnav ul li strong,
#subnav ul li a:hover,
#subnav ul li a:focus,
#subnav ul li a:focus {
  color: #474E57;
  background-color: white;
}

#subnav ul li strong.first {
  background: #EDEDEF url(/bin?id=6433) top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}

#subnav ul li a.active .first {
  background: url(/bin?id=6435) top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}
#subnav ul li a.active .last {
  background: none;
  background-color: #F5F5F7;
  border: 1px solid #DADADA;
  border-top: none;
}

/* Zweite Ebene */
#subnav ul li li {
  border: 0;
}
#subnav ul li li a,
#subnav ul li li strong {
  display: block;
  color: #474E57;
  background-color: #F5F5F7;
  padding-left: 20px;
}

#subnav ul li li a.first,
#subnav ul li li strong.first {
  background: none;
  background-color: #F5F5F7;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding-top: 5px;
}
#subnav ul li li a.last,
#subnav ul li li strong.last {
  background: none;
  background-color: #F5F5F7;
  border: 1px solid #DADADA;
  border-top: none;
  padding-bottom: 5px;
}

#subnav ul li li a:hover,
#subnav ul li li strong,  
#subnav ul li li strong.first,
#subnav ul li li strong.last {
  background: #EDEDEF url('/bin?id=5444') 10px 8px no-repeat;
}

#subnav ul li li a.active {
  font-weight: bold;
  background-color: #EDEDEF;
}
#subnav ul li li a.active.first,
#subnav ul li li a.active.last {
  background: none;
  background-color: #EDEDEF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}

/* Dritte Ebene */
#subnav ul li li li a,
#subnav ul li li li strong {
  font-size: .9em;
  padding-left: 30px;
  background-color: #EDEDEF;
}

#subnav ul li li li a.first,
#subnav ul li li li strong.first {
  background-color: #EDEDEF;
}

#subnav ul li li li a.last,
#subnav ul li li li strong.last {
  background-color: #EDEDEF;
}

#subnav ul li li li a:hover,
#subnav ul li li li strong {
  background: #EDEDEF url('/bin?id=5445') 20px 10px no-repeat;
}

#subnav ul li li li strong.first,
#subnav ul li li li strong.last {
  background: #EDEDEF url('/bin?id=5445') 20px 10px no-repeat;
}

/** Ariadne-Faden
------------------------------------------------------------- */

#homepage #ariadne {
  display: none;
}

#ariadne {
  font-size: .9em;
  font-weight: normal;
  margin-bottom: 20px;
  position: absolute;
  top: 165px;
  left: 198px;
  z-index: 10;
}

#ariadne li {
  display: inline;
  list-style: none;
}
#ariadne li {
  padding: 0 7px 0 0;
}
#ariadne span.seperator {
  padding: 0 0 0 5px;
}
#ariadne a,
#ariadne strong {
  color: #B2B3B7;
  font-weight: normal;  
  text-decoration: none;
  background: transparent url('/bin?id=5445') right 4px no-repeat;
  padding: 0 12px 0 0;
}

#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;
}


/** Sidebar
------------------------------------------------------------- */
#sidebar {
  float: right;
  display: inline;
  width: 303px;
  padding: 0;
  margin: 25px 0 0 0;
}

#contact {
  color: #3C3B3C;
  background: url(/bin?id=5434) top right no-repeat;
  border-top: 1px solid white;
  margin: 0 0 1em 0;
  height: 252px;  
}
#contact strong {
  font-size: .9em;
  line-height: 130%;
  display: block;
  width: 141px;
  color: #3C3B3C;
  padding: 5px;
  margin: 0 auto !important;
  background: #C2C6CB url(/bin?id=5430) bottom right no-repeat;
  position: relative;
  top: 137px;
}


/** Content
------------------------------------------------------------- */
#content {
  color: #474E57;
}

#contentBody {
  margin: 25px 333px 0 193px;
  padding: 10px 0 0 30px;
  height: 1%;
}

#homepage #contentBody {
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  overflow: hidden;
  height: auto;
}

#homepage #sidebar,
#homepage #subnav {
  display:none;
}

#homepage #contentBody p {
  margin: 0 0 26px 0;
}

#contentBody img {
  margin: 0 0 5px 0;
}

/* Teaser */
div.teaser {
  color: #3C3B3C;
  background: transparent url(/bin?id=5441) left top no-repeat;  
  font-size: .95em;
  line-height: 140%;
  margin: 0 0 18px 0;
}

#homepage div.teaser {
  color: #3C3B3C;
  background: white url(/bin?id=5446) left bottom no-repeat;
  float: left;
  width: 301px;
  margin: 0 15px 30px 1px;
  padding: 0 0 4px 0;
}

div.teaserInner {
  color: #3C3B3C;
  background: transparent url(/bin?id=5440) left bottom no-repeat;  
  overflow: hidden;
  he\ight: 1%;
}

#homepage div.teaserInner {
  color: #3C3B3C;
  height: 305px;
  background: white url(/bin?id=5442) left top no-repeat;
}

/* IE 6 */
* html div.teaser {
  /* Float-Clearing */
  width: 100%;
}
.teaser p.image {
  float: left;
  margin: 0;
  padding: 0 0 4px 0;
}
.teaser div.inner {
  padding: 18px 20px 5px 0;
  margin-left: 123px;
  he\ight: 1%;
  position: relative;
}

.teaser h2 {
  margin: 0;
  padding: 0 0 0 15px;
  background: transparent url('/bin?id=5444') left 3px no-repeat;

}

#homepage .teaser h2 {
  margin: 20px 0 40px 0;
}
.teaser h2 a:link,
.teaser h2 a:visited {
  text-decoration: none;
}
.teaser h2 a:hover,
.teaser h2 a:focus,
.teaser h2 a:active {
  text-decoration: underline;
}

.teaser p a:link,
.teaser p a:visited {
  color: #3C3B3C;
  text-decoration: none;
}

/** Fußzeile
------------------------------------------------------------- */
#footer {
  color: #A3A6AB;
  clear: both;
  padding: 0 0 100px 0;
  overflow: hidden;
  width: 958px;
}

#claim {
  float: right;
  vertical-align: middle;
  line-height: 25px;
}
#claim img {
  vertical-align: middle;
  margin: 0 0 0 1em;
}

/**
-------------------------------------------------------------
Regeln für spezielle Elemente
------------------------------------------------------------- */
.invisible {
  position: absolute;
  left: -9999px; 
}
#skiplinks,
#skiplinks ul,
#skiplinks li {
  margin: 0;
  padding: 0;
  background: none transparent;
  position: absolute;
  top: 0;
  left: 0;  
}
#skiplinks a {
  position: absolute;
  top: 0;
  left: -9999px;
}
#skiplinks a:hover,
#skiplinks a:focus,
#skiplinks a:active {
  color: #3C3B3C;
  background-color: #F3F9FF;
  padding: 3px 10px;
  top: 6px;
  left: 15px;
  white-space: nowrap;
}

/**
-------------------------------------------------------------
Regeln für spezielle Dokumente
------------------------------------------------------------- */

/**
-------------------------------------------------------------
Regeln für Module
------------------------------------------------------------- */

#content .sitemap { 

}

.sitemap ul {
  margin: 0;
  padding: 0;
}

.sitemap li {
  margin: 0;
  padding: 0;
  background: none;
}

.sitemap li a {
  color: #474E57;
  width: 370px;
  background-color: #D5D4D9 !important;
  margin: 0 0 5px 0;
  padding: 1px 5px 1px 30px;
  font-weight: bold;
  text-decoration:none;
}

.sitemap li li a {
  width: 340px;
  background-color: #EEEEEE !important;
  padding: 0 5px 0 60px;
  font-weight: bold;
}

.sitemap li li li a {
  width: 310px;
  background-color: #F4F4F6 !important;
  padding: 0 5px 0 90px;
  font-weight: normal;
}


#search {
  width: 250px;
  position: absolute;
  top: 50px;
  right: 4px;
  text-align: right;
}

#search #query {
  width: 150px;
  margin-right: 10px;
  font-size: 1.1em;
  color: #3C3C3C;
}

.searchResultScore div {
  background-color: #F4F4F6;
  width: 100px;
  height: 15px;
}

.searchResultScore div div {
  background-color: #E1E1E3;
  border: 1px solid #B2B3B7;
  height: 13px;
}

#newSearch {
  display: none;
}

#languageChooser {
  position: absolute;
  top: 12px; 
  right: 6px;
  font-size: 0.9em;
}

/**
-------------------------------------------------------------
Browserhacks
------------------------------------------------------------- */
/**
* -------------------------------------------------------------
* @section Lightbox-Stylesheet
* -------------------------------------------------------------
*/

#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox a img { 
  border: none; 
}
#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#imageContainer{
  padding: 10px;
}
#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer #hoverNav { 
  left: 0;
}
#hoverNav a { 
  outline: none;
}
#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(/bin?id=5418) no-repeat; /* Trick IE into showing hover */
  display: block;
}
#prevLink { 
  left: 0; 
  float: left;
}
#nextLink { 
  right: 0; 
  float: right;
}
#prevLink:hover, 
#prevLink:visited:hover { 
  background: url(/bin?id=5425) left 15% no-repeat; 
}
#nextLink:hover, 
#nextLink:visited:hover { 
  background: url(/bin?id=5423) right 15% no-repeat; 
}

#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100% 
}
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; } 
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }   
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; } 

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
/* Ausrichtung der Thumbnail-Grafiken */

p.imageCaption {
  display: inline-block;
  text-align: center;
  font-size: .9em;
  line-height: 150%;
  font-weight: bold;
}
p.imageCaption img {
  margin: 0 0 .5em 0;
}

span.floatLeft {
  float: left;
  margin: 0 1em 1em 0;
}

span.floatRight {
  float: right;
  margin: 0 0 1em 1em;
}

#lightbox a:before {
  content: "";
}
#contentBody {
  width: 737px;
  margin: 25px 0 0 0;
  overflow: hidden;
  padding-right: 0;
  float: left;
}

/* Teaser */
div.teaser {
  background: transparent url(/bin?id=7109) left top no-repeat;  
}

div.teaserInner {
  background: transparent url(/bin?id=7110) left bottom no-repeat;  
}
