		body {

			margin: 0;

			font-family: 'Sansita One',sans-serif;

			font-weight:lighter;

			1text-align: center;

			1background-color: #000000; /* Hintergrundfarbe für die Seite, vom User wählbar */

			background-image:url('../Beskidy/images/bulletinboard_background.jpg');

			background-size:cover;

			background-position: center top;

			background-attachment:fixed;

			1color: #000000; /* Schriftfarbe, vom User wählbar */

			padding-bottom: 10px;
			
		}

		h2 {

			font-size: 40px;

			line-height: 1.3em;

			margin: 5px 0 5px 0;

		}

		h3 {

			font-size: 25px;

			margin: 0 0 40px 0;

		}

		h4 {

			display:inline-block;

			font-size:40px;

			margin:20px 0;

			padding:10px 20px;

		}



		#navigation a {

			position:relative;

			display:inline-block;

			background-color:rgba(255,255,255,0.7);

			text-decoration:none;

			color:black;

			padding:5px 5px;

			margin:0 2px;

			transition:all 0.3s;

			box-shadow:0px 2px 3px #b08868;

		}

			#navigation a:hover {

				background-color:#96db6a;

			}

		#navigation #back {

		}

		#navigation #index {

		}

		#navigation #forward {

		}

		

			

		#bigimage {

			border:5px solid rgba(255,255,255,0.7);

			margin:5px auto;

			1max-width:90%;

		}



		#copyright {

			position:fixed;

			bottom:0;

			display: block;

			width:100%;

			background-color:#ffffff;

			font-size:16px;

			font-weight:400;

			padding: 14px 0 14px 0;

			color: #2988cb;

			text-decoration:none;

		}

			#copyright a {

				display: inline-block;

			}