body
	{
		background-color: #ECECEC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

h1
	{
		font-size: 14px;
		font-weight: normal;
	}

h2
	{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 0px;
	}
	
p 
	{
		margin-top: 0px;
	}


a:link,a:visited
	{
		text-decoration: none;
		color: #000000;
	}


a:hover,a:active 
	{
		text-decoration: none;
		color: #FFFFFF;
	}

@media screen
{
#satsyta 
	{ 	
		position: absolute; 
		width: 818px; 
		height: 100%;
		top: 1px; 
		left: 486px; 
		margin-left: -390px; 
	}
}
	
#logo
	{
		padding-top: 12px;
	}

@media screen
{
#navigation
	{
		padding-top: 12px;		
		float: right;

	}

}

@media print
{
#navigation
	{
			visibility: hidden;
	}
}
	
#navigation a
	{
		font-size: 10px;
		letter-spacing: 2px;
		padding-left: 10px;
		display: block;
		float: left;
	}
	
#navigation a:first-letter,a:link:first-letter,a:visited:first-letter,a:hover:first-letter,a:active:first-letter
	{
		font-weight: bolder;
	}

@media screen
{	
#kropp
	{
		position: relative;
		border: 1px solid black;
		width: 100%;
		height: 560px;
		clear: both;
	}
	
#vanster
	{
		position: relative;
		top: 40px;
		left: 40px; 
		width: 320px;
		height: 	480px;	
		overflow: auto;
		float: left;
	}
	
#hoger
	{
		position: relative;
		top: 40px;
		right: 40px; 
		width: 260px;
		height: 	480px;	
		overflow: auto;
		float: right;
	}

}


@media print
{	
#kropp
	{
		position: relative;
		width: 100%;
		height: 100%;
		clear: both;
	}
	
#vanster
	{
		position: relative;
		top: 40px;
		left: 40px; 
		width: 320px;
		height: 	100%;	
		float: left;
	}
	
#hoger
	{
		position: relative;
		top: 40px;
		right: 40px; 
		width: 260px;
		height: 	100%;	
		float: right;
	}

}
	
#fot
	{
		font-size: 10px;
		text-align: center;
	}
