/*css layout formatting done by mtness    *\
	on behalf of primel.net
	for http://jungius-stiftung.de
\*              2008-11-13                */

 * { margin:0; border: 0; padding: 0; }

#logo, #menu, #submenu, #impressum { display: none; }

#logo_print {
	width: 845px;
	height: 168px;
	margin: 30px auto 0px auto;
}
#line3{
	border-top: 1px solid #fee000;
	border-bottom: 1px solid #a28258;
	width: 845px;
	height: 3px;
	margin: 30px auto 0 auto;
	text-align: center;
	clear: both;
	padding: 0;
	line-height: 0;
}

#content{
	margin: 100px auto 0 auto;
	display: block;
	width: 845px;
	overflow: visible;
	min-height: 210px;
}

#left{
	float: left;
	left: 0px;
	width: 450px;
	margin-left: 50px;
	margin-bottom: 100px;
}

#right{
	float: right;
	right: 0px;
	width: 230px;
	margin-right: 50px;
	margin-top: 16px;
}

#left p{ 
	margin: 0;
	font-family: Times;
	font-size: 13pt;
	line-height: 150%;
	font-weight: normal;
}

#left h1{
	font-family: Times;
	font-size: 15pt;
	font-weight: bold;
}

#left h2{
	font-family: Times;
	font-size: 13pt;
	color: #755328;
	font-weight: normal;
}

#left h3{
	font-family: Times;
	font-size: 13pt;
	line-height: 150%;
	font-weight: normal;
}

/* content elements formatting */
/* ************************************************************************** */

/* #content_wrap h1 { font: 18px georgia; margin: 0px; padding: 32px 0 8px 0; }
#content_wrap h2 { font-size: 1.0em; margin: 0px; padding: 0 0 8px 0; }
#content_wrap h3 { font-size: 1.0em; margin: 0px; padding: 0 0 8px 0; }
#content_wrap h4 { font-size: 1.0em; margin: 0px; padding: 0 0 8px 0; }
#content_wrap p  { margin: 0; padding: 12px 0 12px 0; font-size: 0.8em; line-height: 1.3; }
#content_wrap ul { margin: 0 0 8px 16px; padding: 0 0 8px 0; }
#content_wrap em { font-style: normal; color: #fff; margin:0px; }
#content_wrap li { margin-bottom: 5px; }

#content_wrap a { color: #666; text-decoration: none; }

#content_wrap a:link:after, 
#content_wrap a:visited:after
{
   content: " ( " attr(href) " ) ";
   text-decoration: none; 
}



 */