/* senkrechter Streifen in "hellgrün"*/

#columnRight {
  border-left:3px solid #CCCC66;
}
#footerright {
	border-left: 3px solid #CCCC66;
}
#randunten {
	border-left: 3px solid #CCCC66;
}

/* Schriftfarben */
#columnRight td, #columnRight p {
  color:#7B2536; /* rechts rot */ 
}
#content , #content p {
  color: #7B2536; /* dunkelrot*/
}
h1 {
  color: #7B2536; /* dunkelrot*/
}

p.hauptnaviaktiv a.aktiv {
  color:white;
}

#content table {
  margin-top: 5px;
}
