/* Links*/
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
}


.error_msg {
  color: #FF0000;
  font-size: 12px;
  font-weight: normal;
}



a:link {

	color: #18164b;
	text-decoration:none;
	}

a:active {
	color: #18164b;
	text-decoration:none;

	}
	
a:visited {
	color: #18164b;
	text-decoration:none;

    }

a:hover {
	color: #f87500;
	text-decoration:underline;

	}
		


/* Schriftenformatierung fuer Standardtags*/
p,h1,h2,h4,ul,ol,li,div,td,address,blockquote,nobr,i,br  {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight: normal;

}

.b {
   font-weight:bold;
   }

h3 {
	font-family : Arial, Helvetica, Sans-Serif;
	color : #18164b;
    padding: 15px 10px 5px 0px;
    margin: 0;
    font-size:1.25em;
    voice-family: inherit;

}


	
/* --------------------------------------------------------------
 *  Bereich - Nav
 * -------------------------------------------------------------- */

a.navi:link {
	color: #18164b;
	text-decoration:none;
	font-weight:bold;
	}

a.navi:active {
	color: #18164b;
	text-decoration:none;
	font-weight:bold;	
	}

a.navi:visited {
	color: #18164b;
	text-decoration:none;
	font-weight:bold;	
    }
	
a.navi:hover {
	color: #f87500;
	font-weight:bold;
	}

a.navi2:link {
	color: #18164b;
	text-decoration:none;
	}

a.navi2:active {
	color: #18164b;
	text-decoration:none;
	}
	
a.navi2:visited {
	color: #18164b;
	text-decoration:none;
    }
	
a.navi2:hover {
	color: #f87500;

	}

a.navi3:link {
	color: #ffffff;
	text-decoration:none;
	}

a.navi3:active {
	color: #18164b;
	text-decoration:none;
	}
	
a.navi3:visited {
	color: #ffffff;
	text-decoration:none;
    }
	
a.navi3:hover {
	color: #f87500;

	}