/* Overall layout */
#page {
width: 1398px;
background: url(../img/layout/ny_gradient.jpg);
margin: 0px auto -1px auto;
text-align: left;
position:relative;
min-height: 100%;
}

#backgroundimage {
background: url(../img/layout/ny_baggrund.jpg) no-repeat;
}

#extendedmenubar {
position: absolute;
left:0px;
top: 93px;
background: url(../img/layout/menuback.png);
height: 34px;
width: 100%;
z-index: -1;
}

#logo {
position:absolute;
top: 0px;
left: 969px;
background: url(../img/layout/logo.png) no-repeat;
width: 215px;
height: 168px;
}

/* Top sponsor */
#topred {
background-color: #641300;
height:93px;
padding-left: 8px;
padding-right: 8px;
margin-left: 189px;
margin-right: 189px;
}
#topblack {
background-color: #000000;
height: 85px;
padding-left: 11px;
padding-right: 11px;
}
#topgrey {
background-color: #222222;
height: 60px;
color: #9E9E9E;
font-size: 10px;
padding-top: 14px;
padding-left: 10px;
overflow: hidden;
}

#menu {
background: url(../img/layout/menuback.png);
height: 34px;
color: #000000;
text-transform:uppercase;
font-size: 13px;
padding-left: 189px;
}

#main_border {
background-color: #641300;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;

margin-left: 189px;
margin-right: 189px;
}
#main_super_content {
background-color: #000000;
padding-top: 11px;
padding-left: 11px;
padding-right: 11px;
padding-bottom: 11px;
}
#main_content {
min-height: 700px;
}
#andre_sponsorer {
background-color: #222222;
height: 60px;
color: #9E9E9E;
font-size: 10px;
padding-top: 14px;
padding-left: 10px;
margin-top: 50px;
}
#copyright {
background-color: #000000;
padding-top: 11px;
padding-left: 11px;
padding-right: 11px;

margin-top: 11px;
height: 50px;
text-align: center;
font-size: 9px;
}

.activelink{
cursor: pointer;
border: 2px solid red;
}

.activenonlink{
border: 2px solid red;
}

.inactive{
border: 0px;
}

/* Forside nyheder */
#forsidenyhedsmodul {
background-color: #222222;
color: #9E9E9E;
font-size: 11px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
position:relative;
height: 390px;
}
#hovednyhed {
width: 640px;
height: 390px;
overflow: hidden;
}
#hovednyhedtekst {
 position: absolute;
 top: 275px;
 left: 10px;
 width: 624px;
 height: 125px;
 color: #ffffff;
 padding-left: 8px;
 padding-right: 8px;
}
#hovednyhedindhold {
 font-size: 12px;
}

.alpha75 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.75);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000)";
}
#frontnews {
 height: 390px;
}

#midterbanner {
 padding-top: 10px;
 padding-bottom: 10px;
}
#sidebanner {
float: right;
}

/* Gæstebog */
.guestentry {
width: 642px;
}
.guestheader{
height: 31px;
background: url(../img/layout/tableheaderback.png);
padding: 5px;
}
.guesttext{
color: #DEDEDE;
background-color: #222222;
padding: 5px;
}

