/* created on 18.02.2007 by Tuomala */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Calibri, 'trebuchet ms', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	position: relative;
	z-index: 10;
	background: #c0cbd9;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
	border-bottom: 3px solid #000ffe;
}

h1 em {
	margin-left: 20px;
	font-size: .6em;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	margin: 0 15px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 10px 0;
	margin-left: 240px;
	width: 580px;
	text-align: justify;
	position: relative;
	z-index: 2;
}

img {
	position: absolute;
	top: 35px;
	left: -35px;
	z-index: 1;	
}

/* =links */
a, a:visited, a:active, a:hover {
	color: #003471;
	text-decoration: underline;
}

p {
	margin: 10px 0;
	margin-left: 240px;
	width: 580px;
	line-height: 18px;
	position: relative;
	z-index: 2;
}

p#copyright {
	font-size: .9em;
	color: #818181;
	width: 700px;
	text-align: right;
}