body
{
	margin: 0;
	font-family: 'Freckle Face', sans-serif;
	font-size: 36px;
	color: white;
	background-color: #333;
  background: url(images/css/bg-abseits-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1
{
	font-size: 36px;
	color: #D47F1D;
	margin-top: 0;
}

a
{
	color: white;
	text-decoration: none;
}
a:hover, a#current { text-decoration: underline; color: #17d4c9; }

#head, #box-links, #box-rechts, #box-full {
	background-color: rgba(0,0,0,0.7);
}

#box-links, #box-rechts, #box-full {
	margin-bottom: 80px;
}

#head, #footer {
	width: 100%;
	padding: 16px 0;
}

#box-links, #box-rechts, #box-full {
	padding: 16px 40px;
}

ul.navi, ul.navi li { margin: 0; padding: 0; }
ul.navi { list-style: none; }
ul.navi li {  display: inline; padding: 0 40px; }
ul.navi li  a
{
	font-size: 36px;
	font-weight: bold;
	color: white;
	white-space: nowrap;
}


#box-links
{
	max-width: 430px;
	margin-top: 40px;
	min-height: 350px;
	float: left;
}

#box-rechts
{
	margin-top: 40px;
	margin-right: 8%;
	min-height: 350px;
	float: right;
	font-size: 24px;
}

#box-slideshow
{
	margin-top: 40px;
	margin-right: 1%;
	float: right;
	font-size: 24px;
	height: auto;
}

#box-slideshow img
{
	max-width: 100%;
	height: auto;
}

/*#box-slideshow { width: 480px; margin-right: 0; }*/

#box-full
{
	width: 70%;
	margin: 40px auto 80px auto;
	min-height: 350px;
}

/* Veranstaltungsliste */
dt
{
	float: left;
	font-weight: bold;
}

dd
{
	padding-bottom: 14px;
	padding-left: 90px;
}

#footer { position: fixed; bottom: 0; text-align: right;
	background-color: rgba(0,0,0,0.5); z-index: 10000;}

#footer p, #footer a { font-size: 20px; }

