/* PREDEFINED HTML TAGS
---------------------------------------- */
body {
	margin: 0px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: 76%;
	color:#17233F;
	background-image:url(../bilder_losning/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#17233F;}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.3em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.2em;
	color:#17233F;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.7em;
	color:#999;
}	

h6 {
	font-size: 0.6em;
}


h8{
	font-size:1.0em;
	color:#fff;
	display:block;
	padding:2px 2px 2px 10px;
	margin-bottom:0px;
	}
h9{
	font-size: 0.7em;
	color:#999;
	}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#006;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#999999;
	text-decoration:underline;
}

/* Kalender */

.activated a:link,
.activated a:active,
.activated a:visited {
	color:#ffffff;
}

.borderhell {
	 border:solid 1px #EEEAE6;
}

/* 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-bottom:5px;
}
input {}
input:focus {
	background-color:#eee;
}
textarea {}


.textfield {
	background:#FFFFFF;
	color:#17233F;;
	border:1px solid #999999;
}
.submitbutton {
	border:1px solid #999;
	background:#F6E803;
}

/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}