/* BODY & CONTAINER */

body {
	background-color: #747679;
}

* {
    margin: 0;
    padding: 0;
/*    border: 1px solid #00678A;*/
}

.wrapper {
	width: 960px;
	margin: 20px auto;
}

/* HEADER */

.header {
	height: 250px;
	background-color: #338197;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border-top: 5px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

.logo {
	position: absolute;
	bottom: 10px;
	left: 20px;
	height: 200px;
	width: 200px;
	background-image: url('../images/logo.jpg');
}

.title {
	height: 80px;
	position: absolute;
	bottom: 67px;
	left: 260px;
	padding: 0 0;
}

.title h1 {
	color: #000000;
	display: block;
	float: left;
	font-family: Calibri, sans-serif;
	font-size: 50px;
	font-weight: bold;
}

.title h2 {
	color: #FFFFFF;
	display: block;
	clear: both;
	float: left;
	font-family: Calibri, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

/* NAVBAR */

.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
}

.navbar-link {
	display: inline-block;
	float: left;
	padding: 5px 5px;
	margin: 0 10px 0 0;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	text-decoration: none;
	color: #666666;
}

.navbar-link:hover {
	color: #000000;
}

#navbar-link-active {
	color: #000000;
}

/* FRONTPAGE */

.frontpage-textbox {
	overflow: auto;
	margin-bottom: 20px;
}

div.frontpage-picture {
	padding: 0 0 0 10px;
	margin: 0px 0 0 0;
	float: right;
}

.frontpage-clear {
	clear: both;
	height: 0px;
}

/* CONTENT */

#information {
	min-height: 50px;
}

#iframe-layout {
	width: 940px;
	height: 640px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.content {
	font-family: Calibri, sans-serif;
	text-align: justify;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	background-color: #FFFFFF;
	min-height: 430px;
}

.content h1 {
	color: #5D5D5D;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.content p {
	color: #666666;
	font-size: 12px;
	margin: 0 0 5px 0;
}

.content li{
	margin: 0 0 5px 20px;
	color: #000000;
	font-size: 12px;
}

.content a {
	text-decoration: underline;
	color: #666666;
}

.content a:hover {
	color: #338197;
}

.textbox {
	overflow: auto;
}

/* BILLED EFFEKTER */

.picturebox-left, .picturebox-right {
	padding: 0;
	margin: 0;
	background-color: #338197;
}

.picturebox-left {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.picturebox-right {
	margin-top: 31px;
	margin-left: 10px;
	float: right;
}

.picturebox-left img, .picturebox-right img {
	padding: 0;
	margin: 0;
	margin-bottom: -4px;
}

.picturebox-left p, .picturebox-right p {
	text-align: center;
	margin: 2px 5px 2px;
	font-size: 11px;
	color: #FFFFFF;
}

#container-picture{
	width: 250px;
}

/* GALERY */

#gallery {
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 5px 0 0 5px;
}

#gallery li {
	float: left;
	margin: 0 4px 2px 0;
}

#gallery li a img {
	border: 2px solid #333;
	padding: 2px;
	opacity: .80;
}

#gallery li a img:hover {
	border-color: #CCC;
	opacity: 1;
}

/* FOOTER */

.footer {
	margin-top: 5px;
	text-align: center;
	padding: 5px;
}

.footer p {
	font-style: bold;
	color: #E7E7E7;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.footer a {
	text-decoration: none;
	color: #E7E7E7;
}

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

/* SPECIAL */

.clear {
	clear: both;
	height: 20px;
}

.myButtonLink {
	display: block;
	width: 100px;
	height: 100px;
	background: url('../images/buttonleafhover.png') no-repeat; background-position: 0 -100px;
	text-indent: -99999px;
}
.myButtonLink:hover {
	background-position: 0 0;
}

.pictureswitch {
	display: block;
	width: 100px;
	height: 74px;
	background: url('../images/anna-anders-switch.png');
	background-position: 0 -74px;
	text-indent: -99999px;
}

.pictureswitch:hover {
	background-position: 0 0;
}