body {
	margin:0 auto;
	text-align:center;
	
	background:url(images/back_body.gif) repeat-x;
	background-color:#27333a;
	
	}
#cont{
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/back.png) repeat-y;
		}
#top{
	text-align:center;
	}

#contact, #contact a{
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:20px;
	color:#666666;
	text-align:center;
	}

#contact a {
	text-decoration: none;
}

#contact a:hover {
	text-decoration: none;
	background-color: #92a1ab;
	color: white;
}

.rub {
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:22px;
	color:#666666;
}

.tekst {
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:16px;
	color:#666666;
}

.tekst_small {
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:10px;
	color:#666666;
}

h3 {
	font-family:"Georgia", times new roman;
	font-size:24px;
	color:#666666;
	font-weight: lighter;
}


.jobb{
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.jobb_left{
	float: left;
	width: 250px;
	height: 200px;
}

.jobb_right{
	float: left;
	width: 250px;
	height: 200px;
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:12px;
	color:#666666;
	
}

.clearer{
	clear: both;
	border-bottom: dotted gray 1px;
	height: 75px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.adress a{
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:14px;
	color:#666666;
	font-weight: lighter;
	text-decoration: none;
}

.adress a:hover{
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:14px;
	color:white;
	font-weight: lighter;
	text-decoration: none;
	background-color: #92a1ab;
}

.buttonstyle{
	background: white;
	border: 1px solid #666666;
	height: 30px;
	width: 100px;
	color: #666666;
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:14px;
}

.buttonstyle:hover{
	background: black;
	border: 1px solid #666666;
	height: 30px;
	width: 100px;
	color: white;
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:14px;
}


#lang{
	position: relative;
	top: 0px;
	z-index: 1;
	left: 660px;
	width: 110px;
	height: 34px;
}

#forsta{
	margin-top: 10px;
	width: 781px;
	overflow: hidden;
	margin-left: 7px;
}


.texterna{
	color: #666666;
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:14px;
}

.fel{
	color: red;
	font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:12px;
}


/*	-------------------------------------------------SLIDER---------------------------------------    */

p#cross-links a, #valid a{
			text-align: center;
			font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
			font-size:12px;
			color:#666666;
			}
		
		p#cross-links a:hover, #valid a:hover {
			text-align: center;
			font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
			font-size:12px;
			color:black;
			}
		
		p#cross-link a{ border-bottom: 1px solid #ccc; margin-bottom: 0px; padding-bottom: 0px;
						font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
			font-size:12px;
			color:#666666;
			 }
		
		p#cross-link a:hover{ border-bottom: 1px solid #ccc; margin-bottom: 0px; padding-bottom: 0px;
						font-family:"Lucida Fax", "Lucida Sans Unicode", "Microsoft Sans Serif";
			font-size:12px;
			color:#666666;
			 }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		
		img { border: 0 }
		
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
			
		}
		
		.slider-wrap { 
			margin: 0;
			position: relative;
			width: 800px;
			overflow: hidden;
			
		}
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 700px; height: 200px; background: #fff; overflow: hidden; margin-left: auto; margin-right: auto;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			
			
			top: -180px !ie;
			
			
			background: #fff;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0px;
			margin-top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: auto;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		
		
		.stripNavL {
			visibility: hidden;
		}
		
		.stripNavR {
			visibility: hidden;
		}
		
		
