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

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #888;
	font: 62.5% Arial, san-serif;
	color: #666;
	height: 100%;
}
.clear {
	clear: both;
}
.hr {
	height: 10px;
}


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

#wrapper {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}
#header {
	position: fixed;
	background: transparent  url(../graphics/black-Linen.png);
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	height: 50px;
	width: 100%; 
	text-align: center;
	font-family: 'NovecentowideBold', Arial, san-serif;
	font-size: 2em;
	color: #eee;
	line-height: 50px;
}
#content {
	width: 710px;
	margin-left: 210px;
	padding-top: 25px;
}
.info {
	width: 160px;
	margin: 27px 0 0 1px;
	float: left;
	position: fixed;
	border-radius: 5px;
	height: 174px;
	text-align: center;
	padding: 20px 0;
}
.info img {
	margin-left: 2px;
}
.panel_wrapper {
	width: 710px;
	background: #eee;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.port_content {
	padding: 15px 20px 0;
	margin-bottom: 25px;
}

.tag_left {
	float: left;
}
.tag_right {
	float: right;
}

.tag {
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	margin-right: 5px;
	color: #999;
}

.ga {
	background-color: #669933;
}


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

h1, h2, h3, h4, h5 {
	font-family: 'NovecentowideBold', Arial, san-serif;
	font-weight: normal;
} 
p {
	font-family: Arial, san-serif;
	font-weight: normal;
	font-size: 1.2em;
} 
h1 {
	font-size: 1.4em;
	margin: 10px 0 2px 0;
	color: #000;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 3.5em;
	margin: 0 0 2px 0;
	color: #bbb;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	color: #bbb;
	text-transform: uppercase;
	text-align: center;
}
p {
	font-family: Arial, san-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 5px 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: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.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;
	cursor: pointer;
}

/* 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;
}

