<!--

/* -- allgemeine Definitionen -- */

h1, h2, h3, h4, p{
font-family: Arial, Helvetica, sans-serif; 
font-style: normal;
color: #4E4B4A;
background: transparent;
}

h1	{
font-size: 15px;
font-style: bold;

}

h2	{
font-size: 14px;
}

h3	{
font-size :	13px;
}


p {
font-size:	12px;
line-height: 14px;
}

.small {
font-size: 11px;

}

.white {
color: #FFFFFF;
}


.zwei {
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 2px;
font-weight:normal;
}

.vier {
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 4px;
font-weight:normal;
}

b {
font-weight:bold;
}

i {
font-style:italic;
}

img	{
border:	0;
color: #FFFFFF;
background:	transparent;
}

table {
border:	0;
}



/* -- Links -- */

p a {
color:#4E4B4A;
font-weight:bold;
text-decoration:none;
}

p a:hover {
color:#9C9A9A;
font-weight:bold;
text-decoration:none;
}

//-->