/* CSS Document */
body{
	background-image: url(../images/background.gif);
}
.main{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2.5%;
	margin-bottom: auto;
	padding-bottom: auto;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: large;
}
.head{
/*	position: static;
	float: none;*/
	font-family: 'UnifrakturCook', cursive;
}
.nav{
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background-color: #FFFFFF;
}
.navbar-right{
	padding-top: 2px;
	margin-left:2%;
	padding-right:20px;
}
.sticky{
	width:90%;
	position: fixed;
	z-index: 1;
	top: 0px;
}
.content{
}
.footer{
	margin-bottom: 0%;
	text-align: center;
	text-decoration: underline;
	font-size: small;
	position: relative;
	clear: both;
	padding-top: 2.5%;
}
.carousel{
	/*Größe wird individuell fesgelegt!*/
	/*width: 600px;
	height: 400px;*/
	margin: auto;
	position: fixed;
}