/* Programmeret af Søren Bech Bentsen - Mediamakers 2005*/

/* standard formatering */
TD,TH,P {
	color: #423D2E;
	font-size: 11px;
	font-family: sans-serif,arial, verdana, helvetica }
	
.menuheadline {
	color: #0B1B2C;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif}


/* links */
A {
	color: #423D2E;
	text-decoration: underline}

A:link {
	color: #423D2E;
	text-decoration: underline}

A:visited {
	color: #423D2E;
	text-decoration: underline}

A:active {
	color: #423D2E;
	text-decoration: underline}

A:hover {
	color: #423D2E;
	text-decoration: none}

A.bundlink:link {
	color: #9A9A90;
	text-decoration: underline}

A.bundlink:visited {
	color: #9A9A90;
	text-decoration: underline}

A.bundlink:active {
	color: #9A9A90;
	text-decoration: underline}

A.bundlink:hover {
	color: #9A9A90;
	text-decoration: none}
	
/* special formatering */
.bottom {
	color: #9A9A90;
	font-size: 10px;
	font-family: sans-serif,arial, verdana, helvetica }
	
/* border på billede */

.img_border {
	border-color:#D9D9CB;
	}
	
	
	
