

html {
    overflow-y: scroll;
}

body {
    background: url(/images/main/bg.gif) repeat-x #f7f7f7;
    font-family: 'Arial';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 40px;
}

a {
    color: #b9252c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

#page {
    width: 988px;
    margin: auto;
    text-align: left;
}

#banner {
    height: 46px;
    overflow: hidden;
}

#content {
    background-color: #FFF;
}

#content h1 {
    font-weight: bold;
    padding-bottom: 10px;
}

#content.layout1 {
    height: 435px;
    overflow: hidden;
}

#contentLeft {
    float: left;
}

#content.layout0 {
    padding: 20px 0;
}

.layout0 #contentLeft {
    width: 480px;
}

.layout0 #contentHeight {
    float: left;
    height: 395px;
    width: 40px;
}

.layout0 #contentRight {
    float: right;
    width: 335px;
    text-align: center;
}

#redLineRight {
    width: 5px;
    height: 69px;
    margin-bottom: -69px;
    border-left: 2px solid #b9252c;
    position: relative;
    z-index: 100;
}

.layout0 #redLineRight {
    left: -1px;
    top: -20px;
}

.layout1 #redLineRight {
    left: -21px;
    top: -20px;
}

.layout0 #contentRight img {
    display: block;
    margin: auto;
}

.layout1 #contentLeft {
    width: 653px;
    height: 436px;
}

.layout1 .galleryItem {
    position: absolute;
}

.layout1 #contentRight {
/*    overflow: hidden;*/
    padding: 20px;
    margin-left: 653px;
}

#contentFooter, #projectsNavi {
    height: 20px;
    clear: both;
    overflow: hidden;
    margin: -20px 0 0 670px;
}

#contentFooter {
    text-align: center;
    position: relative;
    top: -12px;
    padding-left: 40px;
}

#projectsNavi {
    position: relative;
    top: -10px;
}

#menu {
    clear: both;
    background-color: #b9252c;
}
#menu.noSubMenu {
    height: 46px;
}

#menu a {
    color: #E3E3E3;
    font-weight: bold;
    text-decoration: none;
}

.menuMarker, #subMenuSpacer, #subMenuSpacer2 {
    height: 32px;
}

#menu .menuItem {
    height: 20px;
    float: right;
    padding: 10px 17px 0;
    background-repeat: no-repeat;
    background-position: center 9px;
    overflow: hidden;
}

#menu .menuItem:hover, #menu .menuItem.current {
    background-position: center -34px;
}

#menu .menuItem img {
    visibility: hidden;
    margin-top: -30px;
}

#menu .menuItem, .subMenu {
    position: relative;
    left: -15px;
}

.menuMarker {
    float: right;
    width: 5px;
    padding-top: 1px;
}

#menu .menuItem.current {
    margin-right: -7px;
    border-right: 2px solid #FFF;
}

#menu.noSubMenu .menuItem.current {
    margin-right: -5px;
    border: none;
}

#subMenuSpacer {
    background-image: url(/images/main/menu_dotted.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -32px;
}
.noSubMenu #subMenuSpacer {
    display: none;
}

.subMenu {
    float: right;
    height: 70px;
    margin: -2px -7px 13px 0;
    text-align: right;
}

.subMenuBorder {
    padding: 7px 16px 0 0;
    border-right: 2px solid #FFF;
}

.subMenu .subMenuItem {
    display: block;
    line-height: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: right 1px;
    text-align: right;
    overflow: hidden;
    position: relative;
    top: 4px;
}

#menu .subMenuItem:hover, #menu .subMenuItem.current {
    background-position: right -42px;
}

.subMenu .subMenuItem img {
    visibility: hidden;
}

.thumbMenu {
    position: absolute;
    margin: 11px 0 0 197px;
}

.thumbMenu .thumb {
    float: left;
    width: 81px;
    height: 57px;
    margin-right: 12px;
/*    opacity: 0.9;*/
/*    background-position: 0 -47px;*/
}

.thumbMenu .thumb:hover, .thumbMenu .thumb.current {
/*    opacity: 1;*/
    background-position: 0 0;
}

.thumbMenu .thumb.current {
    border: 1px solid #DDD;
    margin: -1px 11px -1px -1px;
}

.thumbMenu .thumb img {
    display: block;
}

/* kontakt seite */

#contact input {
    margin-bottom: 10px;
}

#contact #submit {
    margin: 10px 0 20px;
}

#contact label, #contact input {
    display: block;
}

#links.a:hover{text-decoration:none;}

/*
.thumbTitle {
    display: block;
    line-height: 13px;
    background-color: #b9252c;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 44px;
}

.thumbTitle, .thumb.current:hover .thumbTitle {
    opacity: 0;
}

.thumb:hover .thumbTitle {
    opacity: 0.85;
}
*/

/* tooltip * /
.tooltip {
    display: none;
    background-color: #B9252C;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 5px 10px;
    margin-top: 16px;
}
*/
