@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
}


a {
    text-decoration: none;
}

#header-container {
	background: url(../images/header-bg.jpg) repeat-x top left;
	width: 100%;
	height: 200px;
	display: table;
	text-align: center;
    
}

#flash-content {
	height: 152px;
    width: 300px;
	float: right;
    position: absolute;
    right: 0;
    top: 37px;
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* reclame button */
a.reclame {
    padding: 10px;
    width: 190px;
    float: right;
    margin-top: -110px;
    margin-right: 30px;
    border: 1px solid white;;
    background: yellow url(../images/reclame-bg.jpg) center;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px #c76145;
    -webkit-box-shadow: 0px 2px 2px #c76145;
    box-shadow: 0px 2px 2px #c76145;
    text-decoration: none;
    font-size: 15px;
    color: black;
    font-family: Arial;
    font-weight: normal;
}


#logo {
    float: left;
	height: 151px;
    margin-left: -90px;
}

.logo-title {
    margin-top: 65px;
    margin-left: -230px;
    float:left;
    display:block;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
    font-size: 17px;
    -moz-text-shadow: 0px 2px 2px #c76145;
    -webkit-text-shadow: 0px 2px 2px #c76145;
    text-shadow: 0px 2px 2px #c76145;
}

#top-bar {
    width: 900px;
    margin: 0 auto;
}

#top-nav {
	font: 13px arial; 
	color: #fff;
    -moz-text-shadow: 0px -1px 1px #000;
    -webkit-text-shadow: 0px -1px 1px #000;
    text-shadow: 0px -1px 1px #000;
    padding: 11px;
	text-align: right;
}
#top-nav a {
	color: #FFF;
    text-decoration: none;
    padding: 1em 0;
}
#top-nav a:hover {
	color: #f1a691;
}

#main-nav {
	font: 13px arial;
    text-align: left;
    margin: 0 auto;
	width: 900px;
	clear: both;
}
div.button {
	padding: 7px 11px;
    padding-bottom: 8px;
    margin-right: 7px;
    margin-top: 5px;
	float: left;
	display: block;
    background: #fff url(../images/btn-bg.jpg);

    /* rounded corners */
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    -moz-box-shadow: 0px -1px 1px #c76145;
    -webkit-box-shadow: 0px -1px 1px #c76145;
    box-shadow: 0px -1px 1px #c76145;

    -moz-text-shadow: 0px -1px 1px #fff;
    -webkit-text-shadow: 0px -1px 1px #fff;
    text-shadow: 0px -1px 1px #fff;
}
div.button:hover {
	background: #fff;
}

.button a {
	color: #000;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
}

.button:hover a {
    color: #444;
}

#content-container {
	width: 100%;
    text-align: center;
}

#content {
	width: 900px;
    display:inline-block;
    margin: 0 auto;
	font: 12px arial;
	text-align: left;
    margin-top: 35px;
    margin-bottom: 55px;
    line-height: 21px;
    color: #555;
}

#content h1,
#content h2,
#content h3,
#content strong {
    color: #000;
}

#content .list {
    list-style: disc;
}

.large {
    font-size: 14px;
    line-height: 25px;
}

#content img {
    margin-top: 30px;
    padding: 5px;
    -moz-box-shadow: 0px 0px 5px #e9e9e9;
    -webkit-box-shadow: 0px 0px 5px #e9e9e9;
    box-shadow: 0px 0px 5px #e9e9e9;
    -webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content h1 {
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
}

#content h2 {
	text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 4px;
}

.half-first {
    width:500px;
    float:left;
}

.half-last {
    width: 300px;
    margin-right: 35px;
    float: right;
}

#footer {
	background: #fff url(../images/footer.jpg) top left repeat-x;
	width: 100%;
	height: 150px;
	font: 12px arial;
	color: #666;
	text-align: center;
}

#footer-content {
	margin: 0 auto;
	width: 900px;
    font-size: 11px;
    font-style: italic;
}

#footer-content #extra {
    float:right;
    margin-top: 58px;
}

.footer-text {
    -moz-text-shadow: 0px -1px 1px #fff;
    -webkit-text-shadow: 0px -1px 1px #fff;
    text-shadow: 0px -1px 1px #fff;
	float: left;
	margin-right: 30px;
    margin-top: 65px;
    text-align: left;
    line-height: 20px;
}

#clients {
	float: left;
	margin-top: 10px;
}
.tabel, .tabel td {border: 1px solid #CCCCCC}

#tabs {
	width: 900px;
}

#copy {
    clear: both;
    padding-top: 40px;
    float: left;
    color: #ccc
}

.fifty {
    width: 430px;
    float:left;
    margin-right: 10px;
}

.fifty img {
    max-width: 350px;
}

img {
    border: 0;
}
