html {
scrollbar-face-color: #311313;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-base-color: #311313;
scrollbar-arrow-color: #ffffff;
}

body {
background-color:#311313;
font-family:Arial;
font-size:13px;
font-color:#000000;
margin: 0; 
padding: 0;
}

a.TextLink:link {color: #7F7F7F; font-weight: bold; font-size: 13px; text-decoration: underline; font-family:Arial, Verdana;}
a.TextLink:visited {color: #7F7F7F; font-weight: bold; font-size: 13px; text-decoration: underline; font-family:Arial, Verdana;}
a.TextLink:hover {color: #000000; font-weight: bold; font-size: 13px; text-decoration: none; font-family:Arial, Verdana;}

a.MiniLink:link {color: #000000; font-weight: normal; font-size: 13px; text-decoration: none; font-family:Arial, Verdana;}
a.MiniLink:visited {color: #000000; font-weight: normal; font-size: 13px; text-decoration: none; font-family:Arial, Verdana;}
a.MiniLink:hover {color: #000000; font-weight: normal; font-size: 13px; text-decoration: underline; font-family:Arial, Verdana;}

input {
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
border-right:solid 1px #000000;
font-family:Arial;
font-size:13px;
color:#000000;
background-color:#ffffff;
}

textarea.Contact {
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
border-right:solid 1px #000000;
font-family:Arial;
font-size:13px;
color:#000000;
background-color:#ffffff;
width:400px;
Height:100px;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-base-color:#000000;
scrollbar-arrow-color:#ffffff;
}

#Container {
width:940px;
position: absolute;
left:50%;
margin:0 0 0 -470px;
}

#ContainerTopLogo {
z-index:1;
width:940px;
padding:0px;
border-top:solid 1px #bbbbbb;
border-left:solid 1px #bbbbbb;
border-right:solid 1px #bbbbbb;
}

#Flags{
position:absolute;
top:154px;
left:595px;
z-index:200;
width:80px;
}

#ContainerSmiley {
position:absolute;
z-index:500;
top:154px;
left:635px;
text-align:right;
}

#ContainerMain {
background-color:#ffffff;
z-index:20;
top:179px;
width:900px;
padding:20px;
text-align:justify;
border-left:solid 1px #bbbbbb;
border-right:solid 1px #bbbbbb;
}

#ALaCarteContainer {
background: url(../Pics/ALaCarte.jpg) no-repeat;
}

#SelskabsbuffetContainer {
background: url(../Pics/Selskabsbuffet.jpg) no-repeat;
}

#SelskabsmenuContainer {
background: url(../Pics/Selskabsmenu.jpg) no-repeat;
}

#Bottom {
z-index:30;
width:940px;
height:27px;
background-color:#ffffff;
border-left:solid 1px #bbbbbb;
border-right:solid 1px #bbbbbb;
border-bottom:solid 1px #bbbbbb;
}

#Statements {
position:absolute;
z-index:90;
width:180px;
top:204px;
left:720px;
color:#5d1113;
font-weight:normal;
}

#AarhusCard {
position:absolute;
z-index:200;
width:150px;
top:189px;
left:550px;
border:0px;
}

#PrintButtonContainer {
z-index:200;
position:absolute;
top:204px;
left:655px;
width:50px;
text-align:right;
}

#ContainerPrintLogo {display:none;}

/* MENU START */

#ChromeMenu{
position:absolute;
top:152px;
z-index:99;
width:594px;
}

#ChromeMenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#ChromeMenu ul{
width: 100%;
padding-left:0px;
margin:0px;
float: left;
font: bold 12px Verdana;
}

#ChromeMenu ul li{
display: inline;
}

#ChromeMenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 6px;
text-decoration: none;
background: url(../Pics/divider.gif) center right no-repeat; /*Theme Change here*/
}

#ChromeMenu ul li a:hover{
color: #494949;
}

#ChromeMenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

#dropmenudiv{
position:absolute;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F0F0F0;
border-top:1px solid #f0f0f0;
}

/* MENU SLUT */

/* UDSKRIFT START */

@media print{

#ContainerPrintLogo{
padding:0px;
display:block;
}

#Container {
display:block;
width:750px;
left:0px;
margin:0px;
}

#Statements {display:none;}
#AarhusCard {display:none;}
#ContainerTopLogo {display:none;}
#ContainerSmiley {display:none;}
#ChromeMenu {display:none;}
#ContainerRight {display:none;}
#Flags {display:none;}

#ContainerMain {
border-left:0px;
border-right:0px;
}

#PrintButtonContainer {display:none;}

#Bottom {display:none;}
}
/* UDSKRIFT SLUT */