
body {
	background-color: #e2d9b8;
	color: #c36305;

	width: 700px;

	background-image: url("../bg//bakgrund-hem.jpg"); 
	
	background-position: 0px 0px;			
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1 {		
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;	
	font-size: 20px;
	font-weight: bold;
}

h2 {		
	padding-top: 20px;

	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
}

#bildtext {	
	width: 700px;
		
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
	vertical-align: top;
	line-height: 15px;
	
	padding-top: 0px;
	padding-bottom: 80px;
}

#bildcontainer {
	width: 700px;
	height: 300px;
	
	text-align: center;	
}

#linkcontainer a:active {
	text-align: center;		
	font-size: 14px;
	font-weight: bold;
	color: #9da011;
    text-decoration: none;    
}

#linkcontainer a:link{
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	color: #9da011;
	text-decoration: none;	
}

#linkcontainer a:visited{
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	color: #9da011;
	text-decoration: none;	
}

#linkcontainer a:hover{	
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	color: #9da011;
	text-decoration: underline;	
}

