/* Standard HTML tags */
BODY
{
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	color:#000;
}

#colcontent, #colcontentOR {
	width: 99%;
}

#mainnavjump {
	width: 99%;
	height: 1px;
	font-size: 1px;
}

#colnav {
	width: 99%;
}

#pathnavjump {
	width: 99%;
	height: 1px;
	font-size: 1px;
}


abbr, acronym {
  border-bottom: 1px dotted black;
}

/* visible hidden, but available for search engines, screenreaders etc. */
dfn, .pubLangHidden, .fldPublikationBestellLegend, .versteckt {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


input, textarea, select {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}


a:hover, a:focus, a:active {
	color:#000;
	background-color: #E4E4E4;
}
