
html {
	height: 100%;
}
body 
{
	font-family: Gill Sans, Tahoma,Sans-Serif;
	margin:0;
   	padding:0;
    background-color:#eeeeee;
	color: #000;
}

a
{
	border:0;
	color:#60a2ec;
	text-decoration:none;
}
a:hover
{
	color:#95b3d5;
	text-decoration:underline;
}
/************************************/

/************************************/
#total_wrapper
{
	margin: 20px auto 40px auto;
	width: 90%;
	min-height:500px;
	background: #fff;
	padding:15px;
	box-shadow: 0px 0px 16px 1px #888888;
	text-align:center;
	position: relative;
}
#icons_wrapper
{
	position: absolute;
	top: 6px;
    right: 6px;
}

#icons_wrapper .country
{
	float:right;
	width: 24px;
	height: 16px;
	margin-right:6px;
	border:solid 1px gray;
}
#icons_wrapper .country.se
{
	background-image: url('SE.png');
}
#icons_wrapper .country.gb
{
	background-image: url('GB.png');
}
#header
{
	margin-top:20px;
	font-size:6em;
	color:#333;
	margin-bottom: 10px;
}
#header a, #header a:hover
{
	text-decoration: none;
	color:#333;
}
#subheader
{
	font-size:1.4em;
	color:#555;
}


#sidemenu
{
	width:20%;    
	padding-top: 10px;
	float: left;
    text-align: left;
    font-size: 20px;
}
#pagecontent
{
	float:left;
}

#logotype_image
{
	margin:0;
	width:80px;
	height:80px;    
	border: solid 1px #ddd;
    border-radius: 10px;
}
#second_header
{
	font-size:1.5em;
	color:#555;
}
#second_text
{
	font-size:1.3em;
	color:#555;
	text-align:left;
	padding:10px 50px;
}
#image_wrapper
{
	margin:30px 0;
}
.small_image
{
	width:18%;
	margin-right:1%;
}
.small_image img
{
	border:0;
}
#copyright
{
	margin-top:30px;
	font-size:1.4em;
	color:#999;
	margin-bottom:40px;
}
#produced_by
{
	color:#999;
	padding:20px;
	font-size:1.0em;
	text-align:center;
}