*
{
margin: 0;
}

/* Fontit & väri*/
a, p, td, li, h1,h2,h3,h4
{
font-family:				Arial;
color:						#004D7D;
}

/* Perustekstin koko */
p,td
{
font-size:					14px;
}

/* Pääotsikot */
h1 { font-size:				24px; font-weight:normal;margin-bottom:0px; margin-top:15px;}
h2 { font-size:				18px; font-weight:normal;}
h3 { font-size:				16px; font-weight:normal;}
h4 { font-size:				12px; font-weight:normal;}

/* Linkit */
a:visited, a:link, a:active
{
color:		 				#006E8E;
text-decoration:			none;
font-size:					16px;
}
a:hover
{
text-decoration:			underline;
color:						#006EFF;
font-size:					16px;
}

table
{
text-align:					left;
margin-top:	10px;
margin-bottom:10px;
}

/* Tekstiblogi */
.block
{
margin-top:10px;
margin-bottom:10px;
text-align:					left;
width:						75%;
}

/* Tausta */
body
{
background-color:			#006E8E;
height:						100%;
min-height:					100%;
}

/* Main-div */
.main
{
position:					absolute;
left:						5%;
top:						5%;
width:						90%;
min-width:					90%;
min-height:					90%;
}

/* Header-div */
.header
{
position:					absolute;
left:						125px;
top:						0px;
width:						800px;
min-width:					800px;
height:						90px;
min-height:					90px;
background-color:			#006E8E;
}

/* Navigator-div */
.navigator
{
position:					absolute;
left:						0px;
top:						0px;
width:						120px;
min-width:					120px;
height:						480px;
min-height:					480px;
background-color:			#BFDAE2;
background-image: 			url(fade.gif);
}

/* Navigator container */
.inner_navigator
{
padding-top:				20px;
padding-left:				20px;
}

/* Content-div */
.content
{
position:					absolute;
left:						125px;
top:						95px;
width:						800px;
min-width:					800px;
background-color:			#8ABCCA;
}

/* Content inside content */
.inner_content
{
padding-top:				20px;
padding-left:				50px;
padding-bottom:				100px;
}
