body {
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	background-color: #262626;
	font-size: 11px;
	margin: 10px;
}
#main td.bg {
	background-color: #333333;
}

#main td.contact {
	background-color: #333333;
	font-size: 10px;
	color: #858585;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#main td.tekst {
	background-color: #333333;
	font-size: 11px;
	color: #858585;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#main td {
	font-size: 12px;
	color: #858585;
}

a {
	color: #858585;
}


#main td.bg2 {
	background-color: #a09e91;
}

#main table.main_menu a {
	font-size: 11;
	text-transform: uppercase;
	text-decoration: none;
}

#main table.main_menu a:HOVER {
	text-decoration: underline;
}

#main table.main_menu a.aktiv {
	font-weight: bolder;
}
p {
	text-align: justify;
	line-height: 1.2;
	padding: 3px;
}
table.cms input, table.cms textarea, table.cms select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #858585;
	background-color: #333333;
	border: inset;
	border-width: 1px;
	border-color: black;
}

table.cms select option.album {
	font-weight:bolder;	
}


table.cms input.dugme {
	margin-right: 5px;
	border: outset;
	border-width: 1px;
}
table.cms td{
	background-color: #333333;
}