﻿* {	/* Alle Ränder uf Null setzen */
	margin: 0px;
	padding: 0px;
}
body {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight:normal;
  line-height: 120%;
  color: Black;
  background-color: #7FA8CD;
  line-height: 18px;
}

#inhalt a {
color: #17519D;
}

#inhalt a:hover {
color: #C8D8F3;
}

#inhalt .csc-firstHeader  {
   font-weight:bold;
  color: #CD2039;
  margin-bottom: 13px;
font-size: 14px;
 }

#inhalt h1 {
font-weight:bold;
  color: #7FA8CD;
  font-size: 12px;
 }




