/* css */
/* www.terveydenhuollonpsykologit.fi */

#keskitys {
	width: 770px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}


body {  
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-image: url(../PICS/bg_02.gif);
	background-repeat: repeat-x; 
	background-color: #C2BFB0;
	padding: 0;
	margin: 0;
	color:#000;
	border:0;
/* Hack to Get IE to Center Div */
	text-align: center;
}


img {
	border: 0;
}


/* typografia */

p {
	
}


strong, b {
	font-weight: bold;
}


a {
	
	text-decoration: none;
	font-weight: bold;
	color: #cc6600;
}


a:link {
}


a:visited {
}


a:active {
}


a:hover {
	color: #cc3300;
	text-decoration: none;
}


/* otsikot */

#head { 
	font: bold 14px/normal Georgia, "Times New Roman", Times, serif; 
	color: #cc3300; 
	padding: 0;		
	position: absolute;
	top:175px; 
	left:162px;
}


/* kuvat */

#kuva1 {
	width:770px;
	height:167px;
	position: absolute;
	top:0px; 
	left:0px;
	background-image: url(../PICS/pic_03.jpg);
}


/* sisalto */

#sisalto {
	width:770px;
	height:500px;
	position: absolute;
	top:167px; 
	left:0px;
	background-image: url(../PICS/bg_content_02.gif);
; clip:   rect(   )
}

#sisalto-pitka {
	width:770px;
	height:2375px;
	position: absolute;
	top:167px; 
	left:0px;
	background-image: url(../PICS/bg_content_02.gif);
; clip:   rect(   )
}

#sisalto-keskipitka {
	width:770px;
	height:630px;
	position: absolute;
	top:167px; 
	left:0px;
	background-image: url(../PICS/bg_content_02.gif);
; clip:   rect(   )
}

#teksti {
	width:393px;
	height:393px;
	position: absolute;
	top:200px; 
	left:162px;
	font-size: 11px;
	color:#000000;
	line-height: normal;
	padding-top: 0px;
}

table {
	font-size: 11px;
	color:#000000;
	line-height: normal;
	padding-top: 0px;
}

#uutiset {
	width:177px;
	height:100px;
	position: absolute;
	top: 364px;
	left: 585px;
	font-size: 10px;
	line-height: normal;
}


#uutiset-otsikko {
	position: absolute;
	top: 175px;
	left: 585px;
	font: bold 14px/normal Georgia, "Times New Roman", Times, serif; 
	color: #cc3300; 
	padding-left: 0px;
	vertical-align: bottom;
	
}

#uutiset-teema {
	width:200px;
	height:162px;
	position: absolute;
	top: 197px;
	left: 571px;
	background-image: url(../PICS/teema_05.jpg);
}


/* navi */

#menu {
	font-size: 12px;
	position: absolute;
	top: 167px;
	left: 0px;
	width: 143px;
	height: 406px;
	background: #fff;
	list-style-type: none;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#menu li { margin: 0 0 0 0; }

#menu a {
	display: block;
	padding: 1px 2px 2px 8px;
	width: 143px;
	background-color: #FFF;
	background-image: url(../PICS/bg-menubutton.gif);
	background-repeat: repeat-x;
}

#menu a:link, #navlist a:visited {
	color: #cc6600;
	text-decoration: none;
}

#menu a:hover {
	background-image: url(../PICS/bg-menubutton.gif);
	color: #cc3300;
}



#lista {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#lista li {
	padding-left: 10px;
	background-image: url(../PICS/g-nuoli.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}




