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

/* -------------------- Generelt ---------------------- */
form { margin-bottom: 0; } 

BODY, TD, DIV, P {
	font-family:Verdana;Sans-serif;
	font-size:12px;
}

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

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}

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


/* -------------------- 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}

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

A.boxContent			{width: 100%; text-decoration:none;			font-size:10px; color:#ffffff}
A.boxContent:visited	{width: 100%; text-decoration:none;			font-size:10px; color:#ffffff}
A.boxContent:link		{width: 100%; text-decoration:none;			font-size:10px; color:#ffffff}
A.boxContent:active		{width: 100%; text-decoration:none;			font-size:10px; color:#ffffff}
A.boxContent:hover		{width: 100%; text-decoration:underline;	font-size:10px; color:#ffffff}

span.boxDate			{width: 100%; text-decoration:none;			font-size:10px; color:#ffffff}


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

.error {
	font-size:16px;
	font-weight:bold;
	color:red;
}

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

.boxHeadline {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color: #C80000;
	border: 1px solid #74A7B7;
	padding: 3px;
	text-align: center;
}

td.boxContent {
	background-color: #227293;
	font-size:11px;
	border: 1px solid #74A7B7;
	border-top: none;
	padding: 3px;
	color:#ffffff;
}

td.lines {
	background-color: #74A7B7;
}

HR {
      color: #74A7B7;
      height:0px;
      width:75%;
      border-top: 1px solid;
}

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

.textField {
  font: 10px verdana;
  border:1px solid #000000;
}

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

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



#browse {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	background: white;
}

#browse dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0 0px;
}

#browse dd a {
	color: white;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 3px 12px;
}

* html #browse dd {
	padding: 3px 12px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	di\splay: block;
}

#browse dd a:hover {
	background: #74a7b7;
}

#browse .first {
	padding-top: 5px;
}

#browse .searchform {
	padding: 10px;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 130px; 
}


