body
{
	background-color: #c7cce9;
	text-align: center;
}

/* Top backgrounds */

#backgroundcontainer 
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 14px;
}

#clouds
{
	position: relative;
	padding: 120px 0;
	width: 100%;
	height: 183px;
	background-color: #d6dbf1;
	background-image: url("../images/pilvet_new.jpg");
	background-repeat: no-repeat; 
	background-position: center;
}

#silhuet
{
	position: relative;
	left: 0;
	width: 100%;
	height: 90px;
	background-image: url("../images/siluetti2.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;

}

/* Content container and background */

#container 
{
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 52em;
	min-width: 600px;
	font-size: 14px;
	font-family: Avant Garde, Trebuchet MS, Arial, sans-serif;
}

#content_bg
{
	position: absolute;
	top: 0;	
	bottom: 0;
	margin: 4em 0;
	height: auto;
	width: 52em;
	min-width: 600px;
	background-color: #fff;
	opacity: 0.52;
	filter: alpha(opacity=52);
	z-index: 1;
}

#bottom_corners
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#content
{
	position: relative;
	padding: 3em 4.5em 10em 4.5em; 
	min-height: 30em; 	
	text-align: justify;
	z-index: 2;
}

/* Content header */

#header
{
	position: relative;
	padding-top: 4em;
	width: 52em;
	min-width: 600px;
	z-index: 3;
}

#fakehrdiv 
{
	width: 43em;
	min-width: 550px;
	height: 1px; 
	border-top: 2px solid #cccdd1;
	margin: 10px auto 0;
}

#logo
{
	position: relative;
	top: 3px;
	margin: 3em -1em 0 3em;
}

#language
{
	position: absolute;
	width: 30em;
	right: 0;
	margin: 3.5em 4.5em 0 2em;
	text-align: right;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.flag
{
	margin: 0.2em;
	border: thin solid black;
}

#link_list
{
	display: block;
	margin-top: -1.5em;

	margin-left: 3em;
	padding: 0 4.5em 0 160px;

	text-align: right;
	line-height: 1.5em;
}

#link_list li
{
	display: inline;
	padding: 0.9em 0 0.9em 1.8em;
}

#sub_link_list
{
	padding: 0 auto;
	margin: 1em 0 0;
	text-align: center;
}

#sub_link_list li
{
	display: inline;
	padding: 1em 0.9em 0;
}

.float_end
{
	clear: both;
}

p
{
	line-height: 1.5em
}

h1
{
	font-family: Corbel, Calibri, "DejaVu Sans Condensed", "Times New Roman", sans-serif;
	font-size: 32px;
	color: #b6bbd8;
	margin-top: 0em;
	margin-bottom: -0.2em;
}

h2
{
	font-family: Corbel, Calibri, "DejaVu Sans Condensed", "Times New Roman", sans-serif;
	color: #9499b6;
	margin-top: 0em;
	margin-bottom: -0.2em;
}

h3
{
	font-family: Corbel, Calibri, "DejaVu Sans Condensed", "Times New Roman", sans-serif;
	color: #9499b6;
	margin-top: 1.5em;
	margin-bottom: -0.2em;
}

a
{
	color: #44d;
}

a:visited
{
	color: #99f;
}

a img
{
	border: none;	
}

picture
{
  margin: 10px;
  padding: 10px;
}

.menulink
{
	font-family: Corbel, "DejaVu Sans Condensed", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

.menulink:visited
{
	color: black;
}

.submenulink
{
	font-family: Corbel, "DejaVu Sans Condensed", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #777;
	text-decoration: none;
}

.submenulink:visited
{
	color: #777;
}

.menulink:hover, .submenulink:hover
{
	color: #bb1b1e;
}

#menulink_selected, #submenulink_selected
{
	color: #c66;
}

.right_image
{
	float: right;
	clear: both;
	margin: 1em 0 1em 1em;
}

