/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#666666;
	background:url(../bilder_losning/bgbody.jpg) repeat-x #E9E9E9;
}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.3em;
	color:#666666;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	color:#666666;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#666666;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#5C6F97;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#5C6F97;
	text-decoration:none;
}

a.abo {
	color:#F00; 
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
.clearleft {
	clear:left;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333333;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	margin:0 auto;
	width:904px;
}
.itools a {
	color:#5B7094;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}