@charset 'utf-8';
@import url(reset.css);

/*********** FULL SCREEN BACKGROUND ***********/
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#main {
	/* This is the only important rule */
	position: relative;
	/* These rules have no effect on the functionality */
    width: 968px;
    margin: 0 auto;
	background: transparent;
}
#mainLogo {
    position: fixed;
    top: 73px;
}
body {
	/* These rules have no effect on the functionality */
	margin: 0;
	padding: 0;
}

/*********** GLOBAL FONT SETUP ***********/
body {
	font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    vertical-align: top;
}
a, a:hover, a:visited {
    color: #ff9b3b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    color: #ff9b3b;
    text-transform: uppercase;
    margin-bottom: 2px;
}
p {
    margin-bottom: 1.2em;
}

span.dateHeader {
    display: block;
    margin-bottom: 3px;
}

/*********** CONTENT LIST SETUP ***********/
#content ol{
   list-style-type: decimal;
   list-style-position: outside;
   margin-left: 15px;
}
#content ul {
   list-style-position: outside;
   list-style-type: disc;
   margin-left: 15px;
}
/* reset for special content-lists */
#content ul.overviewList, #content ul.imageList {
   list-style-position: outside;
   list-style-type: none;
   margin-left: 0px;
}

/*********** FORMS SETUP ***********/
form {
    display: block;
    clear: both;
    margin: 15px 0;
    width: 75%;
}
form * {
    display: block;
}
form fieldset {
    clear: both;
}
form label, form legend {
    float: left;
    font-weight: bold;
    margin-bottom: 3px;
}
form legend {
    padding-top: 1em;
}
form *.optional {
    font-weight: normal !important;
}
form input, form textarea {
   float: left;
   margin-bottom: 5px;
   border: 1px solid #d8d8d8;
}

form input:focus, form textarea:focus {
   border-color: #ff9b3b;
   background-color: #ececec;
}
form input.button {
    clear: both;
    width: 50%;
    margin-top: 5px;
    font-size: 12px;
    background-color: #ececec;
}
form .button.submit {
    margin-top: 1em;
}
form label.radio, form input.radio, form label.checkbox, form input.checkbox {
    margin-bottom: 8px;
}
form label.radio {
    font-weight: normal;
}
form input.radio, form input.checkbox {
    clear: both;
    border: none;
    margin-right: 8px;
    margin-left: 0;
}
form span.seperator {
    float: left;
    margin: 0 5px;
}
form ul.messages {
    list-style: disc inside;
    border: 2px solid #FF0000;
    margin-left: 0;
    margin-top: 15px;
    padding: 10px;
    color: #FF0000;
}
form ul.messages li {
    margin-bottom: 0.5em;
    margin-left: 10px;
}
.w100 {
    width: 100%;
}
.w70 {
    width: 68%;
}
.w50 {
    width: 48%;
}
.w30 {
    width: 28%;
}


/*#####################################*/
/************* CONTAINERS **************/
/*#####################################*/

/*********** NEXT & PREVIOUS ***********/
#bgGalleryPrev, #bgGalleryNext {
    position: fixed;
    /*display: table-cell;*/
    display: none;
    vertical-align: middle;
    width: 10%;
    height: 20%;
    z-index: 150;
    top: 35%;
}
#bgGalleryPrev span, #bgGalleryNext span {
    position: relative;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}
#bgGalleryPrev {
    left: 0;
}
#bgGalleryPrev span {
    margin-left: 16px;
    background: url(img/btnArrowLeftInactive.png) no-repeat center right;
}
#bgGalleryPrev:hover span {
    background: url(img/btnArrowLeftActive.png) no-repeat center right;
}
#bgGalleryNext {
    right: 0;
}
#bgGalleryNext span {
    padding-right: 16px;
    float: right;
    background: url(img/btnArrowRightInactive.png) no-repeat center left;
}
#bgGalleryNext:hover span {
    background: url(img/btnArrowRightActive.png) no-repeat center left;
}


/*********** MAIN CONTENT ***********/
#content {
    float: right;
    width: 420px;
    padding: 18px 30px 30px 18px;
    margin: 60px 121px 150px 0px;
    background: #FFF;
}

/*- Close button -*/
a.close {
    display: block;
    width: 11px;
    height: 11px;
    float: right;
    margin: -5px -17px 0 0;
    background: url(img/btnClose.png) no-repeat center transparent;
    text-indent: -9999px;
}

/*- Image item list -*/
ul.imageList {
    margin-left: 0;
    margin-bottom: 1.5em;
}
ul.imageList img {
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 2px;
}
ul.imageList span.info {
    display: table-cell;
    float: right;
    width: 310px;
}
ul.imageList li {
    margin-bottom: 1em;
}

/*- Image row -*/
.imageRow {
    clear: both;
}
.imageRow img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

/*- Overview item list -*/
ul.overviewList {
    margin-left: 0;
    margin-bottom: 1em;
}
ul.overviewList h2 {
    margin-bottom: 10px;
}
ul.overviewList li {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe0e1;
    margin-bottom: 28px;
}
ul.overviewList li.last {
    margin-bottom: 14px;
}
ul.overviewList li .teaser {
    clear: both;
}



/*********** NAVIGATION ***********/

#navWrapper {
    position: fixed;
    bottom: 0;
    width: 968px;
    height: 120px;
    background: transparent;
}
#navWrapper .left {
    width: 122px;
    height: 120px;
    background: #FFF;
}
#navWrapper .left a#navLogo{
    display: block;
    width: 122px;
    height: 120px;
    background: url("img/navLogo.png") no-repeat scroll 0 -9px transparent;
    text-indent: -9999px;
}
#navWrapper .right {
    width: 836px;
    height: 120px;
    margin-left: 10px;
    background: url(img/bgNav.png);
}

/*- font -*/
#navWrapper {
    font-size: 10px;
    line-height: 1;
    letter-spacing:0.05em;
}
#navWrapper a {
    color: #000;
}
#navWrapper a:hover {
    text-decoration: none;
    color: #FFF;
}

/*- Nav Level 1 -*/
#nav1 {
    display: block;
    width: 157px;
    float: left;
    margin: 10px 0 0 11px;
}
#nav1 li {
    margin-bottom: 5px;
}
#nav1 li.last {
    margin-bottom: 0;
}
#nav1 li.active a {
    color: #FFF;
}
/*- Nav Level 2 -*/
#nav2{
    display: block;
    width: 157px;
    float: left;
    margin: 10px 0 0 0;
}
#nav2 li {
    margin-bottom: 5px;
}
#nav2 li.last {
    margin-bottom: 0;
}
#nav2 li.active a {
    color: #FFF;
}
/*- Meta Nav 1 -*/
#metaNav1{
    display: block;
    width: 314px;
    height: 100%;
    float: right;
    text-align: right;
    margin: 10px 11px 0 0;
}
#metaNav1 li {
    margin-bottom: 5px;
}
#metaNav1 li.last {
    margin-bottom: 0;
}
#metaNav1 li.active a {
    color: #FFF;
}
/*- Meta Nav 2 -*/
#metaNav2{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    float: right;
    text-align: right;
    margin: 0 11px 10px 0;
}
#metaNav2 li {
    float: left;
    border-right: 1px solid #000;
    margin-right: 6px;
    padding-right: 6px;
}
#metaNav2 li.last {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
#metaNav2 li.active a {
    color: #FFF;
}

/*********** BACKGROUND GALLERY ***********/
#bgGallery {
    display: none;
}


/*********** INFO OVERLAY ***********/
a#infoToggler {
    position: absolute;
    top: -34px;
    right: 0;
    width: 26px;
    height: 26px;
    background: url(img/btnInfoInactive.png) no-repeat center transparent;
}
a#infoToggler:hover {
    background: url(img/btnInfoActive.png) no-repeat center transparent;
}
a#infoToggler #infoText {
    display: none;
}
a#infoToggler:hover #infoText {
    display: block;
    position: absolute;
    bottom: 34px;
    right: 0;
    width: 225px;
    padding: 17px;
    padding: 12px 19px 7px 17px;
    border: 2px solid #ff9b3b;
    background: #FFF;
    color: #000;
}
a#infoToggler #infoText p {
    margin-bottom: 0.5em;
}

/*- font -*/
#infoToggler {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0;
}
#infoToggler a, #infoToggler a:hover, #infoToggler a:visited {
    color: #000;
    text-decoration: none;
}
#infoToggler a:hover {
    text-decoration: underline;
}
#infoToggler h2 {
    color: #000;
}

/*####################################*/
/*********** MISCELLANEOUS ************/
/*####################################*/

/*- weiter- und zurück-Links -*/
a.more, a.back {
    display: block;
    clear: left;
    padding-left: 17px;
    background: url(img/iconMore.png) no-repeat left center;
    color: #ff9b3b;
    white-space: nowrap;
}
a.back {
    display: inline;
    background: url(img/iconBack.png) no-repeat left center;
}
a.more.fr {
    padding-right: 17px;
    background: url(img/iconMore.png) no-repeat right center;
}

/*
.links {
	width: 100%;
}

*/
a.detail {
    float: right;
    padding-right: 17px;
    background: url(img/iconMore.png) no-repeat right center;
    color: #ff9b3b;
    white-space: nowrap;
}

.colorize {
    color: #ff9b3b !important;
}

/*- avoiding the horizontal scroll-shift by always displaying the vert-scroll -*/
html {
    min-height: 101%;
}

/*- text shadow -*/
.shadow {
    text-shadow: 2px 2px 2px #b7b7b7;
}

/*- round corners -*/
.rounded {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.roundedTop {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.roundedTopRight {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.roundedTopLeft {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
.roundedBottom {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.roundedRight {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.roundedLeft {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-radius-topleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*- positioning -*/
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.cl {
    clear: left !important;
}
.cr {
    clear: right !important;
}
.cb {
    clear: both !important;
}
.nowrap {
    display: table-cell;
}
.hide {
    display: none !important;
}

/* float clearing for good browsers */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}



/*********** BROWSER TWEAKS ***********/

/*- ONLY JavaScript enabled browsers -*/
.js div {}

/*- IE7 and below -*/
*+html .ie7 .clearfix, *+html .ie8 .clearfix {
  min-height: 1%;
}
.ie7 #metaNav2, .ie8 #metaNav2 {
    margin-bottom: 0px;
}

/*- IE6 and below -*/
body.ie6 {
	height: 100%;
}
.ie6 img.bg {
	min-height: 100%;
	min-width: 0;
	/* Set up proportionate scaling */
	width: 100%;
	height: 0;
	/* Set up positioning */
	position: absolute;
	top: 0;
	left: 0;
}
.ie6 #content {
    height: 100%;
}
.ie6 #navWrapper {
    position: fixed;
    bottom: 0;
    width: 968px;
    z-index: 100;
    background: red;
    overflow: auto;
}
* html .ie6 .clearfix {
  height: 1%;
  overflow: visible;
}