@charset "utf-8";
/* CSS Document */
body
{
	text-align:center;
	background-color:#000000;
	margin-top:30px;
}

#main_container 
{
	
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding: 1px;
	width: 940px;
	height:480px;
	font-family: Verdana, Geneva,     sans-serif;
	background-image:url(pritryckimages/bakgrund3.png);
	background-repeat:no-repeat;
}
#header {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:920px;
	height:130px;
	
}
#header2 {
	float:right;
	text-align:left;
	padding-top:25px;

	width:200px;
	height:60px;
	
}

#container {
	margin-top:10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	padding-top: 5px;
	padding-left:5px;
		width:620px;
	height: 360px;
	text-transform:uppercase;		
}
#container a {
	color:#FFF;
	text-decoration:none;
}
#container a:hover{
	color:#FFF;
	text-decoration:underline;
}

#container1 {
	margin-top:10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	font-style:oblique;
	color: #fff;
	padding-top: 5px;
	padding-left:5px;
		width:620px;
	height: 360px;
	text-transform:uppercase;
	
	
}

#kontakt {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size: 12px;
	font-style: normal;
	color: #fff;
		width:350px;
	height: 340px;
	
	
}
#kontakt1 {
	padding-left:15px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size: 12px;
	font-style: normal;
	color: #fff;
		width:250px;
	height: 340px;
	
	
}

#meny1{
	margin-top:1px;
	float: left;
	height:50px;
	width:928px;
	padding:5px;
	background-image:url(pritryckimages/bakgrund.png);
	background-repeat:repeat-x;
	}

#meny2 {

	float: left;
	padding-top:5px;
	padding-left:5px;
	width:130px;
	height:350px;
	margin-right: 10px;
	margin-top:10px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F0F0F0;
	text-transform: uppercase;
	background-image:url(images/meny1bakgrund.png);
	background-repeat:no-repeat;
	}


#footer {
	clear:both;
	padding-top: 10px;
	padding-bottom:10px;
	width:940px;
	font-size:10px;
	color:#FFF;
		}
#footer a {
	color:#FFF;
	text-decoration:none;
		}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;
	
		}

