@charset "UTF-8";
html { 
	height:101% 
	}
body, table, td, img, div {}

body  {
	margin: 0; 
	padding: 0;
	background-image:url(../images/background.jpg);
    line-height: 22px;
	text-align: center; 

}
#container { 
	width: 963px;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	padding: 0px 0px 0px 0px;  
} 

#menu {
	float: left; 
	width: 963px; 
	padding: 12px 16px 0px 95px;
 
}
#mainContent { 
	float: left; 
	padding: 16px 16px 16px 94px;
	width: 750px; 
} 

#textbox { 
	width:751px;
	background-image:url(../images/box_bg.png);
	color:#222222;
} 
#textboxcontent { 
	padding: 6px 106px 16px 26px; 
	color:#222222;
} 
#textboxcontentcontact { 
	padding: 16px 16px 16px 16px; 
	color:#222222;
} 

#textboxtop { 
	width:751px;
	height:16px;
} 

} 
#textboxbottom { 
	width:751px;
	height:16px;
} 

.clearfloat { /* denna klass ska placeras p en div eller break-element och ska vara det sista elementet innan en container som helt ska innehlla ett flyttal stngs */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h3 {
	font:Helvetica,Georgia,Verdana, sans-serif;
    font-size: 16px;
    line-height: 20px;  
    
    font-weight: bold;
	color:#222222;
    }

.h2 {
	font:Helvetica,Georgia,Verdana, sans-serif;
    font-size: 18px;
    line-height: 22px;  

    font-weight: bold;
	color:#222222;
    }

.h1 {
	font:Helvetica,Georgia,Verdana, sans-serif;
    font-size: 22px;
    line-height: 26px;  
 	font-weight: bold;
	color:#222222;
    }    
.dotline {
	width: 100%;
	height: 19px;	
	background-image:url('../images/dotline.png');
	background-repeat: repeat	
    }
.linedashed { width:100%; border-bottom:1px dashed #000000; font-size:0px; line-height:0px; margin-bottom:5px; margin-top:5px }

hr {color:#222222;} 
/* LINKS */
a:link {font-weight: medium; color:#222222; }
a:visited {font-weight: medium; text-decoration:none; color:#222222; }
a:hover {font-weight: medium; color:#222222; text-decoration:underline }

.reginput { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#222222}

/* TYPE */
body, table, tr, td	{ font-family: Helvetica,Georgia,Verdana, sans-serif; font-size:14px; line-height:20px; color:#000000}


