
* {
    padding: 0;
    margin: 0;
}

/* basic link styles*/
A {text-decoration: none}
A:hover {color: rgb(255,102,49);}

A:focus {
    border: none;
    outline: none;
}

/* aligment classes */
.left { float: left; }
.right { float: right; }
.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
}


h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 13px;
}

ul, li {list-style: none;}

img { border: none;}

/* structure */

body { overflow: hidden; }
body.cms { overflow: auto; }

#wrapper {
    margin: 85px 0 0 85px;
}

#logo {
    height: 15px;
    padding-left: 1px;
}

#left {
    float: left;
    width: 230px;
}
#content {
    padding-top: 66px;
    margin-left: 230px;
    margin-right: 50px;
}

body.detail #content {
    padding-top: 0px;
    width: 690px;
}

#content .scrollable {overflow: auto;}
body.cms #content .scrollable { overflow: visible;}


/* navigation styles */
#navigation {
    margin-top: 85px;
    line-height: 20px;
    margin-bottom: 18px;
}

#navigation li.active A,
#navigation ul.level2 li.active A {
    color: rgb(255,102,49);
}

#navigation ul.level2  {
    margin-top: 0px;
    margin-left: 20px;
}
#navigation ul.level2 A {
    color: rgb(140,140,140);
}

/* langchooser */
#langChooser a {
    color: rgb(140,140,140);
}


/* flat image gallery */

.flatImageGallery {
/*    height:  455px;*/
/*    overflow: auto;*/
}

.flatImageGallery li {
    float: left;
    margin-right: 18px;
    margin-bottom: 40px;
    position: relative;
}

.flatImageGallery li .cover {
    z-index: 2;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    background: url(../images/orange65.png) repeat;
}

/*.flatImageGallery li:hover .cover {
    display: block;
}
*/
/* defaultTemplate */

.defaultTemplate {
    width: 635px;
}


/* projectdetail */

.projectDetail {
    width: 635px;
}

.projectDetail .gallery .imageHolder {
    position: relative;
    height: 500px;
    margin-bottom: 18px;
}

.projectDetail .gallery .image img {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.gallery .batcher a.prev,
.gallery .batcher a.next {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/back-forward.png) left center no-repeat;
}

.gallery .batcher a.prev:hover,
.gallery .batcher a.next:hover {
    background-image: url(../images/back-forward-hover.png);
}

.gallery .batcher a.next {
    margin-left: 8px;
    background-position: right center;
}


/* exhibition overview */

.exhibitionList LI,
.pressList LI {
    margin-bottom:36px;
}

.exhibitionList LI .more {
    display: none;
}


/* richttext details */

.richtext a {
    text-decoration: underline;
}

.richtext p {
    margin-bottom: 12px;
}

.richtext img {
    margin-bottom: 5px;
    display: block;
}

.richtext table {
    border-collapse: collapse;
    margin: 16px 0;
}


