@charset "UTF-8";

h1, h3, h4, a {	/* globaali väri näille tekstityyleille*/
	color: #007A94;
}
#sidebar .current { /*Tällä määritellään miltä navi näyttää kun olet ko. sivulla*/
	list-style-position: outside;
	list-style-image: url(../media/ui_images/impoinvest/navin_kolmio_impoinvest.png);
	font-weight: bold;
}
#header {
	position: relative;
	width: 950px;
	height: 146px;
	background-color: #007A94;
}
#MainMenuBar {
	width: 950px;
	margin-bottom: 20px;
	position: relative;
	height: 23px;
	background-repeat: repeat-x;
	background-image: url(../media/ui_images/impoinvest/navibar_background.png);
	background-color: #007A94;
}	
#footer  {
	text-align: center;
	height: 28px;
	color: #FFFFFF;
	background-image: url(../media/ui_images/impoinvest/bottombar_background.png);
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-top: 20px;
	background-color: #007A94;
}
