@charset "utf-8";
/* CSS Document */

h2 {
  margin-top: 0;
}

#datacontent {
  padding: 0px 0px;

}

#datacontent ul {
	list-style: none;
	margin: 0;
	padding: 1px;
	display: inline-block;
	height: 50px;
	line-height: 16px;
	background: #DFDFDF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#datacontent li {
  float: left;

}

#datacontent li a {
  outline: 0;
  display: block;
  background: #DFDFDF;
  text-decoration: none;
  padding: 1px 3px;
  margin: 3px;
  border: 1px solid #DFDFDF;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Verdana, Geneva, sans-serif;
  color: #000099;

}

#datacontent li a:hover {
	border: 1px solid #D1D1D1;
	background: #D1D1D1;
	color: #000099;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
    font-weight:bold;
    font-family: Arial, Verdana, Geneva, sans-serif;
}

#datacontent li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px inset #fff;
  color: #fff;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Verdana, Geneva, sans-serif;

}

#datacontent .panels {
  border: 1px solid #DFDFDF;
  border-top: 0;
  border-bottom: 10px solid #DFDFDF;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  overflow: hidden;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  padding: 20px;
  height: 275px;
}
#datacontent .bild {
  float: left;
  padding-right: 10px;
}
#datacontent .txt {
  padding: 1px;
  height: 250px;
  overflow:auto;
}
