body {
background-repeat: repeat-y;
background-attachment:fixed;
}

h1
{ font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#F75338;
   font-size:14px;
}

h2
{ font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:14px;
}
h3
{ font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:12px;
}
h4
{ font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:14px;
}

td 

 { font-family:Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
 }

p

 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-style: normal;
	background-color: transparent;
 }

A	{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
   	text-decoration: none;
    background-color: transparent;
	color :#5D5D5B;
	}

A:Visited	{
	color :#5D5D5B;
	background-color: transparent;
	    }

A:Hover     {
    color : #009191;
    background-color: transparent;
    }

A:Active	{
	color :#5D5D5B;
	background-color: transparent;
	font-style:normal;
    }

A:Focus     {
	text-decoration:none;
	font-weight:bold;
	background-color: transparent;
	}

ul, li 

 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:12px;
	list-style-type: disc;
	list-style-image: url(../images/punktblaugruen2.jpg);
	font-style: normal;
 }
