/* @override http://abicalc.fm/css/layout_print.css */

/* 
    Document   : layout_print.css
    Created on : 02.04.2010, 10:35:47
    Author     : bjoernr
    Description:
        Print-Stylesheet fuer abicalc.net
*/


html, body { 
    background: none;
}

#container {
    background: #fff;
    min-width: 800px;
    max-width: 5000px;
    overflow:hidden;
}
#hcontainer {
	background: none;
	height: 60px;
}
#header {
	background: #eee;
	display: block;
	float: none;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-bottom: 4px solid #ccc;
}
#header h1 a {
	position: static;
	top: 0px;
	left: 0px;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 50px;
}
#header h1 a .alt {
	display: block;
	padding: 0px 20px;
	color: #ccc;
    font: normal normal 1.2em "Century Gothic", "Apple Gothic", sans-serif;
    text-decoration: none;
}
#content {
	float: none;
	margin-top: 0px;
	padding-top: 0px;
	width: 90%;
	max-width: 5000px;
}
#sidebar {
	display: none;
}
#prefooter {
	display: none;
}

#header_bottom {
	display: none;
}
#landselect {
	display: none;
}
#menu {
	display: none;
}

#barleft {
	display: none;
}

#footer {
	background: #fff;
	color: #333;
}
#footer p {
	color: #333 !important;
}
#footer p a {
	color: #333 !important;
}
.fmb_badge {
	display: none;
}

.submit {
	display: none;
}