
:link, :visited {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, img {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img {
    border: none
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

#header {
    text-transform: lowercase;
    margin-left: 10px;
    margin-top: 27px;
    height: 123px;
    font-size: 36px;
    font-weight: bold;
    max-width: 960px;
    position: relative;
}

#header a {
    color: #333;
}

#header a:hover,
#header a:active {
    color: #95905A;
}

#wrapper {
    margin: 0px 50px 50px 10px;
    min-width: 700px;
    position: relative;
}

#col1 {
    width: 290px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
}

#col2 {
    position: absolute;
    top: 0px;
    left: 290px;
    width: 670px;
}

/* Content */

#col2 {
    line-height: 18px;
}

#col2 h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 36px;
}

#col2 h2 {
    font-weight: bold;
}

#col2 p {
    margin-bottom: 18px;
}

#col2 a {
    color: #95905A;
}

#col2 a:hover,
#col2 a:active {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

p + .media-container {
    padding-top: 18px;
}

figure.media {
    margin-left:0;
    margin-top: 0;
    margin-right: 0;
}


#col2 .media-container,
#col2 .media-container .media {
    margin-bottom: 36px;
}

#col2 .media-container .media img.framed {
    border: 1px solid #333;
}

#col2 .media-container .media div.video-subst {
    background-color: #999;
    text-align: center;
    color: #fff;
}

#col2 .media-container h1 {
    margin-bottom: 0px;
}

#col2 .media-container p {
    margin-top: 28px;
    margin-bottom: 0px;
}

/*
 *  Quicktime-Treatment
 */
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov /**/
{
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display /**/: none;
}

/* Navigation */

#nav-main {
    text-transform: lowercase;
    font-size: 18px;
    line-height: 20px;
}

#nav-main ul li a {
    color: #333;
}

#nav-main ul li a:hover,
#nav-main ul li a:active,
#nav-main ul li.act,
#nav-main ul li.act li.act {
    color: #95905A;
}

#nav-main ul li.act {
    margin: 22px 0px;
}

#nav-main ul li.act:first-child {
    margin-top: 0px;
}

#nav-main li#nav-main-projekte.act {
    margin-top: 0px;
}

#nav-main ul li.act li {
    color: #333;
    margin: 0px;
}

/*
 * generic classes 
 */

.hidden {
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.lang_nav {
    position: absolute;
    right: 0;
    font-weight: normal;
    font-size: 14px;
    top: 5px;

}

.lang_nav span {
    color: #95905A;
}

.lang_nav a {

}