*
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 11px;
	line-height: 1.4;
}


/*
Color codes:
Grey	#b3b5b8
Red		#ee3b33
Sand	#d3cec8
*/


body, html, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body
{
	background: #cad6eb ;
}

a:link, a:visited, a:active
{
	color: #000088;
}

a:hover
{
	color: #0000aa;
}

#main
{
	margin: 0px auto;
	width: 700px;
	text-align: left;
	background-color: #faf7e7;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#banner
{
	height: 122px;
	background: url(Images/topbanner.png);
}

#horz_menu
{
	height: 20px;
	padding-left: 10px;
	background-color: #083868;

	color: #fff;
}

#horz_menu a:link, #horz_menu a:visited, #horz_menu a:active
{
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#horz_menu a:hover
{
	color: #c6d3ea;
}


.leftmenu
{
	width: 200px;
	background-image: url(images/Blaa_knap.png);
	text-transform: capitalize;
	
	}
	
.static
{
	background-image: url(images/Red_knap.png);
	color: White;
	
	}


	
.leftmenu a:link, .leftmenu a:visited, .leftmenu a:active, .leftmenu a:hover
{
	color: #083868;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}	


.static a:link, .static a:visited, .static a:active, .static a:hover
{
	color: white;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}	


#vert
{
	width: 200px;
	background-color: #fff;
	border-right: soild 1px black;
	vertical-align: top;
	color: #000;
	padding: 10px;
}

#vert div
{
	width: 200px;
	/*height: 20px;*/
	padding: 10px;
	margin: 0px auto;
	margin-bottom: 5px;
	text-align: center;
	color: #000;
}
#vert div.leftmenu
{
	padding: 0px;
	margin: 0px auto;
	margin-bottom: 5px;
	height: 20px;
	color: #000;
}

#vert img
{
	width: 200px;
	margin: 0px auto;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #000;
}

#content
{
	width: 480px;
	background-color: #fff;
	vertical-align: top;
	border-left: solid 1px #000000;
	padding: 20px;
}

#bottom
{
	color: #fff;
	background-color: #083868;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: center;
	border-top: solid 1px #000000;
}


ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
ul li
{
	list-style-type: square;	
	list-style-image: url(Images/list.png);
}
ul.menu li
{
	font-weight: bold;
}


#content h1 span
{
	color: #083868;
	font-size: 13px;
	font-weight: bold;
}

#vert h1 a:link, #vert h1 a:active, #vert h1 a:visited
{
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#vert h1
{
	padding: 0px;
	margin: 0px;
}

#vert li a:link, #vert li a:active, #vert li a:visited
{
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}


#vert li a:hover
{
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}