body
{
	margin:0px;
	background:#DDD;
	font-family:Arial,sans-serif;
}

h1
{
	margin-top:0px;
	margin-bottom:20px;
}

h2
{
	margin-top:50px;
	margin-bottom:10px;
}

a
{
	color:#55D;
	text-decoration:none;
	transition: color 0.2s;
}

a:hover
{
	color:#FFA000;
	transition: color 0.2s;
}

p
{
	margin-bottom:20px;
}

#page
{
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
	border-radius:5px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:20px;
	max-width:942px;
	min-height:10px;
}

#header
{
	background:#FFF;
	border:solid 1px #DDD;
	border-radius:5px;
	padding:20px;
}

#logo
{
	width:120px;
	max-width:100%;
	float:left;
}

#headline
{
	margin-left:20px;
	text-align:center;
	color:#FFA000;
	font-size:4.2em;
	text-shadow:0 0 0.1em #FFA000;
	display:block;
	float:left;
}

#menu
{
	margin-top:30px;
}

.menu_button
{
	display:none;
	float:right;
}

.menu_entry
{
	color:#FFA000;
	font-size:1.1em;
	display:block;
	float:left;
	width:auto;
	margin-right:20px;
	padding:8px;
	font-weight:bold;
}

.menu_entry:hover
{
	background-color:#FFA000;
	color:#FFF;
	border-radius:5px;
	/*transition: background 0.3s, color 0.3s;*/
}

#content
{
	background:#FFF;
	border:solid 1px #DDD;
	border-radius:5px;
	margin-top:20px;
	padding:20px;
	min-height:300px;
	color:#333;
	font-size:0.9em;
}

#footer
{
	background:#FFF;
	border:solid 1px #DDD;
	border-radius:5px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFA000;
	font-weight:bold;
}

#footer a
{
	color:#FFA000;
}

.table_standard 
{
	border-spacing:0px;
	border:solid 1px #888;
	border-radius:3px;
}

.table_standard th
{
	padding:5px;
	border:solid 1px #888;
	text-align:left;
}

.table_standard td
{
	padding:5px;
	border:solid 1px #888;
}

.image_scalable
{
	max-width:100%;
	border-radius:5px;
}

.gallery img
{
	width:216px;
	margin-right:4px;
	border:solid 2px #FFF;
	border-radius:5px;
	transition:border 0.3s;
}

.gallery img:hover
{
	border:solid  2px #FFA000;
	transition:border 0.3s;
}

.news
{
	padding:10px;
	border:solid 1px #888;
	border-radius:5px;
	max-width:400px;
	float:left;
	height:300px;
	margin-right:12px;
	margin-left:12px;
	margin-bottom:24px;
}

.news_headline
{
	font-weight:bold;
	font-size:1.2em;
}

.news_image
{
	width:40%;
	float:right;
}

.news_date
{
	font-size:0.8em;
}

.button
{
	width:auto;
	padding:10px;
	background-color:#FFA000;
	border-radius:5px;
	color:#333;
	transition: background-color 0.3s;
}

.button:hover
{
	background-color:#FFD033;
	color:#000;
	transition: background-color 0.3s;
}

.download
{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.embedded_video
{
	max-width:420px;
	float:left;
	height:315px;
	margin:10px;
}

/* Lightbox: Runde Ecken für das Bild */
.lb-image
{
	border-radius:5px;
}