body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	background-attachment: fixed;
	background-image: url(pics/screen-capture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}
#kolumn1 {
	float: left;
	width: 298px;
	background: #ffffff;
	height: 210px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 730px;
	margin-bottom: 100px;
	border-bottom-style: dashed ; 
	border-bottom-color: yellow; 
	border-bottom-width: 5px;
	position: absolute; 
	
}
#loggo {
	float: left;
	margin-top: 252px;
	margin-left: 730px;
	position: absolute;
	width: 318px;
	background-color: transparent;
	color: #FFFFFF;
}

#bild {
	float: left;
	width: 700px;
	background: #ffffff;
	height: 469px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 100px;
	border-bottom-style: dashed ; 
	border-bottom-color: yellow; 
	border-bottom-width: 5px;
	position: absolute;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000; 
	text-decoration: none;
}
a:active {
	font-weight: bold;
}
a:hover {
	background-color: #FFFF00;
	font-weight: normal;
	text-transform: uppercase;
}
