/* 
---------------------------
  Code by:
	Kimo Henningloh
	www.kimoh.de
	office@kimoh.de

---------------------------
*/




body 		{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica;
		font-size:10px;
		}


/* Standardformatierung fr Flie§text */
a:link 		{
		text-decoration: none;
		color: #ff444e;
		}

a:visited 	{
		text-decoration: none;
		color: #0444be;
		}

a:hover 	{
		text-decoration: none;
		font-weight: bold;
		color: #0444be;
		}

a:active 	{
		text-decoration: none;
		font-weight: bold;
		color: #ff444e5;
		}


h1 		{
		font-size:18px;
		font-family: Verdana, Arial, Helvetica;
		color:#1e2025;
		font-style:normal;
		font-weight:normal;
		display: inline;
		letter-spacing: -0.3px;
		}

h2 		{
		font-size:18px;
		font-family: Verdana, Arial, Helvetica;
		color:#1e2025;
		font-style:normal;
		font-weight:bold;
		display: inline; }
