/* CCS Cascading Style-Sheets */
/* Body definieren */
body {
	color:#003300;
	background-color:#FFF;
	font-family:Arial, Helvetica;
	font-size:12pt;
	} 
/* links definieren */
DIV.linkbutton a
{ 
TEXT-DECORATION: none;
DISPLAY: block; 
WIDTH: 110px; 
/*BORDER: 1px solid #3366ff;*/
PADDING: 3px; 
MARGIN: 1px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: center;
COLOR: #435F3F;
BACKGROUND-COLOR: #42BB73;
}
DIV.linkbutton a:hover 
{
COLOR: #339900; 
BACKGROUND-COLOR: #EDFAED;
}

h2 {Font-Family:Arial, Helvetica; Font-Size:17pt; Fontstyle:Normal; color:#339900 }
h3 {Font-Family:Arial, Helvetica; Font-Size:13pt; Fontstyle:Normal }
h4 {Font-Family:Arial, Helvetica; Font-Size:12pt; Fontstyle:Normal }
h5 {Font-Family:Arial, Helvetica; Font-Size:11pt; Fontstyle:Normal }
norm{Font-Family:Arial, Helvetica; Font-Size:13pt; Fontstyle:Normal }
normb{Font-Family:Arial, Helvetica; Font-Size:13pt; Fontstyle:Normal; font-weight:bold }
/*a:link{ text-decoration:underline; color:#435F3F }
a:visited{ text-decoration:underline; color:#334F2C } 
a:active{ text-decoration:underline; color:red } 

