

html, body{
	background-attachment: fixed;
	
	background-image: url("../bilder/IMG_20190417_202426.jpg");

	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color:#DECFA4;
	
	
	#width:100%;
	#background:#dddddd url("../bilder/DSC08541.JPG") no-repeat;

}



#title_tp{
	
	background:#ffffff;
	opacity: 0.5;
	
	#-webkit-border-radius: 36px 12px;
	#-moz-border-radius: 10px / 40px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px; /* future proofing */
	margin: 1em 2em;
	#outline: 5px solid red;
	padding: 1em 2em;

}

#title_tp .big{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	font-size : 48px;
	color: #cccccc;
}

#title_tp .big2{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	font-size : 24px;
	color: #cccccc;
}


#specs{
	
	background:#ffffff;
	opacity: 0.5;
	width: 24%;
	#-webkit-border-radius: 36px 12px;
	#-moz-border-radius: 10px / 40px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px; /* future proofing */
	margin: 1em 2em;
	#outline: 5px solid red;
	padding: 1em 2em;

}

#specs .txt{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	font-size : 24px;
	color: #cccccc;
}

#specs .txtb{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	font-size : 24px;
	color: #cccccc;
	
}

#footer{
	position: fixed;
	right: 1em;
	bottom: 30px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px; /* future proofing */
	margin: 1em 2em;
	#outline: 5px solid red;
	padding: 1em 2em;
	background:#ffffff;
	opacity: 0.5;

}

#footer .ftext{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	font-size : 12px;
	color: #000000;
}
