/*style sheets für rwp homepage */





a:link { text-transform:uppercase; text-decoration:none; font-weight:bold; color:#ffffff; }
a:visited { text-transform:uppercase; text-decoration:none; font-weight:bold; color:#ffffff; }
a:hover { text-transform:uppercase; text-decoration:underline; font-weight:bold; color:#ffffff; }
a:active { text-transform:uppercase; text-decoration:none; font-weight:bold; color:#ffffff; }
a:focus { text-transform:uppercase; text-decoration:none; font-weight:bold; color:#ffffff; }


.rwp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
}

.rwp_bold {
	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}

.rwp_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.rwp_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-transform: lowe	rcase;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
}

.scroll {
  background-color: 800000;
  background-repeat: no-repeat;
  width: 100 px;
  height: 100 px;
  overflow: scroll;
}