/* Fonts */
@font-face {
    font-family: 'ContextRoundedCondensedSSBdCn';
    src: url('../fonts/conro5-webfont.eot');
    src: url('../fonts/conro5-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/conro5-webfont.woff') format('woff'),
         url('../fonts/conro5-webfont.ttf') format('truetype'),
         url('../fonts/conro5-webfont.svg#ContextRoundedCondensedSSBdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ContextRoundedCondensedNormal';
    src: url('../fonts/conro6-webfont.eot');
    src: url('../fonts/conro6-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/conro6-webfont.woff') format('woff'),
         url('../fonts/conro6-webfont.ttf') format('truetype'),
         url('../fonts/conro6-webfont.svg#ContextRoundedCondensedNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* tinyMCE user styles */
.bild-links {
    float: left;
    padding: 4px 10px 2px 0;
}
.bild-rechts {
    float: right;
    padding: 4px 0 2px 10px;
}


/* Tags */
body {
	/* background-color: #ddd; */
	background-color: #fff;
}

a:link, a:visited {
	color: #ff5a00; 
	text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

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

p {
}

hr {
	width: 100%;
	clear: both;
	border: none;
	color: #666666;
	background-color: #666666;
	height: 1px;
}

h1 {
    margin-top: 18px;
}
h1.filmtitel {
	text-transform: uppercase;    
}

h2 {
}
table#quicksearch-table td {
    padding: 3px 5px;
} 
table {
    margin-top: 18px;
    border-collapse: separate;
    border-spacing: 1px;
}
table table, table table td {
    margin: 0;
    padding: 0;
}
table td {
    padding: 5px;
    line-height: 14px;
}

table td.subline, table td.subline a {
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
table td.hint {
    font-size: 11px;
    line-height: 11px;
}
input {
    font-family: Courier New, Courier, monospace;
	font-size: 14px;
    padding: 1px;
}
    input[type="text"], input[type="textarea"] {
        border: 1px solid #9c9e9f;
    }


/* Layout */
#wrapper { 
	position: relative;
	width: 936px;
	/* margin: 0 auto 30px auto; */
	margin: 10px auto 30px 10px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
}

#top {
    width: 100%;
    height: 65px;
    margin-bottom: 23px;
}
#top #tagline {
    margin-top: 4px;
}
#top #logo {
    float: right;
}

#content {
    float: right;
    width: 780px;
    color: #707173;
}
    #content #top-content h1 {
        color: #000;
        margin: 0;
    }
    #content #top-content h2 {
        border: 1px solid #9c9e9f;
        margin-bottom: -2px; /* conform to page grid! */
    }

    /* Default page with pic column */
    #content-cms-left {
        margin-top: 5px;
        width: 136px; 
        float: left;      
        overflow: hide;
    }
        #content-cms-left #sectionyear {
        }
        #content-cms-left #eventdate {
        }
        
    #content-cms-main {
        float: right;
        width: 624px;
        overflow: auto;
    }
        #content-cms-main b, #content-cms-main strong {
            font-weight: normal;
        }
        
    #nav-bottom {
        width: 100%;
        margin-top: 18px;
        border-top: 1px solid #999;
    }
    
    #nav-bottom #permalinks {
        margin-top: 9px;
        float: right;
    }
    
    #nav-bottom iframe {
        margin-top: 9px;
    }

    /* Default page with pic column & Home page */
    #content-cms-main-fullwidth, #content-home {
        float: right;
        width: 780px;
        overflow: auto;
    }
        #content-cms-main-fullwidth b, #content-cms-main-fullwidth strong,
        #content-home b, #content-home strong {
            font-weight: normal;
        }

        #content-cms-main p, #content-cms-main-fullwidth p,
        #content-home p, #content-home p {
            margin: 18px 0 0 0;
        }
        #content-cms-main ul, #content-cms-main-fullwidth ul,
        #content-home ul, #content-home ul {
            margin: 18px 0 18px 36px;
        	list-style-image: url("../../../images/pfeil_black_right.gif");
        }
        #content-cms-main-fullwidth #tabs {
            margin-top: 12px;
        }
        #content-cms-main-fullwidth #tabs ul {
            margin: 0;
            list-style-image: none;
        }
        #content-cms-main-fullwidth #tabs a.print {
            z-index: 9999;
            margin-left: -20px;
            cursor: pointer;
        }
        
        /* Frontpage */
        #content-home #home-album {
            background-color: #000;
        }
        #content-home .tile {
            width: 380px;
            margin-bottom: 27px;
        }
        #content-home .tile-headline {
           /*  font-size: 16px;
            line-height: 18px;
            margin-bottom: 18px; */
            padding-top: 27px;
            border-top: 1px solid #999;
        }
        #content-home .tile-subline {
           /*  font-size: 13px;
            line-height: 18px; */
        }
        

#left {
    width: 136px;
}

    #navigation-wrapper {
        width: 100%;
        /* height: 505px; */        
    }
        #navigation {
            background-color: #ff5a00;
            line-height: 14px;
        }
        
        #navigation a.level-2 {
            display: block;
        }
            #navigation ul.level-1 {
                padding-top: 1px;
            }
                #navigation li.forum-link {
                    background-color: #33cc33;
                }
                #navigation li.level-1, #navigation li.level-1 a.level-1 {
                    color: #000;
                    padding-bottom: 22px;
                }
                #navigation li.level-1 a.level-1:hover {
                    color: #fff;
                    text-decoration: none;
                }
                #navigation li.level-1.current {
                    padding-bottom: 0;
                }
                #navigation li.level-1.current a.level-1 {
                    color: #fff;
                }
                
            #navigation ul.level-2 {
                background-color: #fff;
                border: 1px solid #ff5a00;
                padding: 1px 0 17px 0;
            }
                #navigation li.level-2 {
                    margin-right: -1px;
                }
                #navigation li.level-2, #navigation li.level-2 a.level-2 {
                    text-align: right;
                    color: #87888a;
                    padding-bottom: 2px;
                }
                #navigation li.level-2 a.level-2:hover {
                    color: #000;
                    text-decoration: none;
                }
                #navigation li.level-2.current, #navigation li.level-2.current a.level-2 {
                    color: #000;
                }
                
        #navigation-logged {
            font-size: 12px;
            line-height: 15px;
            border: 1px solid #ff5a00;
            padding: 5px;
            margin-top: 10px;
        }
        #navigation-logged a, #navigation-logged a:hover {
            color: #707173;            
        }
        #navigation-logged li li {
            padding-left: 10px;
        }

    #left-bottom {
        width: 136px;
    }

        #news {
            line-height: 17px;
        }
            #news ul li {
                /* padding: 4px 3px; */
            }
        
        #quicksearch, #language {
            margin-top: 15px;
        }


/* Boxes sidebar */
.box {
    border-bottom: 1px solid #ff5a00;
}
.box-header {
    border: 1px solid #87888a;
    border-bottom: none;
}
.box-header .title {
    padding-bottom: 2px;
    color: #87888a;    
}
.box li {
    padding: 3px 2px 3px 7px;
    border: 1px solid #ff5a00;
    border-bottom: none;
}
.box input {
    width: 130px;
    padding: 2px;
    border: 1px solid #ff5a00;
    border-bottom: none;
}


/* Random pix */
img.randomPic {
   width: 136px;
   height: 102px;
   margin-bottom: 15px; 
}


/* Cufon */
.rounded {
    font-family: 'ContextRoundedCondensedSSBdCn', 'Arial';
    letter-spacing: 0.08em;
}
.rounded a {
    color: #87888a;
    text-decoration: none;
}


/* Pager */
.spieldatum {
}

.clear {
    clear: both;
}


/* Listing films web */
.listing-films-box {
}

.listing-films-img {
	float: right;
	border: 0;
	width: 136px;
	height: 102px;
}

.listing-films-text {
	margin: 0 156px 10px 0;
}

.listing-films-title {
}

/* Films web detail */
#credits a  {
    color: #707173;    
}
div.film-album {
    margin: 18px 0 -14px 0;
}


/* Listing events */
.listing-events-day {
    border: 1px solid #707173;
    border-top: none;
    padding: 3px 0 0 5px;
    min-height: 20px;    
}
a.listing-events-toggle, a.listing-events-toggle:hover, a.listing-events-toggle:visited {
    color: rgb(112, 113, 115);
    text-decoration: none;
    float: left;
}
.listing-events-theater {
    width: 560px;
    padding: 0 0 2px 0;
    float: right;
    border-bottom: 1px solid #707173;
    display: none;
}

.listing-events-event {
    margin-top: 15px;
    border-top: 1px solid #707173;
    clear: left;
    display: none;
}

.listing-events-film-box {
    clear: right;
    margin-bottom: 15px;
}
.listing-events-film-text {
    margin-right: 156px;
}
.listing-events-film-img {
    float: right;
    width: 136px;
    height: 102px;
    margin: -18px 0 5px 0;
}


/* Listing albums in gallery */
.listing-albums {
    border: 1px solid #707173;
    border-top: none;
    padding: 3px 0 0 8px;
}
a.listing-albums-toggle, a.listing-albums-toggle:hover {
    color: rgb(112, 113, 115);
    text-decoration: none;
}
.listing-album {
    display: none;
    min-height: 415px;
    margin: 5px 0 0 -8px;
}

/* New forms */
table.form {
    width: 100%;
    border-collapse: collapse;
}
table.tabs {
    width: 100%;
    border: 0;
}
span.hint {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}
td.form-header {
    padding: 5px 0 !important;
    color: #ff5a00;
    border-bottom: 1px solid #ff5a00;
}
td.form-label {
    width: 25%;
    text-align: right;
    vertical-align: top;
    padding: 12px 8px 4px 8px;
}
td.form-input {
    width: 75%;
    vertical-align: top;
    padding: 12px 8px 4px 8px;
}
td.view-label {
    width: 25%;
    vertical-align: top;
}
td.view-label p {
    white-space: nowrap;
    margin: 0 0 4px 0 !important;
}
td.view-text {
    width: 75%;
    vertical-align: top;
}
td.view-text p {
    margin: 0 0 4px 0 !important;
}

td.search-form-label {
    width: 40%;
    text-align: right;
    vertical-align: top;
    padding: 12px 8px 4px 8px;
}
td.search-form-cop {
    vertical-align: top;
    padding: 12px 8px 4px 8px;
}
td.search-form-input {
    vertical-align: top;
    padding: 12px 8px 4px 8px;
}

table.list {
    width: 100%;
    border-collapse: collapse;    
}
table.list th {
    color: #ff5a00;
    padding: 4px 6px;
    font-style: italic;
    border-bottom: 1px solid #ff5a00;
    white-space: nowrap;
}
table.list td {
    padding: 7px 6px 5px 6px;
    border-bottom: 1px solid #aaa;
    vertical-align: top;
    line-height: 120%;
}
table.list dl {
    display: none;
    margin-top: 7px;
}
table.list dt {
    width: 200px;
    float: left;
    padding-top: 5px;
}
table.list dd {
    margin-left: 200px;
    padding-top: 5px;
}

div.form-submit {
    padding-top: 18px;
}
span.top-link {
    float: right;
}
.required {
    border: 1px solid #ff5a00 !important;
}


/* Backend */
a.block {
	display: block;
}
a.toplink {
   color: #fff;
}
div.pages-navi {
    background-color: #ddd;
    padding: 2px 8px 2px 8px;
    margin: 20px 0 10px 0;
}
.message, .message2 {
	color: #ff5a00;
	margin: 18px 0 0 0;
}
.message ul, .message2 ul {
    margin-bottom: 10px;
}

.width1 {
	width: 50px;
}
.width2 {
	width: 100px;
}
.width3 {
	width: 150px;
}
.width4 {
	width: 200px;
}
.width5 {
	width: 250px;
}
.width6 {
	width: 300px;
}
.width7 {
	width: 350px;
}
.width8 {
	width: 400px;
}
.width9 {
	width: 450px;
}
.width10 {
	width: 500px;
}
.width11 {
    width: 550px;
}
.width12 {
    width: 600px;
}
.width99 {
    width: 100%;
}
.frame  {
	border: solid 1px #000;
}
.highlighted {
    font-weight: normal;
    font-style: normal;
}
.tinymce {
    width: 100%;
}
