* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #FFF url(gfx/bg.gif) repeat-y;
	font: 62.5% Arial, san-serif;
	color: #444;
	height: 100%;
}
.clear {
	clear: both;
}
.hr {
	background: transparent url(gfx/hr2.png) no-repeat;
	height: 7px;
	margin: 0;
}


/* Design */

#header {
	margin-left: 0;
	width: 651px;
	min-height: 100%;
	background: transparent url(gfx/header3.jpg) no-repeat;
}

#wrapper {
	margin-left: 180px;
	width: 411px;
	min-height: 100%;
	font-size: 1.1em;
}

#content {
	margin: 0px;
	width: 411px;
}

.main_panel {
	float: left;
	margin-left: 0;
	width: 410px;
}


/* Text */

p, h1, h2, h3, h4, h5 {
	font-family: Arial, san-serif;
	font-weight: normal;
	margin: 0 0 2px 10px;
} 
h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	color: #c13f00;
}
h2 {
	font-size: 1.5em;
	color: #006699;
	text-transform: uppercase;
	margin-top: 10px;
	
}
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 10px 10px 10px;
	font-size: 1.1em;
}

a {
	outline: none;
	color: #c13f00;
}
a:hover {
	color: #ff8000;
}
.left_panel img {
	margin-left: 0;
}


/* Övrigt */

.toggle {
	display: block;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 0;
}

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

.remo-zoom-in {
	border: 1px solid #AAA;
	cursor: pointer;
	margin: 0 0 5px 1px;
}
.remo-box
{
	position: absolute;
	top: 0;
	left: 0;
	background:	#fff url(gfx/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(gfx/closebox.png) no-repeat top right;
	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;
}
