/* ##### Common Styles ##### */

* { margin: 0; padding: 0; border: 0px none; }

body {
	background: url("../images/body-bg.gif") top right repeat-x;
	font-family: georgia, verdana, helvetica, arial, sans-serif;
	font-size: 95%;
	margin: 0;
	width: 100%;
	padding: 0;
}

body {
	color: black;
	background-color: #eef3fc;
}

.nichtAnzeigen {display: none;}



/* ##### Container ##### */

#Container {
	position:relative;
	margin: 25px auto 50px auto;
	padding-top: 8px;
	max-width: 760px;
	width: 90%;
	background-color: white;
	border: 2px solid #999999;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.4) 0px 0px 24px; border-radius: 8px;
} 

#Container:after {
	content: "clear";
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
	font-size:0;
}



/* ##### Titel ##### */


#titelleiste {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 1em 0;
	padding: 0;
	background-color: transparent;
	font-family: 'cinzelregular';
	font-weight: normal;
	font-style: normal;
}

#titelleiste h1 {
	font-weight: normal;
	font-style: normal;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

#titelleiste h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

#titelleiste img {
	max-width: 100%;
}


/* ##### Sprachauswahl ##### */


#sprache {
	position: absolute;
	top: -52px;
	right: 30px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#sprache ul {
	list-style-type: none;
}

#sprache li {
	background:url(../images/tabs.png) no-repeat 0 -40px;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	position:relative;
}

#sprache li a, #sprache li span {
	background: url(../images/tabs.png) no-repeat 100% -40px;
	position: relative;
	display: block;
	border: none;
	padding: 2px 8px 2px 0px;
	margin-left: 2px;
	right: -6px;
}

#sprache li.active {
	background: url(../images/tabs.png) no-repeat left top;
}

#sprache li.active span {
	padding: 2px 8px 4px 0px;
	background: url(../images/tabs.png) no-repeat right top;
}

#sprache a {
	color: #662222;
	background-color: transparent;
	text-decoration: none;}
#sprache a:hover {text-decoration: underline;}
#sprache span {color: #555555;}


/* ##### Menü ##### */

#Menue {
	float: left;
	width: 8em;
	font-size: 100%;
	text-align: left;
	margin: 2em 0 0 2em;
	padding: 0;
}

#Menue ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Menue ul ul {
	margin: 1em 0 0 0;
}

#Menue a, #Menue li.aktuell, #Menue li.nichtwaehlbar {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em 1.5em 0.5em 20px;
	color: #000000 /*#064664*/;
	background-color: transparent;
}

#Menue ul ul a,
#Menue li li.aktuell {
	font-size: 100%;
	padding: 0.2em 0 0.2em 20px;
	margin: 0 0 0 0.5em;
}
	
#Menue ul ul a:hover {
	background: transparent url("../images/bullet-hover.gif") 0 50% no-repeat;
	color: #662222;
}

#Menue li.aktuell,
#Menue li li.aktuell {
	background: transparent url("../images/bullet-grau.gif") 0 50% no-repeat;
	color: #606060;
}

#Menue li.nichtwaehlbar {
	color: #606060;
	background-color: transparent;
}

#Menue a:hover {
	background: transparent url("../images/bullet-hover.gif") 0 50% no-repeat;
	color: #662222;
}


/* ##### Landingpage – Sprachauswahl ##### */

#front {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	padding: 0 0 50px 0;
	margin: 0;
}

.langselect {
	display: inline-block;
	position: relative;
	width: 8em;
	height: auto;
	margin: 30px 5px;
	text-align: center;

}

/* ##### Inhalt ##### */

#Inhalt {
	width: auto;
	max-width: 50em;
	text-align: left;
	line-height: 1.6em;
	padding: 0 4em 1em 4em;
	margin: 0 0 0 10em;
	color: #000000;
	background-color: transparent;
}
	
#Inhalt h2,
#Inhalt h3 {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	color: black;
	background-color: transparent;
}

#Inhalt h2 {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	border-bottom: 1px solid #ddd;
}

#Inhalt h3 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-bottom: 1px solid #ddd;
}

#Inhalt ul {
	padding: 0 0 0 1.5em;
	margin: -1em 0 0 0;
}

ul.mitabstand li {
	margin-bottom: 2em;
}

#Inhalt img {
	float:right;
	margin: 0 0 0.5em 1em;
	padding: 0;
	background-color: transparent;
}

#Inhalt a, #front a {
	color: #880000;
	background-color: transparent;
	text-decoration: none;
}

#Inhalt a:hover {
	text-decoration: underline;
}

#Galerie img {
	float: none;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

#Inhalt em {
	font-weight: bold;
	font-style: normal;
}


/* Responsive */
@media only screen and (max-width: 800px) {
	#Inhalt {
		padding: 0 3em 1em 3em;
	}

}

@media only screen and (max-width: 700px) {
	#Menue {
		margin: 2em 0 0 1em;
	}

	#Inhalt {
		margin: 0 0 0 9em;
	}

}

@media only screen and (max-width: 500px) {
	#Inhalt {
		clear: both;
		margin: 0;
	}
}

@media only screen and (max-width: 400px) {
	#Inhalt {
		padding: 0 2em 1em 2em;
	}
}

@media only screen and (max-width: 350px) {
	#Inhalt {
		padding: 0 1em 1em 1em;
	}
}

/* ##### Schnickschnack ##### */

#obererRand {
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-top: 6px;
	background:url("../images/top.gif");
	width:800px;
	height:27px;
}

#untererRand {
	position:relative;
	left:50%;
	margin-left:-400px;
	background:url("../images/bottom.gif");
	width:800px;
	height:27px;
}

#Pfeil {
	height: 20px;
	margin: 60px 0 0 0;
	text-align: center;
}

#Pfeil img {
	clear: left;
	float: none;
	margin: 0;
	padding: 1px;
}

@font-face {
    font-family: 'cinzelregular';
    src: url('fonts/Cinzel-Regular-webfont.eot');
    src: url('fonts/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cinzel-Regular-webfont.woff') format('woff'),
         url('fonts/Cinzel-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

