html {
    margin-left: 15%;
    background-color: #ada49d;
}
.background {
    background-image: url("/static/img/Turbulenzen_scale.jpg");
    background-repeat:no-repeat;
    background-position: 780px 0;
}
body {
    font-family:"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif; 
}
.divider{
    float:left;
    width:5em;
}

/* Container */

#container{
    margin:0;
    padding:0;
    width:945px;
}

/* Header */

#header{
    position: relative;
    top: 3em;
    padding-bottom:10px;
    border: 0;
    border-bottom-width: 3px;
    border-color: gray;
    border-style: solid;
}

#header h1 {
    position: inherit;
    display:inline;
    margin-left:200px;
    padding-left: 41px;
    font-weight: normal;
}

#header img.fine {
    display:inline;
    position:absolute;
    right:20px;
    bottom:-5px;
    margin:0;
    /*width:400px;
    height:146px;
    background-image: url("/static/img/FineArtSmall.png");*/
}


/* Navigation */
#navigation{
    clear: both;
    float: left;
    border: 0;
    width: 200px;
    height: 575px;
    border-right-width: 3px;
    border-color: red;
    border-style: solid;
}

#navigation ul {
    /*display:none;  Deaktiviert */
    list-style: none;
    margin:0;
    padding:0;
}

.main-menu li {
    padding:0 0 1.5em;
}
.main-menu li a {
    text-decoration: none;
    color: white;
}

.submenu li {
    padding:1.5em 0 0.5em 1.5em;
}
.active{
    color: red !important;
}

/* Content */

#content{
    float: left;
    min-height: 375px;
    border-left-width: 3px;
    border-color: red;
    border-style: solid;
    border: 0;
    width: 700px;
    padding-left: 41px;
}

#navigation, #content {
    margin-top: 6.5em;
}


/* Footer */

#footer{
    clear: both;
}


/* Misc */ 

.tab1, .tab2 {
    float: left;
    width: 5em;
}
.hl {
    color: white;
}

/* News */
.news_container {
    width: 450px;
}
.news_container h1{
    margin: 0;
    font-weight: normal;
}
.news_body{
    margin-bottom: 4em;
}

/* Links */
.single_link {
    margin-bottom: 15px;
}

.single_link_title{
    text-decoration:none;
}
.single_link h2 {
    margin: 0 0 15px 0;
    font-weight: normal;
    color: white;
}
.single_link div {
    margin-bottom: 15px;
}

/* Exhibitions */
.ex_kind{
    margin-bottom:1em;
    color: white;
}

.single_ex, .group_ex{
    width:50%;
}

.ex_container div{
    float: left;
}
.ex_year{
    width: 50px;
    color: white;
}
.ex_title{
    padding-left:10px;
    width: 50%;
}
.ex_place{
    width: 300px;
}
.ex_row{
    margin-bottom:1em;
}

/* Gallery */
.photo-gallery {
    padding-left:27.5px;
}
.gallery-description{
    margin-top: 1em;
}
