html{
    height:100%;
	padding:0;
    margin:0;	
    }

body{
	height:100%;
    margin:0;
    padding:0;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:0px;
	background-color:#d4f2f9;
	background-image:url(../images/bg-big.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	}
	
#banner{
	position:absolute;
	width:100%;
	height:109px;
	bottom:0px;
	background-color:#00b4d9;
	background-image:url(../images/banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#submenu{
	position:absolute;
	width:800px;
	line-height:17px;
	height:17px;
	bottom:117px;
	text-align:right;
	font-size:11px;
	left:50%;
	margin-left:-400px;
	color:#1295C7;
	}
	
#logo{
	position:absolute;
	width:450px;
	height:130px;
	left:50%;
	margin-left:-225px;
	top:60px;
	}
	
#container-frontpage{
	position:relative;
	min-height:820px;
	height:100%;
	}
	
#menu-container-noflash{
	position:absolute;
	width:800px;
	height:404px;
	left:50%;
	top:241px;
	margin-left:-400px;
	}
	
#menu-container{
	position:absolute;
	width:801px;
	height:404px;
	left:50%;
	top:241px;
	margin-left:-400px;
	}
	
#flash_right{
    position:absolute;
    display:inline;
    width:90px;
    margin-left:505px;
    height:200px;
    left:50%;
    top:415px;
    }
    
#flash_left{
    position:absolute;
    display:inline;
    width:90px;
    margin-left:-602px;
    height:200px;
    left:50%;
    top:415px;
}

#poppen{
	position:absolute;
    width:100%;
	height:80%;
    overflow:hidden;
}
   
a:link.submenu{
    color:#1295C7;
    text-decoration:none;
    font-size:11px;
}

a:visited.submenu{
    color:#1295C7;
    text-decoration:none;
    font-size:11px;
}

a:hover.submenu{
    color:#5c4032;
    text-decoration:none;
    font-size:11px;
}

a:active.submenu{
    color:#1295C7;
    text-decoration:none;
    font-size:11px;
}

a:link{
    color:#c81874;
    text-decoration:none;
    font-size:12px;
}

a:visited{
    color:#c81874;
    text-decoration:none;
    font-size:12px;
}

a:hover{
    color:#FA8588;
    text-decoration:none;
    font-size:12px;
}

a:active{
    color:#c81874;
    text-decoration:none;
    font-size:12px;
}
