body {
	background: #eceade;
}

#wrapper {
	background: url(../images/outer_content_bg.png) repeat-y;
	width: 940px;
	min-width: 940px;
	margin: 30px auto;
	overflow: hidden;
}


/* Header, Logo and Navigation
-------------------------------------------------------------------------------- */

#header {
	background: url(../images/header_bg.png) no-repeat top left;
	height: 132px;
	overflow: hidden;
	position: relative;
}

#header .logo {
	margin: 20px 0 0 50px;
	float: left;
	display: inline;
}

ul#navigation {
	height: 80px;
	position: absolute;
	top: 36px;
	right: 40px;
}

ul#navigation li.col {
	font-size: 12px;
	margin: 0 0 0 15px;
	float: left;
}

ul#navigation li.col ul li {
	line-height: 20px;
	margin: 5px 0;
}

ul#navigation li a,
ul#navigation li a:visited {
	color: #433832;
	text-decoration: none;
}

ul#navigation li a:hover {
	background-position: 0px -20px !important;
}

ul#navigation span {
	display: block;
	text-indent: -9999em;
}

ul#navigation li a.home,
ul#navigation li a.home:visited {
	background: url(../images/nav_home.png) no-repeat 0px 0px;
	display: block;
	width: 60px;
	height: 20px;
}

body.index a.home {
	background-position: 0px -40px !important;
}

ul#navigation li a.about,
ul#navigation li a.about:visited {
	background: url(../images/nav_about.png) no-repeat 0px 0px;
	display: block;
	width: 85px;
	height: 20px;
}

body.about a.about {
	background-position: 0px -40px !important;
}

ul#navigation li a.signup,
ul#navigation li a.signup:visited {
	background: url(../images/nav_signup.png) no-repeat 0px 0px;
	display: block;
	width: 106px;
	height: 20px;
}

body.signup a.signup {
	background-position: 0px -40px !important;
}

ul#navigation li a.courses,
ul#navigation li a.courses:visited {
	background: url(../images/nav_courses.png) no-repeat 0px 0px;
	display: block;
	width: 60px;
	height: 20px;
}

body.courses a.courses {
	background-position: 0px -40px !important;
}

ul#navigation li a.forum,
ul#navigation li a.forum:visited {
	background: url(../images/nav_forum.png) no-repeat 0px 0px;
	display: block;
	width: 72px;
	height: 20px;
}

body.forum a.forum {
	background-position: 0px -40px !important;
}

ul#navigation li a.links,
ul#navigation li a.links:visited {
	background: url(../images/nav_links.png) no-repeat 0px 0px;
	display: block;
	width: 73px;
	height: 20px;
}

body.links a.links {
	background-position: 0px -40px !important;
}

ul#navigation li a.job,
ul#navigation li a.job:visited {
	background: url(../images/nav_job.png) no-repeat 0px 0px;
	display: block;
	width: 150px;
	height: 20px;
}

body.jobs a.job {
	background-position: 0px -40px !important;
}


ul#navigation li a.contact,
ul#navigation li a.contact:visited {
	background: url(../images/nav_contact.png) no-repeat 0px 0px;
	display: block;
	width: 89px;
	height: 20px;
}

body.contact a.contact {
	background-position: 0px -40px !important;
}

ul#navigation li a.news,
ul#navigation li a.news:visited {
	background: url(../images/nav_news.png) no-repeat 0px 0px;
	display: block;
	width: 86px;
	height: 20px;
}

body.news a.news {
	background-position: 0px -40px !important;
}


ul#navigation li a.english,
ul#navigation li a.english:visited {
	background: url(../images/nav_english.png) no-repeat 0px 0px;
	display: block;
	width: 137px;
	height: 20px;
}

body.english a.english {
	background-position: 0px -40px !important;
}

ul#subnavigation {
	background: url(../images/sub_nav_list_bg.png) repeat-x top left;
	margin-top: 34px;
	padding-top: 2px;
}

#subnavigation li {
	background: url(../images/sub_nav_list_bg.png) repeat-x bottom left;
	line-height: 30px;
	padding: 5px 30px 7px 30px;
}

#subnavigation li a,
#subnavigation li a:visited {
	color: #433832;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

#subnavigation li a:hover {
	background: #fff url(../images/sub_nav_item_bg.png) no-repeat top left;
}

a.active,
a.active:visited,
a.active:hover {
	background: #fff url(../images/sub_nav_item_bg.png) no-repeat bottom left;
	font-weight: bold;
	color: #fff !important;
}


/* Banner
-------------------------------------------------------------------------------- */

#banner {
	background: url(../images/banner_bg.png) no-repeat top left;
	height: 260px;
}

#banner .slide {
	margin: 0 20px;
}


/* Content - Home
-------------------------------------------------------------------------------- */

.outerContent {
	background: url(../images/outer_bottom_bg.png) no-repeat bottom left;
	min-height: 413px;
	overflow: hidden;
}

.innerContent {
	background: url(../images/inner_content_bg.png) repeat-x;
	min-height: 120px;
	margin: 0 20px;
	overflow: hidden;
}

.contentWide {
	width: 840px;
	margin: 30px;
	float: left;
}

.content {
	width: 550px;
	margin: 30px;
	float: left;
	display: inline;
}

.sidebar {
	width: 260px;
	margin: 30px 30px 30px 0;
	float: right;
	display: inline;
}

.rightContent {
	width: 620px;
	margin: 30px 30px 30px 0;
	float: left;
	display: inline;
}

.leftSidebar {
	background: url(../images/sub_nav_bg.png) no-repeat top left;
	width: 220px;
	margin-right: 30px;
	float: left;
	display: inline;
	overflow: hidden;
}

.bottomContent {
	margin: 0 50px 50px 50px;
	height: 120px;
	overflow: hidden;
}

.boxLeft {
	width: 405px;
	float: left;
	display: inline;
}

.boxRight {
	width: 405px;
	float: right;
	display: inline;
}

ul.list {
	margin-bottom: 20px;
}

ul.list li {
	border-top: 1px solid #fffbef;
	border-bottom: 1px solid #d7d5ca;
	background: #e5e3d8 url(../images/bullet.png) no-repeat 15px 13px;
	line-height: 18px;
	padding: 7px 15px 7px 30px;
}

ul.newslist li {
	border-top: 1px solid #fffbef;
	border-bottom: 1px solid #d7d5ca;
	background: #e5e3d8;
	line-height: 18px;
	padding: 7px 15px 7px 68px;
	position: relative;
}

span.date {
	font-size: 11px;
	position: absolute;
	top: 8px;
	left: 10px;
}

div.news {
	margin-bottom: 30px;
}

/* Tables 
-------------------------------------------------------------------------------- */

table.links {
	margin-bottom: 20px !important;
}

table.scheme {
	border-top: 1px solid #d7d5ca;
	width: 100%;
	margin: 6px 0;
}

table.scheme thead td {
	font-size: 11px;
	font-weight: bold;
}

table.scheme td {
	border-bottom: 1px solid #d7d5ca;
	font-size: 11px;
	line-height: 18px;
	padding: 6px 5px;
	vertical-align: top;
}


/* Form 
-------------------------------------------------------------------------------- */

form p {
	width: 550px;
	margin-bottom: 10px;
	float: left;
}

fieldset {
	border-top: 1px solid #e1e0dc !important;
	padding: 20px 0 !important;
}

fieldset#bemerkning {
	padding: 20px 0 0 0 !important;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 0 !important;
}

label {
	width: 120px;
	color: #544a45;
	line-height: 30px;
	margin: 0 30px 0 0 !important;
	float: left;
}

input.textfield {
	border: none;
	background: url(../images/textfield_bg.png) no-repeat top left;
	width: 390px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 5px;
}

input.submit {
	border: none;
	width: 175px;
	height: 20px;
	margin: 0 0 0 150px !important;
	float: left;
	display: inline;
}

input.send {
	border: none;
	background: url(../images/btn_send.png) no-repeat top left;
	width: 110px;
	height: 20px;
	margin: 0 0 0 150px !important;
	float: left;
	display: inline;
	text-indent: -9999em;
}

textarea.textbox {
	border: none;
	background: url(../images/textbox_bg.png) no-repeat top left;
	width: 390px;
	height: 110px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 5px;
}


/* Board
-------------------------------------------------------------------------------- */

ul#board {
    margin: 20px 0 !important;
}

ul#board li {
    background: none !important;
    width: 230px;
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 70px !important;
    float: left;
    display: inline;
    overflow: hidden;
}

ul#board li .boardImg {
    width: 60px;
    height: 60px;
    float: left; 
    position: relative; 
    left: -70px; 
    margin-right: -60px;
}

ul#board li h3 {
    margin-top: 12px;
}

.boardDesc {
}

.boardImg img {
}