/* DATEI: juettner.css */

/******[ Allgemeines ]******/

* {
  font-family: Arial, sans-serif;
  font-size: 11pt; 
  line-height: 140%;
  color: black;
}

/******[ Fließtexte ]******/

h1 {
  font-size: 1.8em;
  color: navy;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0.8em 0 0.2em; /* oben rechts/links unten */
}
h2 {
  font-size: 1.4em;
  margin: 0.7em 0 0.2em; /* oben rechts/links unten */
}
h3 {
  font-size: 1.2em;
  margin: 0.6em 0 0.1em; /* oben rechts/links unten */
}
h4 {
  font-size: 1em;
  margin: 0.5em 0 0.1em; /* oben rechts/links unten */
}

p {
  font-size: 1em;
  margin: 0.4em 0; /* oben/unten rechts/links */
}

/******[ Dokumentenstruktur ]******/

/****** "body" ******/

body {
  background-color: white;
  background-image: url("../Images/IMG_0684.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: black; 
  font-size: 100.01%;
  margin: 42px 0 0em; /* oben rechts/links unten */
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  overflow: scroll; 
  padding: 1em;
  text-align: center; /* Zentrierung im Internet Explorer */
}

/****** "header" (Kopf mit Verweisen oberhalb des Rahmens) ******/

div.header { 
  /* background: white; Hintergrund wie BODY */
  color: gray; /* Farbe wie Rahmen */ 
  font-variant: small-caps;
  margin: 0 auto; /* standardkonforme horizontale Zentrierung */
  padding: 0;
  text-align: right; /* Seiteninhalt rechts ausrichten */
  width: 1024px;
}
span.header {
  color: silver; /* Farbe wie Rahmen */ 
  font-variant: small-caps;
  padding: 0 0 0 12px; /* oben rechts unten links */
}
a.header:link {
  color: silver;
  font-style: normal; 
  text-decoration: none;
}
a.header:visited {
  color: silver;
  font-style: normal; 
  text-decoration: none;
}
a.header:active {
  color: silver;
  font-style: normal; 
  text-decoration: none;
}
a.header:focus {
  background-color: #D0E0F0;
  color: black;
  font-style: normal; 
  text-decoration: none;
}
a.header:hover {
  background-color: #D0E0F0;
  color: black;
  font-style: normal; 
  text-decoration: none;
}

/****** "frame" (Rahmen um alles) ******/

div.frame { 
  background: white; /* gleiche Farbe wie body */
  border: 2px solid silver;  
  margin: 0 auto; /* standardkonforme horizontale Zentrierung */
  padding: 0;
  text-align: left; /* Seiteninhalt links ausrichten */
  width: 1024px;
}

/****** "page" (Eigentlicher Seiten-Bereich) ******/

div.page {
  background: silver;
  margin: 0 auto; /* standardkonforme horizontale Zentrierung */
  padding: 0;
  text-align: left; /* Seiteninhalt wieder links ausrichten */
  width: 980px;
}

/******[ Inhalt ]******/

div.content {
  background: lemonchiffon;
/*  background: #F0F0F0;*/
  margin: 0 0 0 220px; /* oben rechts unten links */
  padding: 12px; /* oben/unten rechts/links */
/*  padding: 0 10px; /* oben/unten rechts/links */
}

* html div.content {  /* nur fuer Internet Explorer zur Umgehung des Box-Modell-Fehlers */
  background: #F0F0F0;
  margin: 0 0 0 220px; /* oben rechts unten links */
  padding: 0 10px; /* oben/unten rechts/links */
	width: 100%; /* Version 5.x */
	w\idth: 100%; /* Version 6 */
}

div.separator {
	margin: 20px 0px 20px 0px; /* oben rechts unten links */
	width: 100%; 
}

/******[ Inhalt 2-spaltig ]******/

div.content_left {
  background: #F0F0F0;
  margin: 0; 
  width: 160px;
}
div.content_right {
  background: #F0F0F0;
  margin: 0 0 0 160px; /* oben rechts unten links */
  position: absolute;
  width: 360px;
}


















/* p.header {
  color: navy;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0;
  padding: 0.8em 0 0.2em; /* oben rechts/links unten */
} */
p.address {
  font-size: 0.8em;
  font-style: italic;
  margin: 0; 
  padding: 0.1em;
}
p.footer {
  clear: both;
  font-size: 0.8em;
  margin: 0; 
  padding: 0.1em;
  text-align: left; 
  background-color: #FED;
  border-top: 1px solid silver; 
}
p.image_description {
  font-size: 0.8em;
  font-style: italic;
  text-indent: 0em;
  margin: 0em 0em 1em 0em; /* oben rechts unten links */
  width: 192px;
}

span#title {
  font-style: oblique;
  font-variant: small-caps;
}
span#italic {
  font-style: italic;
}
span#underline {
  text-decoration: underline;
}
span#bold {
  font-weight: bold;
}



/******[ Menu ]******/

a.content:link {
  text-decoration: none;
}
a.content:visited {
  text-decoration: none;
}
a.content:focus {
  background-color: #F0F0F0;
  text-decoration: none;
}
a.content:hover {
  background-color: #F0F0F0;
  text-decoration: none;
}
a.content:active {
  font-style: normal; 
  text-decoration: none;
}

img.content {
  border-width: 0pt; 
}


/******[ Galerie-Box ]******/

div.gallery {
	background: cornsilk top right no-repeat;
	border: 3px inset slateblue;
	margin: 0px 0px 50px 0px; /* oben rechts unten links */
	padding: 15px 20px 15px 20px; /* oben rechts unten links */
	width: 670px;
}

* html div.gallery {  /* nur fuer Internet Explorer zur Umgehung des Box-Modell-Fehlers */
	background: cornsilk top right no-repeat;
	border: 3px inset slateblue;
	margin: 0px 0px 50px 0px; /* oben rechts unten links */
	padding: 15px 20px 15px 20px; /* oben rechts unten links */
	width: 100%; /* Version 5.x */
	w\idth: 100%; /* Version 6 */
}

/******[ Links ]******/

a:link {
  color: mediumblue;
  text-decoration: underline; 
}
a:visited { 
  color: mediumblue;
  text-decoration: underline; 
}
a:focus {
  background-color: antiquewhite;
  color: mediumblue;
  text-decoration: underline; 
}
a:hover {
  background-color: antiquewhite;
  color: mediumblue;
  text-decoration: underline; 
}
a:active { 
  color: mediumblue;
  font-style: italic; 
  text-decoration: underline; 
}

/******[ Tabellen ]******/

table.normal {
	border-collapse: collapse;
	border: 3px solid black;
}

table.normal th {
	background-color: #e6e6fa;
	border-right: 1px dotted black;
	border-bottom: 2px solid black;
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

table.normal td {
	border-right: 1px dotted black;
	padding: 4px;
}

table.normal em.subtitle {
	font-weight: normal;
}
