/*--------------- IT DESIGNER.NET -----------------*/
/*			       Mikael Löfberg    		       */
/*				 info@itdesigner.se				   */
/*-------------------------------------------------*/


	html, body {
		background-image: url(../grafik/bg.jpg);
		background-repeat: repeat-x;
		background-attachment:scroll;
		background-position: top;
		background-color:#000;
		height: 100%;
		margin: 0;
		padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:14px;
		color: #666;
	  }
	
	a:link,
	a:active,
	a:visited {
		text-decoration:none;
		color:#666;
		}
	
	a:hover {
		text-decoration:underline;
		color:#000;
		}
		
	h1 {
		font-family:"Garamond", Times New Roman, Times, serif;
		color:#666;
		font-size:34px;
		font-weight:normal;
		margin-bottom:10px;
		margin-top:0px;
		line-height:35px;
		}
		
	h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
		font-size:18px;
		font-weight:normal;
		margin-bottom:10px;
		margin-top:0px;
		}
		
	h3 {
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
		font-size:14px;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:0px;
		}
		
		
/*--------------- MAIN LAYOUT -----------------*/
	
	#Main {
		margin-left: auto;
		margin-right: auto;
		margin-top:0px;
		padding:0px;
		width: 900px;
		}

	#Top {
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
		margin-bottom:15px;
		padding:0px;
		width: 900px;
		height:60px;
		border:solid 0px #999999;
		}
		
	.Tel {
		position:relative;
		overflow:hidden;
		left:595px;
		top:-70px;
		height:25px;
		width:300px;
		padding-top:3px;
		font-size:24px;
		color:#999;
		text-align:right;
		border:solid 0px #999999;
		}
		
	ul.CheckMenu	{
		position: relative;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}
	
	.CheckMenu li {
		padding-left: 25px;
		margin-bottom:10px;
		background: url(../grafik/check.png) no-repeat left center;
		}
		
	.Lang {
		position:relative;
		overflow:hidden;
		left:770px;
		top:-90px;
		}
		
			.Lang a:link,
			.Lang a:active,
			.Lang a:visited {
				text-decoration:none;
				font-size:14px;
				color:#666;
				}
			
			.Lang a:hover {
				text-decoration:underline;
				color:#000;
				}
		
	.Full {
		background-image:url(../grafik/bg_white.gif);
		width:880px;
		height:380px;
		padding:10px;
		}
		
	#Container {
		width:980px;
		float:left;
		overflow:hidden;
		margin-top:10px;
		}
		
	.Left {
		padding:0px;
		width: 450px;
		float:left;
		overflow:hidden;
		}
		
	.Right {
		padding-left:19px;
		width: 430px;
		float:left;
		overflow:hidden;
		border-left:solid 1px #fff;
		}
		
		
	.Btn {
		position:relative;
		margin:5px;
		float:left;
		}
			
			.Btn a:link,
			.Btn a:active,
			.Btn a:visited {
				text-decoration:none;
				font-size:12px;
				color:#ffffff;
				}
			
			.Btn a:hover {
				text-decoration:underline;
				color:#cccccc;
				}

				

/*--------------- FIRSTPAGE -----------------*/

	.FPLeft {
		position:relative;
		overflow:hidden;
		float:left;
		width:580px;
		padding-right:20px;
		margin-top:10px;
		}
		
	.FPRight {
		position:relative;
		overflow:hidden;
		float:left;
		width:280px;
		padding-left:19px;
		margin-top:10px;
		border-left:1px solid #000;
		}
		
	.FPFull {
		position:relative;
		overflow:hidden;
		float:left;
		width:860px;
		padding-right:20px;
		margin-top:10px;
		}

/*--------------- CONTACT -----------------*/

		.ContactRow {
			width:200px;
			background-color:#222;
			border: 1px solid #666;
			color:#ccc;
			}

	

/*--------------- BOTTOM -----------------*/		

	#Bottom {
		width:100%;
		height:100px;
		margin: auto;
		margin-top:20px;
		line-height:17px;
		border-top: 1px solid #000;
		}
		
		.BottomWrapper {
			width:900px;
			padding-top:10px;
			float:left;
			margin: auto;
			margin-top:20px;
			margin-bottom:20px;
			border-top: 1px solid #ccc;
			}
			
			.BottomColumn {
				width:200px;
				height:65px;
				float:left;
				padding-top:1px;
				padding-left:20px;
				font-size:11px;
				border-left:solid 1px #ccc;
				}
		
		
/*------------------ TOPMENY --------------------*/

	.Menu {
		position:relative;
		height:36px;
		width:900px;
		margin:auto;
		margin-bottom:15px;
		padding-top:3px;
		z-index:999999;
		}
	
	ul.mainmenu	{
		margin: 0px;
		padding: 0px;
		position: relative;
		}
	
	ul.mainmenu li {
		background-image:url(../grafik/mnu_off.gif);
		float:left;
		margin:1px;
		font-size:12px;
		list-style-type: none;
		position:relative;
		}
		
			.mainmenu a {
				text-align:center;
				display:block;
				width:126px;
				height:36px;	
				text-decoration:none;
				color:#ffffff;
				}

				
			.mainmenu span {
				display:block;
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				padding-bottom:10px;
				}
				
			.mainmenu a:hover {
				background-image:url(../grafik/mnu_on.gif);
				color:#ccc;
				}
				
				
					
					ul.mainmenu li.active { 
						background-image:url(../grafik/mnu_last_off.gif);
						border-right: 0; 
						width:130px;
						}
						
					ul.mainmenu li.active a:hover { 
						background-image:url(../grafik/mnu_last_on.gif);
						border-right: 0; 
						width:130px;
						}
						
					
						
					ul.mainmenu li.last-child-active { 
						border-right:0;
						display:block;
						position:relative;
						width:100px;
						height:36px;
						background-color:#fff;
						color:#007b98;
						}
						
							.mainmenu li.last-child-active a {
								display:block;
								width:100px;
								height:36px;			
								text-decoration:none;
								color:#007b98;
								}
						
						
	
	
	
		ul.submenu {
			margin: 0;
			padding: 0;
			left:0;
			list-style-type: none;
			position:absolute;
			}
		
		ul.submenu li {
			float:none;
			height:28px;
			font-weight:normal;
			text-align:left;
			}
			
				.submenu a, li.active .submenu a {
					background-image:url(../grafik/mnu_off.gif);
					height:22px;
					width:107px;
					text-decoration:none;
					text-align:left;
					padding-top:2px;
					padding-bottom:2px;
					padding-left:5px;
					font-size:11px;
					color:#FFF;
					}
			
				.submenu a:hover {
					background-image:url(../grafik/mnu_on.gif);
					text-decoration:none;
					}
						
						
/* Lightbox */

	#Object {
		width:900px;
		padding:0px;
		margin:0px;
		}
		
			ul.ObjectImg {
				display:inline;
				float:left;
				margin:0px;
				padding: 0px 0px 0px 0px;
				width:925px;
				border: #fff 0px solid;
				}
				
					ul.ObjectImg li {
						background-image:url(../grafik/bg_img.gif);
						width:190px;
						height:190px;
						padding:5px;
						display: block;
						float: left;
						margin-right:31px;
						margin-bottom:31px;
						list-style-type: none;
						}
						
					ul.ObjectImg li.last-child-active { 
						margin-right:0px;
						}