html,body { 
	height: 100%; /* wichtig */
	margin: 0px;
	margin:0 auto; /* main-Box zentrieren in IE 5 und hoeher */
	text-align:center; /* main-Box zentrieren in IE 5  */
  
  color: #000000;
  font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.outline { 
	margin: 0 auto;
  top: 0px;
  width: 800px;
  position: relative;
	height:100%;
	text-align:left;
}

.header {
  background-color:#EE3124;
  text-align: center;
  height: 142px;
  padding-top: 8px;
}

.main {
  
}

.left {
  width:260px;
  float:left;
}

.navi_container{
  width: 252px;
  margin-left:8px;
  margin-top:8px;
  background-image : url(gifs/naviback.gif);
  background-position: 136px 142px;
  background-repeat: no-repeat;
}

.links {
  margin-left:8px;
  margin-top:8px;
  width: 252px;
}

.content_container {
  float: left;
  width:516px;
  float: left;
  margin:8px;
}

.csc-header {
  /*text-align: center;*/
}

h1 {
	color :#EE2143;
	font : bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h4 {
  margin-bottom:0px
  padding-bottom:0px
  font-size: 12px;
}

.navi2{
  margin-top:28px;
  margin-bottom:28px;
}



.news-list-item a:active {
	text-decoration: none;
	color:#EE2143;
}
.news-list-item a:visited {
	text-decoration: none;
	color:#EE2143;
}
.news-list-item a:hover {
	text-decoration: none;
	color:#EE2143;
}
.news-list-item a:link {
	text-decoration: none;
	color:#EE2143;
}

.news-list-date{
  font-size: 10px;
  text-align:right;
  color:#C0C0C0;
}
