/* 
    Document   : template
    Created on : 04.09.2014, 20:53:40
    Author     : Björn Böhnke
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background: url("../images/noise3.png");
}

.devider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.35);
}

#main {
    width: 80%;
    min-width: 1200px;
    min-height: 665px;
    background: url("../images/gray_texture1.jpg");
    margin: 40px auto;
    border: 1px ;
    border-color: #808080;
    border-radius: 10px;
    box-shadow: 5px 5px 20px grey;
    font-family: verdana;
    color: white;
}

#header {
    width: 100%;
    height:180px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0px 0px;
}

#header img {
    height: 100%;
    display: block;
    margin: auto;
}

#nav {
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.1);
}

#pic-nav {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
}

#pic-nav a {
    font-size: 17px !important;
}

#content {
    width: 100%;
    min-height: 410px;
    
}

#footer {
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px;
    font-size: 10.5px;
    text-align: center;
    padding: 0px;
}

#footer p{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 9px;
    padding-bottom: 0px;
}

#footer a {
    text-decoration: none;
    color: #2E2E8A;
}

#footer a:hover {
    color: #0000CC;
}

.cleanFloat {
    clear: both;
    display: block;
}