@charset "utf-8";
/* CSS Document */

body {
margin:0;
}

img {
	border:none;
}

#container {
	width:671px;
	position:relative;
	height:500px;
	height:auto !important;
	min-height:500px;
	background:url(images/container-bg.png) no-repeat left top;
	font-family:tahoma,arial,verdana;
	font-size:12px;
	margin:0 auto 0 auto;
	margin-top:-1px;
}

#header {
	height:57px;
	width:671px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	margin-left:25px;
	margin-bottom:-1px;

}


#moodsetter {
	background:url(images/moodsetter_bg.jpg);
	width:645px;
	height:183px;
	margin-left:12px;
	margin-top:13px;

}

#moodsetter-inner {
	position:absolute;
	margin-left:350px;
	margin-top:90px;
	height:50px;
	line-height:15px;
	color:#000000;
	text-align:left;
	width:280px;
	font-size:11px;
	font-family:tahoma,verdana,arial;
	
}

#menu-top {
	width:645px;
	height:29px;
	background:url(images/nav-bg.png) left top no-repeat;
	margin-left:12px;
	margin-top:9px;
	font-size:11px;
}

#content-container {
	width:645px;
	height:400px;
	height:auto !important;
	min-height:400px;
	background:url(images/devidershade.gif) left top no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#menu-container {

	float:left;
	width:165px;

}

#menu {
	width:165px;
	position:relative;
	height:auto !important;
	min-height:100px;
}

#login {
	background:url(images/login-bg.png) left top no-repeat;
	width:165px;
	height:194px;
	margin-top:20px;
	position:relative;
	margin-bottom:20px;
}

#content {
	float:right;
	width:450px;
	height:100px;
	height:auto !important;
	min-height:100px;
}

#content-inner {
	width:403px;
	position:relative;
	line-height: 150%;
	color:#000;
	font-family: arial,tahoma,verdana;
}

#footer {
	width:671px;
	height:30px;
	background:#999999;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

#content a:link, #content a:hover, #content a:visited, #content a:active {
	color:#55518d;
}

#content a:hover {
	color:#ff6600;
}

#content h1 {
	display:block;
	height:16px;
	padding-left:30px;
	background:url(images/h1-bg.gif) left center no-repeat;
	line-height:16px;
	font-size:14px;
	margin-top:15px;
	margin-left:4px;
	color:#000000;
}

#content h2 {
	font-size:12px;
	color:#000000;
}

#menu ul {

	list-style:none;
	margin-left:0px;
}

#menu a:link, #menu a:active, #menu a:visited {
	display:block;
	width:145px;
	height:26px;
	color:#666666;
	background:url(images/nav-a.png) left top no-repeat;
	line-height:26px;
	padding-left:39px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;

}

#menu a:hover {
	background:url(images/nav-a-hover.png) no-repeat left top;
}

#menu-top a:link, #menu-top a:active, #menu-top a:visited {
	display:inline-block;
	height:29px;
	line-height:29px;
	color:#795c5c;	
	text-decoration:none;
	background:url(images/navdevider.gif) no-repeat right top;
	padding-left:16px;
	padding-right:14px;
	overflow:visible;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

#menu-top a:hover {

	color:#cc6600;

}

#menu-top ul {
	list-style:none;
	background:none;
	width:100%;
	display:inline;
	height:29px;
	line-height:29px;
	margin-left:0px;
}

#menu-top ul li {
	list-style:none;
	display:inline;
	min-height:29px;
	height:29px;
	height:29px;		
}

#button1-tekst, #button2-tekst {
	position:absolute;
	margin-top:3px;
	width:140px;
	text-align:left;
	padding-left:2px;
}
#button1-tekst a:link, #button1-tekst a:visited, #button1-tekst a:active,
#button2-tekst a:link, #button2-tekst a:visited, #button2-tekst a:active {
	
	display:block;
	width:89px;
	padding-left:3px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#button1-tekst a:hover, #button2-tekst a:hover {
	color:#666666;
}


body, td, div, input, select, textarea
{
font-family: tahoma,verdana,arial;
font-size: 12px;
color: #000;
}

.miniblue
{
font-size: 9px;
color: #427bb1;

}

a.miniblue
{
font-size: 9px;
text-decoration: none;
color: #79a1c7;
}

a.miniblue:hover
{
text-decoration: underline;
}

.smallgray, .white {
	color:#000000;
}
#breadcrumbs {
	position:absolute;
	margin-left:200px;
	margin-top:16px;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #666;
	text-decoration:underline;
}