* {
	margin: 0;
	padding: 0;
}

html, body {
	/* allows for 100% height divs */
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 80%;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: top;
	background: none;
}

p, td, div, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #000;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* Text styles */
a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited {
	color: #5A5A5A;
/*	color: #000;*/
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:hover {  
	color: #5A5A5A;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	border-bottom: 1px dotted #5A5A5A;
}

a img {
	border: none;
}

img {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.50em;
	line-height: 1.70em;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0px;
	letter-spacing: 0.05em;
}

h1 {
	font-size: 1.50em;
	line-height: 1.50em;
}

h2 {
	font-size: 1.40em;
	line-height: 1.40em;
}

h3 {
	font-size: 1.20em;
	line-height: 1.20em;
}

h4 {
	font-size: 1.10em;
	line-height: 1.10em;
}

hr {
	margin: 10px 0px 10px 0;
	padding: 0;
	height: 1px;
	border-width: 0;
	color: #000;
	background-color: #000;
}

/*ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

li {
	display: inline;
	margin: 0;
	padding: 0;
}*/

p {
	padding: 2px 0 4px 0;
}

#contentWrap { /* Main wrapper for all content */
	margin: 0;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

#mainWrap { /* Inner wrapper for all content */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	width: 713px;
	height: 100%;
	text-align: center;
}

#mainTop {
	margin: 0;
	padding: 0;
	width: 713px;
	height: 124px;
	text-align: left;
	background-color: #FFF;
	float: left;
}

#mainHdr {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 37px;
	text-align: left;
	background-color: #FFF;
	vertical-align: middle;
	float: left;
	border-bottom: 1px solid #080808;
}

#mainHdr ul {
	list-style-type: none;
	display: inline;
}

#mainHdr li {
	list-style-type: none;
	display: inline;
}

#hdrTitle {
	text-align: left;
	background-color: transparent;
	float: left;
	text-transform: uppercase;
	margin: auto;
	font-size: 1.50em;
	line-height: 2.00em;
	padding-left: 12px;
	letter-spacing: 0.1em;
}

.hdrTitleNo {
	color: #ce0000;
}

#hdrMenu {
	background-color: transparent;
	float: right;
	text-align: right;
	text-transform: uppercase;
	padding: 12px;
	margin: 0;
}

#hdrMenu a {
	font-weight: bold;
	font-size: 0.90em;
	line-height: 1.85em;
	letter-spacing: 0.10em;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

#hdrMenu .div {
	border-right: 1px solid #000;
	padding-right: 6px;
	margin: 0 6px 0 -2px;
	font-size: 1.50em;
	line-height: 0.90em;
}

#hdrMenu a .btnOn {  
	color: #5A5A5A;
	border-bottom: 1px dotted #5A5A5A;
}

#hdrMenu .last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#hem .hem, #studion .studion, #uthyrning .uthyrning, #kontakt .kontakt {
	color: #5A5A5A;
	border-bottom: 1px dotted #5A5A5A;
}

#mainContent {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFF;
	line-height: 1.30em;
}

#mainContent ul {
	list-style: square inside;
	margin: 0 0 8px 0;
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#mainContent li {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.leftCol {
	margin: 14px 0 14px 14px;
	padding: 0 14px 0 0;
	float: left;
	background-color: #FFF;
	width: 430px;
	height: 100%;
	text-align: left;
}

.leftCol p {
	text-align: left;
}

.rightCol {
	margin: 0;
	float: left;
	text-align: left;
	background-color: #FFF;
	width: 254px;
	height: 100%;
}

.imageCol {	
	border-left: 1px solid #080808;
	height: 316px;
	margin-bottom: -10px;
	display: none;
}

.imageCol * {	
	background-color: transparent;
}

.borderRight {
	border-right: 1px solid #080808;
}

.borderLeft {
	border-left: 1px solid #080808;
}

.imageCol .borderLeft {
	border-left: 1px solid #080808;
}

#flashcontent p {
	margin: 12px;
	text-align: center;
	display: none;
}

#mainBottom {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 713px;
	height: 10px;
	text-align: left;
	background-color: transparent;
	clear: both;
}

#leftCorner, #rightCorner {
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 10px;
	height: 10px;
	float: left;
	background: url(../bilder/corner_left.gif) no-repeat 0px 0px;
}

#rightCorner {
	text-align: right;
	/*right: 0;*/
	float: left;
	background: url(../bilder/corner_right.gif) no-repeat 0px 0px;
}

#bottomFill {
	background-color: #FFF;
	width: 693px;
	height: 10px;
	float: left;
}

.bottomFillLeft, .bottomFillRight, .bottomFillRightBorder {
	width: 448px;
	height: 10px;
	float: left;
}

.bottomFillLeft, .bottomFillRight {
	background-color: #FFF;
}

.bottomFillRight {
	width: 244px;
}

.bottomFillRightBorder {
	width: 244px;
	border-left: 1px solid #080808;
}

p {
	text-align: justify;
	padding-bottom: 6px;
}

#footer {
	/* exclude below for IE */
	/*position: fixed;
	bottom: 0px;*/
/*	left: auto;*/
	margin: 0 0 0 0;
	width: 100%;
	/* exclude above for IE */
	
	background-color: #315572;
	color: #FFF;
	height: 20px;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
}

.sectionRow {
	padding: 0px;
	margin: 10px auto;
	border: 0px solid #00F;
	width: auto;
	text-align: center;
}

.sectionCol {
	padding: 10px;
	margin: 0;
	border: 0px solid #00F;
	width: auto;
	text-align: left;
}

.error {
	color: #F00;
}

/* Alignment & tables */

.nobr {
	white-space: nowrap;
}

.floatR {
	float: right;
	text-align: right;
}

.floatL {
	float: left;
	text-align: left;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0.5px;
	margin: 0;
	padding: 0;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow: hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
}

.clear:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {height: 1px;}
.clear {display: block;}
/* End hide from IE-mac */

.autocenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border: 0px solid;
	display: block;
	width: auto;
}


/* Form parts */
input, textarea, select, option {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 1px;
	margin: 0;
	color: #000;
	vertical-align: middle;
}

input, option {
	font-size: 9px;
}