
a.std:link           {color: #000000; text-decoration: none}
a.std:visited        {color: #000000; text-decoration: none}
a.std:hover          {color: #F00000;text-decoration: underline}      /*FÄRG*/


html,body {
text-align:center;
font-family: Verdana,Arial;                     /*TYPSNITT*/
color: #000000;
background-color:#FFFFFF;
margin:0;
padding:0;
	overflow:auto;
}
p {
font-size: 10px;
color: #000000;
margin:0;
padding: 5px 10px 5px 10px;
line-height: 15px;
}

h3 {
color: #000000;
margin:0;
padding: 10px 10px 15px 10px;
}

.normal {
font-size: 11px;
color: #000000;
margin:0;
padding: 5px 10px 5px 10px;
line-height: 15px;
}

#box {
width:750px;
min-height:100%; /**/
background-color:#FFFFFF;
}


#center  {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -370px;
	padding: 0px;
        width:740px;
}

#header{
width: 750px;
height: 85px;
background-color:#F00000;                      /*FÄRG*/
margin:0;
}
#menu {
width:180px;
margin:0;
background-color:#00FFFF;
}
#main {
text-align:left;
width:750px;
background-color:#FFFFFF;
margin:0;
}
#belowthebottom {
  height:28px;
}

.meny  {
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	line-height: 25px;
  padding:4px;
}

.liten  {
	font-size : 10px;
}


#vertikalline  {
		border: #F00000;                    /*FÄRG*/
		border-style: solid;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 1px;
}

#bottom{
width:750px;
height: 32px;
	border: #F00000;                      /*FÄRG*/
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
  border-left-width: 0px;

}

.formular  {
	width : 220px;
}











