@import url(/static/css/parts.css);

/* -------------------- Generelt ---------------------- */
BODY, TD, DIV, P, A, UL {
	font-family:Verdana;Sans-serif;
	font-size:12px;
}

/* -------------------- Hyperlinks ---------------------- */
A.nounderline					{text-decoration:none; font-size:12px; color:#000000}
A.nounderline:visited	{text-decoration:none; font-size:12px; color:#000000}
A.nounderline:link		{text-decoration:none; font-size:12px; color:#000000}
A.nounderline:active  {text-decoration:none; font-size:12px; color:#284C74}
A.nounderline:hover		{text-decoration:underline; font-size:12px; color:#284C74}

A						{text-decoration:underline; color:#000000}
A:visited		{text-decoration:underline; color:#000000}
A:link			{text-decoration:underline; color:#000000}
A:active		{text-decoration:underline; color:#284C74}
A:hover			{text-decoration:underline; color:#284C74}

BODY {
	background-color:#FFFFFF;
}

A.leftmenuitem					{width: 100%; text-decoration:none; font-weight:bold; font-size:12px; color:#000000}
A.leftmenuitem:visited	{width: 100%; text-decoration:none; font-weight:bold; font-size:12px; color:#000000}
A.leftmenuitem:link			{width: 100%; text-decoration:none; font-weight:bold; font-size:12px; color:#000000}
A.leftmenuitem:active		{width: 100%; text-decoration:none; font-weight:bold; font-size:12px; color:#000000}
A.leftmenuitem:hover		{width: 100%; text-decoration:underline; font-weight:bold; font-size:12px; color:#000000}

.overskrift {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.underOverSkrift {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

td.leftmenu {
	background-color: #BBDEB4;
}

.content {
      background-color: #F0F8EB;
}

.searchButton {
  background-color:#cccccc;
  font-weight:bold;	
  border:1px solid #000000;
  color:#000000;
  font-size: 10px;
  height: 22px;
}

.markButton {
  background-color:#5A865A;
  font-weight:bold;	
  border:1px solid #000000;
  color:#ffffff;
  font-size: 10px;
  height: 18px;
}

.path {
  color:#000000;
  font-size: 10px;
  color: #aaaaaa;
}

A.path		{text-decoration:none; font-weight:none; font-size:10px; color:#aaaaaa}
A.path:visited	{text-decoration:none; font-weight:none; font-size:10px; color:#aaaaaa}
A.path:link	{text-decoration:none; font-weight:none; font-size:10px; color:#aaaaaa}
A.path:active	{text-decoration:none; font-weight:none; font-size:10px; color:#aaaaaa}
A.path:hover	{text-decoration:underline; font-weight:none; font-size:10px; color:#aaaaaa}
