/* Haupt-CSS-Datei "Einige gotische Kathedralen"
   ursprünglich für Abtei Koenigsmünster Meschede
   Version 1.0 2003 von Thorsten Kaltenborn
   Copyright 2003-2012 Br.Robert Sandrock OSB 
   Farben:  Dunkelblauer Hintergrund Hauptmenü: #1F3F84
            Hellblaue Linien im Hauptmenü:      #6A71A8
            Hellblaues aktives Hauptmenü:       #6279A9
            Hellblauer Hintergrund Submenü, Text Hauptmenü: #9196C1
            Grau im Bereichmenü: #58585a
            Grau im Submenü:     #cccccc
            Alternative für Grau im aktiven Hauptmenü: #4e4e4e
*/

/* 1. Hauptmenü: #Mainmenu, .hmenuXXX, .logo */

#Mainmenu {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:120px; 
	min-height:488px;  
	z-index:10; 
	visibility: inherit; 
	background-color: black;
	border: 1px none black;
}

span.hmenu1, span.hmenu1akt, span.hmenu2, span.hmenu2akt, span.hmenu3, span.hmenu3akt, span.hmenu4, span.hmenu4akt, span.hmenu5, span.hmenu5akt, span.hmenu6, span.hmenu6akt, span.hmenu7, span.hmenu7akt, span.hmenu8, span.hmenu8akt, span.hmenu9, span.hmenu9akt {
	display: block;
	border-top: 1px solid #222222;
	border-left: 1px none #222222;
	border-right: 1px none #222222;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 6px 10px;
	height: 39px;
	line-height: 1.6em;
	color: #cccccc;
	font-weight: bold;
	font-size: 0.75em;
	cursor:pointer;
}

span.hmenu1akt, span.hmenu2akt, span.hmenu3akt, span.hmenu4akt, span.hmenu5akt, span.hmenu6akt, span.hmenu7akt, span.hmenu8akt, span.hmenu9akt {
	color: white;
	background-color: #444444;
}

span.hmenu1, span.hmenu1akt, span.hmenu2, span.hmenu2akt, span.hmenu3, span.hmenu3akt, span.hmenu4, span.hmenu4akt,
span.hmenu5, span.hmenu5akt, span.hmenu6, span.hmenu6akt, span.hmenu7, span.hmenu7akt, span.hmenu8, span.hmenu8akt {
	border-bottom: 1px none #222222;
}

span.hmenu9, span.hmenu9akt {
	border-bottom: 1px solid #222222;
}

a.hmenutext {
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.logo {
	background-image:url("akm-logo.gif"); 
	background-repeat:no-repeat;
	display: block;
	margin-top:8px;
	padding-top:0px;
	border-bottom: 1px none #222222;
	border-left: 1px none #222222;
	border-right: 1px none #222222; 
	border-top: 1px none #222222; 
}
.obereslogo {
	display: block;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
	padding-top:0px;
	border-bottom: 1px none #222222;
	border-left: 1px none #222222;
	border-right: 1px none #222222; 
	border-top: 1px none #222222; 
}
/*logo und logotext sind zwei getrennte Klassen, weil sonst auch das Logo unsichtbar wird. */
.logotext {
	visibility: hidden;
}
.verborgen {
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	height: 0px;
	display: block;
}
h2.verborgen {
	visibility: hidden;
	margin: 0px 0px -58px 0px;
	height: 0px;
	display: block;
}

/* 2. Submenu: Submenue, subXXX, SubMenu, AktMenu */

#Submenue {
	/* top wird im jeweiligen Menü definiert */
	position:absolute; 
	left:120px; 
	width:114px; 
	z-index:13; 
	padding-top:2px;
	padding-left:5px; /*RSK statt 4px */
	background-color:white;
	border-right:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}


.subFruehe {  
	top:149px; 
	height: 150px;
	min-height: 150px; 
}
.subKlassische {  
	top:200px; 
	height: 99px;
	min-height: 99px; 
}
.subNormannische {  
	top:251px; 
	height: 99px;
	min-height: 99px; 
}
.subSuedfrankreich {  
	top:302px; 
	height: 150px;
	min-height: 150px; 
}
.subReich {  
	top:353px; 
	height: 99px;
	min-height: 99px; 
}
.subAspekt { 
	top:404px; 
	height: 99px;
	min-height: 99px; 
}
.subBegriff { 
	top:455px; 
	height: 99px;
	min-height: 99px; 
}
.subImpressum { 
	top:506px; 
	height: 99px;
	min-height: 99px; 
}
.subLinks { 
	top:557px; 
	height:99px; 
	min-height:99px; 
}


A.SubMenu, A.SubMenu:Link, A.SubMenu:Visited, A.SubMenu:Hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:1.2em; 
	color: #cccccc; 
	text-decoration:none;
	margin-left:0px; 
	display: block;
}

A.AktMenu, A.AktMenu:Link, A.AktMenu:Visited, A.AktMenu:Hover{
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:1.2em; 
	color:black; 
	text-decoration:none;
	margin-left:0px; 
	display: block;
}

/* 3. Bereichmenü */

.punkt {  /* Für den Punkt, der das aktive Bereichmenü markiert */
	margin-left:3px;
	margin-right:3px;
	margin-bottom:2px;
	border-width:0px;
}

#BereichmenuBG {
	position:absolute;
	left:240px; 
	top:0px;
	width:100%;
	height:50px;  
	z-index:7;  
	visibility:inherit;
	background-color:#444444; /*#1F3F84;*/
	border-bottom:1px solid #58585a;
}

#Bereichmenu1, #Bereichmenu2, #Bereichmenu3, #Bereichmenu4 {
/* wird 4x gebraucht, da NN keine verschachtelten DIVs mag */
	position:absolute;
	top:0px;
	width:119px;
	height:48px;  
	padding-top:2px;
	visibility:inherit;
	overflow:hidden;
	background-color:black;
	border-right:1px solid #58585a;
	border-bottom:1px solid #58585a;
}
#Bereichmenu1 {
	left:240px;
	z-index:11;
	border-right:1px solid #58585a;
}
#Bereichmenu2 {
	left:360px;
	z-index:12;
	border-right:1px solid #58585a;
}
#Bereichmenu3 {
	left:480px;
	z-index:13;
	border-right:1px solid #58585a;
}
#Bereichmenu4 {
	left:600px;
	z-index:14;
	border-right:1px none #58585a;
}

A.BereichMenu, A.BereichMenu:Link, A.BereichMenu:Visited, A.BereichMenu:Hover {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:1.2em; 
	color:white; 
	text-decoration:none;
	margin-left:0px; 
	padding-left:11px; 
}
A.BereichAktMenu, A.BereichAktMenu:Link, A.BereichAktMenu:Visited, A.BereichAktMenu:Hover {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:1.2em; 
	color:white; 
	text-decoration:none;
	text-indent:-11px; 
	margin-left:11px; 
}

/* 4. Body */

#Inhalt {
	position:absolute; 
	left:251px; 
	top:56px; 
	width:1000px; 
	font-size:0.7em; 
	line-height:1.2em; 
	padding: 0px; 
	z-index:5; 
}

html, body {
	height:100%;
}

body {
	background-image:url("background.gif"); 
	background-repeat:repeat-y;
	background-color:black;  
	margin:0px;
	padding:0px;
}

p,li,h1,h2,h3,h4,h5,h6,td,body {
	font-family:Arial,Helvetica,sans-serif;
	quotes: "\201E" "\201C";
}

p,li,h1,h2,h3,h4,h5,h6,td {
	color:white;  /*#1F3F84;*/
}
p, li {
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
h1,h2 {
	font-size:1em;
}


a:link, a:hover, a:visited {
	color:#9196C1;
}

/* 5.Listen */

ul {
	padding-left: 1em;
	list-style: url("strich_akm.gif") outside; 
	/* leider muss man hier ein Bild nehmen... */
}


/* 8. Klassen für Text */

div.rahmen {
      border:1px solid black;
      padding:0px 5px 2px 5px;
}

.rechts { text-align:right; }
.mitte { text-align:center; }
.block { text-align:justify; }

/* Für die Fortsetzung eines laengeren Textes rechts neben dem Bild (Strassburg, Orleans) */

.fortsetzung {
       position:absolute; 
       top:96px; 
       left:825px; 
       width:200px; 
       height:100px; 
       font-size:0.7em; 
       line-height:1.2em; }

.fortsetzung500 {
       position:absolute; 
       top:40px; 
       left:510px; 
       width:165px;
       text-align:justify; 
}

/* 9. Klassen für Bilder */

.Bild { /* Bild (mit Unterschrift) rechts vom Text. */
	float:right;
	margin-left:15px;
	text-align:right;
}
.Bildli { /* Bild links vom Text */
	float:left;
	margin-right:15px;
}
.randlos {  /* Für Buttons etc. */
	border-width:0px;
}
.impression { /* Für ein p-Tag, das das Bild und den begleitenden Text dazu enthält */
	position: absolute;
	left: 0px; top: 60px; 
}
.impression750 { /* Etwas höher für die Bilder von 750 Pixel Höhe */
	position: absolute;
	left: 0px; top: 50px; 
}
.impressiontief { /* Etwas tiefer gestellt, wenn mehr Text darüber steht */
	position: absolute;
	left: 0px; top: 82px; 
}
.vor {  /* Bei Bilderserien: Klasse nur fr den "Weiter"-Pfeil */
	position: absolute;
	left: 20px; top: 14px; 
	border: none;
}
.zurueck {
	position: absolute;
	left: 0px; top: 14px;
	border: none;
}
.Bildtext { /* Für ein p-Tag, das nur die Überschrift für ein Bild enthält */
	position: absolute;
	left: 120px;
      top: 0px;
      width: 680px;
}
.BildtextTeil1 { /* Für ein p-Tag, das die Überschrift für ein Bild enthält, wo noch Text der Klassen fortsetzung oder fortsetzung700 folgt */
	position: absolute;
	left: 120px;
      top: 0px;
      width: 555px;
      text-align: justify;
}
.BildtextBreit { /* Für ein p-Tag, das nur die Überschrift für ein Bild enthält */
	position: absolute;
	left: 120px;
      top: 0px;
}


img.Bildli { 
	border:1px solid #222222;
}
img.impression {
	border: 1px solid #222222;
}

/* 10. Klassen für E-Mails */

.emailtext {
	cursor:pointer; 
	color: #cccccc; 
	text-decoration:underline; 
}
.emailrechts { 
	color:black;
	text-align:right; 
}
.emaillinks { 
	color:black;
	cursor:pointer; }

/* 11. Ausdruck */

@media print {
	#BereichmenuBG, #Bereichmenu1, #Bereichmenu2, #Bereichmenu3, #Bereichmenu4 	{
		display:none; 
	}
}




@media print {
	#Mainmenu, #Submenue { display:none; }
/* Für den Druck darf der Inhalt natrlich mehr Raum einnehmen */
	#Inhalt {
		position:static;
		left:auto;
		top:auto;
		width:auto;
		height:auto;
	}
}
