body
{
}


a:link				{COLOR: #000000; }
a:visited			{COLOR: #000000; }
a:hover				{COLOR: #FF0000; }
a:active			{COLOR: #FF0000; }


/*fontklasser som skall finnas i båda stylesheeten */
.normal {font-family: Verdana;font-size:8pt;}
.rubrik {font-family: Verdana;font-size:14pt;font-weight:bold;}
.titel {font-family: Verdana;font-size:8pt;color:#FBF2BF;font-weight:bold;}
.citat {font-family: Verdana;font-size:8pt;color:Maroon;font-weight:bold;}
.citat_footer {font-family: Verdana;font-size:9pt;color:Gray;font-weight:normal;font-style:italic;text-align:right;}
.bottomtext { font-family: Arial; font-size: 10px; color:#404040;}
/* slut */

.SurveyQuestion {font-family: Verdana;font-size:10pt;font-weight:bold;}
.SurveyAlternative {font-family: Verdana;font-size:10pt;}

.frame
{ 	
    margin-left:auto;
    margin-right:auto;
    width:778px;   

}
.top 
{  
    margin-left:auto;
    margin-right:auto;
    position:relative; 
    border-left:1px solid black;
    border-right:1px solid black;
    border-top:1px solid black;   
    top:30px;
    left:0px;    
    height:104px;
    width:778px;
    overflow:hidden;
    /*background-image: url(../Images/top.jpg); background-repeat:no-repeat;*/
    

}
.menu
{
    text-align:left;
    position:relative;
    top:30px;
    left:0px;
    height:24px;
    width:778px;
    border-left:1px solid black;
    border-right:1px solid black;
    font-family: Verdana;
    font-size:10pt;
    z-index:1;
    background-image: url(/Images/MenuBackground.gif);
    background-repeat: repeat-x;
}
.content
{
    background-color:white;
    position:relative;
    top:29px;
    left:0px;
    width:758px;
    height:450px;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    font-family: Verdana;
    font-size:10pt;
    z-index:2;
    overflow:auto;
    padding:10px;
}
.contentnews
{
    background-color:white;
    position:relative;
    top:30px;
    left:0px;
    width:603px;
    height:450px;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    font-family: Verdana;
    font-size:10pt;
    z-index:0;
    overflow:auto;
}
.bottom
{
    position:relative;
    top:30px;
    left:0px;
    width:778px;
    height:40px;
    font-family: Verdana;
    font-size:7pt;
    color:gray;
    z-index:0;
}
.newslist
{
    background-color: #4672bd;
    border-right:1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
    position:relative;
    top:-461px;
    left:603px;
    width:175px;
    height:450px;
    font-family: Verdana;
    font-size:8pt;
    color:black;
    z-index:0;
    font-family:Verdana;
    font-size:8pt;
}

.inputs
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	background-color:#E9E9E9;
}




