
/*
@page {
	/* properties declared here */
	size: portrait;
	margin: 0;
}
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background:#fff;
}

/* ----------------- Layout Boxes ----------------- */
#boxtop {
	position: relative;
	left: 0;
	width: auto;
	height: auto !important;
	margin: 0 auto;
	border: 0;
}
#boxtop h1 {
	display: block !important;
	text-align: right;
	padding-right: 20px;
}

#boxmain {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0 1em;
	border: 0;
}

#boxmenu {
	display: none;
}

#boxsidebar {
	display: none;
}

*.boxcontent {
	border: 0;
}

#footer {
	display: none;
	width: auto;
	border: 0;
	text-align: left;
	margin: 0 auto;
}

#footer .box-left {
	display: none;
}

/* ----------------- Content Boxes ----------------- */

div.field-right {
	border: 1px solid #000;
	border-width: 0 0 0 1px;
}


/* ----------------- Headlines ----------------- */

h4 {
	border-bottom: none;
}

h1, h2, h3, h4 {
	color: #000 !important;
}


/* -------------------------- Buttons & Forms ------------------------- */
input, textarea{
	background-color: #fff;
}
