* {
    margin:0;
    padding:0;
}

html, body {
    height:100%;
    color:#222;
    font:100.01% helvetica, arial, sans-serif;
}

#wrapper {
    width:884px;
    position:relative;
    left:-1px;
    margin:0 auto -3em;
    min-height:100%;
    height:auto !important;
    height:100%;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    /*background:url("../../img/wrapper.png") top left repeat-y #fff;*/
    background-color:#fff;
    font-size:.8em;
}

body[id] {
    overflow-y:scroll;
}

/**
 * ######################## HEADER & SLIDE_SHOW ########################
 */

#header {
    /*background-color:#BD0402;*/
    background-color:#BE1F2D;
    margin-bottom:30px;
}

#header h1 a {
    text-decoration:none;
    color:#fff;
    background:url("../../img/konservatorium-schauspiel-logo-neu.gif") center left no-repeat;
    display:block;
    height:155px;
    text-indent:-9999px;
    outline:none;
}

#slide_show {
    width:712px;
    position:absolute;
    top:0;
    right:0;
    overflow:hidden;
    z-index:3;
    height:155px;
}

#slide_show #slider {
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    z-index:4;
    height:155px;
    width:999999px;
}

#slide_show #slider img {
    display:inline;
    left:-10px;
}

/**
 * ######################## NAV ########################
 */

.nav {
    float:left;
    width:219px;
    position:relative;
    top:-3px;
}

.nav h3 {
    margin:4px 0 0 0;
    padding-right:21px;
    text-align:right;
}

.nav ul {
    list-style-type:none;
    text-align:right;
    border-right:1px dotted #aaa;
}

.nav ul li a {
    display:block;
    font-size:1.3em;
    padding:.3em 20px .3em .5em;
    color:#666;
    outline:0;
}

.nav ul li a:hover, .nav ul li a.current {
    color:#000;
}

.spacer {
    width:631px;
    float:right;
}

/**
 * ######################## CONTENT ########################
 */

#content {
    float:right;
    width:631px;
    padding:0 1em 5em 0;
}

#content.centered {
    float:right;
    width:331px;
    padding:50px 150px 0;
}

#content a {
    color:#BD0402;
    background-color:#fff;
}

#content a:hover {
    text-decoration:underline;
}

#content ul {
    margin:.5em 0 2em;
}

#content ul li {
    margin-bottom:.3em;
}

.profile_img {
    float:left;
    margin:0 15px 15px 0;
    clear:left;
    text-decoration:none;
    border:none;
    outline:0;
}

*|*:-moz-any-link img, img[usemap], object[usemap] {
    border:none !important;
}

.teacher {
    padding-top:15px;
    margin-bottom:40px;
}

.teacher h3 {
    margin-bottom:15px;
}

.teacher .info {
    width:200px;
    float:left;
}

.teacher .info p {
    margin-bottom:0;
}

.teacher .description {
    margin-left:215px;
}

.aktuell .date {
    color:#BD0402;
    font-weight:bold;
}

.aktuell.nicht-top {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha(opacity=70)";
    -khtml-opacity:0.7;
    -moz-opacity:0.7;
    -webkit-opacity:0.7;
}

#slide_show_notice {
    background-color:#fff;
    position:absolute;
    right:7px;
    top:5px;
    padding:2px 4px;
    color:#000;
    z-index:5;
    opacity:0.5;
    text-transform:uppercase;
}

.img_list {
    margin-top:25px;
}

.img_list img {
    opacity:.85;
    filter:alpha(opacity=85);
    -ms-filter:"alpha(opacity=85)";
    -khtml-opacity:.85;
    -moz-opacity:.85;
    -webkit-opacity:.85;
}

#content.lehrende img {
    position:relative;
    top:3.05em;
}

#ads {
    margin:50px 0;
}

/**
 * ######################## MISC ########################
 */

p, address {
    line-height:1.45;
    margin-bottom:1.5em;
}

address {
    font-style:italic;
}

acronym {
    cursor:help;
}

h1, h2 {
    font-weight:normal;
    letter-spacing:-1px;
}

h2 {
    margin:0 0 .3em 0;
}

a {
    color:#000;
    text-decoration:none;
    outline:none;
}

h3 {
    font-weight:bold;
    color:#BD0402;
}

ul {
    list-style-type:none;
}

td {
    vertical-align:top;
}

/**
 * ######################## CLASSES ########################
 */

.clear {
    clear:both;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

.hidden {
    display:none;
}

.back_link {
    font-size:.85em;
    margin-top:2.5em;
    text-align:left;
}

.teacher_task {
    border-top:1px dotted #999;
    padding-top:5px;
}

.teacher_task span {
    font-weight:bold;
    padding-right:10px;
}

/**
 * ######################## FOOTER, PUSH ########################
 */

#footer, #push
{
    height:2em;
}

#footer
{
    position:relative;
    left:-1px;
    z-index:3;
    width:884px;
    margin:0 auto;
    line-height:3em;
    height:3em;
    font-size:.8em;
    clear:both;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    /*background:url("../../img/wrapper.png") top left repeat-y #fff;*/
    background-color:#fff;
}

#footer ul {
    margin:0;
}

#footer ul li {
    display:inline;
    margin-left:1em;
}

#footer ul li a {
    color:#666;
}

#footer ul li a:hover, #footer ul li a.current {
    color:#000;
}
