* {
        margin: 0;
        margin-bottom: 14pt;
        
}
/* body */
body {
        background-color: #FFFFFF;
        color: #666667;
        font-family:"lucida grande", tahoma, verdana, arial, sans-serif; 
        font-size: 13px;     
}
i {
        font-size: inherit;
}
a {
        color: #0066FF;
        text-decoration: none;
        font-size: inherit;
}
a:hover {
        color: #0066FF;
        text-decoration: underline;
}
p {
        color: #000000;
}
p.success {
        color: #33CC33;
}
p.notify {
        color: #FF0000;
}
p.videomenu a {
        color: #666667;
        text-decoration: underline;
}
p.videomenu a:hover, p#videomenu a.active {
        text-decoration: none; 
}
h1 {
        font-size: 40pt;
}
h2 {
        font-size: 25pt;
}
h3 {
        font-size: 17pt;
}
h4 {
        font-size: 11px;
}
h5 {
        font-size: 11px;
        text-decoration: underline;
}
ol li {
        margin-bottom: 6px;
}
ul li {
        margin-bottom: 0;
}
/* page */
div#page {
        position: absolute;
        width: 100%;
}
div#contentpage {
        margin-left: auto;
        margin-right: auto;
        width: 800px;
        clear: both;
}
div#pageupperbox {
        top: 0;
        margin: 0;
        background-color: #0066FF;
        height: 58px;
        width: 100%;
}
div#footer {
        width: 100%;
        background: #0066FF;
        height: 100px;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        color: white;
}
div#logo {
    position: absolute;
    z-index: 5;
    color: #FFFFFF;
    padding: 10px;
}
div#logo a {
    color: white;
    margin-left: 100px;
    padding: 3px;
}
div#logo a:hover {
    text-decoration: none;
    color: #E8E8E8;
}
div#logo a.nomargin {
    margin-left: 0;
}
div#logo a.activeyla, div#logo a.activeyla:hover {
    background: white;
    color: #0066FF;
}
/* Menu */
#valikkobox {
    position: absolute;
    height: 28px;
    min-width: 600px;
    z-index: 6;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
#valikko {
	margin: 0;
	padding: 0;
	text-align: center;
}
#valikko li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
#valikko li a {
	display: block;
	margin: 0;
	padding: 7px 7px;
	width: 60px;
	background: #0066FF;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#valikko li a:hover, #valikko li a.active {
	background: #FFFFFF;
	color: #0066FF;
}
#valikko div {
	position: absolute;
	visibility: hidden;
	z-index: 30;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #0033FF;
}
#valikko div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 160px;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #0066FF;
	font: 11px arial
}
#valikko div a:hover {
	background: #0066FF;
	color: #FFFFFF;
}
/* ads */
div#ad-top {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 787px;
        color: #000000;
        height: 90px;
}
div#ad-left-top {
        margin-top: 5px;
        width: 170px;
        height: 899px;
        float: left;
        border-right: thin #000000 solid;
}
/* content */
div#content {
        float: left;
        width: 598px;
        margin-top: 5px;
        margin-left: 15px;
        margin-bottom: 100px;
}
div#formleft {
        float: left;
        width: 240px;
}
div#formright {
        float: right;
        margin-right: 120px;
}
div#videoplayer {
        display: block;
        background-color:#000000; 
        width: 428px; 
        height: 342px;

}
.noborder {
        border: 0;
        margin: 3px;
}
/* footer */
div#copy {
        width: 200px;
        margin: 8px;
        float: left;
        color: #FFFFFF;
}
div#footerbox {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
}
div#footerbox ul {
        list-style: none;
        margin:7px;
}
div#footerbox ul li {
        margin-bottom: 6px;
}
div#footerbox ul li a {
        color: #FFFFFF;
        text-decoration: none;
}
div#footerbox ul li a:hover {
        text-decoration: underline;
}
