
/* TOP.AsP-tyylit */


body, td, p, th,  h1,h2,h3,h4,h5,h6, li, ul, ol, div, span, font
{
	font-family: Verdana, Arial, helvetica; 
	font-size: 11px;
}

#pagetitle {width: 100%; font-weight: normal; margin-top: 10px; padding-left: 2px; margin-bottom: 10px; font-size: 16px; Font-family: Verdana; font-weight: normal;}

.minileipis, .minicursive, .button, .submitbutton, .resetbutton
{
	font-family: Verdana, Arial, helvetica; 
}
	
.bigtitle
{
	font-size: 17px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.mediumtitle
{
	font-size:14px;
	text-decoration: none;
	color: #045485;
	font-weight: bold;
}

.minititle, .cursive
{
	font-size: 11px;  
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.leipis, P, .bigcursive,td, .editor p,li
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
   line-height: 16px;	
}


.minileipis, .minicursive, .imagecaption
{
	font-size: 11px;
	text-decoration: none;
	color: black;
	font-weight: normal;

}

.minicursive
{
	font-weight: bold;
}

h1
{
	font-size: 20px;
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}
h6
{
	font-size: 11px;
	text-decoration: none;
	color: #c40000;
	font-weight: normal;
}

/* NORMAALIT LINKIT (kaikkien linkkien perusmääritys) */
a:link, a:active {
	text-decoration: none;
	color: #c40000;
}
a:visited {
	text-decoration: none;
	color: #c05a5a;
}

a:hover {
	color: black;
}

/* SISÄLLÖN LINKKIEN KORVAAVAT / LISÄMÄÄRITTEET */
#sisalto a {
	text-decoration: underline;
}

.button {
	display: inline;
	white-space: nowrap;
	padding: 2px;
	font-family: tahoma, arial; 
	font-size: 11px;
	color: black;
}

/* menu.aspin valikot */	
.mainmenu { 
	font-weight: bold;
	font-size: 11px;
	color: #c40000;
	text-decoration: none;
}


.submenu { 
	padding-left: 0px;
	font-size:11px;
	text-decoration: none;
	color: #c40000;
}



.menulevel2 .minileipis
{
/*background: url(http://www.turvakanava.fi/gui/default/images_turvakanava/menu/plus.gif) no-repeat;*/
background-position: 10% 40%;
font-size: 10px;
color: #c05a5a;
}

.menulevel3 .minileipis
{
/*background: url(http://www.turvakanava.fi/gui/default/images_turvakanava/menu/miinus.gif) no-repeat;*/
/*background-position: 10% 50%;*/
font-size:1px;
color: #c05a5a;
}

.menulevel3 .submenu
{
font-size:10px;
position: relative; left: 5px;
}

.menulevel4 .minileipis
{
font-size: 1px;
color: #c05a5a;
}

.menulevel4 .submenu
{
padding-left: 5px;
font-size:10px;
position: relative; left: 6px;
}

.imagecaption {color: darkgrey; text-decoration: italic;}
.redtext {color: red;}
.highlight {background-color: #FFF4C1}
.BoldGreen {color: green; font-weight: bold;}

