body {
	background-color: #FFFFFF;
	margin: 0px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 11pt;
}


.content {
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

.borderimage {
	border: 1px solid #18567E;
}

hr {
	width: 95%;
	background-image: url(/images/hr.gif); 
	height: 1px; 
	border: 0px; 
	text-align: center;
}
.nomargin {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11pt;
}

a{
	color: #18567E;
}
a:hover{
	text-decoration: underline;
}

.small {
	font-size: 80%;
}
.even {
	background-color: #ECECEC;
}
.headerbg {
	background-color: #FFBE00;
}
.mainborders {
	/* 
	border-left: 1px dashed #FFBE00; 
	border-right: 1px dashed #FFBE00;
	border-bottom: 1px dashed #FFBE00;
	*/
	border: 1px dashed #FFBE00;
}
.sides {
	background-color: #B9CCD8;
}
.point {
	background-image:url(/images/kreis2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
.borderbottom {
	 border-bottom: 1px dashed #FFBE00; 
}
.height100p {
	height: 100%;
}