/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
/*	font-size: 76%;*/
	font-size:10px;
	line-height:1.5em;
}

p {
	margin:0px;
	padding:0px;
}

h1 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Helvetica, Arial; 
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 18px;
	margin:0px 0px 5px 0px;
	padding:7px 0px;
	color:#666;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-top: 2px dotted #DFDFDF;
	border-bottom: 2px dotted #DFDFDF;
	font-weight:normal;
	max-width:250px;
	height:27px;
}	

	.h3Prikker {
		border-bottom: 2px dotted #DFDFDF;
		height:2px;
		margin-bottom:3px;
		max-width:250px;
	}

h4 {
	font-size: 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.morktekst {
	color:#666666;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#006097;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#000;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* 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: #616264;
}
.itools a:link { color: #616264; text-decoration:none; }
.itools a:visited { color:#616264; text-decoration:none; }
.itools a:hover { color: #666666; text-decoration: underline; }
.itools a:active { color:#616264; text-decoration:none; }
