article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  background: #f4f4f4 url('img/background.jpg') repeat-y top center;
  font-family: Arial, sans-serif;
  font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, sans-serif;
  font-weight: normal;
  color: #333333;
}
h1 {
  font-size: 2.7em;
}
h2 {
  font-size: 2.1em;
}
h3 {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
}
p {
  color: #333333;
  line-height: 1.5em;
  margin: 0.35em 0;
}
a {
  color: #3c7db4;
  text-decoration: none;
}
a:hover {
  color: #003882;
  text-decoration: underline;
}
ul.grey-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.grey-arrow li {
  display: block;
  font-family: Georgia, serif;
  background: #ffffff url('img/list.grey-arrow.png') left center no-repeat;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
}
.numeration {
  background-color: #ffffff;
  margin: 2em 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  *zoom: 1;
}
.numeration img {
  float: left;
}
.numeration ol {
  margin-left: 260px;
  padding: 10px 10px 0 10px;
  list-style: none;
}
.numeration ol li {
  position: relative;
  color: #003882;
  font-family: Georgia;
  font-size: 1.3em;
  padding: 10px 30px;
  background-color: #f4f4f5;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
}
.numeration ol li span {
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 42px;
  height: 42px;
  background-image: url('img/numeration.number.png');
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  font-family: Arial;
  font-size: 1.4em;
  padding-top: 8px;
  color: #ffffff;
}
.numeration:before,
.numeration:after {
  display: table;
  content: "";
  line-height: 0;
}
.numeration:after {
  clear: both;
}
blockquote {
  background-color: #ffffff;
  margin: 2em 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  *zoom: 1;
}
blockquote p {
  font-family: Georgia, serif;
  font-size: 1.3em;
}
blockquote p span.name {
  font-size: 0.9em;
  margin-top: 1em;
  display: block;
  color: #6e7378;
}
blockquote.left img {
  float: left;
}
blockquote.left p {
  padding: 20px 20px 0 20px;
  margin-left: 190px;
}
blockquote.right img {
  float: right;
}
blockquote.right p {
  padding: 20px 20px 0 20px;
  margin-right: 190px;
}
blockquote:before,
blockquote:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote:after {
  clear: both;
}
form {
  margin: 0;
  padding: 0;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row .cell {
  display: block;
  float: left;
  margin-left: 30px;
  overflow-x: hidden;
}
.row .cell.span-260 {
  width: 260px;
}
.row .cell.span-320 {
  width: 320px;
}
.row .cell.span-380 {
  width: 380px;
}
.row .cell.span-670 {
  width: 670px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.form .elements {
  padding: 10px 0;
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
}
.form .row {
  margin: 0.75em 0;
}
.form .row .label,
.form .row .element {
  display: block;
  float: left;
  overflow-x: hidden;
}
.form .row .label {
  width: 175px;
  margin-right: 10px;
  text-align: right;
  padding-top: 7px;
}
.form .row .label label {
  color: #333333;
  font-weight: bold;
}
.form .row .element input,
.form .row .element select,
.form .row .element textarea {
  border: 1px solid #abaeb1;
  background-color: #f0f5f9;
  -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.3);
  padding: 6px;
  color: #6e7378;
  margin-right: 7px;
}
.form .row .element input:focus,
.form .row .element select:focus,
.form .row .element textarea:focus {
  color: #333333;
}
.span-670 hr {
  border: none;
  margin: 0.5em 0;
  height: 51px;
  background: transparent url('img/hr.png');
}
a.button {
  display: block;
  margin: 1.55em 0;
  font-family: Georgia, serif;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: normal;
  padding: 8px 30px 8px 60px;
}
a.button.login {
  background: url('img/button.login.png') 0px 0px;
}
a.button.recommend {
  background: url('img/button.recommend.png') 0px 0px;
}
a.button.buy {
  background: url('img/button.buy.png') 0px 0px;
}
a.button:hover {
  text-decoration: none;
}
a.button:hover.login {
  background: url('img/button.login.png') 0px -120px;
}
a.button:hover.recommend {
  background: url('img/button.recommend.png') 0px -120px;
}
a.button:hover.buy {
  background: url('img/button.buy.png') 0px -120px;
}
.block {
  margin: 1.5em 0 3em 0;
}
.block h3 {
  font-family: Georgia, serif;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: normal;
  padding: 8px 0 8px 60px;
  margin: 0;
}
.block h3.facebook {
  background: url('img/headline.facebook.png');
}
.block h3.info {
  background: url('img/headline.info.png');
}
.block h3.video {
  background: url('img/headline.video.png');
}
.block h3.like {
  background: url('img/headline.like.png');
}
.block h3.news {
  background: url('img/headline.news.png');
}
.block h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  margin: 1em 0 0 0;
}
.block .outline {
  margin-top: 10px;
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px;
}
.block.outline {
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 10px;
  *zoom: 1;
}
.block.outline .no-padding {
  margin: 0 -10px 0 -10px;
  text-align: center;
}
.block.outline:before,
.block.outline:after {
  display: table;
  content: "";
  line-height: 0;
}
.block.outline:after {
  clear: both;
}
.block.search {
  height: 80px;
}
.block.search span.field {
  position: absolute;
  display: inline-block;
  background: url('img/search.png');
  width: 218px;
  height: 77px;
  z-index: 100;
}
.block.search input {
  margin-top: 24px;
  border: 1px solid #abaeb1;
  width: 180px;
  background-color: #f0f5f9;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  padding: 7px 6px;
}
.block.search button {
  z-index: 10;
  position: relative;
  top: 24px;
  left: 202px;
  display: inline-block;
  width: 58px;
  height: 35px;
  background: transparent url('img/button.search.png') top left no-repeat;
  border: none;
  outline: none;
  cursor: hand;
}
.block.search button:hover {
  background: transparent url('img/button.search.png') bottom left no-repeat;
}
div.buttons {
  text-align: right;
}
div.buttons .cover {
  position: relative;
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 25px;
  margin-top: 2px;
  z-index: 100;
}
div.buttons a {
  z-index: 10;
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  background: url('img/button.png') top right no-repeat;
  color: #ffffff;
  padding: 14px 35px 5px 15px;
  margin-left: 10px;
}
div.buttons a:hover {
  background: url('img/button.png') right -35px no-repeat;
  text-decoration: none;
}
div.buttons button,
div.buttons input[type="submit"] {
  z-index: 10;
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  background: url('img/button.png') top right no-repeat;
  color: #ffffff;
  padding: 13px 35px 5px 15px;
  margin-left: 10px;
  border: none;
  outline: none;
}
div.buttons button:hover,
div.buttons input[type="submit"]:hover {
  background: url('img/button.png') right -35px no-repeat;
  text-decoration: none;
}
header {
  background: url('img/header.png') top center no-repeat;
  height: 114px;
}
header nav {
  padding-top: 37px;
}
header nav ul {
  list-style: none;
  margin: 0 0 0 130px;
  padding: 0;
}
header nav li {
  display: block;
  float: left;
}
header nav li a {
  display: block;
  vertical-align: middle;
  font-family: Georgia,serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #ffffff;
  margin-left: 10px;
  background-color: #508abc;
  border-left: 1px solid #3875a9;
  border-right: 1px solid #3875a9;
  border-bottom: 1px solid #316592;
  padding: 8px 20px;
}
header nav li a.active,
header nav li a:hover,
header nav li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #003882;
}
header nav li a.home {
  height: 34px;
  width: 60px;
  margin: 0;
  padding: 0;
  border: none;
  background: url('img/home.png') 0 -8px;
}
header nav li a.home:hover {
  background: url('img/home.png') 0 -56px;
}
header nav li a.home em {
  display: none;
}
dl.faq dt,
dl.faq dd {
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 0;
  color: #333333;
}
dl.faq dt {
  background: #ffffff url('img/faq.png') 0 0 no-repeat;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 30px;
  margin-bottom: 3px;
}
dl.faq dt:hover {
  color: #003882;
  background: #ffffff url('img/faq.png') 0 -60px no-repeat;
}
dl.faq dt.open {
  color: #3c7db4;
  background: #ffffff url('img/faq.png') 0 -120px no-repeat;
}
dl.faq dt.open:hover {
  color: #003882;
  background: #ffffff url('img/faq.png') 0 -180px no-repeat;
}
dl.faq dd {
  display: block;
  margin-bottom: 20px;
  padding: 8px 30px;
}
.teaser {
  position: relative;
  left: -10px;
  width: 971px;
  height: 290px;
  margin: 2em 0;
  background: url('img/teaser.png') no-repeat;
}
.teaser .slide {
  position: absolute;
  margin: 0 0 0 40px;
  *zoom: 1;
}
.teaser .slide img {
  float: right;
  margin-left: 25px;
}
.teaser .slide:before,
.teaser .slide:after {
  display: table;
  content: "";
  line-height: 0;
}
.teaser .slide:after {
  clear: both;
}
.teaser nav {
  position: absolute;
  top: 245px;
}
.teaser nav a {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-left: 10px;
  font-size: 1.2em;
  color: #ffffff;
  background-color: #3c7db4;
  padding: 8px 0;
}
.teaser nav a:hover,
.teaser nav a:focus,
.teaser nav a.active {
  background-color: #003882;
  text-decoration: none;
}
.teaser nav a.next {
  background-image: url('img/button.teaser.png');
  background-position: -50px 2px;
}
.teaser nav a.prev {
  background-image: url('img/button.teaser.png');
  background-position: 0px 2px;
}
.teaser a.login,
.teaser a.contact {
  display: block;
  position: absolute;
  width: 193px;
  height: 124px;
  left: 975px;
}
.teaser a.login {
  background: url('img/tag.login.png') no-repeat;
  top: 0px;
}
.teaser a.contact {
  background: url('img/tag.contact.png') no-repeat;
  top: 125px;
}
footer {
  color: #484848;
  font-size: 0.8em;
  font-weight: bold;
  background: url('img/footer.png') top center no-repeat;
  height: 100px;
}
footer nav {
  margin-top: 36px;
}
footer nav.social,
footer #social {
  float: left;
}
footer nav.social a.icon {
  display: inline-block;
  width: 33px;
  height: 32px;
  margin-left: 6px;
  vertical-align: middle;
}
footer nav.social a.icon.facebook {
  background: url('img/facebook.png');
}
footer nav.social a.icon.twitter {
  background: url('img/twitter.png');
}
footer nav.meta {
  float: right;
}
footer nav.meta a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
footer a {
  color: #3c7db4;
  text-decoration: none;
}
footer a:hover {
  color: #003882;
  text-decoration: underline;
}


.row .cell .span-320 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row .cell .span-320 ul li {
  display: block;
  font-family: Georgia, serif;
  background: #ffffff url('img/list.grey-arrow.png') left center no-repeat;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #c9c9c9;
}
label.error {
	color:Red;
	text-align:left;
	font-weight:bold;
	width:auto;
}
span.error {
	color:Red;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	display:block;
	padding: 3px 0 0 5px;
}
label.success {
	color:green;
	font-weight:bold;
	width:auto;
}
input.error {
	
}
div.red {
	margin-bottom:20px;
	color:#ff0000;
	font-weight:bold;
}
.form .row .element input,
.form .row .element textarea {
	width:260px;
}
.span-670 ol li,
.span-670 ul li{
	line-height:1.5em;
	margin-bottom:4px;
}

    #versionen {
        border-collapse: collapse;
    }
    #versionen tr{
        background-color:#ebebeb;
    }
    #versionen tr.odd{
        background-color:#DCDDDF;
    } 
    #versionen tbody td, 
    #versionen tbody th {
        padding: 10px;
		vertical-align:top;
    }
    #versionen .center,
    #versionen td {
        text-align:center;
    }
    #versionen tr.th th{
        background-color:#003883;
        color:#fff;
        font-weight:bold;
        padding: 4px 10px;
    }
    #versionen tr.thodd th{
        background-color:#b9bbbc;
        color:#fff;
        font-weight:bold;
        padding: 4px 10px;
    }  
    #versionen tr.th th a,  
    #versionen tr.thodd th a{
        color:#fff;
        font-weight:bold;
    }
    #versionen tr.th th a:hover,  
    #versionen tr.thodd th a:hover{
        text-decoration:none;
    }
    #versionen tfoot tr{
        background-color:#D8E2EC;
        border-top:1px solid #3C7DB5;
    } 
    #versionen tfoot tr td{
        text-align:right !important;
        padding-right:10px;
    }
    #versionen tbody tr strong,
    #versionen tbody td strong{
        color:#003882;
    } 
    #vorbereitung {
        border-collapse: collapse;
    }
    #vorbereitung tr{
        background-color:#ebebeb;
    }
    #vorbereitung tbody td, 
    #vorbereitung tbody th {
        padding: 10px;
		vertical-align:top;
    }
    #vorbereitung .center,
    #vorbereitung th,
    #vorbereitung tfoot td {
        text-align:center;
    }
    #vorbereitung tr th{
        background-color:#1B4C8F;
        color:#fff;
        font-weight:bold;
        padding: 10px 10px;
    }
    #vorbereitung tfoot tr{
        background-color:#D8E2EC;
        border-top:1px solid #3C7DB5;
    } 
    #vorbereitung tfoot tr td{
        padding-right:10px;
    }
    #vorbereitung tbody tr strong,
    #vorbereitung tbody td strong{
        color:#003882;
    } 
    .toolTip {
        padding: 10px 20px;
        background-color:#1B4C8F;
        background-image:none;
        border:0px;
        color: white;
        font-family: Arial,sans-serif;
    }
    .toolTip p{
        color: white;
    }

#xsltsearch {margin: 0; padding-bottom: 20px;}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px;}
#xsltsearch h2 {font-size: 150%;}
.xsltsearch_result p {margin: 0; padding: 0;}
.xsltsearch_result:hover {background: #fafafa;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {background: #FFD;} /* highlighting */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
