@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:normal;
    local:'PT Sans';
    src:url(../fonts/PTS55F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:normal;
    local:'PT Sans Italic';
    src:url(../fonts/PTS56F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:bold;
    local:'PT Sans Bold';
    src:url(../fonts/PTS75F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:bold;
    local:'PT Sans Bold Italic';
    src:url(../fonts/PTS76F_W.ttf);
}

body {
    margin:0 auto;
    font-family:'PT Sans','Verdana',sans-serif;
    text-align:center;
}

div#footer {
    width:100%;
    margin-top:50px;
}

div#head {
    height:200px;
    width:100%;
    margin:0 auto;
    background-image:url(../graphik/banner.png);
    background-repeat:no-repeat;
    background-position:center;
}

div#main {
    width:1000px;
    margin:0 auto;
    margin-top:50px;
    text-align:center;
}

div#navigation-container {
    width:1000px;
    margin:0 auto; 
    margin-top:50px;
    margin-bottom:15px;
    font-weight:bold;
    text-align:left;
}

div#foot {
    width:1000px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:15px;
    text-align:center;
    font-size:12px;
}

div#footer > a, div#footer > span > a {
    color:#006CB7;
    text-decoration:none;
}

div#footer > a:hover, div#footer > span > a:hover {
    color:#D81920;
    text-decoration:none;
}

h1 {
    margin-bottom:15px;
    color:#D81920;
    font-size:20px;
    font-weight:bold;
}

input#filter-input {
    padding:4px;
    margin-left:5px;
    width:990px;
    font-family:'PT Sans','Verdana',sans-serif;
}

span.bold {
    font-weight:bold;
}

span.error {
    color:#D81920;
    font-weight:bold;
}

span.italic {
    font-style:italic;
}

span.private {
    color:#555555;
    font-style:italic;
}

span.small {
    font-size:12px;
}
