﻿
#body {
	background-color: #cccccc;
}

#artikel {
	width: 550px;
	line-height: 1.5;
	margin-top: 20px;
	margin-left: 30px;
}

	#artikel p {
		
		font-size: 13px;
		
	}

	#artikel h1 {
		
		color: #c1611c;
		font-family: Verdana;
		font-weight: bold;
		font-size: 16px !important;
	}
	#artikel h2 {
		color: #c1611c;
		font-family: Verdana;
		font-weight: bold;
		font-size: 14px !important;
	}


#link_zum_bestandstool {
	margin-top: 80px;
	margin-left: 50px;
	background-color: #f0c14b;
	background-color: #f5d070;
	width: 450px;
	height: 50px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	display: flex;
	justify-content: center; /* horizontal zentriert */
	align-items: center; /* vertikal zentriert */
}

a:hover {
	color: black; /* Farbe bei Mouseover */
	font-weight: bold;
}
/*------------------- Formatierung individueller Elemente  -----------------*/






