/* CSS Document */

	html {
	height: 100%;
	}

	body {
	margin: 0 auto;
	height: 100%;
	padding-top: 0px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2d2d;
	background-position: top center;
	background-image: url(../images/bg_grd.gif);
	background-repeat: repeat-x;
	background-color: #e4e2d3;
	text-align: center;
	}
	
	a {
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: underline;
	}
	
	a:hover {
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	
	hr {
  	border-top: 1px dashed #c4bcad;/*the border*/
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	height: 1px;
	margin-top: 15px;
	*margin-top: 7px;
	margin-bottom: 15px;
	*margin-bottom:  7px;
  	}
  	
  	#leftContainer td{
  		vertical-align: top;
  		line-height: 18px;
  	}
  	
  	#fullContainer td{
  		vertical-align: top;
  		line-height: 18px;
  	}
  	
  	#rightContainer	hr {
  	border-top: 1px dashed #c4bcad;/*the border*/
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	width: 320px;
	height: 1px;
  	}
  	
  	#leftContainerThick td{
  		vertical-align: top;
  		line-height: 18px;
  	}
  	
  	#rightContainerThin	hr {
  	border-top: 1px dashed #c4bcad;/*the border*/
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	width: 220px;
	height: 1px;
  	}
  	
  	
  	
  	.tdPadding{
  		padding-right: 15px;
  	}
  	
	/* Classes */
	.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #2d2d2d;
	background-color: #FFFFFF;
	}
	
	.headline {
	font-family: Georiga, serif;
	font-size: 18pt;
	text-align: left;
	color: #5e5a52;
	background: #FFFFFF;
	line-height: 28px;
	}
	
	.headline2 {
	font-family: Georiga, serif;
	font-size: 14pt;
	text-align: left;
	color: #5e5a52;
	background: #FFFFFF;
	line-height: 20px;
	}
	
	.footerHead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #5e5a52;
	background-color: transparent;
	}
	
	.rightMenu{
		font-size: 8pt;
		line-height: 20px;
	}
	
	.personImage{
		float: right;
		padding: 0px 10px 10px 20px;
	}
	
	.personImageLeft{
		float: left;
		padding: 0px 20px 10px 0px;
	}
	
	.subHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	}
	
	.red{
		float: left;
		text-align: center;
		width: 560px;
		padding: 10px;
		margin: 10px;
		background-color: #fa6464;
		border: 1px solid #c6030b; 	
	}
	
	.red a{
		background-color: #fa6464;
		color: #fff;
	}
	
	.red a:hover{
		background-color: #fa6464;
		color: #fff;
	}
	
	.red a:active{
		background-color: #fa6464;
		color: #fff;
	}
	
	.green{
		float: left;
		text-align: center;
		width: 560px;
		padding: 10px;
		margin: 10px;
		background-color: #cdeb8b;
		border: 1px solid #498f03; 
	}

	
	/*Adminspecifikt*/
	#loginbox{
		position: relative;
		top: 200px;
		width: 320px;
		height: 200px;
		padding: 10px;
		margin: 0px auto;
		background-color: #ffffff;
		font-family: Georgia, serif;
		font-size: 12pt;
		color: #5e5a52;
		text-align: left;
		
	}
	
	#loginboxLogo{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 157px;
		height: 65px;
	}
	
	#loginboxTopRight{
		position: absolute;
		top: 29px;
		left: 190px;
	}

	#loginboxTopRight .header{
		font-size: 14pt;
		color: #336699;
	}
	
	#aForm{
		position: absolute;
		top: 90px;
		left: 10px;
	}
	
	/*HUVUD DIV-AR*/
	#outline {
	padding: 0px 0px 10px 0px; /*top right bottom left */
	margin: 0px auto;
	width: 960px;
	text-align: center;
	height: auto;
	z-index: 1;
	position: relative;
	top: 0px; /*samma som footer*/
	display: table;
	background-color: #FFFFFF;/*#FFFFFF*/
	color: #000000;
	}
	
	#footer {
	padding: 4px 0px 0px 0px;
	margin: 0px auto;
	margin-bottom: 0px;
	width: 960px;
	height: 100px;
	text-align: center;
	z-index: 1;
	position: relative;
	top: 0px; /*samma som outline*/
	display: table;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #bbb5a7;
	background-image: url(../images/ft_grd.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	}
	
	#footer	a {
	color: #336699;
	background-color: transparent;
	text-decoration: underline;
	}
	
	#footer a:hover {
	color: #336699;
	background-color: transparent;
	text-decoration: none;
	}
	#footer table{
		width: 900px;
		padding: 0px;
		float: left;
		margin-left: 10px;
	}
	
	#footer td{
		text-align:left;
		width: 180px;
	}

	/* Inuti #outline */
	#top {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 10px;
	width: 940px;
	float: left;
	height: auto; /*380px*/
	text-align: left;
	z-index: 1;
	clear: both;
	background-color: #FFFFFF;
	color: #000000;
	}
	
	#logo {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	width: 157px;
	height: 65px;
	background-color: #FFFFFF;
	color: #000000;
	}
	
	#menu { 
	float: right;
	display: block;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 570px;
	height: 30px; 
	background-color: #ffffff;
	text-align: left;
	z-index: 100;
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #5e5a52;
	}
	
	#top_image{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 299px;
	top: 90px;
	left: 0px;
	}
	
	#content {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px; /*top right bottom left*/
	width: 940px;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 1;
	}
	
	#fullContainer {
  	float: left;
	width: 920px;
	height: auto;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	}
	
	#leftContainer {
  	float: left;
	width: 600px;
	height: auto;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	}
	

	#rightContainer {
  	float: left;
	width: 300px;
	height: auto;
	min-height: 330px;
	*min-height: 330px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	border-left: 1px dashed #c4bcad;
	}
	
	#leftContainerThick {
  	float: left;
	width: 700px;
	height: auto;
	min-height: 470px;
	*min-height: 470px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	}
	
	#leftContainerNews {
  	float: left;
	width: 700px;
	height: auto;
	/*min-height: 470px;
	*min-height: 470px;*/
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	}
	

	#rightContainerThin {
  	float: left;
	width: 209px;
	height: auto;
	min-height: 470px;
	*min-height: 470px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	border-left: 1px dashed #c4bcad;
	}
	
	#rightContainerNews {
  	float: left;
	width: 209px;
	height: auto;
	/*min-height: 470px;
	*min-height: 470px;*/
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	line-height: 16px;
	border-left: 1px dashed #c4bcad;
	}
	
/*Dropdownmenu v.2.2*/
.menutable {vertical-align:middle; text-align:right; color:#5e5a52;}

.dropdownMenu {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style:none; height:29px; background-color:#ffffff; vertical-align:middle; text-align:left; position:relative; font-family:Georgia, serif; font-size: 12pt;}
.dropdownMenu li.top_item {display:block; float:left; position:relative; background-color:#ffffff; padding: 0px 0px 0px 0px; margin: 0px 4px 0px -4px;} /*m 0 5 0 -10*/ /*p 0 0 0 5*/
.dropdownMenu li a.top_link {display:block; float:left; height:29px; line-height:29px; color:#5e5a52; background-color:#ffffff; text-decoration:none; font-size:12pt; margin:0px 5px 0px 4px; cursor:pointer;} /*m 0 5 0 5*/
.dropdownMenu li a.top_link span {float:left; display:block; margin:0px 5px 0px 4px; height:29px;} /*m 0 5 0 5*/
.dropdownMenu li a.top_link span.doDropdown {float:left; display:block; margin:0px 5px 0px 4px; height:29px; background-color:#ffffff;} /*m 0 5 0 5*/
.dropdownMenu li a.top_link:hover {color:#5e5a52; background-color:#ffffff; margin:0px 5px 0px 4px; text-decoration:underline} /*m 0 5 0 5*/
.dropdownMenu li a.top_link:hover span {background-color:#ffffff;}
.dropdownMenu li a.top_link:hover span.doDropdown {background-color:#ffffff;}

/*Style the current page defined in menu*/
.dropdownMenu li a.current {display:block; float:left; height:29px; line-height:29px; color:#336699; background-color:#ffffff; text-decoration:none; font-size:12pt; margin:0px 5px 0px 4px; padding:0px 0px 0px 0px; cursor:pointer;} /*m 0 5 0 5*/
.dropdownMenu li a.current span {float:left; display:block; margin:0px 5px 0px 4px; padding:0px 0px 0px 0px; height:29px; background-color:#ffffff;} /*m 0 5 0 5*/

/*Hover when in top menu*/
.dropdownMenu li:hover > a.top_link {color:#5e5a52; background-color:#ffffff; }
.dropdownMenu li:hover > a.top_link span {background-color:#ffffff;}
.dropdownMenu li:hover > a.top_link span.doDropdown {background-color:#ffffff;}

/*IE6 hack for tables, leave unchanged*/
.dropdownMenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Style the list OR link hover depending on which browser is used */
.dropdownMenu a:hover {visibility:visible;}
.dropdownMenu li:hover {position:relative; z-index:200;}

/* Hide the submenu by placing it off screen. */
.dropdownMenu ul, 
.dropdownMenu :hover ul ul, 
.dropdownMenu :hover ul :hover ul ul,
.dropdownMenu :hover ul :hover ul :hover ul ul,
.dropdownMenu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/*Style the actual dropdown menu*/
.dropdownMenu :hover ul.sub_item {left:0px; top:29px; background: #e4e2d3; padding:3px 0; white-space:nowrap; width: 118px; height:auto;}
.dropdownMenu :hover ul.sub_item li {display:block; height:45px; position:relative; float:left; width:118px; text-align:left;}
.dropdownMenu :hover ul.sub_item li a {display:block; font-size:12pt; height:45px; width:108px; line-height:20px; text-indent:0px; padding-right:0px; color:#5e5a52; text-decoration:none; background:#e4e2d3; margin-left: 9px;}
.dropdownMenu :hover ul.sub_item li a:hover {background:#e4e2d3; color:#5e5a52; text-decoration:underline}