h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

h1
{
	font-size: 13px;
	padding: 0px 0px 10px 0px;
}

h2
{
	padding: 0px 0px 10px 0px;
}

.orange
{
	color: #fd7a28;
}

.table_img
{
	width: 100%;
	border-collapse: collapse;
}
.table_img td
{
	padding: 0px 0px 10px 0px;
}


/* Rahmen */
.frame_tl
{
	background-image: url(images/round_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.frame_tr
{
	background-image: url(images/round_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.frame_bl
{
	background-image: url(images/round_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.frame_br
{
	background-image: url(images/round_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: auto;
	width: 100%;
}
.frame_space
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
