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%;
opacity: 0.8;
z-index:2;   /*select layer order*/
}


#logoRight {
position: absolute;
margin-left: 430px;
top:-30px;
left:50%;
z-index:2;   /*select layer order*/
}

#logoRightDown {
position: absolute;
margin-left: -650px;
top:1050px;
left:50%;
z-index:3;   /*select layer order*/
}

#logoLeftDown {
position: absolute;
margin-left: 430px;
top:1050px;
left:50%;
z-index:3;   /*select layer order*/
}


    #surface{
	
	position: relative;
	background: black;
    height:1200px;
	top: 315px;
    width: 1050px;
    left: 50%;  
    transform: translate(-50%, -50%);
	filter: alpha(opacity=90);  
        -moz-opacity: 0.9;  
        -khtml-opacity: 0.9;  
        opacity: 0.9;  
				
	}

	#alpha_wrapper { 
	
    position: absolute;
    height:1200px;
	margin:auto;
	top: 74px;
	width: 1050px;
    left: 50%;
    margin-left: -560px;	
	
	/*
	-webkit-border-image:url(res/bord.png) 30 30 round; /* Safari 5 */
   /* -o-border-image:url(res/bord.png) 30 30 round; /* Opera */
   /* border-image:url(res/bord.png) 200 200 round;
	*/

     
}  
  
    
  
    #text_holder_2 {  
        padding-left: 5%;

        position: absolute;  
        top: 20px;  
        left: 0px;  
        width: 1050px;  
		border: 34px solid transparent;
		
    }




/*nedreblock*/


/* styr infoblockets färg och storlek */
#sidfot{
position: absolute;
top: 1100px;
left: 50%;  
transform: translate(-50%, -50%);
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;
}



/*rubriker*/

h1 { color: #60b22e;
font-family: Tahoma;
left: 50%;
margin-right: 5%;
}


h2,h3,h4 { color: #60b22e;
font-family:Tahoma;
}


h2,h3,h4:first-letter {font-weight:bold;

color:#60b22e;}

p {font-family:Tahoma;

color:white;
font-size:30px;}

p:first-letter {font-weight:bold;
font-size:40px;
color:#60b22e;}


a {color:orange;}


div
{
border:15px solid transparent;
width:250px;
padding:10px 20px;
}



li:before {
   
    color: white; /*dot color */
}


