* {
	margin: 0;
	padding: 0;
	} 

html, body {
	height: 100%;
	text-align: center;
	background: url(../images/body_bg.gif) #000 repeat-x;
	font-family: "Georgia", Arial, Verdana, Sans-Serif;
	font-size: 9px;
	line-height: 16px;
	}

#out_con {
	background: url(../images/main_bg.gif) no-repeat;
	width: 768px; 
	margin: 0 auto;
	position: relative; 
	min-height: 100%;
	height: auto !important; 	
	height: 100%; 
	text-align:left;
	border-style: solid;
	border-color: #CCC;
	border-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}
	
#container {
	padding-bottom: 40px;
	width: 768px;
	}

#header {
	padding: 0px;
	background: url(../images/header.gif) no-repeat;
	margin: 0px;
	width: 768px;
	height: 215px;
	}

#meny {
	width: 120px;
	padding: 10px;
	margin-left: 10px;
	}

#mainbody {
	padding: 10px 30px 10px 0px;
	}

#footer {
	width: 100%;
	position: absolute; 
	bottom: 0 !important; 
	bottom: -1px; 
	height: 30px;
	color: #FFF;
	}

/*------------------------------- HEADINGS --------------------------------*/

h1,
	.componentheading,
	.contentheading {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	padding: 0px 0px 5px 0px;
	letter-spacing: 0;
	color: #FFF;
	}

.componentheading-front {
	letter-spacing: 1px;
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
	color: #FFF;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 0.5em 0;
	line-height: 1.2em;
	color: #FFF;
	}

h3,
.contentheading-front {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	color: #FFF;
	}

/*------------------------------- LINKS -----------------------------------*/

a {
	color: #FFF;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: none;
	}
  
.moduletable {
	margin-bottom: 25px;
	}
  
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	height: 22px;
	text-indent: 5px;
	width: 120px;
	}

a.mainlevel:hover {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	height: 22px;
	text-indent: 5px;
	width: 120px;
	}

/*------------------------------ TEXT -------------------------------------*/

.blog .small,
.blog .createdate,
.blog .modifydate,
.contentpaneopen .small,
.contentpaneopen .createdate,
.contentpaneopen .modifydate {
	color: #999;
	font-size: 11px;
	}

td,tr,p {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 18px;
	text-decoration: none;
	vertical-align: top;
	}

