body {
	 font:12px Verdana, Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 color: #ffffff;
	 margin: 0px;
	 padding: 0px;
	 background-color: #333333;
	}

h1 {
	 font-size: 26px;
	 font-weight: normal;
	 color: #ffffff;
	 }

h2 {
	 font-size: 20px;
	 font-weight: normal;
	 color: #ffffff;
	 }

h3 {
         font-size: 20px;
         font-weight: normal;
         color: #ffffff;
         }

h4 {
	 margin-top: 1em;
         font-size: 16px;
         font-weight: bold;
         color: #ffffff;
         }

p {
	 font-size: 12px;
	 font-weight: normal;
	 line-height: 18px;
	 color: #ffffff;
	 }

a {
	 font-size: 12px;
	 font-weight: normal;
	 text-decoration: underline;
	 color: #ffffff;
	 }

a:visited {
	 text-decoration: none;
	 text-decoration: underline;
	 color: #ffffff;
	 }

a:hover {
	 text-decoration: underline;
	 color: #ffffff;
	 }

a.navlink {
	 font-size: 18px;
	 font-weight: normal;
	 text-decoration: none;
	 color: #ffffff;
	 }

a.navlink:visited {
	 text-decoration: none;
	 color: #ffffff;
	 }

a.newslink {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 10px;
	 text-decoration: none;
	 color: #ffffff;
	 }

a.newslink:visited {
	 text-decoration: none;
	 color: #ffffff;
	 }

a.newslink:hover {
	 text-decoration: underline;
	 }

li {
	 font-size: 12px;
	 font-weight: normal;
	 line-height: 18px;
	 padding-bottom: 7px;
	 color: #ffffff;
	 }

.navcell {
	 padding: 3px 7px 3px 7px;
	 }

.newsheader {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 10px;
	 padding-left: 5px;
	 color: #ffffff;
	 }

.newscell {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 10px;
	 padding-top: 7px;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-bottom: 9px;
	 color: #ffffff;
	 }

.update {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 14px;
	 color: #ffffff;
	 }

.copyright {
	 font-size: 10px;
	 font-weight: normal;
	 line-height: 10px;
	 color: #ffffff;
	 }
	 
hr {
	 color: #464c64;
	 background: #464c64;
	 margin: auto 0px auto auto;
	 width: 100%;
	 height:1px;
	 text-align: right;
	 border: 1px solid #464c64;
	 }

.hellblau {
	 background-color:#5d4f93;
	 }
