@font-face {
	font-family: 'Itim';
	src: url('Itim-Regular.ttf') format('truetype');
}

/*uncomment for Debugging:
@import url("debug_style.css");*/

body {
	font-family: 'Open Sans', sans-serif;
	background-repeat: repeat-x;
	color: #333;
	min-width: 280px;
}

a,
a:VISITED {
	color: #ce6e1e;
}

a img {
	border: 0px;
}

img {
	max-width: 100%;
}

h1 {
	font-family: 'Itim';
	font-size: 1.5em;
	text-align: left;
	color: #ce6e1e;
}

h2 {
	font-family: 'Itim';
	font-size: 1.1em;
	text-align: left;
	color: #ce6e1e;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #777;
	margin-top: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-top: 8px;
}

.aufzaehlung {
	list-style-type: circle;
	/*padding-left:370px;*/
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.indented {
	padding-left: 30px;
}

.allContent {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	padding: 10px;
	min-height: 420px;
	background-color: #FFF;
}

.content {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: justify;
	min-height: 420px;
}

.homeLink {
	background-color: #e6a949;
}


.top {
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	padding-bottom: 10px;
	color: #FFF;
}

.topMenu a {
	display: inline-block;
	font-size: 1.3em;
	font-family: 'Itim';
	color: #FFF;
	margin: 0 10px 10px 0;
	padding: 0 6px 1px 6px;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6);
	white-space: nowrap;
	text-shadow: 1px 1px 2px rgba(60, 60, 60, 0.5);
}

.topMenu a:hover {
	box-shadow: 1px 1px 3px rgba(40, 40, 40, 0.9);
}

.topMenu a img {
	height: 1.05em;
	margin: 0;
	padding: 0;
	vertical-align: sub;
}

#kroete {
	max-width: 15%;
	float: right;
}

#mainLogo {
	vertical-align: baseline;
	max-width: 40%;
}

.impressum {
	padding-left: 20px;
}

.centerCells td,
.centerCells td h2 {
	text-align: center;
}

.centerText {
	text-align: center;
}

.fRight {
	float: right;
	padding-left: 20px;
}

.fLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 1em;
}

.clear_both {
	clear: both;
}

.back_container {
	width: 99%;
	text-align: right;
}

.back_link {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	border: 1px outset #000;
	color: #FFF;
	background-color: #ce6e1e;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
}

.top_link {
	font-size: 0.8em;
	text-decoration: none;
	float: right;
}

.eingerueckt img {
	padding: 0 20px 0 20px;
}

.ende {
	color: #963;
	margin: auto;
	margin-top: 3px;
	font-size: 0.6em;
	width: 90%;
}

.hint {
	font-size: 0.6em;
}

.imgGal {
	margin: 5px;
	max-width: 30%;
}

.yTube_wrapper {
	width: 100%;
	max-width: 640px;
	margin: auto;
}

.yTube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.yTube iframe,
.yTube object,
.yTube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}