a:link {
	color: #ddd;
	text-decoration: underline;
}
a:visited {	
	color: #ddd;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
html {
	margin: 0.5%;
	background: #000 url(resorces/kringel.gif)no-repeat top right;
	text-align: center;
}
#frame {
	background: #000 url(resorces/bildtrenner.jpg) repeat-x bottom center;
	color: #ddd;
	margin: 5% auto auto 24%;
	padding-top: 8px;
	width: 580px;
	border: 2px solid #CCFF00;
}
#text{
	float: left;
	text-align: left;
	font: normal bold 0.9em/1.6 garamond;
	margin-left: 15px;
}
#bild{
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 22px;
	clear: both;
}
#footer{
	text-align: left;
	font: normal normal 0.6em/1 arial;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 6px 4px;
	padding: 0;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {	
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}