@charset "utf-8";
/* CSS Document */

/*  ___________________   für alle Browser zurücksetzen    ___________________ */


@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('../font/walkway_semibold-webfont.eot');
    src: url('../font/walkway_semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/walkway_semibold-webfont.woff') format('woff'),
        url('../font/walkway_semibold-webfont.ttf') format('truetype'),
        url('../font/walkway_semibold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  ___________________________     Allgemeines     ___________________________ */

body {
    font-family: 'WalkwaySemiBoldRegular', Arial, sans-serif;
    color: #464646;
    background-color:#FFFFFF;

    background-image: url(../bg.jpg);
    background-repeat: repeat;
}
a {
    color: #464646;
    text-decoration: none;
}

a:link, a:active, a:visited {
    background: transparent;
    color: #464646;
}

a:hover { 
    color: #41617e;
    background: transparent;
}

h1 { 
    font-size:2em;
}

h2 { 
    font-size:1.6em; 
}

footer {
    margin: 2em 0;
    text-align: right;
}

/*  ______________________________     IDs     ______________________________ */

#containerwrapper {
    margin: 0 auto;
    padding: 0 5%;
    min-width: 250px;
}

#container {
    margin: 0 auto;
    padding-bottom: 4.3em;
}

#colourPageLinks {
    position: relative;
    background-image: url(../colours.jpg);
    height: 158px;
}

#startpageLogoLink {
    display: block;
    margin-top: 3.5em;
}
#startpageLinks {
    height: 50px;
    line-height: 45px;
    padding-top: 96px;
    padding-left: 0.6em;
}
#startpageLinks > span {
    margin-right: 12px;
}
#startpageHeading {
    margin: -5px 0 10px 0;
}
#homepageLinks {
    position: absolute;
    bottom: 0;
    right: 0;
}
#homepageLinks ul li {
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    list-style: none;
    padding: 0 0.375em;
    margin-left: 0.125px;
}

#impressum {
    margin: 2em 0;
}

/*  ______________________________   Klassen   ______________________________ */

.categoryFolder {
    margin-top: 2.375em;
}

.categoryFolder h2 {
    border-bottom: 1px solid #41617e;
    margin-bottom: 0.375em;
}

.categoryFolderPicturesImage {
    border: 6px solid #ae7e40;
    overflow: hidden;
}
.categoryFolderPicturesImage > img {
    display: block;
    width: 100%;
    height: auto;
}
