#rkpt_wrap {
	width: 556px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	position: relative;
	top: 0;
	left: -2px;
}

#rkpt_header {
	width: 556px;
	height: 254px;
		
}

#rkpt_content p{
	padding: 5px 20px 5px 20px;
}

#rkpt_wo {
	width: 532px;
	height: 84px;
	background: transparent url(../img/wo.jpg) no-repeat scroll left top;
	margin: 20px auto;
}

#rkpt_wann {
	width: 532px;
	height: 69px;
	background: transparent url(../img/wann.jpg) no-repeat scroll left top;
	margin: 20px auto;
}

#rkpt_preispool {
	width: 532px;
	height: 77px;
	background: transparent url(../img/preispool.jpg) no-repeat scroll left top;
	margin: 20px auto;
}

#rkpt_wie {
	width: 532px;
	height: 86px;
	background: transparent url(../img/wie.jpg) no-repeat scroll left top;
	margin: 20px auto;
}

.rkpt_wo_content {
	width: 440px;
	margin: 0 auto;
}

.rkpt_wo_content ul {
	width: 200px;
	float: left;
	padding: 0 10px 0 10px;
}

.clear {
	clear: both;
}

.rkpt_wo_content li.heading {
	background: #000;
	color: #FFF;
	padding: 5px;
}

.rkpt_wo_content p {
	padding: 5px 0 5px 0 !important;
}

p.heading {
	padding: 5px !important;
	margin: 5px 20px;
	background: #000;
	color: #FFF;
	width: 200px;
}

p.heading2 {
	padding: 5px !important;
	margin: 5px 20px;
	background: #000;
	color: #FFF;
	width: 270px;
}

#rkpt_content p.note {
	color: #646464;
}

#rkpt_wrap a {
	color: #0157c4;
}

#rkpt_wie_wrap {
	width: 531px;
	margin: 10px auto;
}

#rkpt_wie_wrap .heading {
	width: 531px;
	height: 28px;
	background: transparent url(../img/table_head.jpg) no-repeat scroll left top;
	text-align: center;
	font-size: 18px;
	color: #f4f5bc;
	font-weight: bold;
	padding: 5px 0 0 0;
}

table {
	width: 100%;
	font-weight: bold;
	border-collapse: separate !important;
	border-spacing: 1px !important;
	color: white !important;
}

td {
	padding: 10px !important;
	color: #FFF !important;
}

td.name {
	background: #b80000;
}

td.time {
	background: #303030;
}

td.pool {
	background: #000;
}

#rkpt_footer {
	width: 532px;
	height: 31px;
	background: transparent url(../img/footer.jpg) no-repeat scroll left top;
	margin: 50px auto 0 auto;
	padding: 0 0 20px 0;
}

/* added */
.rkpt_wo_content_added {
	width: 440px;
	position: relative;
	left: 10px;
}

