/*********************************************************************/
/*** Standard stilark                                              ***/
/*********************************************************************/

* {
	margin: 0;
	padding: 0;
}

/**
 * Style sheet default
 */
/* Selve indholdet på arket */
#content
{
	padding:0px 10px 20px 0px;
}

body
{
	background-color:#3F4476;
	background-image:url("../../images/bg.png");
	background-repeat:repeat-x;
	font-family: "Tahoma", Arial, Helvetica;
	font-size:12px;
	color:#222;
	line-height:18px;
}

/**
 * Tekst stile
 */
a
{
	color:#000;
	text-decoration: none;
}

a:hover
{
	color:#C20000;
	text-decoration: none;
}

p {padding-bottom: 0.75em;}
code,ul {padding-bottom: 1.2em;}

h1 {font-size: 24px; line-height:24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}

h1,h2,h3
{
	padding-bottom: 3px;
	font-weight: bold;
	color: #C20000;
	margin-top: 10px;
	margin-bottom: 4px;
	font-variant: small-caps;
	font-family: "georgia", serif, sans-serif, times, times new roman;
	letter-spacing: 2px;
	text-align:left;
}


/* Venstre menu */
.left
{
	float: left;
	width: 155px;
	padding-left: 10px;
}

.left h1
{
	font-size: 20px;
	line-height:29px;
	color: #C20000;
	border-bottom: 1px solid #d79c20;
}

.left ul
{
	list-style-type: none;
	color: #99AECD;
}

.left ul li a
{
	text-decoration: none;
}

.left .active span
{
	font-weight: normal;
	text-decoration: none;
	font-variant:normal;
	padding:0;
}

/**
 * Footer
 */
#footer
{
	padding-bottom:20px;
	text-align:center;
	font-size:11px;
	color:#aaa;
}

#footer a
{
	font-size:11px;
	color:#aaa;
}


/**
 * Header billede
 */
#header a
{
	height:160px;
	background-color:#ffffff;
	background-image:url("../../images/header.png");
	display: block;
}

#header a span
{
	visibility: hidden;
}


/**
 * Højre del
 */
.main
{
	width:600px;
	float:right;
	margin-left:auto;
	padding:5px 0px 20px 0px;
	text-align:justify;
}

.main h1 {
	border-bottom: 1px solid #d79c20;
}

.main a
{
	border-bottom:1px dotted #000000;
}
 
.main a:hover
{
	padding-bottom:1px;
	border-bottom:1px solid #C20000;
	text-decoration:underline;
}

.main li
{
	margin-left:25px;
}

/**
 * Selve "arket"
 */
#wrapper
{
	width:800px;
	margin:20px auto 10px auto;
	padding:10px;
	background-color:#fafafa;
	border:5px solid #1D4459;
}


/**
 * Top menu
 */
.active span
{
	padding:0px 10px;
	font-variant:small-caps;
	color:#d79c20;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}

#menu ul li a
{
	padding:8px 10px 8px 10px; 
	text-decoration: none;
	border-bottom: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#menu a:hover {
	height:30px;
	background-color:#2A6280;
	line-height:30px;
}

#menu ul li
{
	display: block;
	float: left;
}

#menu ul
{
	list-style-type:none;
	letter-spacing:1px; 
}

#menu
{
	height:30px;
	background-color:#1D4459;
	line-height:30px;
}

#breadcrump 
{
	padding-left: 10px;
}
#breadcrump  a
{
	color:#d79c20;
}

/*** Mimetype placering ***********************************************/
.mime_icon
{
  margin:0px 0px 0px 0px;
  vertical-align:middle;
  padding:0px 0px 3px 0px;
}

/*** Nyhedslistens overskrifter ***************************************/
.layout_full h1
{
  font-size: 20px;
  line-height:20px;
  border-bottom: 0px;
}

.layout_full h2
{
  font-size: 16px;
  line-height:16px;
}

/**
 * Info
 */
 .info
 {
	display: inline;
 }
/**
 * Table
 */
tr.odd td
{
background:#cccccc;
}

tr.even td
{
background:#a8a8a8;   
}

table.sortable
{
border-collapse: collapse;
border-color:#fafafa;
}

table.sortable th {
padding:0 3px 0 3px;
background:#a8a8a8;
text-align: left;
cellspacing:10px;
border-style: solid;
border-color:#fafafa;
}

table.sortable th a {
border-bottom:0;
}

table.sortable th a:hover {
text-decoration: none;
border-bottom:0;
}

table.sortable td{
padding:0 3px 0 3px;
border-style: solid;
border-color:#fafafa;
}

/*
 * Nye definitioner pga. TL-2.7
 */

.invisible {
display:none;
}

