/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:76%;
	line-height:1.5em;	
	background-image: url(../bilder_losning/bg_site.jpg);
	background-repeat: repeat-x;
	background-color:#CBC7AC;
}

span,div,li,td,th,label { 
	font-family: Arial, Helvetica, sans-serif;
	}
p {margin-top:0px;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom: 2px;
	color:#333;
	line-height:140%;
}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom: 2px;
	color:#cc0000;
	line-height:140%;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:normal;
	margin-top:0px;
	margin-bottom: 2px;
	padding:0;
	color:#CC0000;
	line-height:140%;
}	

nyhetheading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 2.2em;
color:#CC0000;
letter-spacing:1px;
padding-bottom:10px;
}

h4 {font-size: 1.0em;}	
h5 {font-size: 1.0em;margin:0; padding:0;} /*NEWS HEADING TOP*/	
h6 {font-size: 0.8em;}
h2 a:link,
h2 a:visited {
	text-decoration:none;}

.adresse {
	font-size: 1.3em;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	line-height: 130%;
	color:#333;
}

.newslisting {
	font-size: 0.9em;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	line-height: 110%;
}




/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.bold {font-weight:bold;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.clearIE {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	  
/* MAIN LINK SETTINGS 
------------------------------------------------------------------ */
a:link{
color:#cc0000;
text-decoration:none
}
a:visited {
	color:#CC0000;
	text-decoration: none;
} 
a:hover{
	color:#CC0000;
	text-decoration:underline;
} 
a:active {
	color:#666;
	text-decoration:none;
}


/* FORMS
------------------------------------------------------------------ */

form {
	display: block;
	margin:10px;
	padding:10px;
	width:87%;
}

input {
	border:1px solid #DDD;
	height:15px;}
	
.button {
	background:#899dc9;
	border:1px solid #DDD;
	height:20px;
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;}

	
input:focus {
}

textarea {}
/*misc*/
.justclearme{
	clear:left;
	height:1px;
	font-size:0.1em;}