/***********************************************/
/* General tag formating  Film i Halland       */
/***********************************************/

body
{
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif; 
  color: #000000;
  margin: 0px;
  text-align: center;
}
	
A 
{ 
	text-decoration: none;			
	font-weight: bold;
	color: #9B1300;
}

A:hover
{
	background: #9B1300;
	color: #FFFFFF;
}

h1
{
  margin: 0;
  color: black; 
  font-family: Arial, Verdana, sans-serif;  
  font-size: 20px; 
  font-weight: bold;
}

h2
{
  margin: 0;
  color: black; 
  font-family: Arial, Verdana, sans-serif;  
  font-size: 14px; 
  font-weight: bold;
}

h3,th
{
  margin: 0;
  color: black; 
  font-family: Arial, Verdana, sans-serif;  
  font-size: 11px; 
  font-weight: bold;
}

td
{
  font-size: 12px;
}

img
{
  border: 0px;
}
/*********************************/
/* Fonts                         */
/*********************************/
.size10 {
  FONT-SIZE: 10px;
}
.size12 {
  FONT-SIZE: 12px;
}
.size14 {
  FONT-SIZE: 14px;
}
.size14r {
  FONT-SIZE: 14px; color: red;
}
.size16 {
  FONT-SIZE: 16px;
}
.size18 {
  FONT-SIZE: 18px;
}
.size20 {
  FONT-SIZE: 20px;
}
.size22 {
  FONT-SIZE: 22px;
}
.size26 {
  FONT-SIZE: 26px;
}
.size16x {
  FONT-SIZE: 16px;
}
.size26x {
  FONT-SIZE: 26px;
}

/*********************************/
/* Header                        */
/*********************************/
.header
{
  height: 60px;
  overflow: hidden;
}

/*********************************/
/* Footer                        */
/*********************************/
.footer
{
  margin: 30px;
  font-size: 9px;
  color: #777777;
}

/*********************************/
/* Main                          */
/*********************************/
.main
{
  text-align: left;
  background-image: url(images/bg_700.jpg);
  margin: 0px auto;
  width: 700px;
  height: 500px;
  overflow: hidden;
}

.main-menu
{
  text-align: left;
  margin: 0px;
  margin-left: 206px;
  width: 494px;
  height: 23px;
}

.left
{
  text-align: center;
  float: left;
  margin: 57px 0px 0px;
  width: 210px;
  height: 420px;
  font-family: Arial, Verdana, sans-serif;  
  font-size: 12px; 
  font-weight: bold;
}

.middle
{
  text-align: left;
  float: left;
  margin: 0px;
  width: 490px;
  height: 477px;
  overflow: auto;

  scrollbar-face-color: #bfbfbf; 
  scrollbar-arrow-color: #981300; 
  scrollbar-base-color: #bfbfbf;
  scrollbar-highlight-color: #cccccc;
}

.middle-sub
{
  margin: 60px 40px 20px 60px;
  width: 370px;
}

/*********************************/
/* News                          */
/*********************************/
.newstable
{
  border: 0px;
}

.newstable img
{
  margin: auto;
}

.newstable th
{
  background-image: url(images/dotline.jpg);
  background-position: center 10px;
  background-repeat: no-repeat;
  padding-top: 20px;

  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.newstable td
{
  font-size: 12px;
}

.newstable-caption
{
  text-align: center;
  font-weight: bold;
}

.newstable-caption a
{
  font-size: 22px;
}
