@page {
  @bottom-right {
    content: "Seite: " counter(page) " / " counter(pages);
  }
}

th {
	text-align: left;
}

.page_outer_border{
	width: 950px;
	padding: 10px;
	page-break-after: always;
}

fieldset {
border:1px solid #2266AA;
margin-left:10px;
margin-top:10px;
padding: 10px;
}

legend {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #2266AA;
font-weight:bold;
font-size: 110%;
padding:1px 10px;
}


.x-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}


.portdata {
	padding: 12px;
	font-size: 12px;
	background-color: #efefef;
}
.portdata table, tr, th, td{
	font-size: 12px;
}
.portdata th {
	font-weight: bold;
}

.datatable tbody tr:hover, .datatable tbody th:hover {
 	background-color: #FF8800;
	color:white;
}

.datatable td, th {
    padding: 1px 0px 1px 4px;
}




.portdata h2 {margin-bottom: 12px; font-size: 110%;}


.portfeature {
	width: 200px;
	padding: 4px;
	position: relative;
	float: left;
}







.ratingresult {
	width: 210px;
	float: left;
}
.rrlink {
	width: 50px;
	float: left;
}

.rb {
	height: 15px;
	float: left;
	width: 100px;
	position: relative;
	margin: 0 10px;
}
.rbback {
	background:#FCE5BA none repeat scroll 0 0;
	position:absolute;
	width:100px;
}

.rbfront {
	background:#FFA600 none repeat scroll 0 0;
	position:absolute;
	z-index:2;
}

.chead {
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.ctext {
	margin-bottom: 25px;
	padding: 5px 10px;
}
