/* ka-liber-druck.css: CSS für Printmedien (Ausdruck) */
/* 1. Links [Zeile 12] */
/* 2. Nurtext (Normaler Text) [Zeile 45] */
/* 3. Hervorgehobener Text [Zeile 54] */
/* 4. p-Absatz [Zeile 92] */
/* 5. Form Classes [Zeile 98] */
/* 6. Menü [Zeile 125] */
/* 7. Scrolling Layer [Zeile 201] */
/* 8. Layerdefinitionen [Zeile 212] */
/* 9. Body [Zeile 229] */

/* 1. Links */
A.normal, A.normal:link, A.normal:visited, A.normal:hover, A.normal:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: blue;
 font-size: 14px;
 TEXT-DECORATION: underline;
} /*
A.normal:link {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #C4C4C4;
 font-size: 14px;
 TEXT-DECORATION: none;
}
A.normal:visited {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #C4C4C4;
 font-size: 14px;
 TEXT-DECORATION: none;
}
A.normal:hover {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #FFFFFF;
 font-size: 14px;
 TEXT-DECORATION: underline;
}
A.normal:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #C4C4C4;
 font-size: 14px;
 TEXT-DECORATION: none;
}
*/

/* 2. Normaler Text */
A.nurtext, A.nurtext:link, A.nurtext:visited, A.nurtext:hover, A.nurtext:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #000000;
 font-size: 14px;
 TEXT-DECORATION: none;
}


A.kleinnormal, A.kleinnormal:link, A.kleinnormal:visited, A.kleinnormal:hover, A.kleinnormal:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #000000;
 font-size: 11px;
 TEXT-DECORATION: none;
}

A.klein, A.klein:link, A.klein:visited, A.klein:hover, A.klein:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: blue;
 font-size: 11px;
 TEXT-DECORATION: underline;
}

/* 3. Hervorgehobener Text */
A.fett, A.fett:link, A.fett:visited, A.fett:hover, A.fett:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: #000000;
 font-size: 14px;
 TEXT-DECORATION: none;
 font-weight: bold;
}

A.fetterlink, A.fetterlink:link, A.fetterlink:visited, A.fetterlink:hover, A.fetterlink:active {
 font-family: Arial,Verdana,Helvetica;
 COLOR: blue;
 font-size: 14px;
 TEXT-DECORATION: underline;
 font-weight: bold;
}

/* 4. p-Absatz */
p.eins {
 margin: 3pt
}


/* ********************* 5. FORM CLASSES ******************** */
input.submit {
background-color: #E46C30; /* #FFBD08; */
color: #ffffff;
font-weight: ;
font-size: 14px;
font:Arial, Helvetica, sans-serif
}
input {
background-color: #FFFFFF;
}
input.text {
background-color: #FFFFFF;
width: 256px;
}
select {
background-color: #FFFFFF;
}
checkbox {
background-color: #FFFFFF;
}
textarea {
background-color: #FFFFFF;
width: 256px;
}


/* **************************************** 6. MENÜ *********************************** */
/* Für das Menü */
/* AB HIER FÜR DAS MENÜ */

/* expanding menu styling */
#udm ul {
	margin-left:0 !important;
	margin-top:1px !important;
	}
	
	/* expanding menu styling */
#udm ul {
	width:128px !important;
	w\idth:120px !important;
	}

#udm ul ul {
	width:120px !important;
	w\idth:112px !important;
	border-style:dashed;
	background-color:#E46C30;
	}
#udm ul ul ul {
	width:112px !important;
	w\idth:104px !important;
	border-style:dotted;
	background-color:#E46C30;
	}

/* give all anchors a hand cursor */
#udm a {
	cursor:pointer !important;
	cursor:hand !important;
	}

/* YOU ARE HERE STYLE */
/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited { 
	background-color:#fff;
	}
	
/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#ffffff; /* 	background-color:#ccc; */

	}

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
#udm ul a.udmY, #udm ul a.udmY:visited { 
	background-color:#ffffff; /* #fea */
	color:#000000
	}
	
/* [menu] re-inforce original rollover or do something else */
#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
	background-color:#ffffff; /* #fec */
	color:#000000
	}

/* */
/* [orange menu] default you are here will be same as rollover or inherit from default menu styles unless otherwise specified */
#udm ul li.orangeMenuItem a.udmY, #udm ul li.orangeMenuItem a.udmY:visited {
	color:#000000
	background-color:#ffffff; /* #feecc4 */
	}
	
/* [orange menu] re-inforce original rollover or do something else */
#udm ul li.orangeMenuItem a.udmY:hover, #udm ul li.orangeMenuItem a.udmY:focus, #udm ul li.orangeMenuItem a.udmY:visited:hover, #udm ul li.orangeMenuItem a.udmY.udmR, #udm ul li.orangeMenuItem a.udmY.udmR:visited, #udm ul li.orangeMenuItem a.udmY:active {
	background-color:#ffffff; /* #f8fbd0 */
	color:#000000
	}


/* BIS HIER ALLES FÜR DAS NEUE MENÜ*/


/* ******************* 7. Für den Scrolling Layer ********************* */
#title { position:absolute; left:80px; top:20px; }

#refs { position:absolute; left:530px; top:190px; }

#up { position:absolute; left:870px; top:195px; }

#down { position:absolute; left:870px; top:522px;}
/* ******************* Bis hier für den Scrolling Layer ********************* */


/* ******************* 8. Die verwendeten Layers ********************* */
/* Normaler Inhalt */
/* Künstler 2006 */
#bild {position:absolute; left:520px; top:20px; width:; height:; overflow:none; z-index:1; background-color:; layer-background-color: ; }
#kuenstlername {position:absolute; left:160px; top:35px; width:330px; height:100px; overflow:none; z-index:1; background-color:; layer-background-color: ;}
#allesandere {position:absolute; left:0px; top:100px; width:630px; height:; overflow:visible; z-index:1; background-color:;}
#hintergrund2006 { position:absolute; left:10px; top:150px; width:; height:; overflow:visible; z-index:1; background-color: #000000; layer-background-color: ; } /* width:672px */
#content { position:absolute; left:10px; top:195px; width:1130px; height:; overflow:auto; z-index:1; background-color: #ffffff; layer-background-color: #ffffff; border-color:#000000; } /* width:672px */
/* unbenutzt */
.scrolling { position:absolute; left:auto; top:auto; margin:0px; padding:10px; font-family:Arial,Verdana,Helvetica,sans-serif; COLOR: #C4C4C4; font-size:14px; background-color:#E46C30; border:none; visibility:hidden; }
 /* unbenutzt */
tt { font-family:monospace; }
/* Bilder-Scroll-Leiste ganz oben */
#Layer20 { position:absolute; left:195px; top:15px; width:700px; height:; z-index:1; background-color: ; layer-background-color: #E46C30; visibility:hidden }
/* ARTORT-Logo links oben */
#Layer10 { position:absolute; left:10px; top:15px; width:35px; height:px; z-index:1; background-color: #E46C30; layer-background-color: #E46C30; }
/* Menü */
#Menue { visibility:hidden; position:absolute; left:800px; top:1px; width:0px; height:0px; background-color:#ffffff; }
#Menue_Namen { position:absolute; left:150px; top:0px; width:500px; height:84px; background-color:#333333; }
/* Impressum ganz oben, nur für Druck */
#impressum_druck { visibility:hidden; position:absolute; left:195px; top:15px; width:405px; height:;background-color: #FFFFFF;}

/* Für popups */
#popup1 { position:absolute; left:10px; top:10px; width:600px; height:; overflow:auto; z-index:1; background-color: #ffffff; layer-background-color: ; }

/* *************************** 9. BODY bzw. Scrollbalken Definition, funktioniert nicht mit Firefox ********************** */
BODY {
/* Hintergrundfarbe */
background-color: #ffffff;

/* Vierecke um die Pfeile herum und der Balken */
SCROLLBAR-FACE-COLOR: #E46C30;
/* Rand um die Vierecke-um-die-Pfeile-herum und Rand um den Balken (oben und links) */
SCROLLBAR-HIGHLIGHT-COLOR: ;
/* Rand rechts und unten von allem, als Art Schatten */
SCROLLBAR-SHADOW-COLOR: #000000;
/* Linker Strich herum */
SCROLLBAR-3DLIGHT-COLOR: #000000;
/* Pfeilfarben */
SCROLLBAR-ARROW-COLOR: #000000;
/* Scrollbalkenhintergrund */
SCROLLBAR-TRACK-COLOR: #E46C30;
/* Schattenfarbe */
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
/* innerer Rand */
scrollbar-base-color : #000000;
}

