@charset "UTF-8";
/* CSS Document */

.e404_headline {
	width:80%;
	height:auto;
	position:absolute;
	top:200px;
	right:0px;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:40px;
	line-height:50px;
	color:#1f1f1f;
	text-align:right;
}
.e404_message {
	width:80%;
	height:auto;
	position:absolute;
	top:250px;
	right:0px;

}
.e404_txt {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#1f1f1f;
	text-align:justify;
}
.e404_txt a:link {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#1f1f1f;
	text-align:justify;
	text-decoration:none;
}
.e404_txt a:visited {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#1f1f1f;
	text-align:justify;
	text-decoration:none;
}
.e404_txt a:hover {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#e3862d;
	text-align:justify;
	text-decoration:none;
}
.e404_txt a:active {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#1f1f1f;
	text-align:justify;
	text-decoration:none;
}