
/* Eric Meyers CSS Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/* site styles */
body,
html {
  height:100%;
  font-size:12px;
}

body {
  background:#f9f9fa url(../img/layout/bgBody.gif) repeat-y left top;
  font-family: Helvetica, Arial, sans-serif;
}

body.homepage {
  background:#f9f9fa url(../img/layout/bgBodyHomepage.gif) repeat-y left top;
}

.clear {
  clear:both !important;
  font-size:0px;
  height:0px;
  overflow:hidden;
  line-height:0px;
  float:none !important;
  padding:0 !important;
  margin:0 !important;
}

.site {
  width:1008px;
  background:url(../img/layout/bgCanvas.gif) no-repeat left top;
  padding:210px 0 0 0;
}

.homepage .site {
  background:url(../img/layout/bgCanvasHomepage.gif) no-repeat left top;
}

/* text styles */
abbr {
  border-bottom:1px dotted #7B7B7B;
  cursor:help;
}

acronym {
  border-bottom:1px dotted #7B7B7B;
  font-variant:small-caps;
  cursor:help;
}

b {
  font-weight:bold;
}

big {
  font-weight:bold;
  font-size:14px;
}

cite {
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
}

code {
  font-family:"Courier New", Courier, monospace;
}

del {
  text-decoration:line-through;
}

em {
  font-weight:bold;
  font-style:italic;
}

i {
  font-style:italic;
}

ins {
  text-decoration:underline;
}

kbd {
  font-family:"Courier New", Courier, monospace;
  border:1px solid #7B7B7B;
  padding:0px 3px;
}

pre {
  font-family:"Courier New", Courier, monospace;
}

q {
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
}

s {
  text-decoration:line-through;
}

samp {
  font-family:"Courier New", Courier, monospace;
}

small {
  font-size:9px;
}

strike {
  text-decoration:line-through;
}

strong {
  font-weight:bold;
}

sub {
  font-size:10px;
  position:relative;
  bottom:-3px;
}

sup {
  font-size:10px;
  position:relative;
  top:-3px;
}

tt {
  font-family:"Courier New", Courier, monospace;
}

var {
  font-family:"Courier New", Courier, monospace;
  font-weight:bold;
  font-size:11px;
}

h1 span {
  font-size:70%;
  display:block;
  padding:0.4em 0 0 0;
}

/* main navigation */
/*
Level 1 background color: #8b9bb1
Level 1 color: #dedede
Level 1 hover background color: #b6c0cd
Level 1 hover color: #667c95
Level 1 active background color: #d5d5d4
Level 1 active color: #667c95
Level 2 background color: #fff
Level 2 color: #667c95
Level 2 hover background color: #b0b0b0
Level 2 hover color: #fff
Level 2 active background color: #b0b0b0
Level 2 active color: #fff
*/
.mainNavigation {
  float:left;
}

.mainNavigation ul {
  padding-bottom:27px;
}

.mainNavigation ul ul {
  padding-bottom:0px;
}

.mainNavigation {
  width:186px;
}

.mainNavigation li {
  border-top:3px solid #a2b6d0;
}

.mainNavigation li a:hover span {
  background:#b6c0cd url(../img/layout/bgNavMainLevel1Hover.gif) repeat-x left top;
}

.mainNavigation li.firstItem a span span {
  background:url(../img/layout/bgNavMainLevel1FirstItemTop.gif) no-repeat left top;
}

.mainNavigation li.firstItem a:hover span span {
  background:url(../img/layout/bgNavMainLevel1FirstItemTopHover.gif) no-repeat left top;
}

.mainNavigation li.lastItem a span span {
  background:url(../img/layout/bgNavMainLevel1LastItemBottom.gif) no-repeat left bottom;
}

.mainNavigation li.lastItem a:hover span span {
  background:url(../img/layout/bgNavMainLevel1LastItemBottomHover.gif) no-repeat left bottom;
}

.mainNavigation li.active li {
  padding:0 10px 0 9px;
}

.mainNavigation li.active li.firstItem {
  background-image:url(../img/layout/bgNavMainLevel2FirstItem.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

.mainNavigation li.active li.firstItem a:hover,
.mainNavigation li.active li.firstItemActive a {
  background-image:url(../img/layout/bgNavMainLevel2FirstItemHover.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

.mainNavigation li.active li.firstItemActive a span span {
  color:#fff;
}

.mainNavigation li.active li.firstItem span {
  background-color:transparent;
}

.mainNavigation li.active li.firstItem span span {
  background-image:none;
}

.mainNavigation li.active li.lastItem span span {
  background-image:none;
}

.mainNavigation li.active li a:hover span {
  background-image:none;
}

.mainNavigation li a {
  margin:0 10px 0 9px;
}

.mainNavigation li span {
  background-color:#8b9bb1;
}

.mainNavigation li span span {
  padding:11px 10px 10px 22px;
}

.mainNavigation li.firstItem {
  border-top:none;
}

.mainNavigation li.active li {
  border-top:none;
}

.mainNavigation li.active li a {
  border-top:none;
  margin:0;
}

.mainNavigation li.active li span {
  background-color:#fff;
}

.mainNavigation li.active li a:hover span {
  background-color:#b0b0b0;
}

.mainNavigation li.active li span span {
  padding:2px 5px 3px 19px;
}

.mainNavigation li.active li.firstItem span span {
  padding:9px 5px 3px 19px;
}

.mainNavigation a,
.mainNavigation span {
  display:block;
  font-size:12px;
  text-decoration:none;
  color:#dedede;
}

.mainNavigation a:hover span {
  color:#667c95;
}

.mainNavigation li.active li a,
.mainNavigation li.active li a span {
  color:#667c95;
}

.mainNavigation li.active li a:hover,
.mainNavigation li.active li a:hover span {
  color:#fff;
}

.mainNavigation li.activeNoSubPages a span {
  background:url(../img/layout/bgNavMainLevel1ActiveTop.gif) no-repeat left top !important;
}

.mainNavigation li.activeNoSubPages a span span {
  background: url(../img/layout/bgNavMainLevel1ActiveBottom.gif) no-repeat left bottom !important;
}

.mainNavigation li.active a {
  margin:0;
}

.mainNavigation li.active a span span,
.mainNavigation li.active a:hover span span {
  background:url(../img/layout/bgNavMainLevel1ActiveTop.gif) no-repeat left top;
  color:#667c95;
  font-weight:bold;
}

.mainNavigation li.active li a span,
.mainNavigation li.active li a:hover span {
  background:none;
  font-weight:normal;
}

.mainNavigation li.active a span,
.mainNavigation li.active a:hover span {
  background:url(../img/layout/bgNavMainLevel1ActiveBottom.gif) no-repeat left bottom;
  color:#667c95;
  font-weight:bold;
}

.mainNavigation li.active li a span span {
  background:#fff;
}

.mainNavigation li.active li a:hover span span,
.mainNavigation li.active li.active a span span {
  background:#b0b0b0;
  border-top:1px solid #8b9bb1;
  color:#fff;
}

.mainNavigation li.active li a span span {
  border-top:1px solid #d8dee5;
}

.mainNavigation li.active li.firstItem a span span {
  border-top:none;
}

.mainNavigation li.active li.firstItem a:hover span span {
  background:#b0b0b0 url(../img/layout/bgNavMainLevel2FirstItemHover.gif) no-repeat left top;
  border-top:none;
}

.mainNavigation li.active li.firstItem a:hover span {
  background:none;
}

.mainNavigation li.active li.lastItem a span,
.mainNavigation li.active li.active a span,
.mainNavigation li.active li.active a span span,
.mainNavigation li.active li.lastItem a:hover span,
.mainNavigation li.active li.lastItem a:hover span span {
  background-image:url(../img/layout/bgNavMainLevel2LastItem.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
}

/* sitemap navigation */
.sitemapNavigation {
  color:#b9b9b9;
  font-size:10px;
  clear:both;
  margin-left:188px;
  width:819px;
  text-align:center;
  border-top:2px solid #fff;
  padding:0 0 6px 0;
}

.homepage .sitemapNavigation {
  width:564px;
}

.sitemapNavigation ul {
  margin-top:9px;
}

.sitemapNavigation li {
  display:inline;
  padding:0 5px;
  border-left:1px solid #b9b9b9;
}

.sitemapNavigation li.firstItem {
  border-left:none;
}

.sitemapNavigation a {
  color:#b9b9b9;
  text-decoration:none;
}

.sitemapNavigation a:hover {
  text-decoration:underline;
}

/* address */
.address {
  clear:both;
  font-size:10px;
  color:#b9b9b9;
  margin-left:188px;
  width:819px;
  border-top:2px solid #fff;
  padding:8px 0 0 0;
  text-align:center;
}

.homepage .address {
  width:564px;
}

.address a {
  color:#b9b9b9;
  text-decoration:none;
}

.address a:hover {
  text-decoration:underline;
}

/* copyright */
.copyright {
  clear:both;
  font-size:10px;
  color:#b9b9b9;
  margin-left:188px;
  width:819px;
  padding:8px 0 20px 0;
  text-align:center;
}

.homepage .copyright {
  width:564px;
}

/* content */
.content {
  float:left;
  width:822px;
}

.homepage .content {
  width:567px
}

.content,
.content a {
  color:#7b7b7b;
}

.content h1 {
  font-size:24px;
  font-weight:bold;
}

.content h2 {
  font-size:17px;
  font-weight:bold;
  padding-bottom: 4px;
}

.content h3 {
  font-size:14px;
  font-weight:bold;
}

.content h4 {
  font-size:12px;
  font-weight:bold;
}

.content h5 {
  font-size:12px;
  font-weight:bold;
}

.content h6 {
  font-size:12px;
  font-weight:bold;
}

.content p {
  font-size:12px;
}

/* sidebar */
.sideBar {
  width:255px;
  float:left;
  background:url(../img/layout/bgDividerSidebar.gif) repeat-x left top;
  margin-top:58px;
}

.sideBar,
.sideBar a {
  color:#fff;
}

.sideBar div {
  background:url(../img/layout/bgDividerSidebar.gif) repeat-x left bottom;
  padding:14px 10px 35px 12px;
  width:232px;
}

.sideBar h3 {
  font-size:14px;
  font-weight:bold;
  padding-bottom:14px;
}

.sideBar p {
  font-size:12px;
  line-height:1.5em;
  padding-bottom:3px;
}

.sideBar .richtextBox {
  font-size: 12px;
  line-height: 1.5em;
  padding-bottom: 14px;
  background:url(../img/layout/bgDividerSidebar.gif) repeat-x left bottom;
  padding:14px 10px 35px 12px;
  width:232px;
}

.sideBar a {
  float:right;
  padding:0 20px 0 0;
  margin-right:8px;
  background:url(../img/layout/bgLinkArrow.gif) no-repeat right center;
}

.sideBar img {
  width: 200px;
}

.sideBar .randomImage {
  position:relative;
  height:158px;
}

.sideBar .randomImage a {
  float:none;
  margin:0;
  padding:0;
  background:none;
}

.sideBar .randomImage a img {
  text-align:left !important;
  margin:0 !important;
}

/* logo */
.logo {
  position:absolute;
  left:10px;
  top:110px;
}

/* keyvisual */
.keyvisual {
  width:824px;
  height:189px;
  position:absolute;
  left:184px;
  top:0px;
}

/* language */
.language {
  position:absolute;
  top:195px;
  left:590px;
  font-size:11px;
  color:#828282;
}

.language a {
  color:#748eb2;
}

/* search */
.search {
  left:758px;
  top:191px;
  position:absolute;
  width:224px;
  white-space:nowrap;
}

.search label {
  color:#7c95b6;
  font-size:11px;
  font-weight:bold;
}

.search input {
  width:158px;
  color:#7B7B7B;
}

.search a {
  color:#7c95b6;
  font-size:11px;
  font-weight:bold;
  background:url(../img/layout/bgLinkArrowBlue.gif) no-repeat right center;
  padding:0 20px 0 0;
}

.homepage .search {
  left:768px;
  top:198px;
  position:absolute;
  width:224px;
}

.homepage .search label {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  display:block;
  padding-bottom:3px;
}

.homepage .search input {
  width:224px;
  color:#7B7B7B;
}

.homepage .search a {
  color:#fff;
  font-size:12px;
  font-weight:bold;
  float:right;
  padding:5px 20px 5px 0;
  background:url(../img/layout/bgLinkArrow.gif) no-repeat right center;
  margin-right:7px;
}

/* greeting */
.greeting {
  padding:10px 60px 5px 40px;
}

.greeting h1 {
  padding-bottom:16px;
  line-height:1em;
}

.greeting p {
  line-height:1.5em;
}

/* teaser */
.teaser h2 {
  padding-bottom:9px;
}

.teaser p {
  line-height:1.5em;
  padding-bottom:6px;
}

.teaser p a {
  color:#76899f;
}

.teaser {
  border-top:3px solid #fff;
  margin:0 1px 14px 3px;
  padding:8px 60px 2px 40px;
  line-height:1.5em;
}

/* content item */
.contentItem {
  background:url(../img/layout/bgDivider.gif) repeat-x left top;
  margin-right:3px;
  padding:24px 40px 0 40px;
  line-height:1.5em;
}

/*
#afterContent {
  padding:24px 40px 0 40px;
}
*/

.content div.firstItem {
  padding-top:18px;
  background:none;
}

.contentItem h1 {
  padding-bottom:31px;
}

.contentItem p {
  line-height:1.5em;
  padding-bottom:1.5em;
}

.contentItem p.image {
  padding-bottom:0;
}

.contentItem ul {
  margin-bottom: 10px;
}

.contentItem li span {
  background:url(../img/layout/bgArrowGrey.gif) no-repeat 0px 2px;
  line-height:28px;
  padding:0 0 0 17px;
}

.contentItem li a {
  color:#748EB2;
}

/* helper styles */
.floatLeft {
  float:left;
  padding:0 30px 30px 0;
}

.floatRight {
  float:right;
  padding:0 0 30px 30px;
}

table {
  font-size:12px;
  color:#6f839a;
  width:100%;
  padding-top:4px;
  background:url(../img/layout/bgTableShadow.gif) repeat-x left top;
}

table th {
  font-weight:bold;
  background:#d9d8d9 url(../img/layout/bgTableHead.gif) repeat-x left top;
}

table th,
table td {
  padding:5px 5px 6px 5px;
}

table th {
  border-left:1px solid #6a7f9b;
}

table td {
  background:#fff url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
  border-left:1px solid #6a7f9b;
}
tr:nth-child(odd) td {
 background: #f2f2f3 url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
}

.contentTable h1 {
  padding:8px 10px 26px 35px;
}

.teaserButton {
  background:url(../img/layout/bgMedienbildungButton.gif) no-repeat left top;
  padding:7px 10px 17px 9px;
}

.contentForm form {
  background:#fff url(../img/layout/bgDividerTransparent.gif) repeat-x left top;
}

.contentForm form div {
  background:url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
}

.contentForm ul {
  padding:38px 0 0 40px;
}

.contentForm label {
  float:left;
  width:103px;
  line-height:21px;
}

.contentForm li {
  clear:both;
}

.contentForm .mail li {
  position:relative;
}

.contentForm .mail label {
  position:absolute;
  left:0px;
  top:0px;
}

.contentForm .mail input,
.contentForm .mail textarea {
  margin-left:100px;
}

.contentForm input.text,
input.form_input {
  background:url(../img/layout/bgInput.gif) no-repeat left top;
  border:none;
  display:block;
  float:left;
  width:301px;
  height:21px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  line-height:50px;
  padding-top:4px;
  color:#7B7B7B;
}

.contentForm textarea {
  background:url(../img/layout/bgTextarea.gif) no-repeat left top;
  border:none;
  display:block;
  float:left;
  width:324px;
  height:99px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-top:5px;
  color:#7B7B7B;
}

.contentForm input.image {
  clear:both;
  display:block;
  float:right;
  margin-right:360px;
  margin-top:12px;
  margin-bottom:15px;
}

.contentForm h1 {
  padding:42px 35px 16px 40px;
}

.contentForm h2 {
  padding:12px 35px 4px 40px;
  font-size:24px;
}

.contentForm p {
  padding:0 35px 18px 40px;
  line-height:1.5em;
}

.contentForm p a {
  color:#8a9ab0;
}

.contentForm .error {
  padding:0 0 0 0;
  background:#fff url(../img/layout/bgDividerTransparent.gif) repeat-x left top;
}

.contentForm .error ul {
  padding: 5px 0 0 0;
  margin-left:0px;
}

.contentForm .error li {
  background:url(../img/layout/bgArrowGrey.gif) no-repeat 0px 6px;
  line-height:18px;
  padding:0 0 0 17px;
  display:block;
}

.contentForm .error p {
  padding:10px 35px 18px 0;
  line-height:1.5em;
}

.contentForm .text {
  padding:0 35px 18px 40px;
  line-height:1.5em;
}

.contentList {
  line-height:1.5em;
}

.contentForm .error div {
  background:transparent url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
  padding:5px 0 2px 32px;
}

.contentList div {
  background:#fff url(../img/layout/bgDividerTransparent.gif) repeat-x left top;
}

.contentList div div {
  background:transparent url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
  padding:2px 0 2px 0;
  margin-bottom:60px;
}

.contentList div div div {
  background:none;
  float:left;
  padding:0 40px 0 32px;
}

.contentList div div div span {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:16px;
}

.contentList h1 {
  padding:40px 60px 20px 39px;
}

.contentList h2 {
  background:#f2f2f3;
  font-size:14px;
  line-height:23px;
  clear:right;
  padding-left:32px;
  margin-bottom:3px;
  width:535px;
  padding-top:5px;
}

.contentList p {
  line-height:1.5em;
  padding:24px 108px 0 40px;
}

.contentList ul {
  margin-left:32px;
}

.contentList li span {
  background:url(../img/layout/bgArrowGrey.gif) no-repeat 0px 10px;
  line-height:28px;
  padding:0 0 0 17px;
  display:block;
}

.contentList li a {
  color:#748EB2;
}

.contentGallery h1 {
  text-align:center;
  padding:32px 0 17px 0;
}

.contentGalleryNavigator {
  background:#fff url(../img/layout/bgDividerTransparent.gif) repeat-x left bottom;
  position:relative;
  margin:0 0 25px 0;
}

.contentGalleryNavigator div {
  background:url(../img/layout/bgDividerTransparent.gif) repeat-x left top;
  height:88px;
  padding:16px 93px 19px 92px;
}

.contentGalleryNavigator div div {
  background:#fff;
  height:105px;
  padding:0;
  overflow:hidden;
  background:url(../img/layout/galleryCurrentImageIndicator.jpg) no-repeat center bottom;
}

.contentGalleryNavigator ul {
  padding:0 0;
  white-space:nowrap;
  position:relative;
}

.contentGalleryNavigator li {
  float:left;
  padding:0 7px 0 6px;
}

.contentGalleryNavigator li a {
  display:block;
}

.contentGalleryNavigator a.rewind,
.contentGalleryNavigator a.forward {
  display:block;
  position:absolute;
  top:9px;
  width:41px;
  height:101px;
}

.contentGalleryNavigator a.rewind {
  left:86px;
  background:url(../img/layout/buttonGalleryNavigationLeft.png) no-repeat left top;
}

.contentGalleryNavigator a.forward {
  left:694px;
  top:10px;
  background:url(../img/layout/buttonGalleryNavigationRight.png) no-repeat left top;
}

.contentGalleryNavigator a span,
.contentGalleryNavigator a span {
  display:none;
}

.contentGalleryFullSizeImage {
  height:508px;
  text-align:center;
  position:relative;
  /*line-height:491px;*/
  padding-bottom:10px;
  color:#f2f2f3;
}

.contentGalleryFullSizeImage img {
  vertical-align:bottom;
}

p.contentGalleryImageTitle {
  font-size:18px;
  position:relative;
  text-align:center;
  padding-bottom:20px;
  padding-top: 5px;
  color: #7B7B7B;
}

.contentGoogleMapsBox {
  padding:12px 0 20px;
}

.contentGoogleMapsBox a {
  color:#748EB2;
}

.searchContent {
  padding:12px 40px 20px 32px;
  margin-bottom: 0px;
}

.contact img {
  padding:11px;
  margin:0 10px 10px 0;
  float:left;
}

.contact p {
  clear:both;
  margin-bottom:2em;
}

.sideBar div.randomImagePp {
  position:relative;
  padding:0;
  margin:0;
  width:200px;
  height:150px;
}

.randomImagePp div {
  padding:0;
  margin:0;
}

.sideBar div.randomImagePpTl,
.sideBar div.randomImagePpTr,
.sideBar div.randomImagePpBr,
.sideBar div.randomImagePpBl {
  width:5px;
  height:5px;
  position:absolute;
}

.sideBar div.randomImagePpTl {
  background:url(../img/layout/randomImagePpTl.gif) no-repeat top left;
  left:0;
  top:0
}

.sideBar div.randomImagePpTr {
  background:url(../img/layout/randomImagePpTr.gif) no-repeat top left;
  right:0;
  top:0
}

.sideBar div.randomImagePpBr {
  background:url(../img/layout/randomImagePpBr.gif) no-repeat top left;
  right:0;
  bottom:0
}

.sideBar div.randomImagePpBl {
  background:url(../img/layout/randomImagePpBl.gif) no-repeat top left;
  bottom:0;
  left:0
}

