/* top right bottom left | top+bottom left+right */

html {
	overflow-y: scroll;
}

img {
	border: none;
}

/* spambot trap */
#t_email {
	visibility: hidden;
}

/*a:link, a:visited {text-decoration: none;color: #005890;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;color: #000;}
*/

#top {
	height: 100px;
	border-bottom: 1px solid #536677;
	background: #4990C1 url(img/top.png) repeat-x;
	font-size: 12px;
}

/* nbs logo */
#logo {
	display: block;
	position: absolute;
	top: 22px;
	left: 30px;
	outline: none;
}

/* navigation */

#navcontainer {
	margin: 0 auto;
	width: 800px;
	position: relative;
}

#nav {
	position: absolute;
	top: 77px;
	left: 16px;
	white-space: nowrap;

}

/* navigation links */
#nav a {
	font-family: trebuchet ms, tahoma;
	border: 1px solid #599ACC;
	border-bottom: none;
	background: #428CBC;
	padding: 3px 16px 0 16px;
	margin-right: 1px;
	text-decoration: none;
	display: block;
	height: 19px;
	float: left;
	outline: none;
	text-shadow: #555 0 0 4px;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover {
	color: #000;
	border: 1px solid #536677;
	background: #fff url(img/fade.png) repeat-x;
	text-shadow: none;
}
#nav a#active {
	color: #000;
	border: 1px solid #536677;
	background: #fff;
	border-bottom: 1px solid #fff;
	text-shadow: none;
}


/* forum */


#ctr { text-align: center; }
a.hej {
	background: #E2E2E2 url(img/fade.png) repeat-x;
	border: 1px solid #CCC;
	padding: 2px 8px;
}
a.hej:hover {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px 8px;
}