 	
body 
	{
	color: white;
	background-color: #dedede;
	margin: 0px;
	background-image: url(bilder/body_bakgrund4.jpg);
	background-repeat: repeat;
	}

#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 80px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-image: url(bilder/body_bakgrund2_3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -375px;
	position: absolute;
	top: -290px;
	left: 50%;
	width: 750px;
	height: 380px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	
		 
	}
.footerboxleft {
	float: left;
	height: 20px;
	width: 575px;
	text-align: left;
}
.footerboxright{
	float: right;
	height: 20px;
	width: 175px;
}


a:link, a:visited 
	{
	color: #03F;
	text-decoration: none;
	font-weight: normal;
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}

.captions  
	{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#caption1    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: -80px;
	left: -200px;
	width: 250px;
	height: 80px;
	visibility: visible;
	display: block
	}

#caption2    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: 92px;
	left: 125px;
	width: 250px;
	height: auto;
	visibility: visible;
	display: block
	}

a:link {text-decoration: none; color:000;}
a:visited {text-decoration: none; color:000;}
a:hover {text-decoration: none; color:eee;}

