@CHARSET "UTF-8";
/* logo faben
    blau - #79a165
    grün - #7ca1c2
    rot -  #c53700*/
html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    color: black;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: #c53700;
}
.scope {
    width: 810px;
    height: 619px;
    position:absolute;
    left:50%;
    margin-left:-405px;
}
.header {
    height: 80px;
}
.content {
    height: 439px;
    padding: 50px;
    padding-left:10px;
}
.content_header {
    height: 350px;
    width:570px;
}
.content_footer {
    position: absolute;
    top: 520px;
    left: 100px;
    height: 80px;
    width: 633px;
    text-align: center;
}
.footer {
    height: 20px;
    text-align: right;
}
.border {
    border: solid 0px black;
}
.title {
        font-family: "Trebuchet MS", sans serif;
        font-size: 280%;
        position: absolute;
        top: -20px;
        left: 10px;
}
.logo {
    width: 140px;
        position: absolute;
        left: 455px;
        top: 2px;
}
/**** image carousel **************/
.carousel-component {
    padding:8px;
}
.carousel-component .carousel-list li {
    margin:4px;
    width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) +
                   img.border-left (1) + img.border-right (1)*/
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list li a {
    display:block;
    border:1px solid #e2edfa;
    outline:none;
    -moz-outline:none;
}
.carousel-component .carousel-list li a:hover {
    border: 1px solid #87bf4e;
}
.carousel-component .carousel-list li img {
    border:1px solid #999;
    display:block;
}
.carousel-component .carousel-list li strong {
    display:block;
}
#prev-arrow {
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer;
    left:5px;
}
#next-arrow {
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer;
    right:5px;
}
/********************************************/

/**** alter mist für die baustelle ****

* {
    margin: 0;
    padding: 0;
}
body {
        font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans serif;
        font-size: 13px;
        color: #A15F6C;
        line-height: 20px;
}
.page_wrapper {
        width: 700px;
        margin: 40px auto;
}
.page_header {
        width: 100%;
        height: 40px;
        padding:10px 10px;
}
.page_content {
        width: 100%;
        height: 400px;
        padding:10px 10px;
}
.page_footer {
        width: 100%;
        height:40px;
        padding:10px 10px;
        text-align: right;
}
.title1 {
        font-family: "Trebuchet MS", sans serif;
        position: relative;
        top: 22px;
}
.content_tip {
        position: relative;
        top: 100px;
        left: 200px;
}
.logo1 {
        position: relative;
        left: 350px;
        top: -60px;
}
****************************************************/