body {
	margin: 0px;
	background: url(images/baggrund.gif) center repeat-y;
}

body, td, div, p {
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
table.sponsor td {
	padding: 4px 20px 4px 0;
}
table.sponsor td p {
	padding: 0 20px 0 0;
	margin: 0px;
	line-height: 12px;
}
div#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
}
div#top {
	height: 238px;
}
/*
div#header {
	height: 29px;
	background: url(images/header.gif);
}
*/
div#banner {
	height: 198px;
	background: url(images/banner.jpg);
}

div#menu {
	height: 40px;
	background:url(images/menu_bg.jpg);
}

div#container {
}


div#content {
	width: 580px;
	float: left;
	margin: 0;
	padding: 15px;
}

div#rightcol {
	width: 151px;
	padding: 15px 10px 0 10px;
	border-left: 1px solid #FFF;
	margin: 0 0 0 10px;
	float: right;
}
div#rightcol h1 {
	font-size: 14px;
	color: #1BA7CB;
	text-transform: uppercase;
	line-height: 16px;
	margin: 15px 0 0 0;
	padding: 0;
}

div#footer {
	clear: both;
	height: 30px;
	background:url(images/menu_bg.jpg);
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #1BA7CB;
	
}

div#rightcol a {
	font-weight: normal;
	border-bottom: none;
}

div#rightcol a:hover {
	color: #333;
	border-bottom: 1px solid #1BA7CB;
}

a:hover {
	color: #00b2da;
}

.news_img {
	float: left;
	margin: 0 10px 5px 0;
}

img {
	border: none;
}

h1 { 
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	margin: 12px 0 6px 0; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px;
	margin: 18px 0 6px 0;
	font-weight: bold;
	color: #000;
}

h3 { 
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px; 
}

h4 { 
	font-weight: normal;
	color: #00B2DA;
	font-size: 12px; 
	line-height: 18px; 
}

div.moduletitle {
	font-weight: bold;
	font-size: 11pt;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}


/* popup date / time control */
span.datefield {
	
}

span.datefield_disabled {
	color: #DDD;
	font-style: italic;
	text-decoration: line-through;
}



/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	border: 1px solid lightgrey;
}

