/*
	Definerer plassering av alle elementene på siden!
*/

/*Body for feks bakgrunnsfagre på hele nettsiden*/
body
{
	background-color: #183d6a;
}

#PageWrapper
{
	width: 911px;
	margin-right: auto;
	margin-left: auto;
}

#SiteWrapper
{
	width: 911px;
	height: 562px;
	background-image: url( 'images/top.png' );
	background-repeat: no-repeat;
	background-color:#183d6a;
}

#ImageFrameWrapper
{
	clear: both;
	width: 687px;
	height: 81px;
	padding-left: 222px;
}

#MenuWrapper
{
	float: right;
	width: 245px;
	height: 299px;
	padding-top: 25px;
	text-align: right;
}

#MainWrapper
{
	clear: both;
	float: left;
	width: 664px;
	height: 445px;
	margin-top: 35px;
	margin-left: 1px;
}

#FooterWrapper
{
	font: 11px arial;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	clear: both;
	float: left;
	letter-spacing: 1px;
	padding-top: 10px;
	height: 40px;
	width: 911px;
	text-align: left;
}

#FooterWrapper a
{
	color: white;
	font: 11px arial;
	text-decoration: none;
}

#LanguageWrapper
{
	width: 90px;
	height: 30px;
	clear: both;
	float: left;
	text-align: left;
	padding-top: 15px;
}
#PublisoftWrapper
{
	width: 500px;
	height: 30px;
	text-align: right;
	float: right;
	padding-top: 15px;
}
#PublisoftWrapper a
{ 
	color: white;
	text-decoration: none;
}


