			body{
				padding:0px;
				margin:0px;
				background:#e8e8e8;
				font-family:arial;
				font-size:15px;
				line-height:20px;
				z-index:0;
			}
			.header
			{
				width:100%;
				height:175px;
				background:#6cb9d5 url(../images/header_back.jpg);
				background-repeat:no-repeat;
				background-position:right top;
			}
			.header_wrapper
			{
				position:relative;
				width:980px;
				height:175px;
				margin-left:auto;
				margin-right:auto;
			}
			
			.logo
			{
				position:absolute;
				top:48px;
				left:-1px;
				width:355px;
				height:78px;
			}
			
			.menu
			{
				width:100%;
				height:45px;
				background:#909090;
			}
			
			.menu_wrapper
			{
				width:980px;
				height:45px;
				margin-left:auto;
				margin-right:auto;
				
			}
			
			.menu_item
			{
				position:relative;
				float:left;
				height:35px;
				margin-right:30px;
				line-height:35px;
				margin-top:5px;
				font-family:arial;
				font-size:15px;
				color:#ffffff;
				cursor:pointer;
			}
			
			.sub_item
			{
				float:left;
				width:200px;
				height:25px;
				margin:3px;
				padding:2px;
				line-height:25px;
				font-size:13px;
			}
			
			.sub_item a
			{
				text-decoration:none;
				color:#ffffff;
			}
			
			.sub_item:hover
			{
				background:#909090;
			}
			
			.content
			{
				width:980px;
				margin-left:auto;
				margin-right:auto;
			}
			
			h1 {
				font-family:arial;
				font-size:24px;
				line-height:30px;
			}
			
			.content h2 {
				font-family:arial;
				font-size:20px;
				line-height:20px;
				padding-top:5px;
			}

			.content h3 {
				font-family:arial;
				font-size:17px;
				line-height:20px;
				padding-top:5px;
			}
			.formulas_wrapper
			{
				float:right;
				width:300px; 
				margin-top:10px;
				margin-left:20px;
			}
			
			.formulas_top
			{
				width:300px;
				height:9px;
				background:url(../images/formulas_top.png);
			}

			.formulas_middle
			{
				width:280px;
				min-height:50px;
				padding-left:10px;
				padding-right:10px;
				background:url(../images/formulas_middle.png);
			}

			.formulas_bottom
			{
				width:300px;
				height:12px;
				background:url(../images/formulas_bottom.png);
			}
			
			.formulas_middle h2{
				padding:0x;
				margin:0px;
				font-family:arial;
				font-size:17px;
				margin-bottom:10px;
			}
			
			.calculator{
				width:640px;
				float:left;
				margin-top:10px;
			}
			
			.calculator_top{
				width:640px;
				height:10px;
				background:url(../images/calculator_top.png);
			}
			
			.calculator_bottom{
				width:640px;
				height:10px;
				background:url(../images/calculator_bottom.png);
				margin-bottom:50px;
			}
			
			.calculator_middle{
				width:620px;
				padding:10px;
				background:url(../images/calculator_middle.png);
			}
			
			.calculator h2
			{
				padding:0px;
				margin:0px;
				font-size:18px;
				line-height:47px;
				font-family:verdana;
				
			}
			
			.footer_wrapper
			{
				margin-top:50px;
				width:100%;
				height:50px;
				background:#6bb8d4;
				color:#ffffff;
			}
			
			.footer
			{
				text-align:center;
				font-size:12px;
				font-family:arial;
				line-height:50px;
			}
			
			.footer a
			{
				margin-left:20px;
				margin-right:20px;
				color:#ffffff;
				text-decoration:none;
			}

			.footer a:hover
			{
				margin-left:20px;
				margin-right:20px;
				color:#ffffff;
				text-decoration:underline;
			}
			
			.moms_table
			{
			}
			
			.moms_table td
			{
				padding-left:5px;
				padding-right:20px;
			}
			
			.stripe
			{
				background:#e0e0e0;
			}
			
			.firkant
			{
				width:770px;
			}
			
			.firkant td{
				border:1px solid  #000000;
				padding:5px;
				vertical-align:top;
			}
			
			.tableunits
			{
				font-size:12px;
				border-collapse:collapse;
			}
			
			.tableunits td
			{
				border:1px solid #000000;
				padding:5px;
				width:80px;
			}
			
			.smalltable{
				border:0px;
				border-collapse:collapse;
			}
			
			.smalltable td{
				border:1px solid #000000;
				padding:2px;
				width:24px;
				text-align:right;
			}
			.smalltableheader{
				background:#6cb9d5;
				color:#ffffff;
			}
			
