a.menu:visited { color: #222200; text-decoration: none; }
a.menu:link { color: #222200; text-decoration: none; }
a.menu:active { color: #555599; text-decoration: none; }
a.menu:hover { color: #F1643D; text-decoration: none; }

a:link {color: #565656; text-decoration: underscore; }
a:hover {color: #F1643D; }
a:visited {color: #565656; text-decoration: underscore; }

.navi {font weight: 500; color: #F1643D; }

b {font weight: 600; color: #555555; }


.img.small {
	border: 2px solid #BCBCBC; 
	width: 100px; 
	height: 100px;
	}

.img.big {
	border: 2px solid #BCBCBC; 
	}





html, body {
	margin: 5;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font: 12pt/18pt "Trebuchet MS", georgia, sans-serif;
	background: #E1E5EF url(images/bgtile.gif) fixed repeat-x;

}


.smaller {
	font-size: 10pt;
	line-height: 14pt;
}

p, ul { 
	font: 10pt/16pt "Trebuchet MS",georgia, sans-serif; color: #222200;
	margin-bottom: 8px;
	margin-top: 1px;
}
p.spacer_small {
	margin-bottom: 2px;
}


#pagewidth {	
	width: 740px;
	text-align: left;
	/* min-width: 500px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #777;
	margin-top: 20px;
	background: #fff;
	}

#header {
	height: 100px;
	width: 100%;
	background-color: #ECECEC;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 0px;
	border: 1px dotted #555;
	background: url(images/baggrund_top.gif);
}



#footer {
	height: 22px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 0px;
	background: url(images/baggrund_top.gif);
	font: 10pt/11pt "Trebuchet MS",georgia, sans-serif;
	margin-top: 20px;
	border: 1px dotted #555;
}
#footer.spacer {
	padding-right: 20px;
	padding-left: 20px;
}

#navigation {
	float: left;
	width: 180px;
	border-right: 1px solid #999;
	text-align: right;
	margin-top: 40px;
	line-height: 180%;
	padding-right: 16px;
	position: relative;
	margin-bottom: 36px;
	font weight: 500; color: #F1643D;
	}

#table {
	border: 0px dotted #999999;
	width: 160px;
	text-align: center;
	align: right;
}



.reklamebox {
	width: 180px;
	align: right;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;	
	background: #FFFFFF;
	font: 10pt/16pt "Trebuchet MS",georgia, sans-serif; color: #135468; align: center;
	}





#content {
	margin-left: 200px;
	margin-right: 10px
}



h1 {
	font: 14pt/18pt "Trebuchet MS",georgia, sans-serif;
	font-weight: 500;
	margin-bottom: 9px;
	letter-spacing: 3px;
	color: #555555;
}
h2 {
	font: 12pt/14pt "Trebuchet MS",georgia, sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1,5px;
	color: #F1643D;
}
h3 {
	font: 10pt/14pt "Trebuchet MS",georgia, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0,5px;
	color: #777777;
}


.clear {clear: both;}

.letter {
	letter-spacing: 1px;
}
.smaller {
	font-size: 90%;
}