<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** -- div erkl&amp;auml;rungen --

inherit; static -&gt; immer untereinander ausgereichtet
fixed -&gt; fest in der oberen ecke -&gt; bewegt sich beim srollen NICHT mit!
absolute -&gt; fest lt. positionsangaben -&gt; bewegt mit beim Scollen! -&gt; pos angaben von Fenster ausehend!
relative -&gt; Positionsangeben von vorgegangenen div ausgehend, nicht von Fenster!

font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
*/
.cear {
clear:left}

#aussen {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:12px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
position: absolute;
width: 1000px;
margin-left: 0px;

border:0px; 
padding:0 0px 0 0px;
z-index:2;

	background-image:url(gfx/layout_shadow_center2.png);
	background-position:center;
	background-repeat:repeat-y;
	

}	

	
/** --- START - interner Bereich ----------------------------------------------------------------- */
#admin_pixafterupload	{ 
	/** position:absolute; /**relative;/** inherit;*/
	float:right;
  margin: 15 0 15 0;

	
}	
#admin_error{ 

	margin-bottom:15px;
	background-color:#FF0000;
	padding: 5px 5px 5px 5px; 
	
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /** schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px */
	color:#FFFFFF;
	font-weight:bold;
  z-index:3;
}
ul.link_verz_error {
color:#ffffff;
list-style-image:url(gfx/li_pfote_weiss.png);
list-style-position:outside;
	 margin-left:15px;
	 padding-left:0px;
}


#admin_info{ 
	margin-bottom:15px;
	background-color:#AEAEAE;
	padding: 5px 5px 5px 5px;
		
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	color:#000000;
}

#admin_out{ 
	float:left;
	vertical-align:top;
	max-width:600px;
	padding: 5 5 5 5;
  z-index:2;
		font:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	color:#000000
}
/** --- ENDE - interner Bereich ----------------------------------------------------------------- */

/** --- START - Formulare ----------------------------------------------------------------- */

.Xbutton {


	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
color:#000000;

}
input,textarea {
	font-weight:normal;
	color:#000000;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/


} 
input.small {

	font-weight:normal; font-size: 9px; color:#000000;
	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:none;
	border-top:none;
	
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/

}
select {
	 font-weight:normal; font-size: 12px; color:#000000;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/

}
.checkbox {
	 font-weight:normal; font-size: 12px; color:#000000;
		border:0px none;
		
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/

}
/** --- ENDE - Formulare ----------------------------------------------------------------- */


/** --- START - Fehlerauswertung bei Formularen ------------------------------------------ */
textarea.fehler {
background-color:#ff0000;
text-decoration: none; font-weight:normal; font-size: 12px; color:#ffffff;

border-bottom:1px solid #000000;
border-right:none;
border-left:none;
border-top:none;

scrollbar-shadow-color:#000000;
scrollbar-base-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;

scrollbar-darkshadow-color:#ff0000;
scrollbar-face-color:#ff0000;
scrollbar-highlight-color:#ff0000;
scrollbar-track-color:#ff0000;
}

input.fehler {
 background-color:#ff0000;
	text-decoration: none; font-weight:normal; font-size: 12px; color:#ffffff;
	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:none;
	border-top:none;
}	
.fehler {text-decoration: none; font-weight:bolder; font-size: 12px; color:#FF0000;}

select.fehler {
 background-color:#ff0000;
	text-decoration: none; font-weight:normal; font-size: 12px; color:#ffffff;
	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:none;
	border-top:none;
}	

option.fehler {
 background-color:#ff0000;
	text-decoration: none; font-weight:normal; font-size: 12px; color:#ffffff;
	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:none;
	border-top:none;
}	

.k,uk,hk,bilder,detailbilder{
border-collapse:collapse;
empty-cells:hide;
border:thin;
border-bottom:1px solid #000000;
border-right:none;
border-left:none;
border-top:none;}

.uebersicht{
border-collapse:collapse;
empty-cells:hide;
border:thin;
border-bottom:1px solid #000000;
border-right:none;
border-left:none;
border-top:none;
}
/** --- ENDE - Fehlerauswertung bei Formularen ------------------------------------------ */
#layout_head	{ 
	position:absolute;
	float:right;
	left:-12px;
	top:15px;
	z-index:2;
}
#layout_menutop	{ 
	position:absolute;
	float:right;
	width:130px;
	left:20px; /* 10 -wenn oben drann*/
	top:30px; /* 30 - wenn oben drann*/
	z-index:33;
}

#layout_headerjpg	{ 
	position:absolute;
	left:20px;
	top:20px;
    z-index:20;
}


#layout_header_pix_links	{ 
	margin-left:-10px;
	width:820px;
	z-index:40;
}	

#layout_head_andress	{ 
	position:absolute;
	float:right;
	left:-40px;
	top:5px; /* unter kopf - 190px */
	width:1000px; /*880px*/
	z-index:20;
	
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	font-weight:bold;
	color:#000000; /* orange*/
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px 30px; /* absand zw. den einezelnen Hauptpunkte - oRG 25px*/
	text-align:center;
}

#layout_menu	{ 
  position:absolute;
	margin-top: 39px;
	margin-left:40px;
	width:820px;
	z-index:21;
	
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	font-weight:bold;
	display:block;
	font-weight:normal;
}	

#layout_navigation	{ 
  position:absolute;
	margin-top: 170px;
	margin-left:230px;
	width:820px;
	z-index:21;
	
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	font-weight:bold;
	display:block;
	font-weight:normal;
}	

#layout_navigation_symbole	{ 
  position:absolute;
	margin-top:170px;
	margin-left:605px;
	width:220px;
	z-index:23;
	
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	font-weight:bold;
	color:#999999; /* orange*/
	display:block;
	font-weight:normal;
}	

#menu_wrapper	{ 
z-index:1;
background-color:#006666;
}	
#tagwolke_partnerlinks	{ 
z-index:0;
margin: 0px;
margin-left: 5px;

width: 170px;
height:150px;
background-color:#FFFFFF;
border:thin #999999;
text-align:justify;
overflow:hidden;
}	



/** --- START - f&amp;uuml;r mittige Aussrichtung in Page **/
#wrapper {
width:1200px;
height:500px;
position:relative;
left:50%;
margin-top: 0px; 
margin-left:-510px; /* immer die H&amp;auml;lfte von width -&gt; hier 1000px -&gt; also 500px*/
}


/** --- ENDE - f&amp;uuml;r mittige Aussrichtung in Page **/
#layout_main{ /** -- schatten rechts und links von main--- */
z-index:1;
max-width:1030px; 
min-width:1030px; 
min-height:500px;
}

#layout_main_bgverlauf{ /** -- verlauf im main--- */
position:relative;
z-index:2;
width:978px;
min-height:500px;
margin-top: -10px;
margin-left: 11px;
background-image:url(gfx/index_welcome/Bilder/emr_verlauf.png);
background-position:top;
background-repeat:repeat-x;
}
	
	
#layout_main_inner{ /** -- f&amp;uuml;r Farbf&amp;uuml;llung &amp; 100%ige Farbf&amp;uuml;hlung - je nach men&amp;uuml; zu st&amp;auml;ndig --*/
position:relative;
z-index:3000;

width:978px;
min-height:500px;

margin-top: -490px;
margin-left: 11px;

}	 

#layout_main_inner2{ /** -- f&amp;uuml;r Farbf&amp;uuml;llung - je nach men&amp;uuml; zu st&amp;auml;ndig -- NAVIGATION _ LINKS &amp; RECHTS*/
z-index:2;
top:240px; 
margin-left:20px;   /** Aurricht - das im inneren der Tab beginnt */
min-width:900px;
max-width:900px;
width: 900px;
min-height:300px;

}	
#layout_main_part1{  /** NUR Navigations-div - links*/
z-index:1;
top:226px; /*230*/
float:left;
width:185px;
min-width:185px; 
max-width:185px;  /*150*/
min-height:400px;
}	
#layout_navtrenn
{
width:10px;
height:500px;
position:absolute;
margin-top: 0px; 
margin-left:170px;
}
#layout_maintitel{ 
z-index:3;
vertical-align:top;
top:226px; 
left:0px;
width:697px; 

}	
#layout_main_part2{ /** content - mitte*/
float:left;
z-index:4;
width:680px;

min-width:680px; 
max-width:680px; 
min-height:400px;
overflow:hidden;
}	

#layout_main_vor_abschluss	{ /** - "leeres div" vor  Fusszeile damit hintergrundfarbe f&amp;uuml;r main komplett immer 1000% heigt ergeben*/
	height:0px;
	margin-left:3px;
	width:880px;
	z-index:6;
	clear: both;
	background-color:#0000FF;
}	
#layout_main_abschluss {
clear: both;
}

	


#layout_header_shadow{ 
position:absolute;
z-index:13;
top:225px; /*230*/
left:9px;
width:1000px; /*800px*/
}	

#layout_main_shadow_left{ 
position:absolute;
z-index:300;
top:198px; 
left:6px;
width:3px; 
background-color:#00FF66;
}	

#layout_main_left{ 
position:absolute;
z-index:8;
background-color:#d3be8c;
}	



#layout_bottom_pre	{ 
	margin-left:-10px;
	width:820px;

}	

#layout_bottom_andress	{ 

	margin-left:-10px;
	border: 1px;
	border-top:solid #000000 1px;
	left:30px;
	/*top:5px; /* unter kopf - 190px */
	width:760px;
	z-index:200;
	
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/
	font-weight:bold;
	color:#000000; /* orange*/
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px 30px; /* absand zw. den einezelnen Hauptpunkte - oRG 25px*/
	text-align:center;
}	

#layout_bottom_partnerlinks	{ /** - üarterlinks im fussbereich */
  position:relative;
	margin-left:0px;
	width:880px;
	margin-top:-70px; 
	z-index:400;
}	
#layout_bottom_pix	{ /** - Hintergrundgrafik der Fusszeile - Dancing People */
	position:relative;
	z-index:401;
    margin-top: -300px;
	margin-left: 40px;
}	

#layout_bottom_pixmenu	{ /** - Hintergrundgrafik der Fusszeile - Strip Footer*/
	position:relative;
	z-index:402;
    margin-top: -62px;
	margin-left:35px;
	
}		
#layout_bottom	{  /** - Text in der Fusszeile */
	position:relative;
	margin-top:-2px; 
	margin-left:45px;
	width:970px;
	z-index:403;
}		

#layout_adressblock	{ 
margin-left:5px;
line-height: 18px;
font-size:11px; /* schriftgr&amp;ouml;&amp;szlig;e hauptmenu - org 14px*/

width: 300px;
height:230px;
border:thin #999999;
}	

#layout_bottom_before_pageend{
	background-color:#00FF66;
	height:50px;
	z-index:403;
}	



#layout_pergament{ 
position:absolute;
z-index:222;
top:208px; 
left:830px;
width:3px; 
}

#layout_pergament_kurz{ 
position:absolute;
z-index:222;
top:208px; 
left:820px;
width:3px; 
}
#layout_pergament_pix{ 
position:absolute;
z-index:223;
top:265px; 
left:856px;
width:3px; 
}

#layout_headmenu	{ 
	position:absolute;
	width:100%;
	left:0px;
	top:200px;
	z-index:10;
}	

#layout_headmenu_sub	{ 
	position:absolute;
	width:100%;
	left:0px;
	top:250px;
	z-index:2;
}		




#layout_randomgfx	{ 

	position:absolute;
	width:200px;
	height:200px;
	left:800px;
	top:0px;
	z-index:2;
	background-color:#669933;
}	

#randomgfx_pfote {
position:relative;
z-index:2;
top:125;
left:-3;
}
#layout_filmrolle_neu1	{ 
	position:absolute;
	width:200px;
	height:200px;
	left:650px;
	top:-200px;
	z-index:2;
}	
#layout_filmrolle_neu2	{ 
	position:absolute;
	width:200px;
	height:505px;
	left:860px;
	top:0px;
	z-index:3;
	background-image:url(gfx/filmrolle_.png);
	background-position:left;
	background-repeat:repeat-y;
}	
#layout_randomgfx_filmrolle	{ 
	position:absolute;
	width:200px;
	height:200px;
	left:820px;
	top:0px;
	z-index:3;
}	


td.trenn_b		{ 
	border-bottom:1px solid #000000;
}

#trennlinie 		{ 
	position:relative;
	float:left;
	z-index:7;
	width: 750px;
	height: 5px;
	margin: 0px 00px 0px 0px;
	border:0px solid #000000;
}
/* ----- BILDER mit Schatten - querformat---- */
#gfx01	{ 
  float: left;
	margin-top: -15px;
	margin-left:-15px;
	width:250px;  /*125px bild*/
	height: 200px; /*90px bild*/
	background-image:url(gfx/ib_jakob_bilderschatten.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#gfx01_pix	{ 
 margin-top: 20px;
 margin-left: 23px;}	
 
 /* ----- BILDER mit Schatten - hochformat---- */
#gfx02	{ 
  float: left;
	margin-top: 0px;
	margin-left:0px;

	width:200px;  /*125px bild*/
	height: 250px; /*90px bild*/
	background-image:url(gfx/ib_jakob_bilderschatten_hochformat.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#gfx02_pix	{ 
 margin-top: 8px;
 margin-left: 8px;}	
 
 
 /* ----- Formularfeld mit Schatten kleines Feld---- */
#formgfx01	{ 
margin-top:-5px;
	margin-left:-10px;
	width:400px;  /*125px bild*/
	height: 40px; /*90px bild*/
	padding-top: 1px;
	background-image:url(gfx/ib_jakob_formschatten01.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#formgfx01_form	{ 
 margin-top: 9px;
 margin-left: 9px;}	
 /* ----- Formularfeld mit Schatten - Textarea ---- */
 
#formgfx02	{ 
margin-top:-8px;
	margin-left:-13px;
	width:800px;  /*125px bild*/
	height: 160px; /*90px bild*/
	background-image:url(gfx/ib_jakob_formschatten02.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#formgfx02_form	{ 
 margin-top: 13px;
 margin-left: 13px;}	

 /* ----- googlemap mit Schatten ---- */ 
 #mapgfx01	{ 

	padding-top:8px;
	margin-left:-10px;
	width:800px;  /*125px bild*/
	height: 370px; /*90px bild*/
	background-image:url(gfx/ib_jakob_mapschatten01.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#mapgfx01_map	{ 
 margin-left: 10px;}	

 /* ----- map24 mit Schatten ---- */ 
 #mapgfx02	{ 

	padding-top:11px;
	margin-left:-10px;
	width:800px;  /*125px bild*/
	height: 180px; /*90px bild*/
	background-image:url(gfx/ib_jakob_mapschatten02.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#mapgfx02_map	{ 
 margin-left: 10px;}
 
/* ----- Linkgrafik mit Schatten---- */
#linkgfx01	{ 
padding-top:9px;
	margin-left:-10px;
	width:670px;  /*125px bild*/
	height: 120px; /*90px bild*/
	background-image:url(gfx/ib_jakob_linkschatten01.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#linkgfx01_link	{ 

 margin-left: 10px;}	

 
 /* ----- Button mit Schatten---- */
#buttongfx01	{ 

padding-top:7px;
	margin-left:-8px;
	width:200px;  /*125px bild*/
	height: 50px; /*90px bild*/
	background-image:url(gfx/ib_jakob_buttonschatten01.png);
	background-position:top left;
	background-repeat:no-repeat;
}	
#buttongfx01_button	{  

 margin-left: 8px;}	
 /* ----- Formularfeld mit Schatten - Textarea ---- */

/* --- Schatten hinter DIV-Layer --- */

#rubrik 	{  /* layer f&amp;uuml;r Schatten */

	position:relative; /*rel*/
	float:left;
	z-index:3;
	width: 800px;
	margin: 0px 0px 0px 0px;
	/*background-image:url(gfx/menu/halbtrans.png); */
	padding-bottom:00px;
	}
#rubrik2 	{  /* rahmen um gesamtext */
	position:relative;
	float:left;
	z-index:4;
	width: 790px;
	margin: 0px 0px 0px 00px;
	border:0px solid #999999;

	/*background-image:url(gfx/halbtrans.png); */
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
	}
	
.dropshadow2{
	float:left;
	clear:left;
	background: url(file:///D|/Webdesign/apachefriends/xampp/xampp/htdocs/x/emr/gfx/shadowAlpha2.png) no-repeat bottom right  !important;
	background: url(file:///D|/Webdesign/apachefriends/xampp/xampp/htdocs/x/emr/gfx/shadow.gif) no-repeat bottom right;
	
	/* -abst&amp;auml;nde nach unten usw.*/
	margin: 5px 0 2px 10px !important;
	margin: 10px 0 10px 5px;
	/*width: 500px;*/
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 8px;
	border: 1px solid #999999;
	padding:0px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	\margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}


#layout_adminbg_fullscreen{ 
position:absolute;
z-index:3000;
top:-200; /*230*/
left:-200px;
width:1015px; /*800px*/
height:1000px;
background-color:#0066CC;
background-repeat:repeat-x;
 background: url("../page/css_menu/images/admin_transbg.png") bottom left; /* bgfarbe hover hauptmenu */
		/*background:url('images/li_pfote_weiss.png') center left no-repeat; /*background:url('images/sub_sep.gif') bottom left no-repeat;*/
}	
#layout_adminbg{ 
position:absolute;
z-index:3001;
top:226px; /*230*/
left:130px;
width:1015px; /*800px*/
background-color:#999999;
		/*background:url('images/li_pfote_weiss.png') center left no-repeat; /*background:url('images/sub_sep.gif') bottom left no-repeat;*/

}	




</pre></body></html>