@charset "utf-8";
/* CSS Document */

Body {
	/*margin:0px 0px 0px 0px;
	height:100%;*/
	font-family: "arial", Verdana, sans-serif;
	font-size:0.8em;
	background-image:url(../pics/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#1D207F;
}




.main{
background:white; 
width:858px; 
border-left:#0D0F62 solid 1px;
border-right:#0D0F62 solid 1px;
float:left;
min-height: 300px;

}

.main_body
{
width:840px;
float:left;
margin-left:25px;
margin-top:25px;
float:left;
}



.wraper {
	background-image:url(../pics/strecher_bg.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	/*height:100%;*/
	
}



.header {
width:860px;
height:148px;
background-image:url(../pics/header.jpg);
background-repeat:no-repeat;
float:left;
 
}
.meny
{
width:858px;
height:36px;
margin-top:116px;
background-image:url(../pics/meny_bg.jpg);
background-repeat:no-repeat;
float:left;
font-size: 10px;
}

H1 {
	color: #2B2F86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H2 {
	color: #2B2F86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H3 {
	color: #2B2F86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
.meny a:link
{
font-size: 10px;
}


.meny a:visited
{
font-size: 10px;
}

.meny a:visited:hover
{
font-size: 10px;
}

.meny a:active
{
font-size: 10px;
}

.meny a:hover
{
font-size: 10px;
}

.meny a:active:hover
{
font-size: 10px;
}

*/

.knapp
{
width:75px; 
height:36px; 
background-image:url(../bilder/nyknapp.jpg);
background-repeat:no-repeat;
line-height:30px;
text-align:left;
color:#3A2727;
font-size:11px;
font-weight:bold;
float:left;
display:inline;
}

.knapp  a
{
width:75px; 
height:36px; 
text-decoration:none;
line-height:30px;
text-align:center;
color:#3A2727;
font-size:12px;
font-weight:bold;
float:left;
}

.knapp a:hover
{
width:75px; 
height:36px; 
text-decoration:none;
line-height:30px;
text-align:center;
color:#663399;
font-size:12px;
font-weight:bold;
float:left;
}

.foot
{
background-image:url(../pics/foot.jpg);
background-repeat:no-repeat;
width:860px;
height:19px;
float:left;
text-align:center;
font-size:10px;
color:#FFFFFF;
}
.foot_text
{
width:860px;
margin-top:10px;
color:#FFF;
text-align:center;
float:left;
}

.bild
{
background-color: #000;
height:271px;
width:858px;
border-left:#0D0F62 solid 1px;
border-right:#0D0F62 solid 1px;
float:left;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:visited:hover {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:active:hover {
	text-decoration: none;
	color: #000000;
}