/*--- input ----*/
INPUT,TEXTAREA,.INPUT  {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : blue;
}

.btn {
	color : black;
	font-weight : bold;
}

/*--- Textseiten ----*/
BODY  {
	font-size : 10pt;
	font-family : arial,sans-serif;
	font-weight : normal;
	background-attachment :  fixed;
/*	background-image : url("background.jpg");*/
	background-position :  center;
	background-repeat : no-repeat;}

P,TD  {
	font-family : arial,sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

B  {
	font-size : 10pt;
	font-family : arial,sans-serif;
	font-weight : 600;
}

H1  {
	font-family : arial,sans-serif;
	font-size : 18pt;
	font-weight : bold;
}

H2  {
	font-size : 13pt;
	font-family : arial,sans-serif;
	font-weight : bold;
}

H3  {
	font-size : 11pt;
	font-family : arial,sans-serif;
	font-weight : bold;
}

TH  {
	font-family : arial,sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

