@charset "utf-8";
html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
/* hide overflow:hidden from IE5/Mac */
/* \*/

/* */
}
body {
background-image:url(bg_top.jpg);
background-repeat:repeat-x;
background-color:#000000;
font-family:verdana; /* set default font */
}
#BOX_site {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fdfdfd;
	margin-top:10px;
}
#BOX_logo {
	width: 794px;
	height: 101px;
	background-color:#fdfdfd;
	background-image:url(logo.jpg);
}
#BOX_pic {
	width: 794px;
	height: 156px;
	background-color:#fdfdfd;
	background-image:url(pic.jpg);
}
#BOX_meny {
	width: 792px;
	height: 41px;
	background-image:url(bg_meny.jpg);
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}

#BOX_content2 {
	width: 794px;
	height:6px;
	background-color:#ffffff;
	background-image:url(bg_main.jpg);
}
#BOX_content {
	width: auto;
	background-color:#fdfdfd;
	background-image:url(bg_content.jpg);
	float:left;
}
#BOX_content_left {
	width: 558px;
	float:left;
}
#BOX_content_mid {
	width: 20px;
	float:left;
font-size: 10px;
}
#BOX_content_right {
	width: 216px;
	float:left;
	padding-top:5px;
}
#BOX_spons {
	width: 794px;
	height: 110px;
}
#BOX_nyhet {
width: 558px;

}
#BOX_sida {
padding: 5px 10px;
}
    .content_box {
  	  width: 522px;
      float: none;
      padding: 5px 10px 20px 10px;
      margin-bottom:20px;
      background-color: #fbfbfb;
      border: 1px solid #e0e0e0; 
    }

/* gamla cssfilen */
  
  	#frame {
  		width:750px;
  		margin-right:auto;
  		margin-left:auto;
  		margin-top:20px;
  		padding:0px;
  		text-align:left;
  		border: 2px solid black;
      background:#ffffff;
  		}
  
 

   	div.boardfloat {
      float: left;
      width:200px;
      height:160px;
      padding:15px;
    }
    
  	.exams_box {
  	  width: 350px;
      float: none;
      padding:5px;
      margin-left:50px;
      margin-bottom:20px;
      margin-top:20px;
      background-color: #eeeeee;
      border: 1px solid #cccccc; 
    }
 
  	.text 	{
  		font-family:verdana, arial, helvetica, sans-serif;
  		font-size:11px;
  		line-height:14px;
  		text-align:left;
  		color:black;
  		}
  
    .bold {
      font-weight:bold;
    }

    .italic {
      font-style:italic;
    }
    
    blockquote {
  	  width: 75%;
      float: none;
      padding:5px;
      margin-left:50px;
      margin-bottom:0px;
      margin-top:0px;
      padding:5px;
     	font-family:verdana, arial, helvetica, sans-serif;
  		font-size:10px;
  		line-height:8px;
  		text-align:left;
  		color:black;
    }

  	.headline1 {
  		font-family:verdana, arial, helvetica, sans-serif;
  		font-size:14px;
  		text-decoration: underline;
  		font-weight:bold;
  		text-align:left;
  		color:black;
  		margin-bottom:24px;
  		}

  	.headline2 {
  		font-family:verdana, arial, helvetica, sans-serif;
  		font-size:12px;
  		font-weight:bold;
  		text-align:left;
  		color:black;
  		margin-bottom:4px;
  		}
  
    img {border:0}
 
  
	.email {
		color:#FF0000;
	}