﻿/**
 * print.css 
 *
 * @author		   Andreas Dupp
 * @copyright	   Andreas Dupp Februar 2010
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @version		   1.0
 * @platform	   Website Baker 2.8.x

**/

body {
	background-color: #ffffff;
	background-image: none;
	padding: 5px;
}
#all_inner {
	border: 0px;
	width: 780px;
}
#header {
	background-image: none;
	background-color: #ffffff;
	height: auto;
}
#header_text {
	height: 10px;
}
#licenselink {
	width: 780px;
	color: #555555;
}
#licenselink a {
	color: #555555;
}
#content {
	border: 1px solid #555555;
	
}

/* Ausblenden der DIV-Tags */
#menu { display: none; }
#shadow_top { display: none; }
#breadcrumb { display: none; }
#sidebar { display: none; }
#header_text { display: none; }
#shadow_bottom { display: none; }
#bottom { display: none; }


