@import url(reset.css);
@import url(layout.css);
@import url(navigation.css);
@import url(news.css);

html, body {
	height: 100%;
}

body {
	background: #ebe8d7 url(/images/background.gif) top center;
	font-family: Arial;
	color: #000000;
}

/* Set 1em == 10px */
body{ font-size: 10px; } * html{ font-size: 125%; } * html body{ font-size: 50%; } 

#search {
	margin-bottom: 1em;
}

#search .searchbox {
	width: 107px;
}

#newsletter-signup-input {
	width: 107px;
	color: #888;
}
#newsletter-signup-input.focused {
	color: #000;
}

.sidecolumn h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	background: #969083;
	font-weight: bold;
	margin-bottom: 1em;
}
.sidecolumn h2 a, .sidecolumn h2 a:visited {
	color: #fff;
}
.sidecolumn h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.sidecolumn p {
	margin-bottom: 1.5em;
}

.sidecolumn .nyhetsklipp, .sidecolumn .kalender {
	padding: 0 3px 25px 3px;
}

#content {
	font-size: 1.2em;
	line-height: 1.3;
	color: #141318;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
}
#content li {
	margin-left: 1em;
}
#content ul, #content ol {
	margin-bottom: 1em;
}

#content table {
	margin-bottom: 1em;
}
#content table th {
	font-weight: bold;
}
#content table td, #content table th {
	padding-right: 1em;
}

p {
	margin-bottom: 1em;
}

h2 {
	font-family: Arial;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.3em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

/* Links */
a, a:visited {
	color: #151611;	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



img.thumbnail_left {
	float: left;
	margin: 0 15px 15px 0;
}

img.thumbnail_right {
	float: right;
	margin: 0 0 15px 15px;
}


.topimage {
	margin-bottom: 1em;
}
.topimagecaption {
	font-size: 0.9em;
	color: #555;
	margin-top: -0.8em;
	margin-bottom: 1em;
	font-style: italic;
}

/*
.toolbox {
	float: right;
}
*/
.toolbox .downloads {
	margin-top: 1.5em;
	padding: 15px;
	width: 495px;
	background: #847e70;
	background: #ECE9E0;
	/*color: #FFF;*/
	color: #666;
}
* html .toolbox .downloads {
	width: 490px;
}
.toolbox .downloads h2 {
	/*color: #fff;*/
	color: #666;
}
.toolbox .downloads h3 small {
	font-size: 0.85em;
	font-weight: normal;
}
.toolbox .downloads a, .toolbox .downloads a:visited {
	/*color: #fff;*/
	color: #666;
	text-decoration: none;
}
.toolbox .downloads a:hover {
	text-decoration: underline;
}

#partner-logos {
	margin-top: 1em;
	text-align: center;
}
#partner-logos h3 {
	color: #666;
	margin-bottom: 1em;
}

#partner-logos img {
	margin: 0 auto 1em auto;
}



.memberdetails td {
	padding-bottom: 2px; 
}
.memberdetails {
	margin-bottom: 1em;
}

.newsletter {
	margin-top: 4em;
}
.newsletter_archive {
	margin-top: 4em;
}

.additional_images {
	float: right;
	margin: 0 0 1em 1em;
}


.front_thumbnail {
	float:right;
	margin:0 0 15px 15px;
}

.seminar_form {
	font-size: 1.1em;
	line-height: 1.5;
}
.seminar_form label {
	font-weight: bold;
	float: left;
	width: 150px;
	padding-top: 4px;
}
.seminar_form .accommodation, .seminar_form .food, .seminar_form .activities, .seminar_form .billing {
	margin-bottom: 20px;
}
.seminar_form .accommodation label, .seminar_form .food label, .seminar_form .activities label, .seminar_form .billing label {
	font-weight: normal;
}