/**
 * $Id: print.css 865 2008-10-25 08:29:52Z doc $
 * Website Baker template: round
 * 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: Tahoma;
	font-size: 12px;
	color: #000;
}
body {
	margin: 10px;
}

.main{
border: 0px;
border-color: #fff;
width:100%;
background-color: #fff;
}



.content {
vertical-align: top;
margin:0;
text-align: justify;
background-color: #fff;
padding: 10px;
border: 0px;
border-color: #fff;
}

.border {
border: 0;
font-size: 1px;
height: 10px;
}
img, a img {
border:0;
}


a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 16px;
	color: #036;
	margin: 3px 0px 5px 0px;
	text-align:center;
	text-decoration:underline;
}
h2 {
	font-size: 13px;
	color: #036;
	margin: 5px 0px 5px 0px;
}

.header { 
display:none;
} 
.leftbox { 
display:none;
} 
.rightbox { 
display:none;
}
.scroller {
display:none;
}

.menu {
display:none;
}

/* FOOTER ZEILE */
.footer {
display:none;
}

/* Besucher Zähler */
.counter {
display:none;
}

/* LOG IN */
.login {
display:none;
}

/* Calender / Termine */
.calendar_month {
display:none;
}

/* Search BOX */
.searchbox {
display:none;
}
/* ANY NEWS BOX */
.anynews {
display:none;
}

/* ALLGEMEINE Formate */
form {
	margin: 0;
}