/* siehe style.css.php

table#root_table_textportal {
	
}

	/* -- Suche, Login etc. -- */
	table#root_table_textportal div#sub_head {
		height:130px;
		position:relative;
		background:url(../img/<?php print $colors['sub_head_bgimage']; ?>) repeat-y 0 0;
	}


		table#root_table_textportal .sub_head_box {
			width:180px;
			height:154px;
			top:16px;
			position:absolute;
			color:#FFF;
		}

			table#root_table_textportal .sub_head_box a {
				color:#FFF;
				font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
			}


			table#root_table_textportal .sub_head_box h2 {
				margin:0 0 8px 0;
			}

			table#root_table_textportal .sub_head_box input.input_option {
				width:94px;
				margin:0 0 5px 0;
				border:0;
			}

			table#root_table_textportal .sub_head_box input.submit_option {
				padding:0;
				color:#FFF;
				font-weight:normal;
				background:transparent;
				border:0;
			}


			table#root_table_textportal .sub_head_box input {
				vertical-align:middle;
			}



		table#root_table_textportal div#photo {
			position:absolute;
			left:222px;
			top:0;
		}

			table#root_table_textportal div#photo img, 
			table#root_table_textportal div#photo object, 
			table#root_table_textportal div#photo embed {
				vertical-align:top;
			}
			table#root_table_textportal div#photo object, 
			table#root_table_textportal div#photo embed {
				margin:0;
				padding:0;
			}

		table#root_table_textportal div#search_form {
			left:20px;
		}

			table#root_table_textportal div#search_form input.input_option {
				background:#B7B7B7;
			}



		table#root_table_textportal div#login_form,
		table#root_table_textportal div#login_info {
			left:703px;
		}

			table#root_table_textportal p#login_form_forgotpass_link {
				margin:2px 0 0 0;
				/*padding-left:104px;*/
				white-space:nowrap;
			}

			table#root_table_textportal p#login_form_register_link {
				margin:21px 0 0 0;
				font-size:11px;
				width:230px;
			}

				table#root_table_textportal p#login_form_register_link a {
					font-size:13px;
				}

				table#root_table_textportal div#login_form input.submit_option {
					margin-left:-3px;
				}

			table#root_table_textportal div#login_form input.input_option {
				background:<?php print $colors['login_form_input_bg']; ?>;
			}


			td.textportal_form_field.big textarea.input_option {
				width:462px;
				padding:4px;
	
			}

			table#root_table_textportal div#login_info h3 {
				margin:0 0 27px 0;
				font-size:13px;
			}

			table#root_table_textportal p#login_info_logout_link {
				position:absolute;
				left:0;
				bottom:17px;
			}

/* powered_by */

div.powered_by {
	margin-top:25px; 
}

div.news_latest_start ul, div.news_latest_start li {
	list-style:none;
	margin:0; padding:0;
}


a.posnavi_active {
	font-weight: bold;
	font-size: 14px;
}