/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-Dec-2013, 09:47:25
    Author     : Ariel
*/


body {
    background: #fafafa;
    margin-top: 20px;
}

#main {
    width: 960px;
    margin: auto;
}

#banner {
    width: 728px;
    height: 95px;
    margin: auto;
    position: relative;
}

#banner a {
    display: none;
    position: absolute;
    left: 0;
}

#header {
    min-height: 60px;
/*    background: #e9e9e9;
    border: 1px solid #e9e9e9;*/
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    /*font-family: Helvetica;*/
    color: navy;
    /*box-shadow: -5px 4px 10px 0px #b3b3b3;*/
}

.header-2 {
    font-size: 18px;
    color: black;
}

#content-80 {
    float: left;
    width: 100%;
    line-height: 1.6;
}

#box {
    /*min-height: 100px;*/
/*    border: 1px solid #efefef;
    background: #efefef;*/
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    /*box-shadow: -5px 4px 10px 0px #e0e0e0;*/
}

#box-premiere{
	float:left;
	width:400px;
	border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}

h3 {
    /*font-family: Helvetica;*/
}

p {
    /*font-family: Helvetica;*/
    /*font-size: 14px;*/
    line-height: 1.6em;
}

#content-20 {
    float: left;
    margin-left: 15px;
    width: 295px;
    line-height: 1.6;
}

#footer {
    clear: both;
    height: 60px;
    padding: 10px;
/*    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background: #f5f5f5;*/
    /*box-shadow: -5px 4px 10px 0px #e3e3e3;*/
}

.copy {
    text-align: center;
    margin-top: 20px;
}

.hidden {
    display: none;
}

/**
 * GAZELLE.DK
 */
.box-gazelle .logo {
    text-align: center;
}
.box-gazelle .logo > img {
    width: 200px;
}
.box-gazelle form {
    margin: 0 auto;
}
.box-gazelle form input[type=submit] {
    margin: 20px 0 0;
}
