/* TYYLITIEDOSTO/CSS - ICTASENNUS OY */

#wrapper {
	width: 755px;
	margin: auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 20px;
}

#image {
	float: right;
	width: 550px;
	height: 183px;
	margin: 5px 5px 0 0;
	padding: 0;
	background-repeat: no-repeat;
}


#content {
	float:right;
	margin: 5px 0 0 0;
	padding: 0;
	background-image: url(images/Background.png);
	background-repeat: no-repeat;
	background-attachment:relative;
	background-position: 190px -5px;
	padding: 20px 20px 20px 222px;
	height: 440px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
}

#content p {
	font-size: 13px;
	padding-left: 12px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear:both;
	background-image: url(images/bottombar.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}


/* VALIKON ASETUKSET */

#navigation {
	float: left;
	height: 200px;
	width: 190px;
	margin: -5px 3px 0 0;
	padding: 0;
}

#navigation ul {
	list-style-type: none;
	margin-left:-35px;
	padding-right: 2px;
}

#navigation ul li {

	margin: 0;
	width: 187px;
	font-family: Calibri;
	border-bottom: 1px solid #0268B5;
}

#navigation ul li a {
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	background: url(images/btn_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 8px;
	display: block;
	padding: 8px 0 8px 28px;
	text-decoration:none;
}

#navigation ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/btn_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
