#content h1 {
font-size:1.4em;
}
#content h2 {
font-size:1.3em;
}
#content h3 {
font-size:1.2em;
}
DIV.infolink {
	width:100%;
	text-align:right;
	}

DIV.infolink A {
	text-decoration:none;
	font-weight:bold;
	color:#005A50;
	font-size:0.7em;
	}

div.terminOrga  {
	font-family:arial;
	padding-left:5px;
	margin:0px;
	color:black;
	font-size:0.7em;
}



BODY.content {
	font-family:arial;
	padding:0px;
	margin:0px;
	color:black;
	font-size:0.9em;

}

BODY.content p {
	font-family:arial;
	padding:0px;
	margin:0px;
	color:black;
	font-size:0.9em;
}


/*
	body table
	- builds layout
	- ensures 100% height
*/

TABLE {
	font-size:1em;
}

TABLE.bodyFrame {
	height:100%;
}

TABLE.bodyFrame TD {
	vertical-align:top;
}

TABLE.bodyFrame TD.bf_logo {
	width:180px;
	height:148px;
}

TABLE.bodyFrame TD.bf_headline_c1 {
	height:36px;
	background-color:#F5FAF9;
}

TABLE.bodyFrame TD.bf_headline_r1 {
	width:220px;
	background-color:#E9F4F3;
}

TABLE.bodyFrame TD.bf_headline_yb {
	height:4px;
	background-color:#FFBE00;
}

TABLE.bodyFrame TD.bf_headline_gb {
	height:21px;
	background-color:#EBE8D0;
}

TABLE.bodyFrame TD.bf_headline_menu {
	height:20px;
	background-color:#EBE8D0;
}

TABLE.bodyFrame TD.bf_headline_c {
	height:63px;
	background-image:url(../Images/fillHeaderRight.gif);
}

TABLE.bodyFrame TD.bf_content_left {
	background-image:url(../Images/fillBarLeft.gif);
}

TABLE.bodyFrame TD.bf_content {
	width:460px;
	padding-top:20px;
	background-color:#F5FAF9;
	text-align:justify;
}

TABLE.bodyFrame TD.bf_content_rightmargin {
	width:40px;
	background-color:#F5FAF9;
}

TABLE.bodyFrame TD.bf_content_teaser {
	width:200px;
	background-color:#E9F4F3;
	padding:40px 10px 10px 10px;
}

TABLE.bodyFrame TD.bf_content_submenu {
	width:460px;
	height:40px;
	vertical-align:bottom;
	border-bottom-style:solid;
	border-bottom-color:#FFBE00;
	border-bottom-width:1px;
	background-color:#F5FAF9;
	padding-bottom:2px;
	font-size:0.9em;
}

TABLE.bodyFrame TD.bf_footer_yb {
	height:4px;
	background-color:#FFBE00;
}

TABLE.bodyFrame TD.bf_footer_menu {
	height:25px;
	background-color:#EBE8D0;
	text-align:right;
	padding:4px 40px 3px 20px;
}

TABLE.bodyFrame TD.bf_footer_right {
	height:25px;
	background-color:#EBE8D0;
}


/*
	top menu divs
*/

TABLE.bodyFrame TD.bf_headline_menu DIV.item {
	font-weight:bold;
	float:left;
	margin-right:24px;
}

TABLE.bodyFrame TD.bf_headline_menu DIV.item A {
	text-decoration:none;
}

TABLE.bodyFrame TD.bf_headline_menu DIV.item A.active {
	color:#DC8700;
}

TABLE.bodyFrame TD.bf_headline_menu DIV.item A.passive {
	color:#008273;
}

TABLE.bodyFrame TD.bf_headline_menu DIV.item A.passive:hover {
	color:DC8700;
}


/*
	content menu divs
*/

TABLE.bodyFrame TD.bf_content_submenu DIV.item {
	float:left;
	margin-right:16px;
}

TABLE.bodyFrame TD.bf_content_submenu DIV.item A {
	text-decoration:none;
}

TABLE.bodyFrame TD.bf_content_submenu DIV.item A.active {
	color:#DC8700;
}

TABLE.bodyFrame TD.bf_content_submenu DIV.item A.passive {
	color:#008273;
}

TABLE.bodyFrame TD.bf_content_submenu DIV.item A.passive:hover {
	color:DC8700;
}


/*
	footer menu divs
*/

TABLE.bodyFrame TD.bf_footer_menu DIV.item {
	font-weight:bold;
	float:right;
	margin-left:24px;
}

TABLE.bodyFrame TD.bf_footer_menu DIV.item A {
	text-decoration:none;
}

TABLE.bodyFrame TD.bf_footer_menu DIV.item A.active {
	color:#DC8700;
}

TABLE.bodyFrame TD.bf_footer_menu DIV.item A.passive {
	color:#008273;
}

TABLE.bodyFrame TD.bf_footer_menu DIV.item A.passive:hover {
	color:DC8700;
}


/*
	teaser format
*/
/*
TABLE.bodyFrame TD.bf_content_teaser DIV.headline {
	background-color:#AACFC7;
	padding:3px 10px 4px 10px;
	border-bottom-style:solid;
	border-bottom-color:#77AB9F;
	border-bottom-width:2px;
}

TABLE.bodyFrame TD.bf_content_teaser DIV.headline A {
	text-decoration:none;
	font-weight:bold;
	color:#005A50;
}

TABLE.bodyFrame TD.bf_content_teaser DIV.text {
	background-color:#CEE4E0;
	padding:4px 10px 10px 10px;
	margin-bottom:20px;
}
wurde durch die folgenden styles ersetzt und gleichzeitig für die Termine verwandt
*/
DIV.headline {
	background-color:#AACFC7;
	padding:3px 10px 4px 10px;
	border-bottom-style:solid;
	border-bottom-color:#77AB9F;
	border-bottom-width:2px;
}


DIV.headline A {
	text-decoration:none;
	font-weight:bold;
	color:#005A50;
	}

DIV.text {
	background-color:#CEE4E0;
	padding:4px 10px 10px 10px;
	margin-bottom:20px;
	font-size: 0.9em;
}
