/*
css.css
stylesheet for roman-eberle.de
created: Sun Apr 14 15:56:46  2002
*/

a { text-decoration: none; }

td, span {
  	vertical-align: top;
	font-weight: normal;
	font-family: verdana, helvetica, arial;
	font-size: 18px;
}

/*--------------------------*/
/* FUNCTIONAL */
/*--------------------------*/

.nav {
	/* purpose: navigation links */
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
  	background-color: #ffffff;
}

.funcSmall {
	/* purpose: clickable, non-copytext */
	font-size: 9px;
  background-color: #ffffff;
}

/*--------------------------*/
/* TEXT */
/*--------------------------*/

.small {
  font-size: 15px;
  padding: 10px;
}

.note {
	font-size: 10px;
}

.standout {
	font-weight: bold;
	color: #cc0000;
}

.headMain {
	font-size: 20px;
	font-weight: bold;
	/* background-color: #ccffcc; */
}

.newsText {
	background-color: #ffffff;
    padding: 4px;
}
.newsText .date {
	font-size: 0.5em;
}

/*--------------------------*/
/* GRAPHICAL ELEMENTS (TDs) */
/*--------------------------*/

.newsElem {
	background-color: #990000;
    padding: 1px;
}
.elemA {
	background-color: #006600;
}
.elemB {
	background-color: #889988;
}
.elemC {
	background-color: #cccccc;
}
.elemD {
	background-color: #ffffff;
}

