* {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica;
}
html, body {
   background: #ffffff;
   font-size: 101%;
   	font-size : 9pt;
	line-height : 12pt;
	font-family : Verdana, Arial, Helvetica;
	//* overflow: hidden; *//
}
DIV.td1 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 15pt;
	font-weight : bold;
	color : Blue;
}
DIV.td2 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 13pt;
	font-weight : bold;
	color : Blue;
}
DIV.td3 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9pt;
	font-weight : bold;
	color : Blue;
}
DIV.td4 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
}
DIV.td5 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11pt;
	font-weight : bold;
	color : Blue;
}
DIV.status {
	font-family : Verdana, Arial, Helvetica;
	font-size : 7pt;
	/*font-weight : bold; */
	color : Black;
}

P  {
	font-size : 9pt;
	line-height : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	margin: 2px 0px; /* erste zahl Oben und Unten, zweite - rechts und links */
	text-align : justify;
	color : Blue;
}

P.start  {
	font-size : 10pt;
	line-height : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	margin: 1em 0px;
	text-align : justify;
	color : blue;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
    color : Blue;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

p.aktualisiert {
   font-size:8pt;
	color:#00008B;
	font-family: Arial, Helvetica, sans-serif;
}

div#parent
{
position: relative;
border: 1px solid #cfcfcf;
}

div.child
{
background-color: #FC6;
position: relative; /* Wichtig um Kindelemente richtig zu positionieren */
width: 190px; 
float: left; /* damit alles brav nebeneinandrer kommt */
height: 160px; /* Wichtig um Kind richtig zu positionieren */
margin: 6px; /* Aussenabstände */
}


.bot { 
position: absolute; /* um Element unten zu positionieren */
width: 190px; /* wie im Child, damit Inhalt zentriert wird */
bottom: 0px; /* um Element unten zu positionieren */
text-align: center; /* Inhalt zentrieren */
}

/* Link normal */
A:link {
color : #600;
text-decoration : none;
}
/* Besuchter Link */
A:visited {
color : #600;
text-decoration : none;
}
/* Aktiver Link */
A:active {
color : #600;
text-decoration : none;
}
/* Link bei Mausber&uuml;hrung */
A:hover {
color : #600;
text-decoration : underline;
}

.clear {
   clear: both;
   height: 5px;
   background-image:url(../grafik/mustergelb.jpg);
} 