@charset "UTF-8";
/**
  * Sebastian Deyle Website
  * 
  * Provides classes and styles for the website
  * 
  * @category        screen
  *
  * @author          Stefan Heckler <sh@dietaikonauten.com>
  * @copyright       Copyright (c) 2010 Stefan Heckler <http://www.dietaikonauten.com>
  * @version         $Id: screen.css 43 2010-06-07 16:43:51Z sh $
  */
 
/*
 * font settings
 */
html{
    overflow-y: scroll;
    overflow-x: hidden;
}
html, body {height: 100%;width:100%;}
body {
    background: #040404 url(../img/body_bg.jpg) no-repeat top center;
    text-align: center;
    line-height: 16px;
    min-width:1003px;

}

body,
textarea,
input,
select {
    color: #787878;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

a {
   color: #646464; 
}

a:hover {
    color: #a47f45;
}

strong {
    font-weight: bold;
}


.wrapper {
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    width: 1003px;
}


#page {	width:550px;
	height:620px}

.body_home .wrapper {
    min-height: 0;
}

.inline-wrapper {
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 1003px;
}

#flash-video-container {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 576px;
    width: 1003px;
    z-index: 0;
}

.content-home #flash-video-container {
    top: 20px;
}

/**
 * @section general
 * 
 * Common classes for general use on subsites
 */
#overlay {
    background: #000;
    cursor: wait;
    position: absolute;
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/**
 * @section top-bar
 * 
 * General styles for top bar includes player + social share functions
 */
.top-bar {
    height: 53px;
    margin-bottom: -53px;
    width: 100%;
}

.top-bar .inline-wrapper {
    position: relative;
    z-index: 5;
}

.top-bar-fill-first,
.top-bar-fill-last {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.top-bar-fill-first {
    height: 21px;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

.top-bar-fill-last {
    height: 32px;
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    top: 21px;
}

.top-bar-share {
    float: left;
    padding-top: 3px;
    padding-left: 6px;
}

.top-bar-share li {
    display: inline;
}

.top-bar-share a {
    background-repeat: no-repeat;
    color: #646464;
    display: block;
    float: left;
    font-weight: bold;
    height: 14px;
    font-size: 8px;
    line-height: 14px;
    margin-right: 15px;
    padding-left: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.top-bar-share a:hover {
    color: #fff;
}

.top-bar-share .facebook a {
    background-image: url(../img/icon_facebook.gif);
}

.top-bar-share .twitter a {
    background-image: url(../img/icon_twitter.gif);
}


/**
 * @section music-player
 */
.music-player {
    background: #000;
    float: right;
    position: relative;
    top: 21px;
    height: 32px;
    width: 165px;
}

.music-player .duration {
    background: #252525;
    float: left;
    margin-left: -2px;
    height: 2px;
    overflow: hidden;
    margin: 4px 3px;
    width: 159px;
}

.music-player .duration-fill {
    background: #929292;
    height: 100%;
    width: 0px;
}

.music-player-current {
    color: #777777;
    font-size: 10px;
    float: left;
    padding: 2px 8px;
}

.music-player-controls {
    display: block;
    padding: 6px 0;
    float: right;
    height: 9px;
    width: 44px;
    overflow: hidden;
}

.music-player-controls a {
    background: #4a4a4a url(../img/player/buttons_overlay.gif) no-repeat 0px 0;
    display: block;
    float: left;
    height: 9px;
    width: 10px;
    margin-right: 2px;
    text-indent: -9999px;
}

.music-player-controls a:hover {
    background-color: #fff;
}

.music-player-controls .paused a {
    background-position: -21px 0;
}

.music-player-controls-play a {
    background-position: -10px 0px;
}

.music-player-controls-next a {
    background-position: -33px 0px;
}

/**
 * @section header
 * 
 * Styles for Header
 */
.header {
    height: 27px;
    padding: 96px 0 0 0;
    position: relative;
    width: 100%;
}

.header-logo {
    background: url(../img/header_logo.png) no-repeat 0 0;
    display: block;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    width: 132px;
}


/**
 * @section navigation
 * 
 * Styles for navigation and language selection
 */
.navigation-wrapper {
    height: 20px;
    width: 100%;
}

.navigation-wrapper-bg {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    height: 20px;
    position: absolute;
    width: 100%;
}

.navigation li {
    margin-right: 14px;
    position: relative;
}

.navigation li,
.navigation li .level0,
.navigation li .level1 {
    display: block;
    float: left;
}


.navigation li .level0,
.navigation li .level1 {
    color: #545454;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
}

.navigation li .text {
    background: transparent !important;
    text-indent: 0;
    text-transform: uppercase;
    padding: 0 7px;
}

.navigation li .text:hover {
    color: #a3a3a3;
}

.navigation li.active a {
    color: #fff;
}

.navigation li.active ul a {
    color: #545454;
}

.navigation li.active ul li.active a {
    color: #a47f45;
}


.navigation li ul {
    display: none;
}

.navigation li.active ul {
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
    width: 163px;
}

.navigation li.active ul li {
    margin-right: 0px;
}


/**
 * @section footer
 * 
 * Layout definitions for the footer
 */
.footer {
    margin: 0 auto;
    height: 32px;
    margin-top: -32px;
    text-align: center;
    position: relative;
    width: 100%;
}

.footer-fill {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.body_home .footer-fill {
    display: none;
}

.footer .inline-wrapper {
    margin: 0 auto;
    height: 100%;
    position: relative;
    text-align: left;
    width: 1003px;
}

.push {
    clear: both;
    height: 32px;
}

.body_home .footer {
    background: url(../img/footer_home_bg.jpg) repeat-x 0 0;
    height: 197px;
    margin-top: -32px;
/*    margin-top: -197px;*/
}

.body_home .push {
/*    height: 197px;*/
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-meta,
.footer-copyright {
    font-size: 9px;
    text-transform: uppercase;
    line-height: 15px;
    position: absolute;
    top: 10px;
}

.body_home .footer-meta,
.body_home .footer-copyright {
    top: 15px;
}

.footer-meta {
    left: 6px;
}

.footer-copyright {
    right: 0;
    text-align: right;
}


/**
 * @section content
 */
.content {
    background-repeat: no-repeat;
    font-family: Georgia, Arial, serif;
    font-style: italic;
    display: block;
    height: 621px;
    position: relative;
    width: 1003px;
}

.content h2 {
    color: #fff;
    font-style: italic;
    margin-bottom: 18px;
}

.content-spacer {
    background: #090909;
    height: 1px;
    overflow: hidden;
    line-height: 0px;
    font-size: 0px;
    border-bottom: 1px solid #313131;
}


/**
 * @section home
 */
.content-home {
}

.home-text {
    position: absolute;
    color: #787878;
    left: 475px;
    top: 161px;
    width: 450px;
}
/*
.home-portrait {
    position: absolute;
    z-index: 5;
    height: 524px;
    left: 0;
    top: 59px;
    width: 500px;
}*/

.home-portrait {
    position: absolute;
    z-index: 5;
    height: 565px;
    left: -172px;
    top: 56px;
    width: 768px;
}

.home-slogan {
    position: absolute;
    z-index: 5;
    left: 259px;
    top: 460px;
}


/**
 * @section about
 */
.content-about {
    padding: 65px 0 0 7px;
}
.about-table {
    border-top: 1px solid #090909;
    width: 510px;
    position: relative;
    z-index: 5;
}

.about-table th {
    width: 100px;
}

.about-table th,
.about-table td {
    padding: 2px 0;
}

.about-block-first th,
.about-block-first td {
    padding-top: 10px;
    border-top: 1px solid #313131;
}

.about-block-last th,
.about-block-last td {
    padding-bottom: 10px;
    border-bottom: 1px solid #090909;
}

.about-table .about-block-head {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 18px;
}

.about-table ul {
    padding-bottom: 8px;
}

.about-table ul li {
    clear: both;
    padding: 1px 0;
}

.about-table .title {
    display: block;
    float: left;
    width: 150px;
}


/**
 * @section links
 */
.content-links {
    padding: 65px 0 0 7px;
}

.links-list {
    width: 560px;
    position: relative;
}

.content-spacer {
    margin-bottom: 20px;
    width: 510px;
}

.links-list li {
    display: block;
    float: left;
    height: 90px;
    margin-right: 30px;
    width: 240px;
}

.links-list p {
    color: #505050;
    line-height: 16px;
}

.links-list h3,
.links-list h3 a {
    color: #a0a0a0;
    font-style: normal;
    text-decoration: none;
}

.links-list h3 a {
    background: url(../img/link_arrow.gif) no-repeat 1px 4px;
    padding-left: 8px;
}

.links-list h3 a:hover {
    background-position: 1px -31px;
    color: #fff;
}

.links-list h3 {
    margin-bottom: 5px;
}

/**
 * @section news
 */
.content-news {
    padding: 65px 0 0 7px;
    height: 570px;
}

.news-entries-nav,
.guestbook-entries-nav {
    position: absolute;
    top: 570px;
    z-index: 5;
    text-align: right;
    width: 510px;
    left: 0;
	font-family:georgia
}
.news-entries-nav {top:522px;}

.news-entries-nav a,
.guestbook-entries-nav a {
    font-style: normal;
    text-decoration: none;
}

.news-entries-prev,
.guestbook-entries-prev {
    float: left;
}

.news-entries-next,
.guestbook-entries-next {
    float: right;
}

.news-entries,
.guestbook-entries {
    position: relative;
    z-index: 5;
    height: 490px;
    overflow: hidden;
    width: 510px;
}

.news-entries {height:500px}

.news-entries-container,
.guestbook-entries-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
}

.news-entry {
    margin-bottom: 40px;
    width: 510px;
}

.news-entry p {
    color: #a0a0a0;
    clear: both;
    line-height: 17px;
    margin-bottom: 8px;
}

.news-entry-link {
    background: url(../img/link_arrow_dark.gif) no-repeat 0px 5px;
    color: #505050;
    float: left;
    text-decoration: none;
    padding-left: 7px;
    font-style: normal;
}

.news-entry-link:hover {
    background-position: 0px -30px;
    color: #fff;
}

.news-entry-date {
    color: #505050;
    font-style: normal;
    float: right;
}

.news-media {
    font-style: normal;
}

.news-media a {
    text-decoration: none;
}

/**
 * @section contact
 */

#contact-flash {
    position: absolute;
    right: 0;
    top: 0;
    height: 500px;
    width: 698px;
    z-index: 0;
}

#flash-video-container_news {top:300px}

.content-contact div {
    z-index: 10;
    position: relative;
}

.content-contact {
    padding: 65px 0 0 7px;
}

.content-contact h3 {
    color: #fff;
    margin-bottom: 15px;
}

.content-contact h4 {
    color: #a0a0a0;
    margin-bottom: 2px;
}

.content-contact p {
    margin-bottom: 15px;
}

.contact-management {
    float: left;
    margin-right: 70px;
}

.contact-drama {
    float: left;
}

.content-contact table td {
    color: #505050;
    padding-left: 15px;
}


/**
 * @section guestbook
 */
.content-guestbook {
    padding: 65px 0 0 7px;
    height: 557px;
}

#guestbook-flash {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 500px;
    width: 960px;
    z-index: 0;
}
/*
.content-guestbook div {
    z-index: 10;
    position: relative;
}*/

.guestbook-entry {
    margin-bottom: 40px;
    width: 510px;
}

.guestbook-entry h3 {
    clear: both;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 3px;
}

.guestbook-entry p {
    clear: both;
    line-height: 17px;
    margin-bottom: 8px;
}

.guestbook-entry-user {
    float: left;
}

.guestbook-entry-date {
    float: right;
}

.guestbook-entry-date,
.guestbook-entry-user {
    color: #505050;
}

.guestbook-form,
.press-login,
.press-register {
    margin: 0 auto;
    padding-top: 100px;
    width: 400px;
}

.form-text,
.form-textarea {
    border: 1px solid #373737;
    background: #000;
    padding: 5px;
    margin-bottom: 4px;
    height: 18px;
    width: 388px;
}

.form-textarea {
    height: 200px;
}

.zend_form label {
    position: absolute;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
}

.zend_form label.error {
    color: #b04d4d;
}

.zend_form .form-submit {
    background: none;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-family: Georgia, Arial, Verdana, serif;
    float: right;
}


/**
 * @section press
 */
.press-login {
    width: 300px;
}

.content-press .press-register h1 {
    background-image: url(../img/de/press/headline_signup.gif);
    height: 26px;
    margin-bottom: 8px;
    
}

.press-login .form-text,
.press-login .form-submit {
    float: left;
}

.press-login .form-text {
    width: 180px;
    margin-right: 2px;
}

.press-login .form-submit {
    border: 1px solid #373737;
    color: #787878;
    height: 30px;
    margin-top: -16px;
    background: #000;
}

.press-login .zend_form {
    height: 35px;
}

.press-login .register {
    clear: both;
}

.press-login label.error {
    margin-left: 50px;
}

.content-press {
    background: url(../img/press/bg.jpg) no-repeat;
    padding: 65px 0 0 7px;
    height: 556px;
}

.content-press h1 {
    background: url(../img/de/press/headline_index.gif) no-repeat 0 0;
    display: block;
    height: 21px;
    text-indent: -9999px;
    margin-bottom: 20px;
    width: 265px;
}

#fbwall {
	margin-top: -522px;
    overflow: hidden;
}

.content-press h2 {
    margin-bottom: 12px;
}

.content-press p {
    width: 510px;
    margin-bottom: 30px;
}

.content-press p a {
    background: url(../img/link_arrow_dark.gif) no-repeat 1px 5px;
    color: #505050;
    padding-left: 8px;
    font-style: normal;
    text-decoration: none;
}

.content-press p a:hover {
    background-position: 1px -30px;
    color: #fff;
}

.press-downloads {
    border-top: 1px solid #090909;
    border-bottom: 1px solid #313131;
    width: 510px;
}

.press-downloads li {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #090909;
}

.press-downloads a {
    background: url(../img/link_arrow.gif) no-repeat 1px 12px;
    color: #a0a0a0;
    font-style: normal;
    display: block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
}

.press-downloads a:hover {
    background-position: 1px -23px;
    color: #fff;
}

.content-press .press-login h1 {
    background-image: url(../img/de/press/headline_login.gif);
    height: 26px;
    margin-bottom: 10px;
}


#vita-flash {
    position: absolute;
    right: 0;
    top: 70px;
    height: 500px;
    width: 800px;
    z-index: 0;
}


#news-flash {
    position: absolute;
    right: 0;
    top: 30px;
    height: 500px;
    width: 800px;
    z-index: 0;
}


/**
 * @section gallery
 */
.content-gallery {
    height: auto;
    position: static;
}

.gallery-prev,
.gallery-next {
    background: url(../img/arrow_left.png) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    display: block;
    text-indent: -9999px;
    height: 40px;
    width: 40px;
}

.gallery-next {
    background-image: url(../img/arrow_right.png);
    left: auto;
    right: 10px;
}

.gallery-navigation-wrapper {
    display: none;
    position: absolute;
    bottom: 32px;
    margin-left: 570px;
}

.gallery-navigation-wrapper-bg {
    background: #000;
    opacity: .8;
    filter: alphay(opacity=0.8);
    -moz-opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}

.gallery-navigation {
    display: block;
    position: relative;
    padding: 0 4px;
}

.gallery-navigation li {
    display: block;
    float: left;
    padding: 8px 4px;
}

.gallery-navigation a {
    display: block;
    height: 75px;
    width: 75px;
    overflow: hidden;
}

.gallery-navigation a:hover {
    border: 2px solid #888888;
    height: 71px;
    width: 71px;
}

.gallery-navigation a.active {
    border: 2px solid #fff;
    height: 71px;
    width: 71px;
}

.gallery-navigation a img {
    height: 100%;
    width: 100%;
}

.gallery-image {
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    width: 100%;
}

.gallery-image img {
    margin: 0 auto;
}


/**
 * @section events
 */
.events-flow {
    top: 100px;
    margin: 0 auto;
    width: 1003px;
}
.events-flow li {
    display: block;
    height: 212px;
    width: 316px;
}

.events-flow li a img {
    display: block;
    height: 100%;
    width: 100%;
}

.roundabout-holder  { padding: 0; height: 300px; }
.roundabout-moveable-item {
  height: 4em;
  width: 4em;
  cursor: pointer;
}
.roundabout-in-focus { cursor: auto; }


/**
 * @section imprint
 */
.content-imprint {
    padding: 65px 0 0 7px;
    height: 557px;
    width: 400px;
}

.content-imprint h2 {
    margin-bottom: 5px;
}

.content-imprint p {
    margin-bottom: 20px;
}

