/**********************************************************
	Sidlayout
***********************************************************/

html, body
{
	margin:0px;
	padding:0px;	
}

body
{
	background-image:url('../images/BG.jpg');
	background-attachment:fixed;
	color:#ffffff;
	background-color:#666666;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1em;
}

h1 {font-size: 1em;}

#pageContainer
{
	margin:0px 0px 0px 20px;
	width: 750px;
	border: 1px solid #000000;
	background-color:#cccccc;
	color:#ffffff;
}

#spacer
{
	padding-top:4px;
	padding-bottom:4px;
}

#topTopimage
{
	background-image:url('../images/top.jpg');
	width:750px;
	height:	50px;
}

#topLogoimage
{
	background-image:url('../images/Logofoto1.jpg');
	width:750px;
	height:	160px;
}

#contentContainer
{
	/*min-height:550px;*/
	padding: 0 10px 10px 10px;

}

#menuContainer
{
	float:left;
	width: 730px;
	margin-bottom: 10px;
	background-color: #555;
}

#content
{
	float:left;
	width: 730px;
	/*min-height: 550px;*/
	background-color: #888;
}

#footerContainer
{
	background-image:url('../images/bottom.jpg');
	height:25px;
	width:750px;
	text-align:right;
	font-size:0.7em;
}

.footerText
{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/**********************************************************
	Textformatering
***********************************************************/

#topLogoimage a
{
	display:block;
	width:750px;
	height:	160px;
}

.menuText
{
	font-weight:bold;
	font-size:0.9em;
	padding:7px;
}

.normalText
{
	font-size: 0.7em;
	padding:7px;
}

.normalText a
{
	color:#333333;
}

.normalText a:hover
{
	color:#ffffff;
}

a
{
	color:#ffffff;
	text-decoration:none;
	position:relative;	
}

a:hover
{
	text-decoration:underline;	
}