/* GENERAL ----------------------------------------------------- */

.Literaturverzeichnis {
  text-indent: -3em;

}


* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 17px 30px;
	padding: 0;
	font-size: 100.01%;
	line-height: 130%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #fff;
	color: #174B64;
}

/* GLOBALE DEFINITIONEN ---------------------------------------- */

/* ------------------------- KLASSEN --------------------------- */

.Linksbündig {
	text-align: left;
}

.Zentriert {
	text-align: center;
}

.Rechtsbündig {
	text-align: right;
}

.Unterstrichen {
	text-decoration: underline;
}

.Durchgestrichen {
	text-decoration: line-through;
}

.none {
	display: none;
}

.fontnormal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.ohneabstand {
	padding: 0;
	margin: 0;
}



.abstand {
	margin: 5px 5px 5px 10px;
}

hr {
	border: none;
	height: 1px;
	background: #174B64;
}


/* --------------------- HTML DEFINITIONEN --------------------- */

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* ------------------------- HEADNLINES ------------------------ */

h1 {
	display: none;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 35px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #174B64;
    position: relative;
}

h2 span.untertitel {
  position: absolute;
  top: 20px;
  font-style: italic;
  font-size: 75%;
  left: 0;
}

h2 span.autor {
  position: absolute;
  top: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 65%;
  right: 15px;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	margin: 55px 0 0px 0;
	padding: 0;
	width: 80%;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #174B64;
	width: 90%;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 10px 0;
	padding: 0;
}

#menue h2 {
	margin: 7px 0;
	padding: 5px 0;
	font-size: 140%;
	font-weight: bold;
	color: #174B64;
	background-color: #fff;
	border-bottom: none;
}

/* BEHIN WEBSITE ----------------------------------------------- */



/* INHALT ------------------------------------------------------ */

#aussen {
  width: 850px;
   	margin: 0 auto 0 auto;
}

#inhalt {
	width: 50em;
   	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 70%;
	line-height: 125%;
	color: #174B64;
	background-color: #ffffff;
    position: relative;

}

#inhalt p {
	margin: 0;
	padding: 10px 0 0 3em;
    text-align: justify;
}

#inhalt p.zurueck {
  padding: 10px 0 0 0;
}


#inhalt img {
	margin: 0 5px 0 3em;
}

#inhalt #navigation {

}


#inhalt ul.glossar {
	list-style-type: none;
	margin: 15px auto 0 auto;
	padding: 0 0 40px 0;

}

#inhalt ul.glossar li a:link, #inhalt ul.glossar li a:visited, #inhalt ul.glossar li span {
	display: block;
	padding: 5px 5px;
}

#inhalt ul.glossar li {
	float: left;
}


#inhalt dl {
	margin: 5px 0 5px 25px;
}

#inhalt dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#inhalt dd {
	margin: 0 0 5px 45px;
}

#inhalt a:link, #inhalt a:visited {
	color: #bf7900;
	background-color: #fff;
	text-decoration: underline;
}

#inhalt a:active,
#inhalt a:link:hover,
#inhalt a:active,
#inhalt a:visited:hover,
#inhalt a:hover:active,
#inhalt a:focus,
#inhalt a:hover {
	text-decoration: underline;
	background-color: #bf7900;
	color: #fff;
}

#inhalt ol, #inhalt ul {
	margin: 5px 0 5px 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 2px;
}


#inhalt #cover {
  float: right;
  border: 1px solid  #174B64;
  padding: 3px;
  margin: 0 5px 0 15px;
}

#inhalt .kaufen {
  float: left;
  padding: 3px;
  margin: 0 5px 0 15px;
}


.hidden {
  position: absolute;
  left: -500000px;
}


#navigation1 {
  position: absolute;
  width: 175px;
  left: -210px;
  top:  70px;
  margin-left: 10px;

}

#navigation1 ul {
      list-style: none;

}




#inhalt #navigation1 li a {
  display: block;
  width: 100%;
  color: white;
  background-color: #bf7900;
  font-size: 120%;
  padding: 3px;
  padding-left: 6px;
  text-decoration: none;
  border: 1px solid #bf7900;
    font-weight: bold;
}

#inhalt #navigation1 li a:hover, #inhalt #navigation1 li a.active {
  color: #bf7900;
  background-color: white;

    border: 1px solid #bf7900;
}


#inhalt p.teaser {
  font-weight: normal;
  margin: 10px;
}

#inhalt p.zentriert {
  text-align: center;
}


a img {
  border: 1px solid white;
}

a:hover img {
  border: 1px solid #bf7900;
}


