* {
	padding:0;
	margin:0;
}

body, td {
	font-size: small;
	font-family: Arial, Verdana, sans-serif; 
}

body {
	background-color: #efefef;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align:top;	
}

a {
	text-decoration:none;
	color:#EE1C23;
}

h1 {
	margin: 0 0 14px 0;
	font-size: 1.7em;
	font-weight:normal;
	color: #EE1C23;
}
h2 {
	margin: 0 0 17px 0;
	font-size: 1.5em;
	font-weight:normal;
	color: #EE1C23;
}	
img {
	border:none;
}

ul {
	margin-left:20px;
}


.centertable {
	// 182 + 4x 225 + 50;
	width:1132px;
}
.centertable td {
	text-align:left;	
}
.centertable tr.row0 td.content {
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	background-color:white;	
}
.centertable tr.row1 td.content {
	border-right:1px solid silver;
	background-color:white;	
}
.content {
	width:300px;
}

.content_full {
	height:400px;
	border-right:none !important;
}

td.line {
	width:50px;
}
td.shadow {
	background: transparent url('/graphics/shadow/r.jpg') left top repeat-y;
	width:50px;
}
tr.rowT td.shadow {
	background-image:none;
	padding:0;
}
tr.row1 td.shadow {
	border-top:1px solid silver;
	background: transparent url('/graphics/shadow/r.jpg') left top repeat-y;
}
tr.row1 td.line {
	border-top:1px solid silver;
	background-image:none
}
tr.rowD td.shadow {
	background: url('/graphics/shadow/rd.jpg') left top no-repeat;
	padding:0;
}

.content .innercontent {
	padding:40px 20px;
	border-right:none;
}
.content_full .innercontent {
	padding:20px 20px;	
}
tr.rowT .innercontent,
tr.rowD .innercontent {
	padding:20px 20px;
	font-size: 0.8em;
}

.innerpadding {
	margin:20px 20px;
	width:860px;
}



td.main_logo_spacer {
	width:132px;
}


/* UNTERE REIHE */
tr.rowD td.shadow { 
	background:url('/graphics/shadow/d.jpg') repeat-x top;
}
tr.rowD td.shadowR { 
	background:url('/graphics/shadow/rd.jpg') no-repeat top left;
}
tr.rowT td.content,
tr.rowD td.content {
	border-right:1px solid silver;
	color: #777;
}

tr.rowT a,
tr.rowD a {
	color:;
}


/* PC CONTENT */
	.pc_reportlist {
		margin-right:278px;
		padding-right:20px;
		border-right:1px solid #DDD;
	}
	.pc_reportlist_entry {
		margin-bottom:10px; 
		padding-bottom:10px;
	}
	.pc_reportlist_imageblock {
		float:left;
		width:90px;
	}
	.pc_reportlist_imageblock img {
		border:1px solid #E2081C;
	}
	.pc_reportlist_textblock {
		margin-left:100px;
	}
	.pc_reportlist_textblock h2 {
		color:#E2081C;
		margin-top:0;
		margin-bottom:4px;
	}
	.pc_reportlist_date {
		color:#555;
		font-size:9px;
		margin:2px 0;
	}
	.pc_reportlist_link {
		margin-top:2px;
	}
	.pc_companylist a,
	.pc_reportlist a {
		color:#E2081C;
	}
	
	.pc_companylist_entry {
		margin-top:10px; 
		border-bottom:1px solid #DDD; 
		padding-bottom:10px;
		
	}



