@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,300');
@import url('https://fonts.googleapis.com/css?family=Ultra');

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    background: url("../img/background.jpg") no-repeat top center fixed #111111;
    letter-spacing: 0.04em;
}

a {
    color: #DD311D;
    text-decoration: none;
}

a:hover {
    color: #008000;
}

header {
    text-align: center;
    margin-top: 15px;
}

img {
    border: 0;
}

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
}

h1 {
    border-bottom: 3px solid #E3E3E3;
    font-size: 1.8rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    font-weight: normal;
    text-align: left;
}

h2 {
    border-bottom: 3px solid #E3E3E3;
    font-size: 1.5rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    font-weight: normal;
    text-align: left;
    margin-left: -5px;
}

.container-fluid {
    padding: 0 6% 0 6%;
}

.addcontent {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #000;
    opacity: .95;
}


.addfooter {
    background: #d3d3d3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px;
    margin-left: 2%;
    margin-bottom: 3%;
    width: 95%;
    border-top: 1px solid #111111;
}

.form_input_tipp {
    width: 45px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

.clear {
    clear: both;
}

.counter {
    font-family: 'Ultra', serif;
    font-size: 400%;
    font-weight: bold;
}