/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#333333;
	background:#DCE9EF;
}

a {
	outline:none;
}

img {
	outline:none;
}

hr {
	color: #ddf2f9;
	background: #ddf2f9;
	border: none;
	height: 3px;
}

li {
	list-style:none;
	xlist-style:url(../bilder_losning/bullet.png);
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.3em;
	color:#355862;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color:#355862;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	color:#355862;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#355862;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#20BAF4;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#20BAF4;
	text-decoration:underline;
}

/* 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:10px;
	color: #333333;
	width:984px;
	margin:0 0 0 15px;
	padding:5px 0px;
	text-align:center;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }
