/* Stylesheet for the http://www.interfuture.org homepage */
/* Set body margins */
body
{
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-size: 80%;
	font-family: Arial, "Sans Serif";
}
/* Set location and sizes of different blocks */
/* Top grey bar */
#top
{
	background: #999999;
	color: #000000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
/* Set the linkcolors in the top grey bar */
div#top a:link
{
	color: #000000;
	text-decoration: none;
}
div#top a:visited
{
	color: #000000;
	text-decoration: none;
}
div#top a:active
{
	color: #000000;
	text-decoration: none;
}
div#top a:hover
{
	color: yellow;
}
/* Blue bar */
#bar
{
	background: #336699;
	color: #000000;
	position: absolute;
	top: 40px;
	width: 100%;
	height: 14px;
}
/* White bar with title pics */
#title
{
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 20%;
	position: absolute;
	top: 55px;
}
/* Main text block */
#text
{
	background: #ffffff;
	padding-top: 10px;
	padding-left: 8%;
	padding-right: 8%; 
	position: absolute;
	top: 174px;
	width: 84%;
}
/* Set the linkcolors in the main text block */
div#text a:link
{
	color: #336699;
	text-decoration: none;
}
div#text a:visited
{
 color: #999999;
 text-decoration: none;
}
div#text a:active
{
	color: #336699;
	text-decoration: none;
}
div#text a:hover
{
	color: ff0000;
	text-decoration: none;
}
/* Text format settings */
h1
{
	font-family: Trebuchet MS;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: left;
}
h2
{
	font-family: Trebuchet MS;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
}
h3
{
	font-family: Trebuchet MS;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
}
.tekst
{
	font-size: 1em;
	text-align: justify;
}
.small
{ 
	font-size: 0.8em;
	text-align: center;
}
.menu
{
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* End of stylesheet */
