html
{
    /*background-image: url(img/bg_auslaufend.png);*/
    background-image: url(img/Lochergut2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.9);
}
body
{
    width: 1100px;
    margin: auto;
    /*background-image: url(img/Lochergut.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}
header
{
    height: 70px;
    padding-top: 80px;
    font-family: "UrbanJungleDemo",Arial,sans-serif;
    /*font-family: "MIB",Arial,sans-serif;*/
    /*font-family: "AlphaS3",Arial,sans-serif;*/
    /*background-image: url(img/header.png);*/
    font-size: 400%;
    /*color: rgba(255,255,255,0.7);*/
    color: white;
    text-align: center;
}
#container
{
    /*background-image: url(img/side.png);
    background-repeat: repeat;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
nav
{
    background-color: rgba(0,0,0,0.4);
    border: outset;
    border-width: 2px;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.4);
    position: fixed;
    max-width: 260px;
    margin-top: 40px;
    margin-left: 28px;
    font-family: "UrbanJungleDEMO";
    /*font-family: "Broken-Detroit";*/
    text-decoration: none;
    font-size: 180%;
    float: left;
    color:white;
}
nav:hover
{
    background-color: rgba(255,255,255,0.4);
    color:black;
}
nav a
{
    color: lightgrey;
}
nav a:hover
{
    color: black;
}
nav ul li a
{
    max-width: 200px;
}
.textcontainer
{
    /*background-image: url(img/textcontainer.png);*/
    background-color: rgba(0,0,0,0.4);
    width: 500px;
    margin-left: 270px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-radius: 8px;
    border-style: outset;
    border-width: 2px;
    border-color: rgba(0,0,0,0.4);
    /*color: rgba(255,255,255,0.7);*/
    color: lightgrey;
    font-family: "Press_Style";
    /*font-family: "Urban";*/
    /*font-family: "Helvetica",Arial,sans-serif;*/
    font-size: 1.5em;
}
.textcontainer:hover, .textcontainer:hover h1
{
    background-color: rgba(255,255,255,0.4);
    color: black;
}
.textcontainer:hover h1
{
    border-color: black;
}
.textcontainer:hover a
{
    color: black;
}
.textcontainer h1
{
    background-color: rgba(0,0,0,0.2);
    font-family: "Urban";
    /*font-family: "Broken-Detroit";*/
    font-size: 200%;
    /*color: rgba(255,255,255,0.7);*/
    color: white;
    padding-left: 20px;
    border-bottom: outset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-width: 1px;
    border-color:rgba(255,255,255,0.9);
}
.textcontainer h2
{
    font-family: "Broken-Detroit";
    font-size: 150%;
    color: white;
    background-color: rgba(0,0,255,0.1);
    border-color: rgba(0,0,255,0.9);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-width: 1px;
    padding-left: 10px;
    margin-left: -10px;
}
.textcontainer a
{
    color: lightgrey;
    text-decoration: underline;
}
.textcontainer a:hover
{
    color: white;
    text-decoration: none;    
}
.textcontainer img
{
    border: outset;
    border-width: 2px;
    border-color: rgba(77,255,0,0.3);
    border-radius: 5px;
}
.textcontainer b
{
    font-size: 150%;
}
footer
{
    height: 120px;
    padding-top: 30px;
    /*background-image: url(img/footer.png);*/
    font-family: "Broken-Detroit";
    font-size: 100%;
    /*color: rgba(255,255,255,0.5);*/
    color: lightgrey;
    text-align: center;
}
footer b
{
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    text-decoration: none;
}
footer a
{
    color: white;
}
footer a:hover
{
    color: lightgrey;
}
@font-face
{
    font-family: 'AlphaS3';
    src: url(fonts/Alpha-Silouettes3.ttf);
    src: local('ø'), url(fonts/Alpha-Silouettes3.ttf);
}
@font-face
{
    font-family: "Broken-Detroit";
    src: url(fonts/Broken-Detroit.ttf);
    src: local("ø"), url(fonts/Broken-Detroit.ttf);
}
@font-face
{
    font-family: "MIB";
    src:url(fonts/MIB.ttf);
    src:local("ø"),url(fonts/MIB.ttf);
}
@font-face
{
    font-family: "Urban";
    src:url(fonts/Urban.ttf);
    src:local("ø"),url(fonts/Urban.ttf);
}
@font-face
{
    font-family: "UrbanJungleDEMO";
    src:url(fonts/UrbanJungleDEMO.otf);
    src:local("ø"),url(fonts/UrbanJungleDEMO.otf);
}
@font-face
{
    font-family: "LA_Street_Kids";
    src:url(fonts/LA_Street_Kids.ttf);
    src:local("ø"),url(fonts/LA_Street_Kids.ttf);
}
@font-face
{
    font-family: "Crackvetica";
    src:url(fonts/Crackvetica.ttf);
    src:local("ø"),url(fonts/Crackvetica.ttf);
}
@font-face
{
    font-family: "Press_Style";
    src:url(fonts/Press_Style.ttf);
    src:local("ø"),url(fonts/Press_Style.ttf);
}