body {
	background: white;
	font-size: .9em;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
}

#footer, #shadow-left, #shadow-right, #left_menu, .section-header, #actual-footer, .font-resize, #to-top, .powrot, #contact, .shadow-top, .more, .akt-bottom-line {
	display: none;
}

#middle {
	clear: both;
}

#top {
	height: 100px;
	border-bottom: 1px dotted #000;
	margin-bottom: 2em;
	background-color:#006600;
}
#logo-box {
	margin-top: 20px;
}
#logo {
	display: none;
}
#logo-print {
	display:block;
}

ul, ol {
	font-size: 1em;
	list-style: disc;
	list-style-type: disc;
}

#bottom {
	margin-top: 2em;
	border-top: 1px dotted #000;
}
#main, #main-content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

h1 {
	line-height: normal;
	font-size: 2em;
}

h2 {
	line-height: normal;
	font-size: 1.5em;
}

h3 {
	line-height: normal;
 font-size: 1em;
}

p {
	font-size: 1em;
}

table {
	background: #f3f1eb;
}
td {
	border: 1px solid #fff;
	padding: 10px;
}

caption {
	background: #e5e4df;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	font-weight:bold;
}


