<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";

/*******************************************************************************************
*                                                                                          *
*   Cabacos CMS - Stylesheets zum Beispieltemplate                                         *
*   ====================================================================================   *
*                                                                                          *
*   Diese Datei enthält die CSS Informationen zum Aussehen der HTML Elemente des           *
*   Beispieltemplates und wird im Kopfbereich der dynamisch generierten Seite eingebunden. *
*                                                                                          *
*******************************************************************************************/


/*******************************************************************************************
*                                                                                          *
*   Der folgende Ausdruck bindet die grundlegenden Anweisungen des YAML Framework für      *
*   tabellenlose, barrierefreie Layouts ein.                                               *
*   Damit eine größtmögliche Browserkompatibilität erreicht werden kann, werden in der     *
*   Datei "Beispieltemplate.head.asp" zusätzlich AUSSCHLIESSLICH für den Internet          *
*   Explorer weitere Stylesheets eingebunden, die dessen Darstellungs-Fehler ausgleichen.  *
*                                                                                          *
*******************************************************************************************/

@import url(/Read/Templates/andrea/yaml/css/base.css);


/*******************************************************************************************
*                                                                                          *
*   Nun folgen die konkreten Anpassungen an das gewünschte Layout und Design               *
*                                                                                          *
*******************************************************************************************/

@media all {

	/* ### Der Seitenhintergrund, Standardschriftart, -farbe, -größe und -stil ### */
	
	body {
		background:#f0f6fe url(/Read/Templates/andrea/Bilder/Hintergrund.gif) center center repeat-y;
		text-align:left;
		color:#444444;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		font-style:normal;
	}
	
	#DHTMLSuite_paneContentcenter {
		/* Simuliert den Seitenhintergrund in der Bearbeitenansicht */
		background:#f0f6fe url(/Read/Templates/andrea/Bilder/Hintergrund.gif) center center repeat-y;
	}
		
	
	/* ### Seitenrahmen ### */
	
	#page_margins {
		width:840px;
		margin:0px auto;
		text-align:left;
	}
	
	#page {
		background-color:#ffffff;
	}
	
	
	/* ### Seitenkopf ### */
	
	#header {
		height:150px;
		overflow:hidden;
		background: url(/Read/Templates/andrea/Bilder/andreahead.png) 0px 0px no-repeat;
	}
	
	#header div.Logo {
		text-align:right;
	}
	
	#header div.Titel {
		margin:0px 20px 0px 0px;
		text-align:right;
		color:#333333;
		font-size:12px;
		font-weight:bold;
	}
	

	/* ### Navigation ### */
	
	#nav_main {
		margin:0px 0px 20px 0px;
		
	}
	
	#nav_main div.Titel {
		margin:0px 0px 10px 0px;
		padding:7px 5px;
		background:#a3c0e8 url(/Read/Templates/andrea/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
		line-height:12px;
		letter-spacing:1px;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
	}
	
	#nav_main ul.Hauptnavigation {
		margin:0px;
		list-style:none;
	}
	
	#nav_main ul.Hauptnavigation li {
	}
	
	#nav_main ul.Hauptnavigation li a {
		display:block;
		padding:5px;
		font-weight:normal;
	}
	
	#nav_main ul.Hauptnavigation li.Hauptrubrik a {
		font-weight:bold;
	}
	
	#nav_main ul.Hauptnavigation li a.aktiv {
		background-color:#AAA;
		color:#ffffff;
	}
	
	
	/* ### Weiteres ### */
	
	#nav_suche {
		margin:0px 0px 20px 0px;
		border:1px #a3c0e8 solid;
	}

	#nav_suche div.Titel {
		margin:0px;
		padding:7px 5px;
		background:#a3c0e8 url(/Read/Templates/andrea/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
		line-height:12px;
		letter-spacing:1px;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
	}

	#nav_suche input#suchtext {
		width:118px;
		height:14px;
		float:left;
		border:none;
		background-color:#ffffff;
		padding:3px 5px;
		color:#f3832d;
		font-size:10px;
	}
	
	#nav_suche button#suchbtn {
		width:20px;
		height:20px;
		border:1px #ffffff solid;
		background-color:#ffffff;
		padding:0px;
		cursor:pointer;
	}
	
	
	#nav_aktion {
		margin:0px 0px 20px 0px;
		border:1px #a3c0e8 solid;
	}
	
	#nav_aktion div.Titel {
		margin:0px 0px 10px 0px;
		padding:7px 5px;
		background:#a3c0e8 url(/Read/Templates/andrea/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
		line-height:12px;
		letter-spacing:1px;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
	}
		
	#nav_aktion a {
		display:block;
		margin:0px 0px 5px 0px;
		padding:5px 5px 5px 50px;
		background:#ffffff url(/Read/Templates/andrea/Bilder/Drucken.gif) 5px 0px no-repeat;
		line-height:12px;
	}

			
	
	/* ### Seitenkörper ### */
	
	#main {
		margin:30px 0px;
		background-color:#ffffff;
		line-height:15px;
	}
	
	
	#col1 {
		width:150px;
	}
	
	#col1_content {
	}
	
	
	#col2 {
		/* Standardmäßig ist diese Spalte ausgeblendet.
		   Kommentieren Sie die nächste Anweisung aus,
		   wenn Sie sie wieder einblenden möchten */
		display:none;
		/* dann muss der Spalte allerdings eine Breite
		   definiert werden, bspw.

		   width:150px; */
	}
	
	#col2_content {
	}
	
	
	#col3 {
		width:auto;
		/* Standardmäßig ist die rechte Spalte ausgeblendet.
		   Kommentieren Sie diese Anweisung aus */
		margin:0px 0px 0px 170px;
		/* und die folgende entfernen Sie den folgenden
		   Kommentar, um sie wieder anzuzeigen */
		/*margin:0px 170px;*/
	}
	
	#col3_content {
		padding:0px;
	}
	
	
	/* ### Fusszeile ## */
	
	#footer {
		margin:0px;
		border-top:1px #AAA solid;
		padding:15px 0px;
		font-size:10px;
		color:#555;
		line-height:13px;
		text-align:right;
	}
		
	
	/* ### Textformatierungen ### */
	
	p {
		margin:0px 0px 15px;
	}
	
	a {
		color:#f3832d;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:focus, a:hover, a:active {
		text-decoration:underline;
	}
	
	
	/* ### Überschriften ### */
	
	h1 {
		margin:0px 0px 10px 0px;
		border-bottom:1px #AAA solid;
		padding:0px;
		line-height:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
		color:#555;
	}
	
	h2 {
		margin:30px 0px 10px 0px;
		border-bottom:1px #AAA solid;
		padding:0px;
		line-height:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		font-weight:normal;
		color:#555;
	}
	
	h3 {
		margin:30px 0px 0px 0px;
		padding:0px;
		line-height:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
	}
	
	h4 {
		margin:30px 0px 5px 0px;
		padding:0px;
		font-size:11px;
		font-weight:bold;
	}
	
	h5 {
		margin:30px 0px 5px 0px;
		padding:0px;
		font-size:11px;
		font-weight:bold;
		font-style:italic;
	}
	
	h6 {
		margin:30px 0px 5px 0px;
		padding:0px;
		font-size:11px;
		font-style:italic;
	}
		
	
	/* ### Listen ### */
	
	#main ul {
		margin:0px 0px 15px 0px;
	}
	
	#main li, .cab_listentry {
		line-height:15px;
	}
	
	
	/* ### Cabacos spezifische Elemente ### */	
	
	.EintragsInformationen {
		margin:15px 0px 30px 0px;
		border-top:1px #a1c3f1 solid;
		font-size:10px;
	}
	
	
	/* ### Blätter-Optionen in Listenansicht ("zurück", "weiter", Seite x etc.) ### */
	
	.variante_bl_prev {
		text-align:left;
	}

	.variante_bl_count {
		text-align:center;
	}
	
	.variante_bl_next {
		text-align:right;
	}
			
	
	/* ### Zusätzliche Leyout-Elemente ### */	
	
	hr {
		background:transparent;
		border:none;
		border-bottom:1px #a1c3f1 solid;
		margin:14px 0px 30px;
		height:1px;
		overflow:hidden;
	}
	
	
	/* ### Zusätzliche Formatierungen, zugänglich über den Cabacos CMS Bearbeitenmodus ### */
	
	.image_left { float:left; margin:0px 10px 10px 0px; }
	.image_right { float:right; margin:0px 0px 10px 10px; }
	.image_left_margin { margin:0px 10px 10px 0px; }
	.image_right_margin { margin:0px 0px 10px 10px; }
	
	
	/* ### Korrektur der Ansicht im "Format" Drop-Down Menü ### */
	.Cab_dropDownLayer .image_left, .Cab_dropDownLayer .image_right, .Cab_dropDownLayer .image_left_margin, .Cab_dropDownLayer .image_right_margin { margin:0px; }
		
}
</pre></body></html>