/* 
vim: ts=4:sw=4
 */

@media print {

img.logo {
	margin-bottom: 2em;
}
	
div#header form,	
ul#metanavigation,
ul#navigation,
div#tipAFriend,		
div#footer {
	display: none;
}

body.information div#canvas div#stage div.wrapbox div.bgbox {
    padding-top: 5px;
    background:url(../images/backgroundWrapboxInformation.png) repeat-x #F4F5F9;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
}
	
div.tipp {
    min-height: 45px;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/iconInfo36.png) 10px 7px no-repeat;
    line-height: 1.25em;
}

div.warnung {
    min-height: 45px;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background:url(../images/iconWarning36.png) 10px 13px no-repeat;
    line-height: 1.25em;
}	

	table.contenttable {
    padding:5px 5px 5px 5px;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 3px;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table.contenttable th {
    padding-left: 16px;
    padding-top: 8px;
    font-size: 0.917em;
}


table.contenttable th[scope="col"],
table.contenttable th[scope="row"] {
    padding:8px 16px 0px 16px;
    font-size: 0.917em;
    font-weight: bold;
}

table.contenttable th[scope="row"] {
    border-top: 1px solid #D9DBDA;
    background: none;
}

table.contenttable tr {
    background-color: #F3F4F8;
    
}

table.contenttable td {
    vertical-align: top;
    text-align:left;
    padding-left: 16px;
    padding-top: 8px;
    padding-right: 16px;
    font-size: 0.917em;
    border-top: 1px solid #D9DBDA;
    empty-cells:show;
}
	
}

