/* CSS Document */

/*

Inhalt:
	- Allgemeine Formatierungen
		- Fenster f????uer Autoscroller
		- tt_news-Liste
			- Angaben zu Listen-Elementen
			- Zeitstrahltabelle
				- Bildgroesze Zeitstrahl  l?schen sobald neue Beispielbilder
				- Zukunft und Vergangenheit
				- Bereiche Institut, Bautag, Recherche und Brennt
	- Fuszzeile
	- noscript Definitionen

*/
	



/*--------Allgemeine Formatierungen-----------*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*text-align:justify;*/
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*text-align:justify;*/
	margin:0px;
}


*html {
	overflow: hidden;
	}

h1{
	min-width: 188px;
	font-size:16px;
	font-weight:800;
	}
h2{
	font-size:14px;
	font-weight:800;
	}
	
.csc-uploads-head, .iframe-head{
	font-size:10px;
	font-style:italic;
	font-weight:normal ! important;
	line-height:9px;
	margin-bottom:0px;
	text-align:right;
	}

.iframe-head a{
	font-weight:normal ! important;
	}

h3{
	font-size:12px;
	font-weight:800;
	}
h4{
	margin:8px;
	padding-left:6px;
	padding-right:6px;
	border-color:#333333;
	border-width:1px;
	border-left-style:dotted;
	border-right-style:dotted;
	font-size:12px;
	font-weight:800;
	width: 160px;
	text-align:center;
	float:left;
	}
h5{
	font-size:12px;
	font-style:italic;
	border-top-color:#333333;
	border-top-width:1px;
	border-top-style:dotted;
	padding-top:5px;
	}
	
h6{	font-size:12px;
	font-stretch:wider;
	}
	
p{	
	font-size: 12px;
	color: #333;
	text-align:justify;
	}
	
.sbac-spacer {
 	border: 0px none white;
	color: white;
	background-color: white;
	}
	

.bodytext a{
	font-weight:800;
	}
	
dl a{
	font-weight:800;
	}

a	{
	text-decoration:none;
	color:#333;
	font-weight:700;
	}

a:hover{
	text-decoration:underline;
	}
	
#zeitstrahl a  {
	font-weight:500;
	}
	
.fusszeile a {
	font-weight:500;
	font-size: 11px;
	}
	
.fusszeile{
	font-size: 11px;
	}

	
#none {
	display: none;
	}
	
img, iframe{
	border:0px none;
	}

iframe{
	overflow: visible;
	scrollbar: no;	
	}

.bodytext img {
	height: auto;
	}

	

/*------------special highlight -----------*/

.news-list-item#xxxx {

	opacity: 100;
	-moz-opacity: 100;
	-khtml-opacity:100;
	filter: alpha(opacity=100);
	}	

/* -----------Fuszzeile-----------------------*/

#logo-name{
	background-color:#FFFFFF;
	position:absolute;
	left:10px;
	bottom:10px;
	vertical-align:top;
	width:auto;
	height:auto;
	padding:3px;
	z-index:70;
	}
	
#neben-menu{
	text-align: right;
	vertical-align: bottom;
	background-color:#FFFFFF;
	font-size: 11px;
	position:absolute;
	right:10px;
	bottom:10px;
	width:auto;
	height:13px;
	padding: 3px;
	white-space:nowrap;
	z-index:60;
	}

#neben-menu tr {
	vertical-align:top;
	}
	
.blenden {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	}
	
* html .blenden {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity:1;
	filter: alpha(opacity=100);
	}
	

	
/* ====== Sitemap =====*/

.tx-wssitemap-pi1 .treemenudiv {}

.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle;border: none;}

.tx-wssitemap-pi1 .treemenudiv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:justify;
	text-decoration:none;
	}

.tx-wssitemap-pi1 .treemenudiv a:hover {
	text-decoration:underline;
	color: #333;}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color: #333;}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color: #333;}


	
/* ======= Spalten bei Bildern im Beitragsfenster Hauptspalte ========== */


/* .haupt .csc-textpic-imagecolumn {
	width: 190px;
	padding: 15px;
	}

.haupt .csc-textpic-imagewrap{
	position: relative;
	left: -15px;
	}*/
	
.klein p{
	font-size:9px;
	}
	
/* ========= LogIn Formular in der PrintButten-Zeile =============== */

.login-schublade .button, .suche-schublade .button{
	border: 0px none black;
	background: transparent;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding:0px;
	margin-top:-2px;
	margin-left: -3px;
	margin-right: -3px;
	cursor: pointer;
	}
	
.login-schublade, .suche-schublade{
	display: inline;
	position: absolute;
	background: white;
	top: 20px;
	right: 0px;
	text-align:right;
	white-space:nowrap;
	text-transform:none;
	font-size:11px;
	font-weight:500;
	}

#form-suche, #form-login{
	position:absolute;
	top: 0px;
	right: 0px;
	text-align:right;
	}

.pointer{
	cursor: pointer;
	}