/* Haupt-CSS-Datei Abtei Koenigsmuenster Meschede
Version 2, 8.9.2004 RSK
Original 2003 von Thorsten Kaltenborn
Copyright 2003/04 Abtei Koenigsmuenster Meschede 
Farben: Dunkelblauer Hintergrund Hauptmen: black statt #1F3F84
            Hellblaue Linien im Hauptmen:  #6A71A8
            Hellblaues aktives Hauptmen:   #6279A9
            Hellblauer Hintergrund Submen=Text Hauptmen: #9196C1
*/

/* 1. Hauptmen: #Mainmenu, .hmenuXXX, .logo */

#Mainmenu {
	position:absolute; 
	left:0px; top:0px; 
	width:140px; 
	min-height:488px;  /* neu RSK */
	z-index:10; 
	visibility: inherit; 
	background-color: black;
	border: 1px none black;
}

#Mainmenu[id] {
	position:fixed; 
}

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 {
	display: block;
	border-top: 1px solid #1F3F84;
	border-left: 1px none #1F3F84;
	border-right: 1px none #1F3F84;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 9px 10px;
	height: 49px;
	line-height: 1.6em;
	color: white;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	cursor:pointer;
}

span.hmenu1[class], span.hmenu1akt[class], span.hmenu2[class], span.hmenu2akt[class], span.hmenu3[class], span.hmenu3akt[class], span.hmenu4[class], span.hmenu4akt[class], span.hmenu5[class], span.hmenu5akt[class], span.hmenu6[class], span.hmenu6akt[class], span.hmenu7[class], span.hmenu7akt[class], span.hmenu8[class], span.hmenu8akt[class] {
	padding: 5px 0px 6px 10px;
}
span.hmenu1akt, span.hmenu2akt, span.hmenu3akt, span.hmenu4akt, span.hmenu5akt, span.hmenu6akt, span.hmenu7akt, span.hmenu8akt {
	color: white;
	background-color: #1F3F84;
}

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 {
	border-bottom: 1px none #1F3F84;
	background-image: none;
}

span.hmenu8, span.hmenu8akt {
	border-bottom: 1px solid #1F3F84;
	background-image: none;

}

span.hmenutext {
	display: block;
	cursor: pointer;
	visibility: visible;
}

.logo {
	background-image:url("akm-logokon.gif"); 
	background-repeat:no-repeat;
	display: block;
	margin:8px 0px 0px 2px;
	padding-top:0px;
	border-bottom: 1px none #1F3F84;
	border-left: 1px none #1F3F84;
	border-right: 1px none #1F3F84; 
	border-top: 1px none #1F3F84; 
}
.logotext {
	visibility: hidden;
	text-decoration: none;
}
.verborgen {
	visibility: hidden;
	margin: 0px 0px -18px 0px;
	height: 0px;
	display: block;
}
.verborgen[class] {
	margin: 0px 0px 0px 0px;
}

/* 2. Submenu: Submenue, subXXX, SubMenu, AktMenu */

#Submenue {
	/* top wird im jeweiligen Menue definiert */
	position:absolute; 
	left:140px; 
	width:153px; 
	z-index:13; 
	padding-top:2px;
	padding-left:5px; /*RSK statt 4px */
	background-color:black;
	border-left:0px solid white;/*RSK statt 1px, nicht weglassen wg. NN4.7!*/
	border-right:1px solid #1F3F84;
	border-top:1px solid #1F3F84;
	border-bottom:1px solid #1F3F84;
}
#Submenue[id] {
	width:147px;
	position:fixed; 
}

.subAktuelles {  
	height:271px; /* Vier H�eneinheiten */
	top:-1px; 
}
.subGottesdienst { 
	height:271px; /* Vier H�eneinheiten */
	top:66px; 
}
.subGaeste { 
	height:203px; /* Drei H�eneinheiten */
	top:133px; 
}
.subBildung {  
	height:136px; /* Zwei H�eneinheiten */
	top:201px; 
}
.subKultur {  
	height:135px; /* Zwei H�eneinheiten */
	top:269px; 
}
.subWerkstaetten { 
	height:269px; /* Vier H�eneinheiten */
	top:269px;  /* Wie SubKultur */
}
.subLaden { 
	height:135px; /* Eine H�eneinheit */
	top:402px;
}
.subSuche { 
	height:136px; /* Zwei H�eneinheiten */
	top:469px;
}
.subAktuelles[class] {
	height: 141px;
	min-height: 181px; 
}
.subGottesdienst[class] {
	top: 60px;
	height: 242px;
	min-height: 181px; 
}
.subGaeste[class] {
	top:121px;
	height:181px; 
	min-height:120px; 
}
.subBildung[class] {
	height:120px; 
	min-height:120px; 
}
.subKultur[class] {
	top:243px;
	height:120px; 
	min-height:120px; 
}
.subWerkstaetten[class] {
	top:304px;
	height: 241px;
	min-height: 241px; 
}
.subLaden[class] {
	top:365px;
	height:120px; 
	min-height:120px; 
}
.subSuche[class] {
	top:426px;
	height:120px; 
	min-height:120px; 
}

A.SubMenu, A.SubMenu:Link, A.SubMenu:Visited, A.SubMenu:Hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1.4em; /* Kaltenborn, scheint die "natrliche" Zeilenh�e bei IE6 zu sein */
	color:white;
	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:1em;
	font-weight:bold;
	line-height:1.4em; /* Kaltenborn, scheint die "natrliche" Zeilenh�e bei IE6 zu sein */
	color:white; 
	text-decoration:none;
	margin-left:0px; 
	display: block;
}

A.SubMenu[class],A.AktMenu[class] {
	line-height:1.2em; 
}

/* 3. Bereichmen, soweit allgemeingltig */

.punkt {  /* Fr den Punkt, der das aktive Bereichmen markiert */
	margin-left:6px;
	margin-right:5px;
	margin-bottom:2px;
	border-width:0px;
}

/* 4. Body */
/* Left und Top sind gr�er als in main2.css  Left 291 statt 251, Top 75 statt 56 */
#Inhalt {
	position:absolute; 
	left:304px;  
	top:75px; 
	width:500px; 
	font-size:1em; 
	line-height:1.2em; 
	padding: 0px; 
	z-index:5; 
}

#Inhalt.dreispaltig { width:360px; }
#Inhalt.vierspaltig { width:480px; }

#InhaltSpalte1 { /* Fr das Datum der Kurse in Oase und HdS */
	position:absolute; 
	left:304px; 
	top:75px;
	width:110px;
	font-size:1em;
	font-weight: bold;
	padding: 0px; 
	line-height:1.2em;
	z-index:5;
}

#InhaltSpalte2 { /* Bei Seminaren in Oase / HdS: Die Textspalte ist eingerckt */
	position:absolute; 
	left:411px; 
	top:75px; 
	width:240px; 
	font-size:1em; 
	line-height:1.2em; 
	padding: 0px; 
	z-index:5; 
}
#InhaltSpalte3 { /* Fr die Referenten in HdS und OA */
	position:absolute; 
	left:613px; 
	top:75px; 
	width:240px; 
	font-size:1em; 
	line-height:1.2em; 
	padding: 0px; 
	z-index:5; 
}

html, body {
	height:100%;
}

body {
	background-image:url("backgroundkon.gif"); 
	background-repeat:repeat-y;
	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 {
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
}
h1,h2 {
	font-size:1em;
}
/* 5. Listen */
/* 6. Tabellen */

td,table { /* table wird von IE ben�igt, um die Schriftgr�e aus dem bergeordneten DIV zu bernehmen */
	font-size: 1em;
}

table.seminare { /* Fr das Gesamtprogramm HdS und Oase */
	font-size:1em;
	width: 480px;
}

td.datum, th.datum {
	font-size:1em;
	width: 110px;
	padding-right: 10px;
	height: 1.5em;
}
a.seminar {
	text-decoration: none;
	font-weight: bold;
}

a.datum {
	text-decoration: none;
}

/* 7. Eingabefelder */

textarea {
	height: 60px;
	font-size: 1em;
}
input.button {
	width: 90px;
	height: 20px;
}
input.radio,input.check {
	border: none;
	width: 14px;
	width: 14px;
}

/* 8. Klassen fr Text */

.monospaced { font-family:Courier New,Courier; }
.rechts { text-align:right; }
.mitte { text-align:center; }
.block { text-align:justify; }

/* 9. Klassen fr Bilder */

.Bild { /* Bild rechts vom Text. Sowohl der umgebende p-Tag als auch der img-Tag erhalten diese Klasse */
	float:right;
	margin-left:15px;
	text-align:right;
}
.Bildli { /* Bild links vom Text */
	float:left;
	margin-right:15px;
}
.randlos {  /* Fr Buttons etc. */
	border-width:0px;
}
.impression { /* Fr ein p-Tag, das das Bild und den begleitenden Text dazu enth�t */
	position: absolute;
	left: 0px; top: 60px; 
}
.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;
}
.Bild50 { /* Wird derzeit nur bei laden/team.shtml verwendet */
	position:absolute;
	left:50px;
}
.Bild200 { 
	position:absolute;
	left:200px;
}
.Bild250 { /* Wird derzeit nur bei webpreise.shtml verwendet */
	position:absolute;
	left:250px;
}
.Bild350 { 
	position:absolute;
	left:350px;
}
.Bildtext { /* Fr ein p-Tag, das nur die �erschrift fr ein Bild enth�t */
	position: absolute;
	left: 120px; top: 0px;
}

/* 10. E-Mail */

.emailbild {
	vertical-align:text-top;
}

/* 11. Ausdruck */

@media print {
	#Mainmenu, #Submenue { display:none; }
/* Fr den Druck darf der Inhalt natrlich mehr Raum einnehmen */
	#Inhalt {
		position:static;
		left:auto;
		top:auto;
		width:auto;
		height:auto;
	}
}

