/***** CONTENT *****/
#content {
	width: 100%;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

#content a {
	color: #666699;
	text-decoration: underline;
}

p, td {
	font-family: verdana, sans serif, sans-serif;
	font-size: 10pt;
}

.float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

h1,
h1 strong,
.ueberschrift1 {
	font-size: 16pt;
	font-family: verdana, sans serif, sans-serif;
	font-weight: bold;
	text-align: left;
	/*color: #666699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666699;*/
}


h2,
.ueberschrift2 {
	font-size: 14pt;
	font-family: verdana, sans serif, sans-serif;
    font-weight: bold;
	text-align: left;
}

h3, h4, h5, h6,
.ueberschrift3 {
	font-size: 12pt;
	font-family: verdana, sans serif, sans-serif;
    font-weight: bold;
	text-align: left;
}

/****** Forms ****/
input,
textarea {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: 3px;
}
