@CHARSET "UTF-8";


* {
	margin:0px;
	padding:0px;
	border-width:0px;
	background-repeat:no-repeat;	
}


* html body {
	text-align: center;	/* hack to center this under IE5 */
}


.clear {
	clear:both;
}

body {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:white;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:0.8em;
	color:#868686;
}

#pagewrapper {
	width:901px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	color:inherit;
	text-align:center;
}

#header {
	display:inline;
	float:right;
	width:670px;
	text-align:center;
	background-color:white;
	padding-bottom:8px;
	padding-top:4px;
}

#innerheader {
	width:100%;
	margin:0px;
}


#menu {
	display:inline;
	float:left;
	width:215px;
	text-align:left;
	background-color:white;
}

#innermenu {
	background-color:white;
	margin:4px;
	margin-right:4px;
}


#content {
	display:inline;
	float:right;
	width:670px;
	text-align:center;
  	background-color:#C1C1C1;
}

#innercontent {
	background-color:white;
	text-align:left;
	margin:4px;
	padding-bottom:10px;
}

p {
	text-align:left;
}

a { 
	color:#868686;
}
a:hover {
	color:#163D80;
}

h1 {
	margin:10px 5px;
	font-size:1.4em;
}

h2 {
	margin:6px 5px;
	font-size:1.2em;
}

h3 {
	margin:4px 5px;
	font-size:1em;
}

h4 {
	margin:2px 20px;
	font-variant:small-caps;
}

#innercontent p {
	margin-left:10px;
	margin-right:10px;
	padding:3px 0px;
}

#innercontent ul {
	margin-left:10px;
	list-style-type:circle;
	list-style-position:inside;
}
	

h4 + p {
	margin-left: 25px;
	margin-right: 25px;
}

input, textarea {
	border:solid;
	border-width:2px;
	border-color:#C1C1C1;
}

.btn {
	color: #163D80;
	background-color:#C1C1C1;
}

form {
	padding:10px;
}

.introcenter {
	text-align:center;
	padding:10px;
}

.introcenter a {
	margin:15px;
}
/* menun asetukset*/

.menu * {
	margin: 0;
	padding: 0;
}

li ul {
	display:none;
}

ul {
	list-style: none;
}

ul.menu {
	width: 220px;
	margin: 0;
	padding: 0;
}
	
.submenu li {
	padding-left:10px;
}

.submenu li a {
	font-size:1em;
}

.menu a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #868686;
	padding: 5px;
	border: none;
	font-size:1.2em;
}

.menu a:hover {
	color:#163D80;
}

.currentTopMenuItem  ul, .currentMenuItem  ul {
	display:block;
}


.currentMenuItem a {
	color:#163D80;
} 


.currentMenuItem .submenu a {
	color:#868686;
}

li {
	margin:0px;
	padding:0px;
	border-width:1px;
	border-color:white;
	border-style:solid;
}