/* Formateringer for baggrunden*/
body
{
background-color: #ffffff;
}

/* Formateringer P&aring; skærmen passer til opløsningen 1024*768 og placere den i midten af skÃ¦rmen hvis den er > end 1024*768 */
#wrapper
{
position: relative;
width:1024px;
height:768px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
z-index: 0;
}

/* positionering af alle elementer i en hovede ramme */
#indexframe
{
position: absolute;
left: 100px;
width:800px;
height:750px;
background-color: transparent;
z-index: 1;
}

/* The location of the language bar */
#language_bar
{
position: absolute;
top: 0px;
left: 0px;
width:280px;
height:18px;
background-color: transparent;
z-index: 2;
}

#banner
{
position: absolute;
top: 30px;
left: 0px;
width:794px;
height:247px;
background-color: transparent;
background-image: url(../images/banner.jpg);
z-index: 2;
}

#menu
{
position: absolute;
top: 278px;
left: 0px;
width:797px;
height:53px;
background-color: transparent;
z-index: 2;
}

#contentframe
{
position: absolute;
top: 335px;
left: 0px;
width:796px;
height:360px;
background-color: transparent;
z-index: 2;
}

#menu_left
{
position: absolute;
top: 5px;
left: 5px;
width:200px;
height:310px;
background-color: transparent;
z-index: 3;
}

#content
{
position: absolute;
top: 5px;
left: 220px;
width:535px;
height:310px;
background-color: transparent;
overflow-y: scroll;
overflow-x: hidden;
padding-left: 20px;
padding-right: 20px;
z-index: 3;

scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: Gray;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
}

.content_image{
float: right;
margin-left: 5px;
margin-bottom: 5px;
}

#bottom
{
position: absolute;
/*top: 689px;*/
top: 660px;
left: 0px;
width:796px;
height:50px;
background-color: white;
z-index: 2;
border-top-color: #D3D3D3;
border-top: solid;
border-top: 1px;
}



