/**
 * $Id: print.css 865 2008-10-25 08:29:52Z doc $
 * Website Baker template: hmh
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file defines the CSS styles used for print devices.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
        text-align:center;
}
#leftbox { display: none; }
#rightbox { display: none; }
#menu { display: none; }
.aboveboxwide { display: none; }
.underbox-lefta { display: none; }
.underbox-righta { display: none; }
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
#nachoben {
	display: none;
}
.header {
	display: none;
}
#uheader {
	display: none;
}
.menu {
	display: none;
}
#contenta {
        position: relative;
	margin: 0 auto;
	width: 520px;
}
.content {
        text-align:left;
	vertical-align: top;
}
.post-title {
	font-weight: bold;
	text-shadow: none;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
.post-back {
	display: none;
}
.post-print {
	display: none;
}
.abc_nav {
	display: none;
}
.abc_nav_ue {
	display: none;
}
.post_long {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}
.footer {
	display: none;
}
.rating_table {
	display: none;
}


.mod_topic_comment_iframe {
	display: none;
}

dl, 
dt, 
dd {
      float:none !important;
}