body {
	margin: 1em;
	font-family: Arial, Helvetica;
	font-size: 1.0em;
	background-color: #37498B;
}
pre {
font-size: 95%;
}
a img {
    border-width: 0;
}
#container {
    position: relative;
	margin: 0 2px;
	border-left: 3px solid #ACD0F9;
	border-right: 5px solid #ACD0F9;
/*	background-image: url(pics/container_bg.png);
	background-repeat: repeat-y;*/
	background-color: white;
	max-width: 1010px;
}
#header {
	height: 7em;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: white;
	border-bottom: 1px solid #ACD0F9;
	border-top: 3px solid #ACD0F9;
	padding: 20px 0 0 170px;
}
#header h1.sitename {
	font-size: 230%;
	text-align: left;
	letter-spacing: 0.1em;
    border-bottom: 3px solid #ACD0F9;
	margin: 0;
}
#footer {
	border-top: 1px solid #ACD0F9;
	border-bottom: 5px solid #ACD0F9;
	clear: both;
	padding: 0.3em;
	font-size: 80%;
	height: 1.7em;
	color: #ccc;
	background-color: white;
}
#footer a{
    color: #ccc;
}
#menu {
    position: relative;
	width: 118px;
	float: left;
	padding: 1em 0em;
	z-index: 1000;
	margin: 0 0 0 0;
}
ul.menulevel1
{
	padding-left: 0em;
	margin-left: 0em;
	width: 118px;
}
ul.menulevel1 li
{
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0.20em;
}
ul.menulevel1 li.sdoc {
	padding-left: 0;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0.20em;
background-color: #ACD0F9;
}
ul li a:visited { color:blue }
ul li a:hover { color: red }
ul li a { text-decoration: none }
#sponsors {
    position: relative; /* < IE7 jostain syystä... */
    float: right;
    margin: 0em 0.5em 0em 0.5em;
    padding: 0em 0.5em 0em 0.5em;
	border-left: 1px solid #ACD0F9;
	height: 500px;
	width: 100px;
}
#content {
	font-size: 95%;
	padding: 1em 2em;
	margin-left: 118px;
	margin-right: 10px;
	border-left: 1px solid #ACD0F9;
	background-color: white;
	height: 500px;
}
#container>#content { /* >= IE7 ja muut */
	min-height: 500px;
	height: auto;
}
.message {
    border-bottom: 1px solid #ffae44;
    margin: 1em;
    padding: 0.5em;
}
.error {
    color: red;
}
.kvlogo {
    position: absolute;
    right: 4%;
    top: 1em;
}
#header>.kvlogo {
    right: 1em;
}
.kisalogo {
    position: absolute;
    left: 1em;
    top: 1em; 
}
a img {
    border-width: 0px;
}
h2 {
    margin: 0.1em 0 1em 0;
    border-bottom: 1px solid #ACD0F9;
}
h1 {
    margin: 0.1em 0 1em 0;
    font-size: 150%;
    border-bottom: 1px solid #ACD0F9;
}
p.locator a { text-decoration: none }
p.locator { text-decoration: none }

@media print {
    #container, #content {
        margin: 0px;
        border-width: 0px;
    }
    #menu, #footer form, .kisalogo, .kvlogo, #sponsors {
        display: none;
    }
    #header {
        padding: 0;
    }
}

