body, td, h1, h2, h3, h4, h5, h6, p, input, select, textarea {
	font-family: Verdana;
	color: #cccccc;
	font-size: 10pt;
	line-height: 20px;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: #333333;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}
* html #wrapper {
	height: 100%;
}
#header {
	margin: 0 auto;
	width: 1100px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navi {
	margin: 0 auto;
	width: 1100px;
}
#hr_bar {
	margin: 0 auto;
	width: 1100px;
	clear: both;
	border-bottom: 1px dashed #cccccc;
	height: 10px;
}
#contentWrapper {
	margin: 0 auto;
	width: 1100px;
	margin-top: 30px;
}
#content-left {
	width: 800px;
	float: left;
	text-align: left;
	border-right: 1px dashed #cccccc;
	padding-right: 50px;
}
#content-right {
	width: 250px;
	text-align: center;
	margin-left: 850px;
}
#content-wide {
	clear: both;
	width: 1100px;
	text-align: left;
}
#footer {
	margin: 0 auto;
	width: 1100px;
	height: 50px;
	text-align: left;
	clear: both;
}
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 11pt;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
input, select, textarea {
	border: 0;
	color: #000000;
}
input[type="submit"] {
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
input[type="submit"]:hover {
	background-color: #eeeeee;
	cursor: pointer;
	color: #333333;
} 
#headermenu {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	float: left;
}
#headermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	width: 100%;
}
#headermenu li {
	float: left;
	list-style-type: none;
	background-color: #333333;
	height: 26px;
}
#headermenu li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
}
#headermenu li a.selected {
	color: #65fc46;
}
#headermenu ul li a:hover {
	color: #65fc46;
}

#headermenu ul li a,
#headermenu ul li a:hover,
#headermenu ul li:hover,
#headermenu ul li.over {
	z-index: 100;
	text-decoration: none;
}
hr {
	width: 100%;
	border: 1px dotted #cccccc;
}
.virhe {
	color: red;
}
.listaus th {
	text-align: left;
	padding-right: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}
.listaus td {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 5px;
}
.lista a {
	color: #ffffff;
	text-decoration: none;
}
.lista a:link {
	color: #ffffff;
	text-decoration: none;
}
.lista a:visited {
	color: #ffffff;
	text-decoration: none;
}
.lista a:hover {
	color: #65fc46;
	text-decoration: none;
}
.lista a:active {
	color: #ffffff;
	text-decoration: none;
}

