/* CSS Document  e-fierz
 */
/* 
___________________________________________________________________________________

		          client:                         Armin Brunner
		
		          concept creation,            
		          conversion, code:               (c) 2004 by phi

___________________________________________________________________________________
 */


/* body, scrollbars heller */
body, p, td    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(255,255,255);
	scrollbar-arrow-color: rgb(255,0,0);
	scrollbar-track-color: rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(255,255,255);
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #666666;

}


/* listen */
 ul {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0em;
	padding-left: 1.2em;
	list-style: square;

}


/* umbruch kleiner */
br   {
	font-size: 10px;
	line-height: 10px;
}



/* haupttitel */
.text_haupttitel   {
	color: #666666;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	
	line-height: 15px;
	font-variant: small-caps;


}

/* titel */
.text_titel   {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border: mittel durchgehend #EEEEEE;
	line-height: 14px;

}


/* lauftext_eigene */
.text   {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;

}


/* text_fett */
.textfett {
	font-weight: bold;
}

/* text_kursiv */
.text_kursiv {
	font-style: italic;
	color: #333333;
	font-size: 11px;
}

/* text_kursiv_fett */
.text_kursiv_fett {
	font-style: italic;
	font-weight: bold;
}

/* zitat_home */
.text_kursiv_times
 {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 19px;
	color: #999999;
}

/* text_verweis */
.text_verweis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #999999;
}

/* text_grossbuchstaben */
.text_grossbuchstaben {
	text-transform: uppercase;
}

/* text-bildlegende */
.text_bildlegende   {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;
	line-height: 12px;
}


/* initial 1. Buchstaben */
.text_initial_alt {  
	font-size: 16px; 
	margin-right: 1px
}

/* initial 1. Buchstaben */
.text_initial {  
	float: left;
	width: 20px;
  	height: 20px;
  	background: #CCC;
   	color: #FFF;
    font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	margin-right : 3px;
	line-height: 20px;
}

/* initial 1. Buchstaben */
.text_initial_positiv {
	float: left;
	height: 38px;
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 48px;
	line-height: 45px;
	margin-right : 4px;
	text-align: left;
}


/* ------------------------------------------------------------------------- */
/* linkfarbe allgemein */

/* fuer unbesuchte Links */
 :link    {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
 
/*  fuer besuchte Links */
 :visited {
	color: #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
 
/* wenn der Link angeklickt ist */
 :hover   {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

 
/* wenn die maus ueber dem Link ist */
 :active  {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
.navigation   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}

/* linkfarbe navigation */

/* fuer unbesuchte Links */
 a.navigation:link    {
	text-decoration: none;

}
 
/*  fuer besuchte Links */
 a.navigation:visited {
	text-decoration: none;
}
 
/* wenn der Link angeklickt ist */
 a.navigation:hover   {
	text-decoration: underline;
}
 
/* wenn die maus ueber dem Link ist */
 a.navigation:active  {
	text-decoration: none;
}


.unterstrich {
	text-decoration: underline;
}

/*  text_marker */
.text_marker {
	background-color: #A1FF07;
	line-height: 14px;


}


/*  nicht unterstrichen */
.unterstrichen_nicht {
	text-decoration: none;

}

.textmicro {
	font-size: 2px;
	color: #000000;
	line-height: 0px;
}
