.text
 {
  /* Standard-Text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 24px;
	text-align : justify;
; white-space: normal
; font-weight: 400
}

.text_bold
 {
   /* Standard-Text , fett */
	color: #000000;
	font : bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	text-align: left
}

.text_bold_right 
{
 	/* Text für Angabe der Dateigroesse */
	color: #000000; 
	font : bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-align: right
}

.text_cv
{
	/* Text Lebenslauf */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
	text-align : left;
	white-space: normal;
	font-weight: normal;
	vertical-align : baseline;
	font : normal;
}

.text_cv_italic
{
	color: #000000;
	text-align : left;
	white-space: normal;
	vertical-align : baseline;
	font : italic normal 11px/22px Verdana, Arial, Helvetica, sans-serif;
}

.header
 {
   /* Überschrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	font-variant : small-caps;
	text-transform : capitalize;
	text-align : left;
    font-weight: bold; border-color:  black black #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 0px; font-style: normal; text-decoration: none: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width:2px; border-left-width: 0px
}

.link 
{
	 /* Links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	list-style-image: none;
	padding-bottom: 5px
; color: #000066
}

.link A
{ 
	/* Links: standard */
	color: #000066;
	text-decoration: none;
}

.link A:hover 
{
	/* Links: unterstrichen */
	color: #000066;
	text-decoration: underline;
}

.navi
{
	 /* Navigation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;	
	list-style-image: none;
	padding-bottom: 5px
; color: #000066
}

.navi A
{ 
	/* Navigation: standard */
	color: #000066;
	text-decoration: none;
}

.navi A:hover 
{
	/* Navigation: unterstrichen */
	color: #000066;
	text-decoration: underline;
}
