@charset "utf-8";

/**
-------------------------------------------------------------
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; 
}
#contact form {
  width: 404px;
}


/** 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/5086/subnav-level-2.gif') 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
------------------------------------------------------------- */
#container {
  color: white;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#head {
  height: 164px;
}
/** Globalnavigation
------------------------------------------------------------- */
#footer .sitenavigation {
  color: #3C3B3C;
  float: left;
  margin: 23px 0 0 -15px;
}

#head .sitenavigation {
  color: #3C3B3C;
  float: left;
  position: absolute;
  top: 10px;
  right: 62px;
}

ul.sitenavigation,
.sitenavigation li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent none;
}


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


.sitenavigation a.first,
.sitenavigation strong.first {
  padding: 0 15px 0 0;
}

.sitenavigation a:hover,
.sitenavigation a:focus,
.sitenavigation a:active {
  text-decoration: underline;
}
/** Logo
------------------------------------------------------------- */
div#logo {
  position: absolute;
  left: 0px;
  top: 28px;
}
/** Hauptmenü
------------------------------------------------------------- */
#navigation {
  position: absolute;
  left: 0;
  margin: 115px 0 0 0;
  padding: 0;
  height: 40px;
}
#navigation ul,
#navigation li {
  display: inline;
  background: none;
  padding: 0;
}
#navigation a,
#navigation strong {
  color: #FFFFFF;
  background-color: #B90044;
  float: left;
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align:center;
  font-size: 14px;
  text-transform: uppercase;
}
#navigation a.first,
#navigation strong.first {
  background: white url('/bin/5093/bg-left.png') top left no-repeat;
  border-left: 0;
}
#navigation a.last,
#navigation strong.last {
  background: white url('/bin/5094/bg-right.png') top right no-repeat;
  border-right: 0;
}
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
  color: #FFFFFF;
  font-weight: bold;
}
#navigation strong,
#navigation a.active {
  color: #FFFFFF;
  font-weight: bold;
}
/** Ariadne-Faden
------------------------------------------------------------- */

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

#breadcrumb li {
  display: inline;
  list-style: none;
}
#breadcrumb li {
  padding: 0 7px 0 0;
}
#breadcrumb span.seperator {
  padding: 0 0 0 5px;
}
#breadcrumb a,
#breadcrumb strong {
  color: #B2B3B7;
  font-weight: normal;
  text-decoration: none;
  background: transparent url('/bin/5097/subnav-level-3.gif') right 4px no-repeat;
  padding: 0 12px 0 0;
}

#breadcrumb strong {
  background: none;
}

#breadcrumb li.first a {
  background: none;
}

#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
  color: #9B074E;
  font-weight: normal;
  text-decoration: none;
}
#breadcrumb strong,
#breadcrumb a.active {
  font-weight: bold;
}
/** Bereichsmenü
------------------------------------------------------------- */
#subnavigation {
  color: inherit;
  float: left;
  width: 190px;
  margin: 10px 0 0 1px;
}

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

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

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

#subnavigation ul li a.first {
  background: url('/bin/5100/subnav-bg-oben.gif') top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}

#subnavigation ul li a.last {
  background: url('/bin/5101/subnav-bg-unten.gif') bottom left no-repeat;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-bottom: 7px;
}

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

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

#subnavigation ul li strong.first {
  background: #EDEDEF url('/bin/5100/subnav-bg-oben.gif') top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}

#subnavigation ul li a.active .first {
  background: url('/bin/5102/subnav-active-oben.gif') top left no-repeat;
  border-right: none;
  border-left: none;
  padding-top: 7px;
}
#subnavigation ul li a.active .last {
  background: none;
  background-color: #F5F5F7;
  border: 1px solid #DADADA;
  border-top: none;
}

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

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

#subnavigation ul li li a:hover,
#subnavigation ul li li strong,  
#subnavigation ul li li strong.first,
#subnavigation ul li li strong.last {
  background: #EDEDEF url('/bin/5086/subnav-level-2.gif') 10px 8px no-repeat;
}

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

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

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

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

#subnavigation ul li li li a:hover,
#subnavigation ul li li li strong {
  background: #EDEDEF url('/bin/5097/subnav-level-3.gif') 20px 10px no-repeat;
}

#subnavigation ul li li li strong.first,
#subnavigation ul li li li strong.last {
  background: #EDEDEF url('/bin/5097/subnav-level-3.gif') 20px 10px no-repeat;
}

/** Sidebar
------------------------------------------------------------- */
.form #contentBody,
.sidebar #contentBody {
  margin: 25px 333px 0 193px;
  padding-right: 0;
  width: auto;
}

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

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


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

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

.full-width #breadcrumb {
  left: 0;
}

.full-width #breadcrumb ol {
  margin-left: 0;
}

.full-width #contentBody {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

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

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

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

#contentBody img {
  margin: 0 0 5px 0;
}
/* Teaser */
div.teaser {
  color: #3C3B3C;
  font-size: .95em;
  line-height: 140%;
  margin: 0 0 18px 0;
}
#homepage div.teaser {
  color: #3C3B3C;
  float: left;
  width: 301px;
  margin: 0 28px 30px 0;
  padding: 0 0 4px 0;
  position: relative;
}
#homepage div.teaser.last {
  margin-right: 0;
}
´#contentBody .teaser img {
  margin: 0;
}

div.teaserInner {
  color: #3C3B3C;
  background: transparent url('/bin/5109/teaser-content-footer.png') no-repeat right bottom;
  overflow: hidden;
  he\ight: 1%;
}

#homepage div.teaserInner {
  color: #3C3B3C;
  height: 309px;
  background: transparent url('/bin/5111/teaserinner-bottom.png') no-repeat left bottom;    
}

#homepage div.teaser .footer{
  right: 25px;
  position: absolute;
  bottom: 0;
  height: 30px;
  z-index: 9999;
}

#homepage div.teaser .footer a{
  background: transparent url('/bin/5110/teaser-headline.png') right 3px no-repeat;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}

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

#contentBody .page-teaser.teaser img {
  margin: 0 !important;
}
.page-teaser.teaser div.inner {
  margin-left: 315px;
  height: 103px; /* 126px */
}

#homepage .teaser div.inner {
  padding: 0;
  margin-left: 0;
  width: 280px;
  clear: both;
}
#homepage .teaser div.inner p {
  padding: 5px 10px 0 20px;
}

.teaser h2 {
  margin: 0;
  padding: 0 0 0 20px;
  background: transparent url('/bin/5086/subnav-level-2.gif') left 3px no-repeat;

}

#homepage .teaser h2 {
  margin: 20px 0 40px 0;
  display:none;
}
.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;
}

.upcoming-event {
  background: #EDEDED none;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 3px;
}
.upcoming-event .event-logo {
  float: right;
  margin-left: 10px;
}
#contentBody .upcoming-event .event-logo img {
  margin: 0;
}

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

/** 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;
}
.sitemap li li li li a {
  padding: 0 5px 0 120px;
}


/** 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: bottom;
  margin: 0 0 0 1em;
}


/**
-------------------------------------------------------------
Registrierungsformulare onion.net Community Edition
------------------------------------------------------------- */
#registration table,
#registration p.submit {
  width: 405px;
  padding: 0;
}

#registration table th {
  width: 173px;
}

#registration table td {
  width: 180px;
}

#registration table.gf_captcha div a {
  display: none;
}

#registration label {
  white-space: nowrap;
}

#registration .gf_checkbox input {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

#registration .gf_checkbox label {
  white-space: normal;
  display: block;
  margin-left: 20px;
}

#registration input.text {
  width: 173px;
}

#registration input.zip {
  width: 40px;
}

#registration input.city {
  margin-left: 5px;
  width: 119px;
}

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

.invisible {
  position: absolute;
  left: -9999px; 
}

div#login {
	width: 430px;
}

#downloadcenter table,
#licensedownload table {
	width: 100%;
  margin-bottom: 5em;
}
#downloadcenter .submit {
  background: url(/bin/2693/download.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 25px;
  width: 135px;
}
#downloadcenter select {
  height: 25px;
  line-height: 25px;
  float: left;
  max-width: 300px;
}
#downloadcenter .submit span {
  display: none;
}

.cc_banner-wrapper .cc_container {
  background-color: rgba(183, 0, 67, 0.9);
  box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.3);
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #e5e5e5;
}
.cc_banner-wrapper .cc_container .cc_message {
  color: #F4F4F4;
  font-size: 1rem;
}
.cc_banner-wrapper .cc_container .cc_more_info {
  color: #FFFFFF;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_container .cc_more_info:hover,
.cc_banner-wrapper .cc_container .cc_more_info:active,
.cc_banner-wrapper .cc_container .cc_more_info:focus {
  text-decoration: none;
}

