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

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, a, table, tr, td, form, fieldset, legend, input, img {
	margin: 0;
	padding: 0;
}

/* HTML, Body und Tabellen werden mit CSS versorgen */
html, body {
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d7fa6 ;
	font-size: 32px;
}
h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 18px;
}
p {
	color: #666666;
}
a {
	color: #1d7fa6 ;

}
.clear {
	clear: both;
}