@charset "utf-8";

html {
height:100%;
} 
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
body {
	height: 100%; 
	/*background-color: #cfd2d8;*/
	/*background-color: #dfe0e3;*/
	background-color: #FFF;
	margin: 12px;
}

/* FONTS */

P, OL, DIV, H1, H2 {
font-size: 10px;
line-height: 1.5em;
color: #000;
}
H1 { 
font-size: 14px; 
font-weight: bold;
margin: 0px 0px 5px 0px;
}
H2 { font-size: 11px; }
P, H2 { margin: 0px 0px 5px 0px; }

H3, H4 { 
font-size: 14px; 
line-height: 1.3em;
font-weight: bold;
}
.h4_front { 
font-size: 11px; 
line-height: 1.3em;
font-weight: bold;
margin: 8px 0px 8px 0px;
}
sup {  
vertical-align:top;  
font-size:0.8em;  
line-height:100%; 
}
sub {  
vertical-align:bottom;  
font-size:0.8em;  
line-height:100%;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

#formular {
	margin-left: 12px;
}


