	
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana; font-size: 10px;
		color: #000;
		background-color: #ddd;		
	}


	img {
		border-width: 1px;
		border-color : #000000;
	}

	.td { 
		border-bottom-style: none;
		border-bottom-color: #CCCCCC;
		border-top-style: none;
		border-bottom-width: 1px;
		border-right-style: none;
		border-left-style: none;
	}


/*länkshit*/

	a:visited {
		text-decoration: none;
		color: #ffffff
	}
	a:active {
		text-decoration: none;
		color: #ffffff
	}
	A:hover  {
		color: #FCFF00
	}
	A:hover {
		cursor: none
	}
	a:hover {
		text-decoration: underline
	}
	A {
		text-decoration: none
	}

	.menylink {
		color: #ffffff
	}
	
	.contentlink {
		color: #840F0F;
		text-decoration: underline
	}

	.contentlink:hover {
		color: #007806;
		text-decoration: underline
	}

	.contentlink:active {
		color: #840F0F;
		text-decoration: underline
	}

	.contentlink:visited {
		color: #007978;
		text-decoration: underline
	}	

		
/*Layout*/		
		
	#container {
		margin: 1em 10%;
		background-color: #FFF;
		background-repeat: repeat-y;
		border: 2px solid #ffffff;
		width: 700px;
	}
		
	#banner {
		height: 80px;
		color: #ffffff;
		background: url(header.jpg);
	}
	
	#meny {	
		height: 30px;
		background-color: #993333;
		color: #ffffff;	
		background: url(menubg.jpg);
		font-family: Verdana; font-size: 10px;
	}

	#image {
		border-bottom: 1px solid gray;
		border-top: 2px dotted #ffffff; 	
		height: 200px;	
		background: url(topimage3.jpg);
	}
		
	#content {
		padding-top: 0;
		margin: 0 2em 0;	
	}
		
	#content h2 {
		margin-top: 0;
	}
	
	#footer {
		clear: both;
		background-color: #993333;
		padding: 0;
		text-align: right;
		border-top: 1px solid #333;
		color: #ffffff;
	}
		

/*text*/	

	.p1 {
		font-family: verdana; font-size: 10px; 
	}
		
	.hr { border: none #CCCCCC;
	}

	li { 
		list-style-image: url(li.gif)
	}
