/***********************************************/
/* styles.css                                  */
/* Use with Torbjorn Dyrud templates           */
/* Developed by Innoventi (C) 2007             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #b2c2c8;
	background-image: url(images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/******* hyperlink and anchor tag styles *******/

h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	padding: 0;
	margin: 0;
	color: #00adef;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#homeContainer {
	position: relative;
	width: 952px;
	margin: 0 auto;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: left;
}
#homeContainer a {
	color: #FFF;
	text-decoration: none;
}
#homeContainer a:hover {
	text-decoration: underline;
}
#webWrapper {
	position: relative;
	width: 942px;
	margin: 0 auto;
	border: 1px solid #FFF;
	padding: 5px;
}
#topContainer {
	position: relative;
	width: 924px;
}
#bar {
	width: 924px;
	height: 20px;
	background-color: #009fdb;
}
#contentContainer {
	width: 924px;
	clear: both;
}

/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/


/***** menu styles *****/

.logo {
	position: absolute;
	width: 105px;
	height: 32px;
	top: 27px;
	left: 0px;
}
#headerContainer {
	position: relative;
	width: 955px;
	height: 304px;
}


/***** content styles *****/

#contentWrapper {
	position: relative;
	width: 924px;
	text-align: left;
	background-color: #eaeaea;
	border: 1px solid #243f8f;
	padding: 8px;
}
.contentHeader1 {
	width: 278px;
	height: 38px;
	background-image: url(images/headerLeft_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.contentHeader2 {
	width: 278px;
	height: 29px;
	background-image: url(images/headerMiddle_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 9px;
}
.contentHeader3 {
	width: 278px;
	height: 29px; 
	background-image: url(images/headerRight_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 9px;
}
.contentLeftTweak {
	background-image: url(images/contentLeft_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #7bc3e2;
}
.contentLeft{
	width: 248px;
/*
	background-image: url(images/contentLeft_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #7bc3e2;
*/
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 30px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contentLeft a {
	color: #000;
	text-decoration: none;
}
.contentLeft a:hover {
	color: #000;
	text-decoration: underline;
}
.contentVideo {
	background-image: url(images/contentVideo_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #33b5df;
	height: 407px;
	padding: 18px;
}
.contentMiddle {
	width: 248px;
	background-image: url(images/contentMiddle_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #33b5df;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 30px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contentMiddle a {
	color: #FFF;
	text-decoration: none;
}
.contentMiddle a:hover {
	color: #FFF;
	text-decoration: underline;
}
.contentRight {
	width: 248px;
	background-image: url(images/contentRight_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #15afde;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 30px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contentRight a {
	color: #FFF;
	text-decoration: none;
}
.contentRight a:hover {
	color: #FFF;
	text-decoration: underline;
}
.kalenderLink {
	text-align: right;
}
.kalenderLink a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.kalenderLink a:hover {
	text-decoration: underline;
	color: #000;
}
.musikkLink {
	text-align: right;
}
.musikkLink a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.musikkLink a:hover {
	text-decoration: underline;
	color: #FFF;
}
.subpageLeft{
	width: 308px;
	background-color: #7bc3e2;
}
.subpageRight{
	width: 616px;
	background-color: #FFF;
}
#textContainer {
	width: 556px;
	color: #000;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#textContainer a {
	color: #009fdb;
	font-size: 11px;
	text-decoration: none;
}
#textContainer a:hover {
	text-decoration: underline;
}
.verkLeft {
	width: 386px;
	padding-right: 10px;
	padding-bottom: 16px;
}
.verkMiddle {
	width: 100px;
}
.verkRight {
	width: 60px;
	text-align: right;
}


/***** footer styles *****/

#bottomContainer {
	position: relative;
	width: 909px;
	height: 32px;
	font-size: 12px;
	text-align: left;
	color: #00adef;
	background-color: #eaeaea;
	padding-top: 18px;
	padding-left: 15px;
	text-transform: uppercase;
}
#bottomContainer a {
	text-decoration: none;
	color: #00adef;
	text-transform: uppercase;
	font-weight: bold;
}
#bottomContainer a:hover {
	text-decoration: underline;
}
#buttons {
	position: absolute;
	top: 370px;
	left: 346px;
	width: 558px;
}