div#information
{
	width: 710px;
	height: 510px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 20px;
}

div#spalte_links
{
	width: 220px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	height: 470px;
}

div#spalte_rechts
{
	width: 460px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 0px;
	float: right;
	overflow: auto;
	height: 470px;
}

div#inhalt h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	height: 20px;
}

div#inhalt p + h1
{
	margin-top: 10px;
}

div#inhalt h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div#inhalt p + h2
{
	margin-top: 20px;
}

div#inhalt p
{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}


div#inhalt ul
{
	margin: 0px 0px 30px 40px;
	padding: 0px 0px 0px 0px;
}

div#inhalt a
{
	text-decoration: none;
	font-weight: bold;
	color: #B61654;
	padding-left: 15px;
	margin-right: 40px;
}

a.link_intern
{
	background-image:  url(../assets/BgrLinkInhaltInternGross.gif);
	background-repeat: no-repeat;
}

a.link_extern
{
	background-image:  url(../assets/BgrLinkInhaltExternGross.gif);
	background-repeat: no-repeat;
}

div#inhalt table {
	font-size:12px;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border: 0;
	margin: 0px 0px 20px 0px;
}

div#inhalt th
{
	padding: 15px 0px 5px 0px;
}

div#inhalt td
{
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0px 10px 0px 5px;
	background-color: #EFEFEF;
	margin: 0px 0px 10px 5px;
}

div#inhalt table a
{
	text-decoration: none;
	font-weight: bold;
	color: #327376;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#inhalt .HintergrundFarbigHell
{
	background-color: #F2FFEA;
}

div#inhalt img
{
	border: 0px solid #53B3B7;
}
