/*page*/
#heberg{
	height: auto;
	width: 785px;
	background-image: -moz-linear-gradient(360deg, rgba(96, 96, 96, 0.67) 0%, rgba(79, 73, 65, 0.77) 99.4%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, from(rgba(96, 96, 96, 0.67)), color-stop(0.994, rgba(79, 73, 65, 0.77)));
	position: relative;
	top: 90px;
	display: block;
	float: right;
	left: -11px;
	opacity: 1;
}
h1{
	margin-bottom: 0;
	color: #ad8951;
	text-shadow: 0 1px 12px black;
	margin-left: 30px;
	font-size: 26px;
}
#heberg p{
	color: #ffffff;
	text-align: justify;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
article{
	color: #efede8;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
}
article:hover{
	text-shadow: 10px 1px 2px black, 0 10px 10px black, 0 0 10px #000000;
}
article h2{
	font-size: 17px;
	color: #b0e2df;
	margin-left: 40px;
	margin-bottom: -14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-shadow: 0 0 10px #7b0707;
}
article:hover h2{
	font-size: 17px;
	text-shadow: 0 0 10px #fbd582;
}
article a{
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-variant: small-caps;
	font-size: 16px;
	color: #b0e2df;
}
article a:hover{
	font-size: 16px;
	color: #321201;
	font-weight: bold;
	text-shadow: 0 0 10px #d8dabf;
}