* {
	padding : 0;
	margin : 0;
	border : 0;	
	
	font-family : Tahoma, Verdana;
}
html, body {

}
body {
	background-color : #545454;
	background-image : url('img/mainBG.jpg');
	background-repeat : repeat;
}
#grad {
	width : 100%;
	background-color : transparent;
	background-image : url('img/gradBG.jpg');
	background-repeat : repeat-x;
	
	min-height : 230px;
}

#wrapper {
	width : 886px;
/*	position : absolute;
	top : 10px;

	left : -443px; 
	margin-left : 50%; */
	
	margin: 0 auto;
	padding-top : 10px;
	
}

/* TOP */

#logo {
	float : left ;
	width : 279px;
	height : 248px;
	text-align : center;
	display : inline;
}
	#logo>a>img {
	/*	margin-bottom : 80px; */
		margin-bottom : 10px;
		margin-top : 10px;
	}
	#logo>h1 {
		font-size : 22px;
		color : #CCE029;
		font-family : Verdana;
	}
	#logo>p {
		font-size : 11px;
		color : #8A8A8A;
		font-weight : bold;
		font-family : Verdana;
	}
img.topheader {
 	width : 557px;
 	height : 248px;
 	
	margin-left : 50px;
	float : left;
	display : inline;
	
	background-color : transparent;
}
	img.topheader:after {
	    content : ".";
	    height : 0;
	    visibility : hidden;
	    display: block;
	    clear : both;
	}

/* TOP SLUTT */

/* Midle */
#midfix {
	width : 100%;
}
	#midfix:after {
			    content : ".";
			    height : 0;
			    visibility : hidden;
			    display: block;
			    clear : both;
			}
	/* MENY */
	
		ul.meny {
			float : left;
			width : 279px;
			
			margin-top : 20px;
			
			list-style-type : none;
			
			color : #8A8A8A;
			font-size : 14px;
			text-align : right;
		
		}
			ul.meny>li.Gr{
				margin-top : 15px;
			}
				ul.meny>li.Gr>a {
					line-height : 22px;
		
					color : #CCE029;
					font-size : 16px;
					font-weight : bold;
					text-decoration : none;
				}
					ul.meny>li.Gr>a:hover{
						color : #E0E0E0;
					}
		
				ul.meny>li>a {
					margin-top : 10px;
					
					color : #8A8A8A;
					font-size : 14px;
					font-weight : bold;
					text-decoration : none;
				}
					ul.meny>li>a:hover{
						color : #E0E0E0;
					}
	
	/* MENY SLUTT */
	
	/* content */
	
		#content {
			margin-left : 50px;
			margin-top : 35px;
			float : left ; 
			
			width : 557px;
		}
			#content:after {
			    content : ".";
			    height : 0;
			    visibility : hidden;
			    display: block;
			    clear : both;
			}
			#content>h1	{
				line-height : 22px;
		
				color : #E0E0E0;
				font-size : 16px;
				font-weight : bold;
				text-decoration : none;
				
				margin-bottom : 5px;
			}
			#content>p {
				
				color : #B5B5B5;
				font-size : 14px;
				
				margin-bottom : 10px;
			}
				#content>p.quote {
				 	margin-top : 40px;
					font-size : 12px;
					text-align : center;
				}
					#content>p.quote>span {
						font-size : 10px;
					}
				#content>p>a {
					color : #B5B5B5; 		
					text-decoration : none;
				
				}
					#content>p>a:hover {
						color : #E0E0E0; 		
					}
				ul.cont {
					list-style-position : inside;
					list-style-type : square;
					color : #B5B5B5;
					font-size : 13px;
					margin-bottom : 10px;
				}
					ul.cont>li.indent {
						margin-left : 20px;
					}
					ul.cont>li>p
					{
						margin-left : 16px;
						margin-bottom : 10px;
						
						
					}
			#content>img {
				margin : 10px;
			}
			#content>img.fleft {
				margin : 10px;
				float : left;
			}
			
	/* content SLUTT */
/* Midle SLUTT */

/* footer */
	/* kontakt */
		#kontakt {
			width : 219px;
			height : 57px;
			
			float : left;
			
			background-image : url('img/kontakt.jpg');
			
			margin-top : 50px;
			padding-right : 0px;
			padding-left : 60px;
			padding-top : 27px;
			
			text-align : left;
						
		}
			#kontakt>p.add {
				font-size : 9px;
				color : #E0E0E0;
				margin-bottom : 4px;
			}
				#kontakt>p.add>span {
					font-weight : bold;
					color : #CCE029;
				}
			#kontakt>p.info {
				font-size : 9px;
				color : #CCE029;
			}
	/* kontakt SLUTT */
	
	/* bilder */
	img.s1 {
		border : 3px solid #303030;
		height : 79px;
		width : 125px;
		
		float : left;
		margin-left : 50px;
		margin-top : 50px;
	}
	img.s2 {
		border : 3px solid #303030;
		height : 79px;
		width : 125px;
		
		float : left;
		margin-left : 11px;
		margin-top : 50px;
	}
	img.s3 {
		border : 3px solid #303030;
		height : 79px;
		width : 125px;
		
		float : left;
		margin-left : 11px;
		margin-top : 50px;
	}
	img.s4 {
		border : 3px solid #303030;
		height : 79px;
		width : 125px;
		
		float : left;
		margin-left : 11px;
		margin-top : 50px;
		margin-bottom : 10px;
	}
		img.s4:after {
			    content : ".";
			    height : 0;
			    visibility : hidden;
			    display: block;
			    clear : both;
			}
	
	/* bilder SLUT */

/* footer SLUTT */

/* kontaktform start */
#content>form {
		
		margin-top : 10px;
		float : left;
	}
		#content>form>p {
				margin-bottom : 1px;
				font-size : 10px;
				color : #E0E0E0;
				display : block;		
		}
			#content>form>p.alert {
				margin-bottom : 1px;
				font-size : 10px;
				color : #FFFEEF;
				display : block;		
			}
		#content>form>p>textarea {
			width : 300px;
			height : 100px;
			background-color : #8A8A8A;
			margin-bottom : 1px;
			font-size : 10px;
			color : #E0E0E0;
		}
		#content>form>p>input {
			color : #E0E0E0;
			background-color : #8A8A8A;
		}
/* kontaktform slutt */

/* IE HACKS */

* html, body{
	
	
}
/* IE HACKS SLUTT */