/* css layout formatting for parmenides-foundation.org  *\
\*                      2008-11-27                      */

* { margin:0; border: 0; padding: 0; }

/* basic layout */
/* ************************************************************************** */

body
{
	color: #000;
	background: #fff top;
	font-family: Arial, verdana, sans serif;
	font-size: 12px;
	line-height: 1.4;
	overflow-y: scroll;
}

#sidebar,
#header,
#passepartout-bg,
#passepartout-bg-img,
#footer
{
	position: absolute;
	left: 0;
}

#passepartout
{
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	z-index: 1;
}

	#canvas
	{
		width: 960px;
		height: 100%;
		display: block;
		margin: 0 auto;
	}

		#container
		{
			/* background: green; */
			/* margin: 242px 0 0 0; */
			/* padding: 0 0 32px 0; */
		}

			#middle
			{
				position: relative;
				display: block;
				width: 512px;
				margin: 116px 0 0 200px;
				padding: 0;
				background: #fff;
				float: left;
			}


				/* content-box background */
				#content-bg,
				.content-divider
				{
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 200px;
					height: 1px;
					background: rgb(000,048,101);
					border-right: 8px solid rgb(227,230,240);
					border-bottom: 5px solid rgb(227,230,240);
					/* overflow: hidden; */
				}

				.content-divider
				{
					position: relative;
					left: -16px;
					margin: 16px 0;
					clear: both;
				}

				#content-img img
				{
					position: relative;
					top: 16px;
					left: 16px;
					width: 480px;
					margin: 0 0 16px 0;
				}

				#content
				{
					padding: 16px 16px 64px 16px;
				}

					html > body .t3al {
						height: 0;
						line-height: 0;
						font-size: 0.1px;
						overflow: hidden;
						margin-top: -132px;
						padding-top: 132px;
					}
					html > body #c911.t3al {
						display: block;
						height: 0;
						width: 100%;
						background: red;
						line-height: 0;
						font-size: 0.1px;
						overflow: hidden;
						margin-top: 0;
						padding-top: 0;
					}

					.c-el { clear: both; }

						#eflux-gheader img { float: left; padding: 16px 20px 20px 0; }
						#content #eflux-gheader h1 { float: left; }
						#content #eflux-gheader h1 img { float: left; padding: 8px 0 0 0; }

						#eflux-gheader { clear: both; }

					/* 3 column content */
					.c-3cols
					{
						padding: 0 0 0 0;
						clear: both;
					}
					#content .c-3cols h2 { margin: 0 0 6px 0; padding: 0; }
						.c3-left
						{
							width: 149px;
							padding: 0 16px 16px 0;
							float: left;
						}
						.c3-middle
						{
							width: 149px;
							padding: 0 16px 16px 0;
							float: left;
						}
						.c3-right
						{
							width: 149px;
							padding: 0 0 16px 0;
							float: left;
						}
							/* 3col header */
							#content h3.c3-h
							{
								font-weight: bold;
								background: rgb(072,101,149);
								margin: 0 0 6px 0;
								/* padding: 2px 0 2px 4px; */
								color: #fff;
							}
							#content .research h3.c3-h { background: rgb(246,163,000) !important; }
							#content .education h3.c3-h { background: rgb(124,031,025) !important; }
							#content .application h3.c3-h { background: rgb(000,140,217) !important; }
							#content h3.c3-h a
							{
								display: block;
								color: #fff;
								padding:2px 0 2px 4px;
							}

							#content .research h3.c3-h a:hover { text-decoration: none; background: rgb(255,198,086) !important; }
							#content .education h3.c3-h a:hover { text-decoration: none; background: rgb(167,096,092) !important; }
							#content .application h3.c3-h a:hover { text-decoration: none; background: rgb(095,186,236) !important; }


							/* 3col content */
							.c3-c { font-size: 11px; }

					/* 2 column content */
					.c-2cols
					{
						padding: 0 0 0 0;
						clear: both;
					}
					#content .c-2cols h2 { margin: 0 0 6px 0; padding: 0; }
						.c2-left
						{
							width: 232px;
							padding: 0 16px 16px 0;
							float: left;
						}
						.c2-right
						{
							width: 232px;
							padding: 0 0 16px 0;
							float: left;
						}
							/* 2col header */
							#content h3.c2-h
							{
								font-weight: bold;
								background: rgb(072,101,149);
								margin: 0 0 6px 0;
								/* padding: 2px 0 2px 4px; */
								color: #fff;
							}
							#research #content h3.c3-h,
							#research #content h3.c2-h { background: rgb(246,163,000); }
							#education #content h3.c3-h,
							#education #content h3.c2-h { background: rgb(124,031,025); }
							#application #content h3.c3-h,
							#application #content h3.c2-h { background: rgb(000,140,217); }
							#content h3.c2-h a
							{
								display: block;
								color: #fff;
								padding: 2px 0 2px 4px;
							}
							#research #content h3.c3-h a:hover,
							#research #content h3.c2-h a:hover { text-decoration: none; background: rgb(255,198,086); }
							#education #content h3.c3-h a:hover,
							#education #content h3.c2-h a:hover { text-decoration: none; background: rgb(167,096,092); }
							#application #content h3.c3-h a:hover,
							#application #content h3.c2-h a:hover { text-decoration: none; background: rgb(095,186,236); }

							/* 2col content */
							.c2-c { font-size: 11px; }

			#right
			{
				display: block;
				width: 216px;
				margin: 116px 16px 0 16px;
				padding: 0 0 16px 0;
				float: left;
			}

				/* right-box-generic */
				.rb-g { border-bottom: 4px solid rgb(072,101,149); }

				/* right-box-research */
				.rb-r { border-bottom: 4px solid rgb(246,163,000); }

				/* right-box-education */
				.rb-e { border-bottom: 4px solid rgb(124,031,025); }

				/* right-box-application */
				.rb-a { border-bottom: 4px solid rgb(000,140,217); }

				/* right-box eflux */
				.rb-eflux { border-bottom: 4px solid rgb(000,095,175); }

				.rb-g,
				.rb-r,
				.rb-e,
				.rb-a,
				.rb-eflux { position: relative; margin-bottom: 16px; }

					/* right box background */
					.rb-bg
					{
						position: absolute;
						top: 0;
						left: 0;
						width: 64px;
						height: 1px;
						background: rgb(000,048,101);
						border-right: 8px solid rgb(227,230,240);
						border-bottom: 5px solid rgb(227,230,240);
						z-index: 1;
					}

					/* right box header */
					.rb-h
					{
						position: relative;
						top: 0;
						left: 0;
						padding: 20px 8px 0 16px;
						background: #fff;
					}

					/* right-box-content */
					.rb-c
					{
						background: #fff;
						padding: 0 8px 2px 16px;
					}

					.rb-c img { float: right; }

#sidebar
{
	top: 0;
	z-index: 84;
	width: 100%;
}
	#sidebar-center
	{
		position: relative;
		width: 960px;
		display: block;
		margin: 0 auto;
		background: rgb(227,230,240);
	}

		#sidebar-content
		{
			position: absolute;
			top: 0px;
			left: 0px;
			display: block;
			width: 200px;
			border-top: 16px solid #fff;
			/* background: red; */
		}

			#logo
			{
				position: absolute;
				top: 32px;
				left: 32px;
				width: 102px;
				height: 148px;
				display: block;
			}

			#menu
			{
				position: absolute;
				top: 232px;
				left: 0;
				width: 186px;
				height: 523px;
				display: block;
				/* background: orange; */
			}

#header
{
	top: 0;
	z-index: 42;
	width: 100%;
	height: 116px;
}
	#header-center
	{
		position: relative;
		width: 960px;
		height: 100px;
		display: block;
		margin: 0 auto;
		border-top: 16px solid #fff;
		background: rgb(227,230,240);
	}

		#header-bar
		{
			position: absolute;
			top: 197px;
			left: 18px;
			display: block;
			width: 958px;
			height: 22px;
			background: #000;
		}

		#header-deco
		{
			position: absolute;
			top: 219px;
			left: 718px;
			display: block;
			width: 262px;
			height: 23px;
		}

		#service-menu
		{
			position: absolute;
			top: 0;
			left: 728px;
			display: block;
			width: 216px;
			padding: 0 4px 0 0;
			height: 20px;
			line-height: 20px;
			background: #fff;
			text-align: right;
		}

		#rootline
		{
			position: absolute;
			top: 0;
			right: 244px;
			min-width: 386px;
			display: block;
			height: 20px;
			line-height: 20px;
			text-align: right;
		}

#footer 
{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -1px; /*ugly fix for IE*/
	left: 0;
	color: #000;
	z-index: 235;
}
	#footer-center
	{
		width: 960px;
		height: 100%;
		display: block;
		margin: 0 auto;
		border-top: 1px solid rgb(000,048,101);
		background: #fff;
	}

		#footer-menu
		{
			position: relative;
			top: 0;
			left: 18px;
			display: block;
			width: 958px;
			height: 22px;
			background: #000;
		}

		#footer-deco
		{
			position: relative;
			top: 0;
			left: 18px;
			display: block;
			width: 958px;
			height: 10px;
		}

		#footer-deco {  }

#passepartout-bg-img 
{
	width: 100%;
	height: 100%;
	top: 0; /*ugly fix for IE*/
	left: 0;
	color: #000;
	z-index: 0;
}
	#passepartout-bg-center-img
	{
		width: 960px;
		height: 100%;
		display: block;
		margin: 0 auto;
		background: rgb(227,230,240);
	}

	#passepartout-bg-center-img {  }

body>div#sidebar,
body>div#header,
body>div#passepartout-bg,
body>div#passepartout-bg-img,
body>div#footer
{
	position: fixed;
}

/* service-menu & rootline */
/* ************************************************************************** */

#service-menu a,
#rootline a { font: 11px Arial; text-decoration: none; color: rgb(000,048,101); margin: 0 4px; }
#service-menu a:hover,
#rootline a:hover { text-decoration: underline; }

/* menu */
/* ************************************************************************** */

#nav, #nav ul { list-style: none; font: 11px arial; }

#nav li { width: 132px; margin: 0 0 4px 0; }

#nav li a { display: block; padding: 0 0 0 0; text-decoration: none; color: rgb(000,048,101); }
#nav li a:hover { background: #fff; }
#nav li a.selected { background: #fff; font-weight: bold; }

#nav li#n1, #nav li#n2, #nav li#n7, #nav li#n9 { margin: 14px 0 4px 0; }

#nav ul { margin: 0 0 4px 0; }

#nav ul li { margin: 0 0 2px 0; width: 200px; }

#nav ul li a { padding: 0 0 0 0; }
#nav ul li a:hover { background: none; }
#nav ul li a.selected { background: none; font-weight: bold; }


#content .eidosmenu { position: relative; left: -4px; list-style: none; width: 496px; height: 20px; margin: 0 0 18px 0; }

#content .eidosmenu li { float: left; width: 108px; margin: 0 4px; padding: 0; background-image: none; }
#content .eidosmenu li.backlink { width: 16px; }

#content .eidosmenu li a { display: block; color: #fff; padding: 2px 0 2px 2px; }

#content .eidosmenu li.blanklink { width: 16px; background: rgb(125,144,182); display: block; padding: 2px 0 2px 4px; }
#content .eidosmenu li a { background: rgb(072,101,149); }
#content .eidosmenu li a:hover,
#content .eidosmenu li a.selected { background: rgb(125,144,182); text-decoration: none; }

#research #content .eidosmenu li.blanklink { width: 16px; background: rgb(255,188,056); display: block; padding: 2px 0 2px 4px; }
#research #content .eidosmenu li a { background: rgb(246,163,000) !important; }
#research #content .eidosmenu li a:hover,
#research #content .eidosmenu li a.selected { background: rgb(255,188,056) !important; }

#research.eflux #content .eidosmenu li.blanklink { width: 12px; background: rgb(000,095,175); display: block; padding: 2px 0 2px 4px; }
#research.eflux #content .eidosmenu li a { background: rgb(000,095,175) !important; }
#research.eflux #content .eidosmenu li a:hover,
#research.eflux #content .eidosmenu li a.selected { background: rgb(125,144,182) !important; }

#education #content .eidosmenu li.blanklink { width: 16px; background: rgb(160,082,078); display: block; padding: 2px 0 2px 4px; }
#education #content .eidosmenu li a { background: rgb(124,031,025) !important; }
#education #content .eidosmenu li a:hover,
#education #content .eidosmenu li a.selected { background: rgb(160,082,078) !important; }

#application #content .eidosmenu li.blanklink { width: 16px; background: rgb(074,177,236); display: block; padding: 2px 0 2px 0; }
#application #content .eidosmenu li a { background: rgb(000,140,217) !important; }
#application #content .eidosmenu li a:hover,
#application #content .eidosmenu li a.selected { background: rgb(074,177,236) !important; }


/* content formatting */
/* ************************************************************************** */

#right { font: 12px arial; line-height: 18px; }

#content h1 { font-size: 28px; margin: 16px 0 20px 0; padding: 0; line-height: 28px; color: rgb(000,048,101); }
#content h2 { font: 12px Arial; font-weight: bold; margin: 0 0 0 0; line-height: 18px; color: rgb(000,048,101); }
#content h2 img { margin: 0 0 2px 0; clear: both; }
#content h3 { font: 12px Arial; font-weight: bold; margin: 0 0 16px 0; line-height: 18px; color: rgb(000,048,101); }
#content h4 { font: 12px Arial; font-style: normal; line-height: 18px; }
#content h5 { font: 12px Arial; font-style: normal; }
#content h6 { font: 12px Arial; font-style: normal; }

#content h2.structure-res ,
#content h2.structure-edu ,
#content h2.structure-app { color: #fff; width: 144px; height: 18px; margin: 0 0 4px 0; padding: 2px 0 2px 4px; overflow: hidden; }
#content h2.structure-res { background: rgb(246,163,000) !important; }
#content h2.structure-edu { background: rgb(124,031,025) !important; }
#content h2.structure-app { background: rgb(000,140,217) !important; }
#content h2.structure-res a,
#content h2.structure-edu a,
#content h2.structure-app a
{
	position: relative;
	top: -2px;
	left: -4px;
	width: 148px;
	height: 20px;
	padding: 2px 0 2px 4px;
	display: block;
	color: #fff;
}
#content h2.structure-res a:hover { text-decoration: none; background: rgb(255,198,086) !important; }
#content h2.structure-edu a:hover { text-decoration: none; background: rgb(167,096,092) !important; }
#content h2.structure-app a:hover { text-decoration: none; background: rgb(095,186,236) !important; }
        
#content p { font-size: 1em; margin: 0 0 0 0; padding: 0 16px 16px 0; /* width: 480px; display: block; */ }
#content p.imgwrap { padding: 0 0 16px 0; }

#content b,
#content strong { color: rgb(000,048,101); }

#content .pre { color: rgb(000,048,101); clear: both; }
#content .videolink { position: relative; padding: 12px; background: rgb(227,230,240); float: left; clear: both; margin: 0 0 16px 0; width: 455px; }
#content .video-divider {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background: rgb(000,048,101);
	border-right: 8px solid #fff;
	border-bottom: 5px solid #fff;
}

#content a { font-weight: bold; color: rgb(072,101,149); }
span.link { font-weight: bold; color: rgb(072,101,149); cursor: pointer;}
a:link   { text-decoration: none; }
a:active { text-decoration: none;}
a:visited{ text-decoration: none;}
a:hover  { text-decoration: underline;}

#content i,
#content em {  }
#content ul { list-style: none; margin: 0 0 16px 0; }
#content li { margin: 0 0 5px 0; padding: 0 0 0 16px; background: 0 5px no-repeat url(../images/ul-li.gif); }
#content ol { margin: 0 0 0 24px; }
#content ul strong { color: rgb(000,048,101); }

#content table { padding: 0 16px 16px 0; }
#content table tr {  }
#content table td { vertical-align: top; padding: 0 0 6px 0; }
#content table td.td-0 { width: 80px; }


#content a#oellinger
{  
	display: block;
	width: 124px;
	height: 0;
	padding: 180px 0 0 0;
	overflow: hidden;
	background: 0 0 no-repeat url(../../redakteure/people/michael.jpg);
}
#content a#oellinger:hover
{  
	background: 0 0 no-repeat url(../../redakteure/people/michael2.jpg);
}


#right { font: 11px arial; line-height: 14px; color: rgb(000,048,101); }

#right h1 { font: 14px Arial; font-weight: bold; line-height: 18px; color: rgb(072,101,149); margin: 0 0 8px 0; }
#right h2 { font: 14px Arial; font-weight: bold; line-height: 18px; color: rgb(072,101,149); }
#right h3 { font: 11px Arial; font-weight: bold; }
#right h4,
#right h5,
#right h6 { font-size: 1em; font-style: normal; }
#right p  { margin: 0; padding: 0 0 12px 0; }

#right b,
#right strong { color: rgb(000,048,101); }

#right a { font-weight: bold; color: rgb(072,101,149); }
#right a:link   { text-decoration: none; }
#right a:active { text-decoration: none;}
#right a:visited{ text-decoration: none;}
#right a:hover  { text-decoration: underline;}


/* ************************************************************************** */

#right td { padding: 0 0 8px 0; }

#right .tx-felogin-pi1 legend { display: none; }

#right .tx-felogin-pi1 p { margin: 0 0 10px 0; padding: 0; font-size: 11px; }

#right .tx-felogin-pi1 div { clear: both; margin: 0 0 10px 0; }

#right .tx-felogin-pi1 label { display: inline-block; width: 50px; padding: 0 10px 0 0; }

#right .tx-felogin-pi1 input { border: 1px solid #ccc; width: 120px; padding: 1px; margin: 0 0 0 64px; }

#right .tx-felogin-pi1 input#user { margin: 0; }
#right .tx-felogin-pi1 input#pass { margin: 0; }


#content .tx-felogin-pi1 legend { display: none; }

#content .tx-felogin-pi1 p { margin: 0 0 10px 0; padding: 0; font-size: 11px; }

#content .tx-felogin-pi1 div { clear: both; margin: 0 0 10px 0; }

#content .tx-felogin-pi1 label { display: inline-block; width: 50px; padding: 0 10px 0 0; }

#content .tx-felogin-pi1 input { border: 1px solid #ccc; width: 120px; height: auto; padding: 1px; margin: 0 0 0 64px; float: none; }

#content .tx-felogin-pi1 input#user { margin: 0; }
#content .tx-felogin-pi1 input#pass { margin: 0; }


#content .csc-sitemap ul ul { margin: 4px 0 16px 0; }

/* powermail styling */
/* ************************************************************************* */

#content fieldset.tx-powermail-pi1_fieldset legend { display: none; }

#content fieldset.tx-powermail-pi1_fieldset input, 
#content fieldset.tx-powermail-pi1_fieldset textarea {
	border-color: #E3E6F0;
	border-style:solid;
	border-width:1px;
	padding: 1px
}
#content fieldset.tx-powermail-pi1_fieldset select {
	border: 1px solid #E3E6F0;
	padding: 0px
}


#content fieldset.tx-powermail-pi1_fieldset legend {
	font-weight: bold;
}
#content fieldset.tx-powermail-pi1_fieldset p{
	width: 200px;
	text-align: right;
	margin: 20px 0 5px 0;
	padding: 0;
}
/* Style labels */
#content fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
	margin: 4px 0 0 10px;
	padding: 1px 0;
	text-align: right;
	/* background: red; */
}
/* Style input fields */
#content fieldset.tx-powermail-pi1_fieldset input,
#content fieldset.tx-powermail-pi1_fieldset select{
	width: 300px;
	margin: 4px 0 0 10px;
}
#content fieldset.tx-powermail-pi1_fieldset input:hover,
#content fieldset.tx-powermail-pi1_fieldset textarea:hover {
	border-color:#003065;
	background: #E3E6F0;
}
#content fieldset.tx-powermail-pi1_fieldset input:focus,
#content fieldset.tx-powermail-pi1_fieldset textarea:focus {
	border-color: #003065;
	background: #fff;
}
#content fieldset.tx-powermail-pi1_fieldset textarea {
	font: 13px arial;
	width: 300px;
	height: 123px;
	margin: 4px 0 0 10px;
	overflow: auto;
	padding: 1px;
}
#content fieldset.tx-powermail-pi1_fieldset input.powermail_file {
	height: 24px;
}

#content fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	width: 200px;
	height: 24px;
	margin: 10px 0 0 120px
}
#content div.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_check {
	margin: 10px 0 20px 0;
}
#content .tx_powermail_pi1_fieldwrap_html_check div{
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 0 5px 0;
	/* background: red;*/
}

#content fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check div label {
	padding: 0;
}

#content fieldset.tx-powermail-pi1_fieldset input.powermail_check{
	border: 0;
	width: 16px;
	height: 16px;
	margin: 1px 0 0 10px;
}
/* Increase margin between every field */
#content div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
}
#content div.powermail_mandatory_js { margin: 0 0 0 210px }
#content div.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_label { margin: -10px 0 10px 214px; font-size: 0.9em }



#content .tx_powermail_pi1_fieldwrap_html_date .jscalendar_cb { width: 10px; float: left; margin: 4px 0 0 10px; }

#content .tx_powermail_pi1_fieldwrap_html_date .jscalendar { width: 182px; float: left; margin: 0 4px 0 4px; }

#content .tx_powermail_pi1_fieldwrap_html_date .date2cal_img_help { clear: both; }
#content .tx_powermail_pi1_fieldwrap_html_date span { clear: both; }
#content .tx_powermail_pi1_fieldwrap_html_date span div { clear: both; font-size: 10px; padding: 0 0 0 130px; }

#content .tx_powermail_pi1_fieldwrap_html_file input { width: 100px; }

#content .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_file { 
	height: 24px;
}

#content .tx_powermail_pi1_formconfirmation_back { float: left; margin: 0 10px 0 0; }
#content .tx_powermail_pi1_formconfirmation_back input { 
	border-color: #E3E6F0;
	border-style:solid;
	border-width:1px;
	padding: 1px;
}

#content .tx_powermail_pi1_formconfirmation_submit { float: left; }
#content .tx_powermail_pi1_formconfirmation_submit input {
	border-color: #E3E6F0;
	border-style:solid;
	border-width:1px;
	padding: 1px;
}




.tx-prmefluxfe-pi1 .dl-item			{ clear: both; float: left; padding: 0 0 32px 0; }

.tx-prmefluxfe-pi1 .filedate		{ float: left; margin: 0 8px 0 0; padding: 0 0 4px 0; }
.tx-prmefluxfe-pi1 .author			{ float: left; padding: 0 0 4px 0; }

.tx-prmefluxfe-pi1 .title			{ clear: left; padding: 0 0 4px 0; font-weight: bold; }
.tx-prmefluxfe-pi1 .description		{ clear: left; padding: 0 0 4px 0; }
.tx-prmefluxfe-pi1 .doctype			{ clear: left; float: left; margin: 0 8px 0 0; }

.tx-prmefluxfe-pi1 .doctype.pdf			{ width: 32px; height: 0; padding: 32px 0 0 0; overflow: hidden; background: 0 0 no-repeat url(../images/icons/pdf-icon.gif); }
.tx-prmefluxfe-pi1 .doctype.doc			{ width: 32px; height: 0; padding: 32px 0 0 0; overflow: hidden; background: 0 0 no-repeat url(../images/icons/doc-icon.gif); }
.tx-prmefluxfe-pi1 .doctype.ppt			{ width: 32px; height: 0; padding: 32px 0 0 0; overflow: hidden; background: 0 0 no-repeat url(../images/icons/ppt-icon.gif); }
.tx-prmefluxfe-pi1 .doctype.txt			{  }

.tx-prmefluxfe-pi1 .link			{ float: left; line-height: 32px; }


/* comments styling */
/* ************************************************************************* */

.tx-comments-comment-1,
.tx-comments-comment-2 {
	margin: 0 0 24px 0 !important;
	border: 0px !important;
	border-top: 1px solid #E3E6F0 !important;
	padding: 10px 0 10px 0 !important;
}

.tx-comments-pi1 .content-divider {  }

#content .tx-comments-pi1 h2 { margin: 0 0 16px 0; }

#content .tx-comments-comment-form fieldset input, 
#content .tx-comments-comment-form fieldset textarea {
	margin: 4px 0 0 10px;
	border-color: #E3E6F0;
	border-style:solid;
	border-width:1px;
	padding: 1px
}
#content .tx-comments-comment-form fieldset select {
	border: 1px solid #E3E6F0;
	padding: 0px
}


#content .tx-comments-comment-form fieldset legend {
	font-weight: bold;
}
#content .tx-comments-comment-form fieldset p{
	width: 200px;
	text-align: right;
	margin: 20px 0 5px 0;
	padding: 0;
}
/* Style labels */
#content .tx-comments-comment-form fieldset  label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	padding: 1px 0;
	text-align: right;
	/* background: red; */
}
/* Style input fields */
#content .tx-comments-comment-form fieldset input,
#content .tx-comments-comment-form fieldset select{
	width: 300px;
	margin-left: 10px;
}
#content .tx-comments-comment-form fieldset input:hover,
#content .tx-comments-comment-form fieldset textarea:hover {
	border-color:#003065;
	background: #E3E6F0;
}
#content .tx-comments-comment-form fieldset input:focus,
#content .tx-comments-comment-form fieldset textarea:focus {
	border-color: #003065;
	background: #fff;
}
#content .tx-comments-comment-form fieldset textarea {
	font: 13px arial;
	width: 300px;
	height: 123px;
	margin-left: 10px;
	overflow: auto;
	padding: 1px;
}
#content .tx-comments-comment-form fieldset input#tx_comments_pi1_submit,
#content .tx-comments-comment-form fieldset input#tx_comments_pi1_reset {
	width: 200px;
	height: 20px;
	margin: 10px 0 0 110px
}

#content .tx-pagebrowse-pi1 li { background: none; margin: 0 4px; padding: 0; }

#content .tx-pagebrowse-pi1 .tx-pagebrowse-first {  }
#content .tx-pagebrowse-pi1 .tx-pagebrowse-prev {  }

#content .tx-pagebrowse-pi1 .tx-pagebrowse-pages li {  }

#content .tx-pagebrowse-pi1 .tx-pagebrowse-next {  }
#content .tx-pagebrowse-pi1 .tx-pagebrowse-last {  }

/* search & input elements formatting */
/* ************************************************************************** */

#content #search
{
	float: left;
}
#content #search fieldset 
{
	margin: 0;
	border: 0;
	padding: 0;
}
#content input,
#content select,
#content input.search_input {
	float: left; 
	border-color: #E3E6F0;
	border-style:solid;
	border-width:1px;
}
#content input,
#content select {
	margin: 0;
	padding: 1px;
	width: 256px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
}


#content input:hover,
#content select:hover,
#content input.search_input:hover {
	background-color:#E3E6F0;
	border-color:#003065;
	border-style:solid;
	border-width:1px;
}
input:focus,
select:focus,
input.search_input:focus {
	background-color:#fff;
	border-color:#003065 !important;
	border-style:solid;
	border-width:1px;
	color:#000;
}

#content .tx-newloginbox-pi1 tfoot input { width: 116px; cursor: pointer; }


/* indexed_search */
/* ************************************************************************** */

/* #content #search input.search_submit { border: 0; cursor: pointer; position: relative; top: 0px; padding: 33px 0 0 0; overflow: hidden; font-size: 0; } */
#content input.tx-indexedsearch-searchbox-button { float: none; cursor: pointer; }
#content .tx-indexedsearch-searchbox select { width: 150px; margin: 0 4px 0 0; height: 21px; } 

/* regular search box */
#content .tx-indexedsearch-searchbox fieldset { margin: 0; border: 0; padding: 0; }
#content .tx-indexedsearch-searchbox .tx-indexedsearch-form { float: left; }
#content .tx-indexedsearch-searchbox .tx-indexedsearch-form label { float: left; padding: 2px 4px 0 0; }
#content .tx-indexedsearch-searchbox .tx-indexedsearch-form input { float: left; }
#content .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit { float: left; }

#content .tx-indexedsearch-searchbox p { margin: 16px 0 0 0; }


#content #tx-indexedsearch-searchbox-button-submit {
	/* width: 16px; */
	height: 19px;

	line-height: 19px;
	width: 92px;
	/* margin: 3px 0 0 4px; */
	/* border: 0; */
	padding:  0 2px;
	/* overflow: hidden; */
	/* background: 0 0  no-repeat url(../images/submit.gif); */
	cursor: pointer;

	font-size: 11px;
}
#content .tx-indexedsearch-searchbox input.submit:hover {
	background-position: 0 -16px;
}
#content .tx-indexedsearch-searchbox input.submit:focus,
#content .tx-indexedsearch-searchbox input.submit:active {
	background-position: 0 -16px;
}


/* advanced search box */

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	border:2px solid #B5B5AB;
	padding:2px;
	width: 250px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	margin: 8px 0 0 0;
	border:2px solid #B5B5AB;
	padding:1px;
	width: 150px;
}

.tx-indexedsearch-searchbox tr { margin: 8px 0 0 0; }
.tx-indexedsearch-searchbox td { margin: 8px 0 0 0; padding: 4px 0 4px 4px; }

.tx-indexedsearch-search-for,
.tx-indexedsearch-search-in,
.tx-indexedsearch-search-select-section,
.tx-indexedsearch-search-select-group { padding: 16px 0 0 64px; }

.tx-indexedsearch-search-for,
.tx-indexedsearch-search-in,
.tx-indexedsearch-search-select-section,
.tx-indexedsearch-search-select-group { clear: both; }



#content .tx-indexedsearch-whatis { display: none; }

/* search result page browser */

#content .tx-indexedsearch-browsebox { clear: both; margin: 0 0 16px 0; }
#content .tx-indexedsearch-browsebox p { margin: 8px 0; }
#content .tx-indexedsearch-browsebox ul.browsebox { list-style: none; display: block; padding: 0 0 4px 0; }
#content .tx-indexedsearch-browsebox ul.browsebox li { float: left; margin: 0 5px; background:none; margin:0 0 5px; padding: 0  16px 0 0; }

/* search results */

.tx-indexedsearch-res { clear: both; padding: 0 0 32px 0; }
.tx-indexedsearch-res.res { clear: both; padding: 16px 0; }

.tx-indexedsearch-redMarkup { background: #ffff99; }

.tx-indexedsearch-res h3 .tx-indexedsearch-icon { position: relative; top: 2px; left: 7px; }

#content .tx-indexedsearch-res h3 { margin: 0; padding: 0; }
#content .tx-indexedsearch-res p.tx-indexedsearch-descr { margin: 0; padding: 0; }

#content .tx-indexedsearch-res dl { margin: 0 !important; }
#content .tx-indexedsearch-res dt { float: left; }
#content .tx-indexedsearch-res dd { float: left; margin: 0; }

#content .tx-indexedsearch-res .tx-indexedsearch-percent { display: none; }

/* eidos DL center */
/* ************************************************************************** */

#content .tx-lumophpinclude-pi1 form { display: block; width: 96%; float: left; clear: both; margin: 0 0 12px 0; }

#content .tx-lumophpinclude-pi1 form .valform { float: left; }

#content .tx-lumophpinclude-pi1 input#key { float: left; width: 330px !important; margin: 0 12px 0 0; border-color: rgb(000,048,101)!important; }

#content .tx-lumophpinclude-pi1 input#dl-submit { width: 100px !important; height: 19px; font-size: 10px; }

/* ME DL center */
/* ************************************************************************** */

#content .tx-lumophpinclude-pi1 form#meetingefficiency { display: block; width: 96%; float: left; clear: both; padding: 0 0 12px 0; }

#content .tx-lumophpinclude-pi1 form#meetingefficiency .valform { float: left; padding: 8px 0 0 0; }
#content .tx-lumophpinclude-pi1 form#meetingefficiency .valform label { width: 140px; display: block; }

#content .tx-lumophpinclude-pi1 input#productkey,
#content .tx-lumophpinclude-pi1 input#additionallicenceinfo { float: right; width: 474px !important; margin: 0 12px 0 0; border-color: rgb(000,048,101)!important; }

#content .tx-lumophpinclude-pi1 input#dl-submit { width: 100px !important; height: 19px; font-size: 10px; margin: 8px 0 0 0; }