/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body
{
    font-size: 10pt;
    background: none;
	overflow:visible;
}

div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div#usermenu, div#toolbar, div#newsframe
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

div#columns
{
    padding: 0;
}

div#main-position
{
    margin: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}
div#balken_links {
	background: none;
height:100%;
left:0;
position:absolute;
top:0;
width:3.5%;
z-index:3;
opacity:1;
}
div#logo{
display:block;
}

div#blogbox {

background-color: none;
display:block;
height:420px;
opacity:1;
position:absolute;
width:695px;
z-index:15;
}
div#blogbox_transparent  {
display:block;
height:435px;
opacity:1;
position:absolute;
width:695px;
z-index:1;
	background: none;
}


div.border-box div.border-tl {
background:none;
}
div.border-box div.border-tr {
background:none;
}
div.border-box div.border-tc {
background:none;
}
div.border-box div.border-ml {
background:none;
}
div.border-box div.border-mr {
background:none;
}
div.border-box div.border-mc {
background:none;
}
table.list th, table.cols th, table.comparison th, table.renderedtable th {
background:none;
background-position:left top;
background-repeat:repeat-x;
border-top:1px solid #FFFFFF;
color:#342E15;
font-weight:bold;
height:29px;
text-align:left;
white-space:nowrap;
}
table.list tr.bglight {
background:none;
}
table.list tr.bgdark {
background:none;
}
a{
color: #ff0000;
}
