/*

    2011-01-05, BjJa: Skapad

*/
a
{
    color: #333333;
}

#splash
{
    position: absolute;
    background-color: #FFFFFF;
	background-image: url('../images/FOT/fotriktigt.png');
    background-repeat: no-repeat;
    width: 687px;
    height: 92px;
}

#menu
{
    position: relative;
    background-color: #000000;
    height: 30px;
    padding: 0px 20px 0px 5px;
    margin: 72px 0px 20px 0px;
	border-radius: 0;
	border-top:  3px solid #FFFFFF;    
}

#menu a 
{
	line-height: 26px;
}
#meny
{
    position: relative;
    background-color: #000000;
    margin-top: 72px;
	height: 30px;
	border-radius: 0;
	border-top:  3px solid #FFFFFF;    
}

#adminmenu
{
    position: relative;
    background-color: #000000;
    height: 67px;
    padding: 0px 20px 0px 5px;
    margin: 63px 0px 5px 0px;
}

#adminmenu a
{
    display: inline;
    line-height: 35px;
    padding: 6px;
    background-color: transparent;
    background-repeat: repeat-x;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

#adminmenu a.first
{
    border-left: 0px;
}

#adminmenu a:hover
{
	color: #FFFFCC;
	text-decoration: none;
}

#adminmenu a.selected
{
	text-decoration: none;
	color: #FFFFCC;
}




#inner
{
    padding: 13px 30px 0px 30px;
}

#secondarycontent
{
	margin-right: 18px;
	margin-bottom: 10px;
}


