body {
	line-height:1.5;
	text-align: center;
	background: #000000;
	background-image: url(../images/carbonpattern10x10.gif);
	font-size: 14px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#header {
	padding: 0 10px 0 60px;
	height: 50px;
	z-index: 3;
	border-bottom: 1px solid #6ce95e;
} 
#header #menubox {
	width: 900px;
	height: 40px;
	float: right;
	margin: 5px 0 0 0;
}
#header ul#menu {
	list-style-type: none;
	font-size: 16px;
	padding-top: 10px;
}
#header ul#menu li {
	float: left;
}
#header ul#menu li a {
	color: #FFF;
	display: block;
	padding: 5px 13px;
	text-transform: uppercase;
}
#header ul#menu li a {
	text-decoration: none;
}
#header ul#menu li.active a, #header ul#menu li a:hover {
	color: #CCC;
	text-decoration: underline;
}
.twoColFixLtHdr #content {
	border-left: 1px solid #6ce95e;
	border-right: 1px solid #6ce95e;


}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 350px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 15px 10px 15px 20px;
	background-image: url(../images/green_bg.png);
	height: 450px;
}
#footer {
	padding: 0 10px 0 20px;
	border-top: 1px solid #6ce95e;
	z-index: 3;
} 
#footer p {
	margin: 0 0 5px 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	line-height: normal;
	font-size: 0.9em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {border:none;}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-style: italic;
}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.3em;line-height:1.25;margin-bottom:1.25em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:0.8em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:0.6em;font-weight:bold;}
.h1_big {
	font-size: 48px;
}
.h1_big_2 {
	font-size: 36px;
}
.h1_big_3 {
	font-size: 70px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
.h2_big {
	font-size: 26px;
}
.h3_b {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	font-size: 24px;
	margin-bottom: 10px;
}



h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin:0 0 1.5em;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
}
#mainContent ul {
	font-weight: bold;
}

p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {
	color:#CCC;
}
a {
	color:#FFF;
	text-decoration:underline;
}
li ul, li ol {margin:0;}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
.centrer {
	text-align: center;
}
.indexcontentbg {
	background-image: url(images/indexbg2.jpg);
	height: 492px;
}
.musikcontentbg {
	background-image: url(images/Hit-The-Road-tegning-presse_green-black.jpg);
	height: 637px;
	color: #C33;
	font-size: 16px;
}
.kontaktcontentbg {
	background-image: url(images/kontaktborderflipped_bg.jpg);
	background-repeat: no-repeat;
	height: 492px;
	font-size: 18px;
}
.mindretekst {
	font-size: 10px;
	font-weight: bolder;
}
.størretekst {
	font-size: large;
}
hr {
	color: #CCC;
}

