﻿html, body 
{
	height:100%;
}

html, body, form
{
	margin:0;
	padding:0;
}

body 
{
	background-color:#ffffff;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:72%;
	color:#000000;
}

a 
{
	color:#a31e22;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

a img
{
	border:0;
}

h1 
{
	font-family: Times New Roman, Serif;
	font-size:1.8em;
	color:#000000;
	margin:0.8em 0 0.2em 0;
}

h2
{
	font-family: Times New Roman, Serif;
	font-size:1.5em;
	color:#000000;
	margin:0.4em 0 0.2em 0;
}

h3 
{
	font-size:1.1em;
	color:#000000;
	margin:0.4em 0 0.1em 0;
}

h4
{
	font-size:1em;
	color:#000000;
	margin:0.4em 0 0.1em 0;
}


p 
{
	line-height:1.6em;
	margin:0.2em 0 0.6em 0;
}


/*områden */
#body 
{
	text-align:center;
	background:#ece0c8;
}

#bodyPlaceholder
{
	margin:0px auto;
	text-align:left;
	width:875px;
	background:#ece0c8 url('/Media/Build/body_background.gif') bottom no-repeat;
}

#top 
{
	margin-top:10px;
	width:750px;
}
#content 
{
	margin:0 0 0 0;
	width:750px;
}

#contentTopLeft
{
	background:#a31e22 url('/Media/Build/contentTopBackground.gif') bottom repeat-x;
	color:#ffffff;
	font-size:smaller;
	padding:10px 0 0 10px;
	vertical-align:top;
}

#contentTopRight
{
	background:#ffffff url('/Media/Build/contentTopBackground.gif') bottom repeat-x;
	vertical-align:top;
}

#contentLeft 
{
	width:200px;
	color:#000000;
	background:#a31e22;
	vertical-align:top;
	min-height:500px;
}

#contentLeftPlaceholder
{
	margin:5px;
}

#contentSpacer
{
	width:1px;
}

#contentMain 
{
	width:549px;
	background-color:#ffffff;
	color:#000000;
	vertical-align:top;
}

	#contentMainPlaceholder
	{
		margin:5px 20px 10px 20px;
	}

	#contentMainPlaceholder p
	{
		margin:0 0 1.2em 0;
	}

#menu 
{
	margin:30px 0 0 5px;
	color:#ffffff;
}

#menu .container 
{
	margin-bottom:5px;
}

#menu .item 
{
	color:#ffffff;
}

#menu .active 
{
	color:#e8c7c8;
}

#menu a
{
	color:#ffffff;
	font-weight:700;
}

#menu a img 
{
	margin-top:2px;
}

#address
{
	margin-top:40px;
	padding-left:10px;
	color:#ffffff;
	font-size:smaller;
}

#footer 
{
	width:750px;
	text-align:right;
	border-top:3px solid #a31e22;
	margin:3px 0 0 0;
	padding-bottom:130px;
}

/* ------------------- */


img.left 
{
	float:left;
	clear:left;
	margin-right:6px;
}
img.right
{
	float:right;
	clear:right;
	margin-left:6px;
}

.ErrMsg, .EmptyGridView
{
	padding:10px;
	margin:9px;
	background-color:#f8fbdc;
	border:1px solid #576080;
	clear:both;
}

.bold 
{
	font-weight:700;
}

.underline 
{
	text-decoration:underline;
}

.strikethrough 
{
	text-decoration:line-through;
}


.small 
{
	font-size:10px;
}

.smallNormal
{
	font-size:10px;
	font-weight:normal;
}

.left 
{
	text-align:left;
}

.center 
{
	text-align:center;
}

.right 
{
	text-align:right;
}

.fLeft
{
	float:left;
}

.fRight
{
	float:right;
}

.clear 
{
	clear:both;
}

img.block
{
	display:block;
}

.help
{
	border-bottom:1px dotted #999999;
	cursor:help;
}

.top
{
	vertical-align:top;
}
