		
		/* ------ NOTES ---------------------------------------------------------------

		CSS STYLE, hosten07.css, http://www.timars.se

		--------- SENAST UPPDATERAD ---------------------------------------------------

		Senast uppdaterad: Onsdagen 19 september, 2007
		Senast uppdaterad av: Jimmy Oh (jimmy@jimmyoh.com)
		
		/* ============================================================================ */

		body {
		background: repeat-y #c7c7c7 center url('../gfx/bkg_body_2.gif');
		margin: 0 0 0 1px;
		text-align: center; }
		
		div#totalcontainer {
		width: 955px;
		margin: auto; }
		
		div#content_top {
		background: no-repeat top left url('../gfx/top_content.gif');
		margin: 40px 0 0 0;
		width: 955px;
		height: 11px; }
		
		div#content {
		background: repeat-y #fff top left url('../gfx/bkg_content.gif');
		margin: 0;
		padding: 0;
		width: 955px;
		z-index: 1;
		float: left; }

/* ==== DIV MENU ======================================================================== */
		
		div#top_menu_box {
		background: no-repeat top left url('../gfx/top_menu_box.gif');
		display: block;
		width: 288px;
		height: 10px;
		margin: 0;
		*margin-bottom: -12px;
		overflow:hidden;
		padding:0;
		}
		
		div#bottom_menu_box {
		background: no-repeat top left url('../gfx/bottom_menu_box.gif');
		display: block;
		width: 288px;
		height: 21px;
		margin: 0;
		float: left; 
		}
		
		div#menu {
		display: block;
		width: 288px;
		margin: 0;
		clear: both;
		overflow:hidden;
		padding:0;
		}
		
		div#menu h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		line-height: 21px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #67171d;
		text-decoration: none;
		text-align: left;
		margin-top: 3px;
		*margin-top: -2px;
		margin-bottom: 5px;
		padding:0 0 0 10px; }
		
		div#menu ul#menulist {
		background: repeat-y top left url('../gfx/bkg_menu_box.gif');
		width: 288px;
		margin: 0;
		padding: 5px 0 10px 0;
		list-style-type: none;
		float: left;
		display: block; }
		
		div#menu li {
		background: no-repeat top right url('../gfx/bkg_menu_li.gif');
		margin: 0;
		padding: 0;
		display: block;
		text-align: left;
		width: 240px;
		clear: both;
		margin-left: 20px;
		*margin-left: -10px;
		padding-top: 8px;
		padding-bottom: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #ccc; }
		
		div#menu li:hover {
		background: no-repeat top right url('../gfx/bkg_menu_li_hover.gif'); }
		
		div#menu .more {
		background: none;
		margin: 0;
		padding: 0;
		display: block;
		text-align: left;
		width: 225px;
		clear: both;
		margin-left: 25px;
		*margin-left: 10px;
		padding-top: 5px;
		padding-bottom: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border-bottom: 1px solid #ccc; }
		
		div#menu .more:hover{
		background: none;
		border-bottom: 1px solid #999; }
		
		div#menu .more1 {
		background: none;
		margin: 0;
		padding: 0;
		display: block;
		text-align: left;
		width: 200px;
		clear: both;
		margin-left: 40px;
		*margin-left: 15px;
		padding-top: 5px;
		padding-bottom: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border-bottom: 1px solid #ccc; }
		
		div#menu .more1:hover{
		background: none;
		border-bottom: 1px solid #999; }
		
		div#menu a:link {
		width: 240px;
		color: #333333;
		border-bottom: none;
		text-decoration: none;
		display: block;
		clear: both; }
		
		div#menu a:visited {
		width: 240px;
		color: #333333;
		border-bottom: none;
		text-decoration: none;
		display: block;
		clear: both; }
										
		div#menu a:hover {
		width: 240px;
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		display: block;
		clear: both; }
		
		div#menu a:active {
		width: 240px;
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		display: block;
		clear: both; }
							
/* ==== DIV BOTTOM ======================================================================== */

		div#bottom {
		text-align: left;
		background: no-repeat center url('../gfx/bkg_bottom.gif');
		width: 955px;
		height: 41px;
		clear: both;
		width: 100%;
		display: block;
		float: left; }
		
		div#bottom #timars_logo_bottom {
		width: 125px;
		height: 25px;
		padding-top: 5px;
		padding-left: 25px;
		float: left; }
		
		div#bottom .bottomdivider {
		background: no-repeat center url('../gfx/bottomdivider.gif');
		width: 1px;
		height: 25px;
		padding: 12px 5px 0 5px;
		float: left; }
		
		div#bottom .textarea {
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px;
		color: #fff;
		height: 25px;
		padding: 8px 15px 0 15px; }
		
		div#bottom #flags {
		float: right;
		width: 50px;
		height: 11px;
		padding: 10px 20px 0 0; }
		
		div#bottom_shadow {
		text-align: center;
		background: no-repeat center url('../gfx/bkg_bottom_shadow.gif');	
		height: 40px;
		clear: both;
		width: 955px;
		display: block;
		float: none; }
		
/* ==== IMAGES ======================================================================= */
		
		#timars_logo {
		background: no-repeat url('../gfx/timars_logo.gif');
		width: 100px;
		height: 124px;
		position: relative;
		*position: inherit;
		left: 90px;
		top: 0;
		margin-bottom: 20px; }
		
		#timars_logo_right {
		background: none;
		text-align:right;
		width: 90%;
		height: 25px;
		margin-bottom: 10px;
		display: block;
		clear: both;
		 }

		.imgleft {
		background: none;
		clear: none;
		display: block;
		float: left;
		width: 288px; }
		
		img {
		border: none;
		border: 0; }

		div#img_four_container {
		width: 590px;
		clear: right;
		display: block;
		float: left;
		margin: 0; }

		div.img_four {
		padding: 0;
		width: 295px;
		height: 129px;
		background: no-repeat url('../gfx/bkg_img_index.gif');
		border: none;
		/* clear: right;*/
		display: block;
		float: left;
		margin: 0; }
		
		div.img_four img {
		background-color: #fff;
		margin: 10px 0 0 10px;
		float: left;
		padding: 0;
		width: 269px;
		height: 102px;
		border: none;
		float: left; }

		div.imgbig {
		padding: 0;
		width: 569px;
		height: 130px;
		background: no-repeat url('../gfx/bkg_img_big.gif');
		border: none;
		clear: right;
		display: block;
		float: left;
		margin: 3px 0 5px 0; }
		
		div.imgbig img {
		background-color: #fff;
		margin: 10px 0 0 14px;
		float: left;
		padding: 0;
		width: 540px;
		height: 102px;
		border: none;
		float: left; }
		
		div.imgsmall {
		padding: 0;
		width: 181px;
		height: 130px;
		background: no-repeat url('../gfx/bkg_img_small.gif');
		border: none;
		clear: right;
		display: block;
		float: right;
		margin: 8px 0 5px 10px; }
		
		div.imgsmall img {
		background-color: #fff;
		margin: 10px 0 0 14px;
		float: left;
		padding: 0;
		width: 152px;
		height: 102px;
		border: none;
		float: left; }
		
		div.imgsmall2 {
		padding: 0;
		width: 181px;
		height: 130px;
		background: no-repeat url('../gfx/bkg_img_small.gif');
		border: none;
		clear: none;
		display: block;
		float: left;
		margin: 3px 3px 7px 3px; }
		
		div.imgsmall2 img {
		background-color: #fff;
		margin: 10px 0 0 14px;
		padding: 0;
		width: 152px;
		height: 102px;
		border: none;
		float: left; }
		
/* ==== DIV LEFT ======================================================================= */	
		
		div#left {
		float: left;
		width: 285px;
		*width: 275px;
		display: inline;
		margin: 0;
		padding: 20px 16px 20px 20px;
		z-index: 1000; }
		
		div#boxleft {
		background: none;
		clear: none;
		display: block;
		float: left;
		width: 288px;
		margin-bottom:10px;
		}
		
		div#boxleft a{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333;
		border-bottom: none;
		text-decoration: none;
		text-align:left;
		font-weight:bold;
		 }
		  div#boxleft div{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333;
		border-bottom: none;
		text-decoration: none;
		text-align:left;
		font-weight:bold;
		 }
		 
		 div#boxleft p{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333;
		border-bottom: none;
		text-decoration: none;
		text-align:left;
		font-weight:bold;
		 }
		
		div#boxleft a:link {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
		
		div#boxleft a:visited {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
										
		div#boxleft a:hover {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
		div#boxleft a:active {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
/* ==== DIV RIGHT ======================================================================= */	
		
		div#right {
		float: left;
		width: 608px;
		display: inline;
		margin: 0;
		padding: 10px 0 20px 20px;
		*padding: 10px 0 20px 20px;
		z-index: 1000;
		clear: right; }
	
		div#top_main_box {
		background: none;
		display: block;
		width: 594px;
		height: 20px;
		float: left;
		padding:0 0 5px 0;
		margin-top: 5px;
		*margin-bottom: -4px;
		clear: both;
		text-align:left; }
		
		div#top_main_box a{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		color: #333;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 0px 0;
		padding:0;
		 }
		
		div#top_main_box a:link {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
		
		div#top_main_box a:visited {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
										
		div#top_main_box a:hover {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
		div#top_main_box a:active {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
		
		div#main_box {
		background: repeat-y top url('../gfx/bkg_main_box.gif');
		display: block;
		width: 569px;
		margin-top: 0;
		float: left;
		clear: both; 
		padding-left: 10px;
		padding-right: 15px; }
		
		div#bottom_main_box {
		background: no-repeat top left url('../gfx/bottom_main_box.gif');
		display: block;
		width: 594px;
		height: 11px;
		margin: 0;
		float: left;
		clear: both;
		padding:0; }
		
		div#moms {
		background: none;
		display: block;
		width: 594px;
		height: 20px;
		margin: 0;
		float: left;
		clear: both;
		padding:10px 0 0 0; }
				
		div#right h1 {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -0.03em;
		font-size: 22px;
		font-style: normal;
		line-height: 26px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #be2c37;
		text-decoration: none;
		text-align: left;
		margin-top: 3px;
		*margin-top: -2px;
		margin-bottom: 10px;
		border-bottom: 1px solid #88121b;
		padding-bottom: 5px; }
		
		div#right h2 {
		background: #f1f1f1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style: normal;
		line-height: 24px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #ca0817;
		text-decoration: none;
		text-align: left;
		margin-top: 20px;
		*margin-top: 20px;
		margin-bottom: 10px;
		padding: 5px 5px 5px 10px;
		border-bottom: 1px solid #ccc; }
		
		div#right h2 a:link, a:visited, a:active {
		color: #a30713;
		text-decoration: none;
		border-bottom: 1px dotted #ca0817; }
		
		div#right h2 a:hover {
		color: #ca0817;
		text-decoration: none;
		border-bottom: 1px dotted #a30713; }
		
		div#right h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #67171d;
		text-decoration: none;
		text-align: left;
		margin-top: 5px;
		*margin-top: 2px;
		margin-bottom: 3px;
		padding:0 0 0 0px; }
		
		div#right h4 {
		background: #f1f1f1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #666;
		text-decoration: none;
		text-align: center;
		margin-top: 3px;
		*margin-top: -2px;
		margin-bottom: 10px;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc; }
		
		div#right h4 {
		background: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #67171d;
		text-decoration: none;
		text-align: left;
		margin-top: 3px;
		*margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		border-bottom: 0px solid #ccc;
		border-top: 0px solid #ccc; }
		
		.divider {
		display: block;
		clear: both;
		border-bottom: 1px solid #999;
		height: 1px;
		margin: 3px 0 8px 0; 
		*margin-top: -17px; }
		
/* ==== TEXT ======================================================================= */	
		
		div#right p {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 0px 0;
		padding:0; }
		
		div#right td {
		text-align: left;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #666;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 0px 0;
		padding:0px 0 0 0px;
		}
		
		div#right table {
		margin: 5px 0 5px 0;
		border-bottom:#CCCCCC 2px solid;
		}
		
		div#right a{
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
		
		div#right a:link {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
		
		div#right a:visited {
		color: #336699;
		border-bottom: none;
		text-decoration: none;
		 }
										
		div#right a:hover {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
		div#right a:active {
		color: #be2c37;
		border-bottom: none;
		text-decoration: none;
		}
		
		div#right .news {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		color: #666;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc; }
		
		div#right .datum {
		background: #f1f1f1;
		text-align: left;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		line-height: 22px;
		color: #be2c37;
		padding: 3px 6px 3px 6px; }
		
		div#right .small {
		background: #f1f1f1;
		text-align: left;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		line-height: 22px;
		color: #666;
		padding: 3px 6px 3px 6px;
		margin-bottom: 10px;
		text-decoration: none; }
		
		div#right .small a:link, a:visited, a:active {
		color: #666;
		text-decoration: none; }
		
		div#right .small a:hover {
		color: #be2c37;
		text-decoration: none; }
		
		i {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: 22px;
		color: #000;
		font-style: italic; }
		
		.login {
		margin: 0 auto 0px auto;
		padding:0; }
		
		.login p {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 0 0px 0;
		padding:0; }
		
		.login td {
		text-align: left;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 0 auto 0px auto;
		padding:0px 0 0 0px;
		}
		
		.login table {
		float:none;
		margin: 5px auto 5px auto;
		border:#fff 2px solid;
		}
	
/* ==== FORMS ======================================================================= */		
		
				FORM {
		margin-top:0;
		margin-bottom:0px;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999;
		}
		
		TEXTAREA,INPUT,SELECT {
		border:1px solid #999;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666;
		text-decoration:none;
		font-style:normal;
		padding:1px;
		}
		
		SELECT {
		background:#efefef;
		}
		
		INPUT.button {
		color:#666;
		background:#f7f7f7;
		font-weight:700;
		height:2em;
		border:1px #ccc outset;
		padding:0 0 0 0;
		margin: 0 0 0 10px;
		}
		
		TEXTAREA {
		display:block;
		background:#e7e7e7;
		padding:2px;
		}
		
		INPUT.textbox {
		display:block;
		background:#efefef;
		padding:2px;
		}
		
		.formbox {
		border:1px solid #eaeaea;
		padding:10px;
		}
		
		input.spara {
		background:transparent url(../bilder/save.gif) no-repeat;
		width:70px;
		height:14px;
		border:0;
		cursor:hand;
		float:left;
		margin:0;
		padding:0 0 0 15px;
		}
		
		input.spara1 {
		background:transparent url(../bilder/save1.gif) no-repeat;
		width:110px;
		height:14px;
		border:0;
		cursor:hand;
		float:left;
		margin:0;
		padding:0 0 0 15px;
		}
		
		input.insert_modul {
		background:transparent url(../bilder/insert_modul.gif) no-repeat;
		width:70px;
		height:14px;
		border:0;
		cursor:hand;
		float:left;
		margin:0;
		padding:0 0 0 15px;
		}
		
		input.reset {
		background:transparent url(../bilder/reset_forem.gif) no-repeat;
		width:70px;
		height:14px;
		border:0;
		cursor:hand;
		float:left;
		margin:0;
		padding:0 0 0 15px;
		}
