/* Inställningar */
html, body {
	height: 100%;
	margin: 0 0 0 0;
	background: #e4f1f1 url(/images/background2.gif) no-repeat top center;
	font: normal 0.8em arial, verdana, sans-serif;
	line-height: 150%;
	font-weight: normal;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #009ee0;
	text-decoration: none;
}
a:visited {
	color: #e1261b;
	text-decoration: none;
}
a:hover {
	color: #e1261b;
	text-decoration: underline;
}
a:active {
	color: #009ee0;
	text-decoration: none;
}

/* Framework */
#Area {
	width: 817px;
	height: 550px;
	margin: 10px auto 10px auto;
}
	.frameworkHeader {
		width: 817px;
		height: 144px;
		background: transparent url(/images/framework_header.png) no-repeat bottom left;
	}
		.frameworkHeader #flashInfo {
			width: 142px;
			height: 144px;
			margin: 0 0 0 553px;
		}
	.shdwLeft {
		width: 21px;
		height: 100%;
		float: left;
		background: transparent url(/images/framework_left.png) repeat-y top left;
	}
	.shdwRight {
		width: 21px;
		height: 100%;
		float: right;
		background: transparent url(/images/framework_right.png) repeat-y top left;
	}
	.frameworkFooter {
		width: 817px;
		height: 145px;
		clear: both;
		background: transparent url(/images/framework_footer.png) no-repeat top left;
	}
	#Framework {
		width: 775px;
		display: block;
		min-height: 550px;
		height:auto !important;
		height: 550px;
		float: left;
		background: #ffffff url(/images/framework_page.gif) no-repeat bottom left;
	}
		#LeftMenu {
			width: 158px;
			display: block;
			float: left;
			margin-right: 10px;
		}
			#Menu {
				list-style-type: none;
				color: #333333;
				text-transform: uppercase;
			}
			#Menu li {
				float: left;
				margin: 0 0 10px 0;
				clear: both;
			}
			#Menu li a {
				color: #666666;
			}
			#Menu .Selected a {
			}
			#Menu .Unselected a {
			}
				#MenuSub {
					list-style-type: none;
					color: #333333;
					text-transform: uppercase;
					margin-left: -30px;
				}
				#MenuSub li {
					float: left;
					margin: 0 5px 0 5px;
				}
				#MenuSub li a {
					color: #666666;
				}
				#MenuSub .Selected a {
				}
				#MenuSub .Unselected a {
				}
		#Page {
			width: 597px;
			float: left;
			display: block;
		}
			#ContentContainer {
				width: 572px;
				min-height: 171px;
				height:auto !important;
				height: 171px;
				float: left;
				display: block;
				margin: 0 auto 20px auto;
			}
				#ContentContainer h1 {
					font-size: 250%;
					line-height: 100%;
					color: #cc211e;
					margin-bottom: 0px;
				}
				#ContentContainer h2 {
					font-size: 180%;
					line-height: 100%;
					color: #cc211e;
					margin-bottom: 0px;
				}
				#ContentContainer h3 {
					font-size: 150%;
					line-height: 100%;
					color: #cc211e;
					margin-bottom: 0px;
				}
		#Footer {
			width: 700px;
			height: 70px;
			background: #ffffff url(../images/framework_footer.gif) no-repeat bottom left;
			clear: both;
			/*margin-top: -48px;*/
		}
			#Footer #Contact {
				width: 700px;
				height: 20px;
				padding-top: 30px;
				text-align: center;
			}
