/* BasCSS */
a, a:hover, a:active, a:visited
{
    color:#71716F;
}

a img
{
    border:0;
}

.commontext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#71716F;
	font-size:12px;
	line-height:16px;
}

.headingtext { 
	font-family:'century gothic',verdana,arial,helvetica,sans-serif; 
	text-transform:uppercase; 
	font-size:28px;
	margin:0px;
	line-height:100%;
}

.imagetext {}

.smalltext {}

.bigtext {
	font-family:'century gothic',verdana,arial,helvetica,sans-serif; 
	font-size:20px;
	margin:0px;
}

.columntext {}

.adresstext {}

.introtext {
	font-size:16px;
	line-height:22px;
}

h2 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande"; 
	text-transform:uppercase; 
	font-size:18px;
	color:#5A5A58;
	font-weight:normal;
	margin:0px;
	margin-bottom:9px;

}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande"; 
	text-transform:uppercase; 
	font-size:14px;
	font-weight:normal;
	margin:0px;
	margin-bottom:7px;
}

h4 { 
	font-family:'century gothic',verdana,arial,helvetica,sans-serif; 
	text-transform:uppercase; 
	font-size:13px;
	color:#878785;
	font-weight:bold;
	margin:0px;	
	margin-bottom:6px;	
}


/* Struktur */
body
{
    background-color:#ffffff;
    background-image:url(../images/background2.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    margin:0;
    padding:0;
    font-family:Verdana;
    font-size:11px;
    color:#71716F;
}

div#outerContainer
{
    width:1016px;
    margin-left:auto;
    margin-right:auto;
    padding:0 20px 0 20px;
}

div#innerContainer
{
    background-color:#ffffff;
    padding:18px;
    position:relative;
}

div#content #booking
{
position:absolute;
top:394px;
left:35px;
background-color:#71716F;
width:185px;
height:114px;
padding:15px 18px 15px 18px;
}

div#content #ribbon {
position:absolute;
top:200px;
left:758px;
}

div#langPick
{
    text-align:right;
    padding:7px 20px 7px 0;
}

.twitterbox
{
    background-image:url(../images/twitterbox.png);
    padding:15px;
    height:112px;
    width:239px;
    position:absolute;
    top:20px;
    right:20px;
}

/* Header */
div#header
{
    overflow:hidden;
    margin-bottom:10px;
}

div#header .contactInfo
{
    float:left;
    text-align:right;
    width:240px;
    padding-top:15px;
}

div#header .contactInfo .headingtext
{
    width:165px;
    display:block; 
    float:right;
}

div#header .box
{
    background-color:#D3D3D3;
    padding:15px;
    float:left;
    width:240px;
    margin-left:10px;
    height:82px;
}

/* Meny */
div#menu
{
    background-image:url(../images/menu_background.gif);
    background-repeat:repeat-x;
    height:30px;
    width:100%;
    margin-bottom:14px;
}

/* Footer */
div#footer
{
    border-top:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
    background-color:#E6E6E6;
    padding:25px;
    height:100%;    
}

div#footer table.logos
{
    margin-bottom:15px;
}

div#footer table.logos td
{
    padding-right:50px;
}

div#footer .box
{
    float:left;
    padding-right:20px;
    padding-left:20px;
    border-right:1px solid #C0C0C0;
}