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

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #FFF url(../graphics/bg.png) no-repeat top center;
	font: 62.5% Arial, san-serif;
	color: #444;
	height: 100%;
}
.clear {
	clear: both;
}
.hr {
	background: transparent url(../graphics/wrapper_hr.png) no-repeat;
	height: 10px;
	margin-top: 6px;
	margin-bottom: 5px;
}


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

#wrapper {
	background: transparent url(../graphics/wrapper_bg_repeat.png) left top repeat-y;
	margin: 0 auto;
	width: 760px;
	min-height: 100%;
	font-size: 1.1em;
}
#header {
	height: 70px;
}
#content {
	background: transparent url(../graphics/wrapper_bg.png) no-repeat top left;
	width: 760px;
}
.left_panel {
	float: left;
	text-align: right;
	display: block;
	width: 182px;
	min-height: 1px;
}
.main_panel {
	float: left;
	margin-left: 21px;
	width: 410px;
}
div.coll1 {
	float: left;
	width: 200px;
}
div.coll2 {
	float: left;
	width: 200px;
}


/* 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: #c13f00;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 2px 0;
	color: #c13f00;
}
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: 0.7em;
	color: #666;
	text-transform: uppercase;
}
p.ingress {
}
p.right {
	text-align: right;
	margin: 0 0 3px 0;
}
a {
	outline: none;
	color: #c13f00;
}
a:hover {
	color: #ff8000;
}
.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-top: 5px;
}


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

.toggle {
	display: block;
	border:	1px solid #AAA;
	cursor: pointer;
	margin-bottom: 5px;
}

/* ReMooz
=========================*/

.remo-zoom-in {
	border: 1px solid #AAA;
	cursor: pointer;
}
.remo-box
{
	position: absolute;
	top: 0;
	left: 0;
	background:	#fff url(../graphics/spinner.gif) no-repeat center;
	z-index: 41;
}
.remo-box.remo-box-focus
{
	cursor:	pointer;
}
.remo-box.remo-box-dragging
{
	cursor:	move;
}

.remo-box .remo-btn-close
{
	position: absolute;
	left: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	background:	url(../graphics/closebox.png) no-repeat top left;
	visibility:	hidden;
}
.remo-box.remo-box-focus .remo-btn-close
{
	visibility:	visible;
}

.remo-img
{
	display: block;
	border:	1px solid #AAA;
	width: 100%;
	height:	100%;
}
.remo-img.remo-closebale
{
	cursor:	pointer;
}
