body {
background-repeat:repeat-x;
background-color: #2ba600;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content {
margin:0 auto;
font-size:14px;
padding-top: 5px;
}


p { margin-top: 0px; margin-bottom: 0px; }

.bot {
}

.rubrik {
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

img {
border: none;
}

	.pic, a.pic, a.pic img {
	filter: Alpha(opacity=50); /* IE */
	-moz-opacity: 1.0; /* Mozilla */
	}
	.pic:hover, a.pic:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 0.5;
	} 


#wrapper {
width: 900px;
height: auto;
margin: 0 auto;

}

#top {
width: 900px;
height: 250px;
background-image:url(Images/top2.png);
text-align:center;
}

#menuwrapper {
width: 900px;
height:42px;
margin:0 auto;
}


#menu {
width: 900px;
height:35px;
background-image:url(Images/menu.png);
text-align:center;
		padding-top: 7px;
}

	#menu ul {
		margin:0px;
		padding:10px 10px 0 0px;
		list-style:none;		
		}
	
	#menu li {
		display:inline;
		margin:0 auto;
		padding:10px;
		}
		
	#menu a {
		display: inline;
		width:125px;
		text-decoration:none;
		padding:4px 4px;
		font-size:16px;
		color:#000000;
		}
	
	#menu a:hover {
	color:#006600;
		}

#contentwrapper {
width: 900px;
height: auto;
background-image:url(Images/content.png);
background-repeat:repeat-y;
}

#content {
width: 850px;
height: auto;
overflow:hidden;
}

#main_1 {
	width:600px;
	height:500px auto;
	float:left;
}

#main_2 {
	width:250px;
	height:auto;
	float:right;
}

#bot {
width: 900px;
height: 40px;
background-image:url(Images/bot.png);
background-repeat: no-repeat;
padding-top: 7px;
}

