
html,
body {
    margin: 0;
    padding: 0;
	text-align: center;
    background-color: #EAECDF;
    /*font-family: 'Times New Roman', Verdana, Arial, Helvetica, Sans-serif;*/
    font-family: 'book antiqua',palatino;
	font-size: 13px;
    color: #233741;
    background-image: url('../images/frontpage_bg.png');
    background-repeat: repeat-x;
    background-position: top center;
}

h1	{
    font-family: 'book antiqua',palatino;
	font-size: 15pt;
    color: #233741;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}

h1.hvid	{
    font-family: 'book antiqua',palatino;
	font-size: 14pt;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}

h2	{
    font-family: 'book antiqua',palatino;
	font-size: 14pt;
    color: #233741;
    font-weight: normal;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}

h3	{
    font-family: 'book antiqua',palatino;
	font-size: 8pt;
    color: #233741;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#wrapper {
    width: 1000px;
    min-height: 576px;
    background-image: url('../images/frontpage_main_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

#header {
    margin-left: 66px;
    margin-right: 34px;
    height: 110px;
    width: 900px;
    padding-top: 40px;
    margin-bottom: 12px;
}

#logo {
    float: left;
    height: 110px;
    overflow: hidden;
    width: 275px;
}

#menu {
    float: right;
    height: 110px;
    width: 625px;
    overflow: hidden;
}

#content_wrapper {
    margin-left: 66px;
    margin-right: 34px;
    height: 412px;
    width: 900px;
    overflow: hidden;
}

#content {
    float: right;
    margin-left: 50px;
    margin-right: 33px;
    margin-top: 265px;
    text-align: left;
    width: 510px;
    font-family: 'book antiqua',palatino;
	font-size: 13px;
    color: #FFFFFF;
}

#video {
    float: left;
    margin-left: 22px;
    width: 285px;
}

#video_16-10 {
    margin: 8px 8px 5px 8px;
    border: 1px solid #FFFFFF;
    height: 166px;
    width: 265px;
    overflow: hidden;
}

#video_16-10_desc {
    text-align: left;
    margin: 8px 8px 8px 8px;
    height: 120px;
    padding: 0px 10px 10px 10px;
    width: 250px;
    font-family: 'book antiqua',palatino;
	font-size: 13px;
    color: #FFFFFF;
}

#footer {
    width: 900px;
    min-height: 46px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
}

#footer_content {
    float: left;
    width: 450px;
    font-family: 'book antiqua',palatino;
	font-size: 13px;
    color: #74736f;
}

#social_footer {
    width: 900px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
}

#clear_footer {
    clear: both;
    width: 900px;
    height: 50px;
    overflow: hidden;
}

#footer_contact {
    width: 900px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    min-height: 30px;
}



/*

#menu_wrapper {
    height: 50px;
    min-width: 1000px;
    width: 100%;
    background-image: url('../images/menu_bg_c.png');
    background-repeat: repeat-x;
    background-position: top center;
}



#content_wrapper {
    height: 590px;
    width: 1000px;
    background-image: url('../images/content_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

#content_spacer {
    float: left;
    margin-left: 55px;
    margin-top: 45px;
}
#content {
    
    
    width: 660px;
    overflow: hidden;
    height: 325px;
    text-align: left;
}

#contact {
    float: right;
    text-align: left;
    margin-top: 30px;
    margin-right: 68px;
    width: 205px;
}

#footer_wrapper {
    min-width: 1000px;
    width: 100%;
    background-color: #253049;
}

#footer {
    width: 1000px;
    font-family: 'Times New Roman', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
    color: #FFF;
    margin: 0 auto;
}*/

input.text {
    border: 1px solid #000000;
    height: 20px;
    width: 200px;
    margin-top: 8px;
    font-family: 'book antiqua',palatino;
	font-size: 11px;
    color: #000000;
}

select.select {
    border: 1px solid #000000;
    height: 22px;
    width: 203px;
    margin-top: 8px;
    font-family: 'book antiqua',palatino;
	font-size: 11px;
    color: #000000;
}

input.contact_submit {
    float: left;
    margin-left: 128px;
    margin-top: 5px;
}

textarea.textarea {
    border: 1px solid #000000;
    width: 200px;
    height: 63px;
    margin-top: 4px;
    font-family: 'book antiqua',palatino;
	font-size: 11px;
    overflow: hidden;
    float: left;
    color: #000000;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

td {
    vertical-align: top;
}

img {
    border-style: none;
}

img.no-border {
    border-style: none;
}

img.social {
    border-style: none;
    margin-left: 5px;
}


a	{
	color: #233741;
	text-decoration:none;
}

a:hover	{
	color: #233741;
	text-decoration:underline;
}

a.blaa {
    color: #233741;
    text-decoration: none;
}

a.blaa:hover {
    color: #233741;
    text-decoration: underline;
}

a.blaa-underline {
    color: #233741;
    text-decoration: underline;
}

a.blaa-underline:hover {
    color: #233741;
    text-decoration: underline;
}

a.brun {
    color: #74736f;
    text-decoration: none;
}

a.brun:hover {
    color: #74736f;
    text-decoration: underline;
}

a.brun-underline {
    color: #74736f;
    text-decoration: underline;
}

a.brun-underline:hover {
    color: #74736f;
    text-decoration: underline;
}

a.sort {
    color: #000000;
    text-decoration: none;
}

a.sort:hover {
    color: #000000;
    text-decoration: underline;
}

a.sort-underline {
    color: #000000;
    text-decoration: underline;
}

a.sort-underline:hover {
    color: #000000;
    text-decoration: underline;
}

a.hvid {
    color: #ffffff;
    text-decoration: none;
}

a.hvid:hover {
    color: #ffffff;
    text-decoration: underline;
}

a.hvid-underline {
    color: #ffffff;
    text-decoration: underline;
}

a.hvid-underline:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.clear {
    clear: both;
}



/* ------- MENU ---------- */

/* Styles for the entire LavaLamp menu */
#menu_slide {
position: relative;
padding: 0px;
margin: 30px 0 0 32px;
overflow: hidden;
height:80px;
}
#menu_slide li {
float: left;
list-style: none;
}
#menu_slide li.backLava {
background: url("../images/menu_slide_bg.png") no-repeat right -30px;
width: 9px; height: 30px;
z-index: 8;
position: absolute;
}
#menu_slide li.backLava .leftLava {
background: url("../images/menu_slide_bg.png") no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
#menu_slide li a {
font: 16px 'book antiqua',palatino;
font-weight:300;
text-decoration: none;
color: #233741;
outline: none;
text-align: center;
top: 11px;
text-transform: none;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;
}


#menu_slide li a:hover, #menu_slide li a:active {
color: #233741;
border: none;
}