/*
	Definerer plassering av alle elementene på siden!
*/

/*Body for feks bakgrunnsfagre på hele nettsiden*/
body
{
	background-color: #efefef;
}

#PSPageWrapper
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#PSSiteWrapper
{
	width: 900px;
	height: 743px;
	background-image: url( 'images/top.png' );
	background-repeat: no-repeat;
}

#PSSpaceWrapper1
{
	clear: both;
	float: left; 
	width: 284px;
	height: 68px;
}

#PSMenuWrapper
{
	float: left;
	width: 616px;
	height: 68px;
	text-align: center;
}

#PSImageFrameWrapper
{
	clear: both;
	float: left;
	width: 900px;
	height: 276px;
}

#PSSubMenuWrapper
{
	clear: both;
	float: left; 
	height: 41px;
	width: 900px;
}

#PSMainWrapper
{
	clear: both;
	float: left;
	width: 688px;
	height: 349px;
}

#PSFacebookWrapper
{
	float: left; 
	height: 78px;
	width: 212px;
}
#PSMailWrapper
{
	float: left; 
	height: 77px;
	width: 212px;
}

#PSWebshopWrapper
{
	float: left; 
	height: 194px;
	width: 212px;
}

#PSInfoWrapper
{
	clear: both;
	float: left;
	width: 700px;
	height: 9px;
	color: #414141;
	text-decoration: none;
	font: 11px verdana;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}

#PSInfoWrapper a
{
	color: #414141;
	text-decoration: none;
	font: 11px verdana;
	font-weight: normal;
	text-decoration: none;
}

#PSPublisoftWrapper
{
	float: left;
	font: 10px verdana;
	color: #414141;
	width: 200px;
	height: 15px;
	text-align: right;
	padding-top: 10px;
	padding-top: 15px;
}
#PSPublisoftWrapper a
{ 
	color: #414141;
	font: 10px verdana;
	text-decoration: none;
}


