	/* CSS style 
=========================*/

* {
	padding: 0;
	
}

html {
	height: 100%;
	margin: 20px;
}

body {
	background: #222222;
	font: 62.5% Arial, san-serif;
	color: #FFF;
	height: 100%;
	margin: 0px;
}
.clear {
	clear: both;
}
.hr {
	width:500;
	height: 100px;
	margin-top: 0px;
}


/* Grundlayout
=========================*/

#wrapper {
	width: 1034px;
	min-height: 100%;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 140px;
}
#rightheader {
	height: 15px;
	text-align:right;
	padding-bottom:8px;
}
#content {
	background: transparent url(../images/pattern.gif) repeat top left;
	width: 1034px;
	padding: 6px;
}
#nav_content {
	width: 1040px;
	padding-bottom: 25px;
	margin-bottom:2px;
}
.nav_panel {
	display: block;
	width: 1045px;
	min-height: 1px;
}
#nav_header {
	height: 19px;
}
div.navbar {
	float: left;
	width: 1040px;
	height: 35px;
	padding: 2px;
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
}
div.nav1 a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.nav1 a:hover {
	color: #FF6600;
}
.left_panel {
	background: #222222;
	float: left;
	display: block;
	width: 502px;
	padding: 6px;
	margin: 1px;
}
.main_panel {
	background: #222222;
	float: right;
	width: 502px;
	padding: 6px;
	margin: 1px;
}
div.coll1 {
	float: left;
	width: 200px;
}
div.coll2 {
	float: left;
	width: 277px;
}
#FLVPlayer {
	text-align: left;
	padding: 0;
}


/* Textformatering
=========================*/

p, h1, h2, h3, h4, h5 {
	font-family: Arial, san-serif;
	font-weight: normal;
} 
h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	color: #666;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 2px 0;
	color: #666;
	text-align:left;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

h2 span {
	font-size: 0.7em;
	color: #666;
	text-transform: uppercase;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: justify;
}
p span {
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
}
p.ingress {
}
p.right {
	text-align: right;
	margin: 0 0 3px 0;
}
img.right {
	text-align: right;
	margin: 0 0 3px 0;
}
img.left {
	text-align: left;
	margin-top: 8px;
}
a {
	outline: none;
	color: #FFF;
}
a:hover {
	color: #FFF;
}
.left_panel img {
	margin-left: 3px;
}


/* Portf?ljelement
=========================*/

.portitem {
	list-style: none;
}
.portitem li {
	float: left;
	display: block;
	width: 205px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.portitem li img.right {
	float: right;
}
.portitem_h2 {
	margin-bottom: 20px;
}


/* Accordion
=========================*/

.toggle {
	display: block;
	cursor: pointer;
	margin-bottom: 8px;
}

