h1 {
    color: rgb(10,180,10);
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 8px;
}

h2 {
    color: rgb(198, 95, 4);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 4px;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    color: rgb(10,180,10);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 8px;
    font-style: normal;
}

em {
	color: rgb(198, 95, 4);
}

quote {
	font-style: italic;
	color: rgb(10,180,10);
}

a:link
{
    color: rgb(10,180,10); 
    text-decoration: none;
}
a:visited
{
    color: rgb(10,180,10);
    text-decoration: none;
} 
a:hover 
{
    text-decoration: underline;
}

img {
	border: 0px;
}

.fotolinks {
  float:left; margin: 0px 4px 4px 0px;
}

.fotorechts {
  float:right; margin: 0px 0px 4px 4px;
}

table {
	
}

th {
	background-color: rgb(0, 244, 38);
	color: rgb(255,255,200);
}

td {
	background-color: rgb(255,255,200);
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
}

ul {
	margin-left: 4px;
	padding-left: 16px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}
