﻿/* 

Erweiterung des Basis-CSS für den Bereich Basix

(c) 2002-2006 Siever/Runkehl, sprache@web

*/

h3 { 
	background-image:url('/images/struktur/bx/linie_gr_390.gif'); 
	background-repeat:no-repeat; 
	background-attachment:scroll;
}

h4 { 
	background-image:url('/images/struktur/bx/linie_kl_390.gif'); 
	background-repeat:no-repeat; 
	background-attachment:scroll; 
}

ul.link { 
	list-style-image: url('/images/struktur/bx/plus_gr.gif');
}

ul.pfeil { 
	list-style-image: url('/images/struktur/bx/pfeil.gif');
}

p.linkzeile { 
	font-size: 12px; 
	line-height: 125%; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	background-position: left center; 
	padding-left:15px; 
	background-image: url('/images/struktur/bx/plus_gr.gif'); 
	background-repeat:no-repeat;
}


/* Farbe Überschrift Kasten rechts */
h6 { 
	color: #535C68; 
	background-position: left center; 
	padding-left:12px; 
	background-image: url('/images/struktur/bx/plus_kl.gif'); 
	background-repeat:no-repeat;
}

/* Farbe für Tabelle */
.tab { background-color: #F5F7F7; }
.tab td { background-color: #F5F7F7; }
.tab th { background-color: #BFC8C4; } 
.tabth { background-color: #BFC8C4; }


/* Zellen gerahmt für Reiterkarten-Tabelle */
.tdReiterOff { 
	border-left: 1px solid #535C68; 
	border-right: 1px solid #535C68; 
	border-bottom: 1px solid #535C68; 
	background-color:#BFC8C4;
}

.tdReiterOn { 
	border-left: 1px solid #535C68; 
	border-right: 1px solid #535C68; 
	background-color:#BFC8C4;
}

.tdReiterLeer { 
	border-bottom: 1px solid #535C68;
}

.tdReiterZelle { 
	border:1px solid #535C68; 
	background-color:#BFC8C4;
}

.tdReiterBG { 
	background-color:#535C68;
}


/* Striche oben,unten Navigation links */
td.navi { 
	border-top: 1px solid #535C68; 
	border-bottom: 1px solid #535C68;
}


/* Hyperlinks allgemein */
a:link       { color: #535C68; }
a:visited    { color: #535C68; }
a:hover      { color: #000000; }
a:active     { color: #000000; }


/* Hyperlinks für Navigation links */
a:link.anavi1      { color: #535C68; text-decoration: none; }
a:visited.anavi1   { color: #535C68; text-decoration: none; }
a:hover.anavi1     { color: #535C68; text-decoration: none; }
a:active.anavi1    { color: #535C68; text-decoration: none; }