/*	index	*/

/*	77%	->	75%	!!!	*/

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#index_top_spacer
{
	position: relative;
	float: left;
	width: 100%;
	height: 50%;
/*	margin-top: -16.5em;		*/	/*	half vertical height of index_content	*/
	margin-top: -18.5em;			/* SAFARI !!! */
}

#index_content
{
	clear: both;
/*	width: 62.5em; 	*/	/* 770px */
	width: 64em;			/*	NEW	*/
/*	height: 34em;	*/
/*	height: 37em;	*/		/* SAFARI !!! */		/*	removed Ernesto	*/
	margin-left: auto;
	margin-right: auto;
/*	background-color: aqua;	*/
	background-color: transparent;
	text-align: left;
/*	overflow: auto;	*/		/* allow content to scroll inside element */
	overflow: hidden;
/*	*
	background-image: url(/img/bg_test.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
*	*/
}

/*	Ernesto	*/

#index_main_header
{
	font-family: SerifHeader, "Times New Roman", "Times Roman", Times, serif;
/*	font-size: 4.166666666em;		too much in SAFARI: rounding bug...*/
	font-size: 4.1em;
	font-weight: bold;
/*	padding-top: 0.166666666em;	too much in SAFARI: rounding bug...*/
	padding-top: 0.16em;
	color: #e35064;
}

#content
{
}

#content_wrapper
{
/*	width: 62.5em; 	*/	/* 770px */
	width: 64em;			/*	NEW	*/
	margin: 0;
	padding: 0;
}

#content_content
{
/*	width: 62.5em; 	*/	/* 770px */
	width: 64em;			/*	NEW	*/
	height: 29.5em;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#index_content_left
{
	float: left;
	width: 38.5em;		/*	42	*/
	margin: 0;
	padding: 0;
	background-color: transparent;
/*	background-color: blue;	*/
}

#index_content_right
{
	float: left;
	width: 24em;		/*	20.5	*/
	margin: 0;
	padding: 0;
	background-color: transparent;
/*	background-color: lime;	*/
}

#index_content_left, #index_content_right
{
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}

#index_content_footer
{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;				/* without text */
	height: 1px;			/* without text */
	background-color: transparent;
/*	border: 1px solid red;	*/
}

#index_figur
{
	position: relative;
	width: 17.04545455em;		/* 210 px */
	top: 0;
	margin: 0;
	padding: 0;
	margin-left: 8em;
/*	border: 1px solid black;	*/
}

#index_logo
{
	position: relative;
	top: 0;
	width: 38.63636364em;		/* 476 px */
	margin: 0;
	padding: 0;
	margin-left: 3em;
	margin-top: -8em;
/*	border: 1px solid black;	*/
}

#navi_prim
{
	position: relative;
	top: 0;
	font-size: 1em;
/*	width: 50.5em;	*/
/*	width: 62.5em;	*/
	width: 64em;	/*	NEW	*/
/*	height: 1.14em;	*/
	height: 1.25em;	/*	NEW	*/
	margin: 0;
	padding: 0;
}

#navi_aux
{
	clear: both;
	position: relative;
	display: block;
	top: 0;
	font-size: 1em;
/*	width: 50.5em;	*/
/*	width: 62.5em;	*/
	width: 64em;	/*	NEW	*/
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	text-align: left;
}

/*	corrections from feedback style */

.prim_active:focus,
.prim_inactive:focus,
.prim_active:hover,
.prim_inactive:hover
{
	height:			1.25em	!important;
	margin-top:		0			!important;
	border-bottom:	0			!important;
}

.prim_active:active,
.prim_inactive:active
{
	height:				1.083333333em	!important;			/*	1.25 - 0.166666666	*/
	margin-top:			0.166666666em	!important;
/*	padding-bottom:	0.333333333em	!important;		*/	/*	0.50 - 0.166666666	*/
	border-bottom:		0					!important;
}

/*	end of corrections from feedback	style */

#navi_aux li		{ line-height: 1.833333333333333333333333333em;	}		/*	otherwise no correct align ?	*/

#navi_prim .prim_inactive:hover
{
/*	height: 1.14em;	*/
	height: 1.25em;	/*	NEW	*/
/*	background-color: #6f6f6f;	*/
/*	anschlaege		inherit from base.css
	background-color: #ff6600;
*/
/*	background-color: #98938b;	*/
	border: 0;
}

#navi_prim .prim_active
{
/*	height: 1.14em;	*/
	height: 1.25em;	/*	NEW	*/
	border: 0;
}

#navi_local
{
	margin: 0;
	margin-top: 1.6em;

/*	background-color: lime;	*/
}

.index_heute,
.index_news
{
	margin: 0;
	padding: 0;
	text-align: left;
/*	width: 20.5em;	*/
/*	width: 25em;	*/
	width: 28em;			/*		LITFEST	*/
	overflow: hidden;
/*	padding-bottom: 4em;	*/
/*	padding-bottom: 1em;	*/
}

.index_heute:hover h3,
.index_heute:hover h4,
.index_news:hover h3
{
/*	color: white;	*/
	color: #e35064;
}

.index_heute_header,
.index_news_header
{
	width: 4em;
	margin-top: 0.25em;
	text-align: right;
}

.index_heute_img,
.index_news_img
{
/*	width: 2.5em;	*/
/*	width: 3.246753247em;	*/	/* 40px */
	width: 3.333333333em;		/* NEW */
	text-align: center;
}

.index_heute_content,
.index_news_content
{
/*	width: 13em;	*/
/*	width: 17em;	*/
	width: 19em;			/*		LITFEST	*/
}

.index_heute_img,
.index_news_img,
.index_heute_header,
.index_news_header,
.index_heute_content,
.index_news_content
{
	float: left;
	display: block;
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}

.index_heute a,
.index_news a
{
	display: block;

	color: black;
	font-weight: bold;

	margin: 0;
	padding: 0.25em 0 0.5em 0;
}

.index_heute h4,
.index_news h4
{
	padding: 0;
	padding-top: 0.25em;
}

.index_heute span,
.index_news span
{
	display: block;

	font-size: 1em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
/*	padding-bottom: 1em;	*/
}

.index_news span
{
	padding-bottom: 0;
}

.index_news span.index_headline			/*	was h4	*/
{
	margin: 0;
	padding: 0.25em 0 0.25em 0;
	font-weight: bold;
}

.index_heute_footer,
.index_news_footer
{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;				/* without text */
	height: 1px;			/* without text */
	background-color: transparent;
/*	border: 1px solid red;	*/
}

#index_test
{
	margin-top: 2em;
	display: block;
/*	display: none;	*/
	clear: both;
}

#index_test a
{
	color: white;
}

.index_heute a.index_link,
.index_heute a.index_link:link,
.index_heute a.index_link:visited,
.index_news a.index_link,
.index_news a.index_link:link,
.index_news a.index_link:visited
{
	font-weight: normal;
	text-decoration: none;
}

.index_heute a.index_link:link .index_read_more,
.index_heute a.index_link:visited .index_read_more,
.index_news a.index_link:link .index_read_more,
.index_news a.index_link:visited .index_read_more
{
	font-weight: bold;
	text-decoration: none;
}

.index_heute a.index_link:hover,
.index_news a.index_link:hover
{
	font-weight: normal;
	text-decoration: none;
}

.index_heute a.index_link:hover *,
.index_news a.index_link:hover *
{
/*	color: white !important;	*/
	color: #e35064 !important;
}

.index_heute a.index_link:hover .index_read_more,
.index_news a.index_link:hover .index_read_more
{
	font-weight: bold;
	text-decoration: underline;
}

/*	.index_heute .index_read_more,	*/
.index_news .index_read_more
{
	text-align: right;
}


