body
{
	font-family:verdana;
	font-size:small;
}

/* positions*/
#conatiner{
	width:800px;
	height:600px;
	
}
#header{
	height:100px;
	border-bottom:1px solid black;
}
#toppage{}

#mainmenu{
	background-color:#cccc44;
	margin-top:5px;
}
/* Menylänkar */
#mainmenu a:link{ color: #000000; text-decoration: none; font-weight:bold;}
#mainmenu a:visited { color: #000000; text-decoration: none; font-weight:bold;}
#mainmenu a:hover   { color: #000000; text-decoration: underline; font-weight:bold;}
#mainmenu a:active  { color: #000000; text-decoration: none; font-weight:bold;}


/* Navigatorlänkar */
#navigator a:link{ color: #0000ee; text-decoration: none; font-weight:bold;}
#navigator a:visited { color: #0000ee; text-decoration: none; font-weight:bold;}
#navigator a:hover   { color: #0000ee; text-decoration: underline; font-weight:bold;}
#navigator a:active  { color: #0000ee; text-decoration: none; font-weight:bold;}


/* Nyckelordslänkar */
a.keyword:link{ color: green; text-decoration: none; font-weight:bold;} 
a.keyword:visited{ color: green; text-decoration: underline; font-weight:bold;} 
a.keyword:hover{ color: green; text-decoration: underline; font-weight:bold;}
a.keyword:active{ color: green; text-decoration: underline; font-weight:bold;}


#content{
	
	margin-top:10px;
	margin-bottom:10px;
}

.rightframe{
	border-left:1px solid #cccc44;

}

.rightbox{	
	border-bottom:1px solid #cccc44;
}

#footer{
	border-top:1px solid black;
	color:#c9c9c9;
}

/* Menylänkar */
#footer a:link{ color: #c9c9c9; text-decoration: none; }
#footer a:visited { color: #c9c9c9; text-decoration: none;}
#footer a:hover   { color: #c9c9c9; text-decoration: none; }
#footer a:active  { color: #c9c9c9; text-decoration: none; }


table.nomargins
{
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}

h1{ font-size:x-large;}
h2{ font-size:large;}
h3{ font-size:medium;}
h4{ font-size:small; }


/* Menylänkar */
h2 a:link{ color: #000000; text-decoration: none; }
h2 a:visited{ color: #000000; text-decoration: none; }
h2 a:hover{ color: #000000; text-decoration: underline; }
h2 a:active{ color: #000000; text-decoration: none; }

p a:link{ color: #000000; text-decoration: none; }
p a:visited{ color: #000000; text-decoration: none; }
p a:hover{ color: #000000; text-decoration: underline; }
p a:active{ color: #000000; text-decoration: none; }

.subject{width:100%;}

h1.subjectHeader{border-bottom:1px solid #cccc44;}

.source{
	color:#c0c0c0;
	font-size:10px;
}

img{border:0px;}





