body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: url('backgrounds/bin.png');
    background-attachment: fixed;
    background-size:cover;
	    
		color: white;
		font-family: Helvetica, sans-serif; font-size: 18px; line-height: 24px;
		
}

nav {
	margin: 0px auto;
    
	text-align: center;
	z-index:2; 
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 200px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	z-index:2; 

}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	        background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 25px 25px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 15px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
			}

	nav ul ul ul {
        position: absolute; left: 100%; top:0;
	}
	
/* raspberrylogos!!*/	
	#logo {
position: absolute;
margin-left: -650px;
top:-30px;
left:50%;  
z-index:2;   /*select layer order*/
}


#logoRight {
position: absolute;
margin-left: 450px;
top:-30px;
left:50%;
z-index:2;   /*select layer order*/
}

#logoRightDown {
position: absolute;
margin-left: -650px;
top:750px;
left:50%;
z-index:2;   /*select layer order*/
}

#logoLeftDown {
position: absolute;
margin-left: 450px;
top:750px;
left:50%;
z-index:2;   /*select layer order*/
}


    #surface{
	
	position: relative;
	background: black;
    height:590px;
	top: 315px;
    width: 1050px;
    left: 50%;  
    transform: translate(-50%, -50%);
	filter: alpha(opacity=90);  
        -moz-opacity: 0.90;  
        -khtml-opacity: 0.90;  
        opacity: 0.90;  
				
	}
	#alpha_wrapper { 
	
    position: absolute;
    height:590px;
	margin:auto;
	top: 74px;
	width: 1050px;
    left: 50%;
    margin-left: -560px;	
	     
} 
    #text_holder_2 {  
        
        position: absolute;  
        top: 20px;  
        left: 0px;  
        width: 1050px;  
		border: 34px solid transparent;
		
    }


#imgbord{

    position: absolute;
    margin: -700px -640px;
    
	left: 50%;
	z-index:1;
}	


#imgbordRight{

    position: absolute;
    margin: -700px 460px;
    
	left: 50%;
	z-index:1;
}		

p 
{

	font-family:Tahoma;
	color:white;
	font-size:24px;
	
}

p:first-letter {font-weight:bold;
font-size:40px;
color:#60b22e;}
/*nedreblock*/


/* styr infoblockets färg och storlek */
#sidfot{
background: black;
height: 125px;
width: 1050px;
margin: -5px auto;
z-index:2;
}
/* styr textens placering i infoblocket */
#left_sidfot, right_sidfot{
width: 450px;
padding: 20px;
float: left;
}
/* styr textens färg i infoblocket */
#left_sidfot b{
color : #60b22e;
margin: 0 100px;
}
/* styr vänstra listans (logotypbildernas) placering */
#left_sidfot li{
float: left;
margin: 0 100px;
}
/* styr logotypbildernas höjd och bredd */
#left_sidfot img{
width:110px;
height:40px;
}
/* styr placering av den högra raden av länkar */
#right_sidfot{
float: right;
margin-right: 20px;
}
/* styr de högra länkarnas egenskaper */
#right_sidfot a{
color: white;
padding:0 10px;
line-height: 60px;
font-size: 13px;
font-weight:bold;

}

/* styr markeringseffekten när pekaren passerar
över texten */
#right_sidfot a:hover{
color: #60b22e;
}
/* styr span-taggens storlek och placering */
#sidfot span{
color:#ccc;
font-size: 13px;

margin-left: 10px;	

}

/* img bar relaterat
*/

#imagelist {
font-size:0;
width:1050px;
left: 50%;
margin: -200px -560px;
position: absolute;
top: 500px;


}

#imagelist a {
margin: 2px;
border: 4px solid transparent;
display: inline-block;
border-radius: 10px;
opacity: .5;

-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;

}

#imagelist a:hover
{
  border-color: #10BEE0;
  opacity: 1;
}


#imagelist img
{
  border-radius: 10px;
}


/*rubriker*/

h1 { color: #60b22e;
font-family: fantasy
}



a {color:orange;}


div
{
border:15px solid transparent;
width:250px;
padding:10px 20px;
}


