﻿a
{
    color: #333333;
}

#splash
{
    position: absolute;
    background-color: #FFFFFF;
    background-image: url('../images/VIS/demo_header.png');
    background-repeat: no-repeat;
    width: 687px;
    height: 92px;
}

#menu
{
    position: relative;
    background-color: #000000;
    height: 30px;
    padding: 0px 20px 0px 5px;
    margin: 74px 0px 20px 0px;
	border-radius: 0;
	border-top:  3px solid #FFFFFF;    
}

#menu a 
{
	line-height: 26px;
}

#meny
{
    position: relative;
    background-color: #000000;
    margin-top: 74px;
	height: 30px;
	border-radius: 0;
	border-top:  3px solid #FFFFFF;    
}


#inner
{
    padding: 13px 30px 0px 30px;
}

#primarycontent {
  width: 600px;
  margin-top: 40px;
}

#secondarycontent
{
	margin-right: 18px;
	margin-bottom: 10px;
}