@charset "UTF-8";

/* CSS RESET */

html, body {
	padding: 0;
	margin: 0;
}
html {
	font-size: 1em;
}
body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
a img, :link img, :visited img {
	border: 0;
}
a {
	font-weight:bold;
	text-decoration:none;
	color: #C6A62B; /* GOLD */
}
a:hover {
	text-decoration:underline;
}


/* Basic styles */

.NEWS_HEAD {
	font-weight: bold;
	font-size:14px;
	line-height:21px;
}

.FETT {
	font-weight: bold;
}

.KURSIV {
	font-style:italic;
}

.PINK {
	color:#BF0A59; /* Pink */
}

.PINK-FETT {
	font-weight: bold;
	color:#BF0A59; /* Pink */
}

ul { 
	list-style-position: outside;
	list-style-image:url(../img/bullet.png);
	margin-left:-20px;
	line-height:24px;
	color:#BF0A59; /* Pink */
}

body {
	background-color:#E7E7E7;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#BF0A59; /* Pink */
	margin-top:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
}


/* Center and style the Header */

#header {
	position: relative;
	width: 854px;
	height: 138px;
	margin: 20px auto auto auto;
	background-image:url(../img/header.png);
	z-index:1;
}

#lang_switch {
	position:absolute;
	top:15px;
	right:25px;
	font-size:11px;
	font-weight:bold;
	color:#BF0A59; /* Pink */
}

#lang_switch a {
	color:#BF0A59; /* Pink */
	text-decoration:none;
}

#lang_switch a:hover {
	text-decoration:underline;
}


/* Center and style the Site Contentbox */

#content {
	position: relative;
	width: 850px;
	margin:auto;
	background-color:#FFFFFF;
	min-height:450px;
	height:auto !important;
	height:450px;
	border-left:1px #cbcbcb solid;
	border-right:1px #cbcbcb solid;
	z-index:1;
}

#content_change {
	width:815px;
	left:15px;
	top:80px;
	position:relative;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
}

#content_change td {
	vertical-align:top;
}

#content_change img {
	margin-top:67px;
}

.change_heads {
	margin-top:30px;
}

.content_pic {
	left:15px;
	position:absolute;
	z-index:1;
}

#content_text {
	width:570px;
	left:248px;
	top:80px;
	position:relative;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
}

#sessions_links {
	width:570px;
	left:248px;
	top:80px;
	position:relative;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
}

#sessions_links a {
	color:#BF0A59; /* Pink */
}

#sessions_links h2 {
	margin-bottom:10px;
	margin-top:30px;
}

.sessions_backlink {
	text-align:center;
}

.sessions_backlink a {
	font-size:11px;
	color:#BF0A59; /* Pink */
	text-decoration:none;
}

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

#content_text_nextpage {
	width:570px;
	position:relative;
	top:100px;
	left:248px;
	font-size:11px;
}

#content_text_nextpage a {
	color:#BF0A59; /* Pink */
	text-decoration:none;
}

#content_text_nextpage a:hover {
	text-decoration:underline;
}

#_prevpage {
	position:absolute;
	left:0px;
}

#_nextpage {
	position:absolute;
	right:10px;
}

.content_top-link {
	text-align:right;
	font-size:11px;
	
}

.content_top-link a {
	text-decoration:none;
	font-weight:normal;	
	color:#BF0A59; /* Pink */
}

.content_top-link a:hover {
	text-decoration:underline;
}


/* Style the Topnavigation */

#top_nav {
	width: 848px;
	position:relative;
	top:30px;
	left:1px;
	z-index:1;
}


/* Style the Home flash movie */

#flx_box {
	width:550px;
	margin:50px auto auto auto;
	position:relative;
}


/* Style the Footer */

#footer {
	width: 854px;
	height:110px;
	position:relative;
	margin:auto;
	margin-bottom:20px;
	background-image:url(../img/footer.png);
	z-index:1;
}

#footer_text {
	bottom:15px;
	right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	position:absolute;
	z-index:1;
}

#footer_text a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#footer_text a:hover {
	text-decoration:underline
}


/* Style the Contactform */

#contact_box {
	margin: 10px auto 10px 0px;
}


.contact_txt {
	font-size:11px;
	color:#BF0A59; /* Pink */
	text-decoration:none;
	line-height:10px;
}

#contact_btn {
	width: 400px;
	text-align:right;
}

.contact_textbox {
	width: 390px;
	height:18px;
	background-color: #fff;
	padding: 4px 4px 4px 4px;
	border-width: 1px;
	border-color: #CBCBCB;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #666;
	margin-bottom:7px;
}

.contact_textbox:focus {
	border-color: #BF0A59;
	background-color:#F7F7F7;
}

.contact_textarea {
	width: 394px;
	height: 154px;
	background-color: #fff;
	padding-top: 4px;
	padding-left: 4px;
	border-width: 1px;
	border-color: #CBCBCB;
	border-style: solid;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #666;
	margin-bottom:5px;
}

.contact_textarea:focus {
	border-color: #BF0A59;
	background-color:#F7F7F7;
}

div#pic_galery img {margin-top:0px; margin:auto}

div#pic_galery div.WebYepGalleryImage {text-align:center}

div.WebYepGalleryText {display:none}
