/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}





/*------------------------------------*\
	MAIN
\*------------------------------------*/
html{
	height:101%;
	/*background:#fff url(bg.gif) ;*/
}
body{
	font-family:Arial,Verdana,sans-serif;
	font-size:0.75em;
	text-align: center;
	margin: 0px auto;
	background:url("Mörkare grå.jpg");
	color:#333;
	width:960px;

	padding:5px;
}





/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	positirelativeter;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:5px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:white;
	background:#fff url(footerbg.jpg) ;
	text-decoration:none;
}
#nav a:active{
	color:#fff;
	background:#6b0c36 url(menuhover.jpg) ;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#000; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:active a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#fff url(footerbg.jpg) ;
	text-decoration:underline;
	color:white;
}
#nav li:active ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:white;
}
#nav li:active ul li a:active{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#fff url(bodybg.jpg) ;
}





/*------------------------------------*\
	TYPE
\*------------------------------------*/
h1{
	font-family:Calibri, Arial, Verdana, sans-serif;
	font-size:2em;
	width:520px;
}





/* General layout
body {background: url("Mörkare grå.jpg"); color:#CCC; font:76% tahoma, verdana, sans-serif; margin:0; padding:15px 0 0;}
#container {background:url("Ljusare grå.jpg"); margin:0 auto 20px; padding:5px 20px 20px; width:800px;}  */




/* Site title */
#logo {margin:15px 0 0;}
#logo h1 a {border:none; color:#CCC;}
#logo h1 a:hover {border:1px; color:#303030; text-decoration:none;}
#logo p {font-size:2.3em;  color:#CCC; margin:0 0 20px 0; font-weight:bold;}

#container {
	background:url("Ljusare grå.jpg");
	margin: 40px 20px 20px 20px;
	top: 200px;
	width:796px;
	height: 450px;
	font-weight: bold;
	font-size: larger;
	color: #CCC; 
	box-shadow: 10px 10px 10px 10px #000000;
 	font-weight: bold;
	font-size: larger;
	color: #CCC;
} 

#container1 {
	background:url("Mörkare grå.jpg");
	margin: 40px 20px 20px 20px;
	width:796px;
	height: 35px;
	top:25px;
	position: center;
	font-weight: bold;
	font-size: larger;
	color: #CCC;
} 