/* SFB-spezifische CSS-Einstellungen */

#follow-scroll {
/*  position: absolute;*/
  top: 0;
  margin-top: 0px;
}

#follow-scroll.fixed {
  position: fixed;
  top: 0;
  margin-right:20px;
}

div.angemeldet {
  text-align: left;
  margin:10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding:6px;
  padding-left: 25px;
  margin: solid 1px red;
  border: solid 1px #cccccc;
  background-color: #e0e0e0;
  height: auto;
  font-size: 9pt;
}


img{
	margin: 15px;
}

h2.news,
a img,
img[src='/GRAFIKEN/new_button.gif'],
img[src='/GRAFIKEN/new_button_en.gif'],
div.socialshareprivacy img{
	margin: 0px;
}

/* class="linkWithPic" ist gesetzt, wenn es ein Link mit einem Bild ist
und der Hintergrund soll nicht in die tu-grüne Farbe beim anklicken wechseln*/
.linkWithPic:hover,
.linkWithPic:focus,
.linkWithPic:link:hover,
.linkWithPic:visited:hover,
.linkWithPic:active{
	color:black;
	background:white;
}

.linkWithPic span{
		color:black;
		text-decoration:underline;
		vertical-align:baseline;
}

.linkWithPic span:hover{
		color: white ;
		background:#649600;
}

h1{
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
	font-weight:normal;
}

h1.hauptseitenueberschrift{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	font-weight:normal;
	text-align:center;
}

h2{
	margin-bottom: 10px;
	margin-top: 20px;
	background: none;
	color: black;
	font-weight: bold;
	letter-spacing: 0.1em;
}

img.floatright {
	float:right;
}

img.floatleft {
	float:left;
}

div.newsText {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

div.newsText a, div.news h2, div.reports a {
	color: black;
}

/************************ Gruene Notiz am rechten Rand */
div.postit {
	float: right;
	background: #e3f3ce;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #99d760;
	-moz-box-shadow: 5px 5px 10px #bbb;
	-webkit-box-shadow: 5px 5px 10px #bbb;
	box-shadow: 5px 5px 10px #bbb;
	padding: 15px;
	width: 200px;
	margin: 5px;
	margin-top: 25px;
	text-align: center;
}

div.postit h2{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-bottom: 10px;
	background: none;
	color: black;
	padding-top: 0px;
	margin-top: 0px;
	letter-spacing: 0em;
	text-transform: none;
}

/* Pin an den Notizzetteln */
div.postit img.pushpin {
	display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: -35px;
    margin-bottom: 0px;
}

/* Text in Noscript verstecken, z.B. um Emailadressen zu schuetzen*/
noscript span.displaynone {
	display: none;
}

div.postit a{
	text-decoration: none;
}

/*Tabellenzeilen abwechselnd grau und weiß hinterlegt*/
table.stripes tr:nth-child(2n+1) {
    background-color: #E8E8E8;
}


/*//////////// Datasets CSS /////////////*/

/* Gruenlicher Tooltip auf der Bearbeiten-Seite von Datasets*/
.tooltip {
		background-color:#e3f3ce;
		border:1px solid #99d760;
		padding:10px 15px;
		width:300px;
		display:none;
		color: black;
		text-align:left;
		font-size:12px;
		/* outline radius for mozilla/firefox only */
		-moz-box-shadow:5px 5px 10px #bbb;
		-webkit-box-shadow:5px 5px 10px #bbb;
}


/* Färbung der Tabelle auf der Bearbeiten-Seite von Datasets*/
td.edit {
/* 		border-style : dashed; */
		background-color : #FFFFFF;
}

#noscriptDataset	{
		color: red;
	}

.newsLink{
		color:black;
		font-size:13px;
}

.publicNewsLink{
		color:black;
		font-size:14px;
		letter-spacing:0.15em;
}


