@charset "UTF-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
} 

body {
	background: #9AE9A3;
	background-image: url(../images/taustagradient.gif);
	background-repeat: repeat-x;
	margin:0;
}

div.layoutbox {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	border: none;
	z-index:1;
}
			
div.menu {
	position: absolute;
	background-image:url(../images/menutausta.gif);
	background-repeat:no-repeat;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	display:block;
	border: solid 1px #ff3333;
	background-color: #FFFFFF;
	padding-left:10px;
	#padding-top: 10px;
	#padding-bottom: 10px;
	_padding: 0px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
}

div.contentbox {
	position:absolute;
	background-color:#FFFFFF;
	display: block;
	width: 544px;
	min-height:530px;
	padding: 10px;
	padding-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	margin-left: 175px;
	border: solid 1px #ff3333;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	z-index:2;
	text-align:justify;
}
div.yhteys {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#FF0000;
	text-align:center;
	position: absolute;
	left:0px;
	bottom:0px;
	width:554px;
	padding: 5px;
	display:block;
}
a:link {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	border: 0px;
}
a:active {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	border: 0px;
}