html, body {
	height:100%;
	width:100%;
}
body {
	background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}


div.content { 
	margin-left:30px; 
	width:550px; 
	margin-bottom: 30px;
}

div.hmenu {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height: 34px;
	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
}

div.hmenu div.first,
div.hmenu div.firstselected,
div.hmenu div.menuitem1,
div.hmenu div.selected {
	float: left;
	padding-right: 18px;
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/nav_divider.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

div.hmenu div.first,
div.hmenu div.firstselected {
	background-image: none;
	padding-left: 30px;
}
/* linkki */
div.hmenu div.first a,
div.hmenu div.firstselected a,
div.hmenu div.selected a,
div.hmenu div.menuitem1 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	text-transform:uppercase;
}

div.hmenu a:hover {
	text-decoration:underline;
}


div.hmenu div.firstselected a,
div.hmenu div.selected a {
	color: #FFAD00;
	text-decoration: none;
}


div.hmenu div.selected a:hover,
div.hmenu div.menuitem1 a:hover  {
	text-decoration:underline;
}

div.langs {
	clear:both;
	padding-bottom:2px;
	padding-left:8px;
	width:200px;
}
div.langs a {
	margin-right:8px;
}
div.vmenuroot a {
	margin-top:9px;
	overflow:hidden;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
div.vmenu {
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 30px;
}

/* vmenun ensimmainen taso: containeri */
div.vmenu div.selected, 
div.vmenu div.level2 {
	background-image:url(images/bullet_level2.jpg);
	background-position:left 4px;
	background-repeat:no-repeat;
	display:block;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/* vmenun ensimmainen taso: linkki */
div.vmenu div.selected a,
div.vmenu div.level2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display:block;
	text-decoration: none;

}

/* vmenun toinen taso: containeri */
div.vmenu div.selected div.selected, 
div.vmenu div.level3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	background-image: none;
}

/* vmenun toinen taso: linkki */
div.vmenu div.selected div.selected a, 
div.vmenu div.level3 a { 
	font-size: 11px;
}

div.vmenu div.selected div.selected a{
	text-decoration:underline;
}

div.vmenu div.level3 a:hover,
div.vmenu a:hover {
	text-decoration:underline;
}
div.vmenu div.selected div.level3  a { 
	font-weight: normal; 
}

div.vmenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;

}

div.bct {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	margin-top:10px;
	text-transform:lowercase;
	display: none;
}

div.bct div.selected, div.bct div.item {
	color:#333333;
	display:inline;
}
div.bct a {
	color:#333333;
	text-decoration:none;
}
div.bct a:hover {
	text-decoration:underline;
}



/** UUTISEN TYYLIT ALKAA **/


div.news {
	margin-top:10px;
}
div.news div.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	padding-left:13;
	background-image:url(images/bullet_klo.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}
div.news div.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
div.news div.description a {
	text-decoration: underline;
	background-image: none;
	padding-top: 0px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003399;	

}
div.news div.description a:hover{
	color:#0066CC;
	text-decoration:underline;
}
div.news div.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;

}
div.news div.header img {

}
/** UUTISEN TYYLIT LOPPUU **/

/** KUVAGALLERIAN TYYLIT ALKAA **/
.galleryimages {
	padding-left:50px;
}
.galleryimagecontainer {
	/*border:1px solid #CCCCCC;*/
	/*float:left;*/
	margin-bottom:7px;
	margin-right:7px;
	padding:10px;
}
.galleryimage {
	background-color:#FFFFFF;
}

a.galleryMenuSmall,
a.galleryMenu{
	display: block;
	height: 112px;
	width: 150px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	filter: alpha(opacity=70);
	-moz-opacity 70;
	opacity: .70;
	/*background-color:#FFFFFF;  */
	border: 1px solid #000000;
}
a.galleryMenuSmall {
	height: 80px;
	width: 112px;
}
a.galleryMenuSmall:hover,
a.galleryMenu:hover{
	background-color: transparent;
	filter: alpha(opacity=100);
	-moz-opacity 100;
	opacity: 1.0;
}

.previewgalleryimage {
	background-color:#FFFFFF;
	padding:10px;
}
.gallerynavtop {
}
.gallerynavbottom {
	display:none;
}
.gallerynavbottom a {
	color:#333333;
	font-weight:bolder;
	text-decoration:none;
}
.pagelist {
	margin-left:10px;
	margin-right:10px;
}
.gallerynavbottom a.prev {
	float:left;
}
.gallerynavbottom a.next {
	float:right;
}
/** KUVAGALLERIAN TYYLIT P��TTYY **/


a.toteutus {
	color: #000000;
	text-decoration:none;
}


/** LOMAKKEET **/

div.forms {
	/*padding: 15px;
	border: 1px solid #cccccc;*/
}

div.forms div.tabs {
	font-size: 105%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}
div.forms div.tabs .selectedtab,
div.forms div.tabs .tab {
	display: block;
	float:left;
	font-weight: bold;
	padding-right: 16px;
	color: #666666;
}

div.forms div.tabs .selectedtab {
	text-decoration: underline;
	color: #333333;
}

div.forms div.buttons {
	padding-top: 15px;
}

div.forms div.question {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
}

div.forms form {
	margin: 0; padding: 0;
}

div.forms label.file,
div.forms label.text {
	padding-top: 8px;
	display:block; 
}
div.forms input.file,
div.forms input.text {
	width: 45%;
	display:block;
}


.header {
	background-image: url(images/header.jpg);
	width: 900px;
	height: 86px;
	background-repeat:no-repeat;
	background-position: left top;
}


.banner {
	background-image: url(images/banner.jpg);
	width: 900px;
	height: 294px;
	background-repeat:no-repeat;
	background-position: left top;
}

.contentbg {
	background-image: url(images/content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 14px;
}
.footertext {
	padding-left: 30px;
	padding-top: 10px;	
	padding-bottom: 40px;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footertext a {	
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.banner .bannertext {
	margin-top: 46px;
	margin-left: 30px;
	width: 350px;
}
.banner .bannertext .big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFAD00;
}
.banner .bannertext .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 40px;
}
.banner a {
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	font-size: 14px;
	text-decoration: none; 
	color: #009EED;
}

.sloganit {
	color: #666666;
	text-align:right;
	width: 300px;
	float: right;
	margin-top:20px;
	margin-right: 30px;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/** BOXIT **/
div.boxes {
	margin-right: 30px;

}
div.box {
	width: 265px;
	margin-bottom: 10px;

}
div.boxtop {
	display:none;
}
div.boxcontent {
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;

}
div.boxname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFAD00;
	clear: both;
	background-image: url(images/box_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.boxname a {
	color: #FFAD00;
	text-decoration: none;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	margin-left: 19px;
}
div.boxdescription {
	clear: both;
	margin-left: 19px;
	width: 240px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
}
div.boxdescription a {
	color: #009EED;
}
div.boxbottom {
	background-image: url(images/box_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
div.boxline {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	width: 240px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;

}

/** BOXIT LOPPUU **/

