a {
/*	text-decoration: none; */
}
li > a {
	padding-left: 0px;
	padding-right: 0px;
}
a.standard {
	padding-left: 0px;
	padding-right: 0px;
}

a:link,
a:active,
a:visited {
  color: #cc0000;
}
a:hover {
	text-decoration: underline;
}
a[name]:hover {
	text-decoration: none;
}
a:first-child {
  padding-left: 0px;
}
/*
div.tooltip {
  display: none;
  border:1px solid #333333; 
  background-color: #FFFFCC;
  text-decoration: none;
  color: #333333;
  padding: 3px;
  z-index: 100;
  width: 150px;
  position: relative;
  top: 10px;
  left: 10px;
}
a:hover div.tooltip {
  display: inline-block;
}
*/


.hiddenLinkToTestPage {
  background-color: green;
  /* text-decoration: blink; */
}
.hiddenLinkToTestPage:before,
.hiddenLinkToTestPage:after {
  /* content: "[TEST]"; */
}

  
h1 {
  font-size: 150% !important;
  padding: 0px;
  margin: 20px 0px 10px 0px;
  line-height: 1.5em; 
}
h1:first-line {
  line-height: 1em;
}
h2 {
  font-size: 100% !important;
  padding: 0px;
  margin: 15px 0px 0px 0px;
}
h3 {
  font-size: 100% !important;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
h4 {
  font-size: 100% !important;
  padding: 0px;
  margin: 8px 0px 0px 0px;
}
p {
  text-align: left;
  padding: 0px;
  margin: 3px 0px 0px 0px;
}
h1:first-child,
h1:first-line,
h2:first-child,
h2:first-line,
h3:first-child,
h3:first-line,
h4:first-child,
h4:first-line,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
p:first-child ,
p:first-line {
  margin-top: 0px;
}
h1 + h2 {
  padding-top: 0px !important;
}

img {
	border: 0px;
}

ul {
  list-style-type: disc;
}
table.list {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}
ul,  
table.list {
  /*
  margin-top: 0.6ex;
  margin-bottom: 0.6ex;
  */
  margin-top: 0px;
  margin-bottom: 0px;
}
ul:first-child,
table.list:first-child {
  margin-top: 0px;
}

td.listItemType,
td.listItemTypeSeparator {
  padding-right: 4px;
}
li,
td.listItemType,
td.listItemTypeSeparator,
td.listItemContent,
td.listItemContentSeparator {
/*  margin-top: 0.3ex; */
  margin-top: 0px;
  vertical-align: baseline;
}
li:first-child,
td.listItemType:first-child,
td.listItemTypeSeparator:first-child,
td.listItemContent:first-child,
td.listItemContentSeparator:first-child {
  margin-top: 0px;
}
td.listItemTypeSeparator,
td.listItemContentSeparator {
  height: 1.5ex;
}

ul.vertical-sep li {
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.vertical-sep li:first-child {
  padding-top: 0px;
}

.alignCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}

.paddingTop {
  padding-top:5px;
}
.paddingBottom {
  padding-bottom:5px;
}
.paddingNull {
	padding: 0px;
}
.marginVerticalStr {
  margin-top: 20px;
}
.marginVerticalStr:first-child {
  margin-top: 0px;
}
.marginBottomStr {
  margin-bottom: 20px;
}
img.marginBottomStr {
  margin-bottom: 10px;
}

a.moreLink {
  /* margin-left: 10px; */
}
span.moreLink {
  white-space: nowrap; 
}

.bold {
  font-weight: bold;
}

.floatLeft {
	float: left;
}
.floatRight {
  float: right;
}

img.floatLeft {
  margin: 10px 10px 10px 0px;
}
img.floatRight {
  padding: 10px 0px 10px 10px;
}
img.floatLeft:first-child,
img.floatRight:first-child {
  margin-top: 0px;
}

.clearBoth {
  clear: both;
 }
 
.margin_top3 {
	margin-top: 3px;
}

.margin_top5 {
	margin-top: 5px;
}

.dontDisplay {
  display: none;
}

.browsePages {
  border-top: 1px dotted #e0e0e0;
	margin-top: 25px;
  padding-top: 10px;
  clear: both;
}
.browsePages:first-child {
  margin-top: 0px;
}

table.transparent {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

div.contextItem {
  margin-top: 20px;
}
div.contextItem:first-child {
  margin-top: 0px;
}

div.box {
  border: 1px solid #d0d0d0;
  padding: 0px;
  margin-top: 20px;
  clear: both;
}
div.box:first-child {
  margin-top: 0px;
}
div.box h3 {  /* Das ist die Überschrift der Box */
  font-weight: bold;
  text-align: left;
  background-color: #d0d0d0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
}        
div.box div.content {
  margin-left: 8px;
  margin-right: 8px;
}        
div.box div.content {
  margin-top: 8px;
  margin-bottom: 8px; /* TODO: Muss das hier nicht auf 0px gesetzt werden? */
}        
div.content div.separator,
div.content div.subcontent {
  margin-top: 8px;
  padding-top: 8px;
}
div.content div.subcontent {
  border-top: 1px dotted #e0e0e0;
}
div.content div.separator:first-child,
div.content div.subcontent:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

div.highlighted {
  border: 1px solid #c0c0c0;
  background-color: #e0e0e0;
}
div.highlighted h3 {
  background-color: #c0c0c0;
}

.icon {
  /*background-color: green; */
  vertical-align: middle; 
}
.icon_middle {
  vertical-align: middle;
}

.notvisible {
	visibility: hidden;
}
.hidden {
	display: none;
}
.nohidden {
/*	display: compact; */
}

.placeholder {
  border: solid 1px #aaaaaa;
  background-color: #e0e0e0;
  width: 267px;
  height: 187px;
  margin-bottom: 10px;
}


form.eyeled input {
  border: none;
  margin: 0px;
  padding: 0px;
}
form.eyeled input[type=checkbox] {
  margin-right: 3px;
}
form.eyeled input[type=reset],
form.eyeled input[type=submit] {
  border: solid 1px #aaaaaa;
  padding: 3px 10px 3px 10px;
  background-color: #f0f0f0;
  margin-left: 5px;
  margin-right: 5px;
}
form.eyeled select,
form.eyeled textarea,
form.eyeled input[type=text] {
  border: solid 1px #d0d0d0;
  margin: 0px;
  padding: 1px;
}
form.eyeled {
  border: solid 1px #aaaaaa;
  background-color: #e0e0e0;
  padding: 10px;
}



/****** News und Events **********************************************************/
p.linkToMore {
  margin-top: 0px;
  padding-top: 0px;
}
.box p.linkToMore {
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 0px;
}

div.box div.newsList {
  padding: 0px;
  margin: 0px;
}
.newsList h4{
  /* margin-top: 8px; */
  padding-top: 8px;
}
.newsList h4:first-child {
  margin-top: 0px;
  padding-top: 0px;
}




.event_future h4 {
  font-weight: normal;
}
.event_future .time {
  font-weight: bold;
}
/*
.event_future,
.event_now,
.event_past {
  padding: 3px 0px 3px 0px;
}
*/
.event_future span.time,
.event_now span.time,
.event_past span.time {
  padding-right: 5px;
}
/*
.event_future h3,
.event_now h3,
.event_past h3 {
  margin-bottom: 0px;
}
*/
.event_future p,
.event_now p,
.event_past p {
  margin-top: 0px;
  margin-bottom: 3px;
}

.event_past {
  color: #808080;
}

div.content div.event_future,
div.content div.event_now,
div.content div.event_past {
  margin-top: 8px;
}
div.content div.event_future:first-child,
div.content div.event_now:first-child,
div.content div.event_past:first-child {
  margin-top: 0px;
}

