﻿/*.style1 {*/
body{
	/*background-color: #E7E7E7;*/
	background-image:url('images/bg2.jpg');
	/*background-color: #C0C0C0;*/
}
#wrapper{
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	width: 900px;
	height: 100%;
	position: relative;

/*ie kokeilua*/
	background-color: #fff;
	zoom: 1;
	filter:
    progid:DXImageTransform.Microsoft.DropShadow(color=#555555, offx=1, offy=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=#828282, offx=1, offy=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=#a3a3a3, offx=1, offy=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=#c8c8c8, offx=1, offy=1);

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px 5px #555555;
	-webkit-box-shadow: 0px 0px 5px 5px #555555;

	margin: 0px 0px 0px -1px;
	margin-left:auto;
	margin-right: auto;
	
}


.top {
	width: 900px;
	height: 300px;
	position: relative;
	text-align: center;
	background-image:url('banneri/soitto.jpg');
	color: #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;

	border-bottom: 0px;
	border-style: solid;
	border-color: #FFFFFF;

}
.bottom{
	background-image: url('images/footer2.jpg');
	height: 40px;
	width: 900px;
	border-top: 2px white solid;
}

.bottom p {
	/*text-align: center;*/
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.contents {
	width: 900px;
	height: auto;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #0799fe;
	/*background-color: #000000;*/
	background-image:url('images/contents_bg.jpg');	
	}

.contents td {
	
	vertical-align: top;
	color: white;
	
}

.contents_left{
	width: 500px;
	position: relative;
	
	font-size: 10pt;
}

.contents_left ul{
	margin-left: 60px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #000000;
}
.contents_right{
	width: 400px;
	height: auto;
	position: absolute;
	left: 501px;
	/*top:186px;*/
	top: 203px;
}


.otayhteytta_table{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
}

#wrapper #contents #contents_right img{
	margin-left: 25px;
	margin-top: 40px;
	margin-right: 25px;
	margin-bottom: 40px;
	
}

#wrapper #contents h1 {
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: lighter;
	color: #0799fe;
	margin-left: 40px;
	padding-top: 20px;
	margin-bottom: 30px;

}

#wrapper #contents h2 {
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: lighter;
	color: #1492f6;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;

}


#wrapper #contents p {
	margin-left: 50px;
	margin-right: 40px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: white;
}

#wrapper #contents a {
	text-decoration: none;
	color: white;
	
}

#wrapper #contents a:hover{
	
	text-decoration:underline;
}

#wrapper #contents #twitter_div a:hover{
	text-decoration: none;
	color: #1492f6;
}
#wrapper #contents #twitter_div a{
	text-decoration: none;
	color: #FFFFFF;
	display:block;
}


/*#wrapper #contents iframe {
	background-image: url("images/uutiset_bg.png");
	margin:0px;
	border: 0px;
} 

.iframe_control{
	text-align: center;
	color: white;
	margin-left: 0px; 
	padding-left: 0px; 
	position: absolute;
	left: 380px;
	top: 200px; 
	
}*/

/* menu */

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 900px;
	position: relative;
	display: block;
	height: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	border-left: #E3AB12;
	border-right: #E3AB12;
	border-style: solid;
	border-width: 0px;
	border-top: 0px;
	border-bottom: 2px solid white;
	background: transparent url("images/blue.png") repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px #666666 solid;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 23px;
	height:28px;
	/*height:40px;*/
	}
ul#menu li a:hover{
	/*background:transparent url("images/black.png") repeat-x top left;	*/
	background:transparent url('images/orange.png');


	}

.menu #current{
		background:url(images/black.png) top left repeat-x;
	}
	
ul #menu current a:hover{
		background:url(images/black.png) top left repeat-x;
	}