@charset "UTF-8";
/* CSS Document */

div_formular
{
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.3;

}

body {
background-color: #323232;
color: #f2f2f2;
margin: 0 0 0 40px;
}

.h1 {
color: #f2f2f2;
font-size: 16px;
font-weight: bold;

}

.h2 {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

table {
background-color: #222222;
color: #f2f2f2;

}

th {
padding: 10px 0 10px 10px;
}