/* Udviklet af soalive.dk */
html, body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

a {
	color: #1a73ad;
}

/* HERFRA */


#topmenu a {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#main #page #topmenu {
	padding: 13px 0px 0px 0px;
}
#topmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topmenu li {
	display:inline;
	background: transparent;
}
#topmenu li:hover {
	/*margin-top: 10px;*/
	background: #333;
}
#topmenu a:hover {
	background: #333;
	color: #fff;
}
#topmenu a.active,
#topmenu li a.active {
	background: #333;
	color: #fff;
}
#topmenu a.depth_0 {
	text-indent: 10px;
	color: #333;
	text-decoration: none;
}
#topmenu #submenu a {
	font-size: 14px;
	font-weight: bold;
	color: #f7ed00;
	text-decoration: none;
}

/* Contact form */
#contact_form form p.note {
	font-size: 9px;
	margin-left: 20px;
	color: #aaa;
}
#contact_form #status {
	margin-left: 20px;
}

#footer #artgroup #my-artgroup-cbox {
	position: relative;
	left: 50%;
	margin-left: -360px;
	text-align:center;
}
#footer #artgroup #my-artgroup-cbox a {
	float:left;
	margin-right: 10px;
	font-size: 9px;
}