/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	background: url(../images/bg.jpg) repeat-x;
	font-variant: normal;
	color: white;
	background-color: #2e2e2e;
}

table, p {
	text-align: left;
	font-size: 12px;
}

td#top {
	height: 184px;
}

td#menu {
	background: url(../images/menubg.jpg);
	height: 53px;
	padding-left: 35px;
	padding-bottom: 8px;
}

td#menu a {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

td#menu a.menu_selected {
	color: #11b900;
}

td#contenttop {
	background: url(../images/contenttopbg.jpg);
	height: 20px;
}

td#contentmiddle {
	background: url(../images/contentmiddlebg.gif);
	height: 450px;
	padding-left: 25px;
	padding-right: 25px;
}

td#contentbottom {
	background: url(../images/contentbottombg.jpg);
	height: 32px;
}

td#footer {
	padding-top: 4px;
	text-align: center;
	color: #707170;
	padding-bottom: 5px;
}

ul, li {
	list-style: none;
	padding-left: 5px;
}

ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

a#submenu {
	text-decoration: none;
}

a {
	color: #11b900;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: lighter;
	color: #11b900;
	margin-left: 0px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: lighter;
	color: #11b900;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #11b900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color: #11b900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #11b900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	color: #11b900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

/** valikko **/
a#submenu {
	color: white;
}
a#submenu.selected {
	color: #11b900;
}
