.nocss {
	padding: 4px;
	margin: 4px;
	display: block;
	height: 4px;
	font-size: 4px;
	line-height: 4px;
}

.printviewonly {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.currentdate {
	overflow: auto;
	display: block;
	margin: 0px 0px 11px 0px;
	padding: 0px 10px 1px 10px;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;	
	width: auto;
}
.printpreviewbuttons {
	display: none;
	overflow: auto;
}

body {
	background: none;
	margin: 0px 40px 30px 40px;
	padding: 0px 0px 0px 0px;
	height: 1%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #696969;
	width: 620px;
}

#body-section {
	background: none;
	margin: 0px;
	padding: 0px;
	height: 1%;
}

#main-section {
	margin: 0px;
	width: 100%;
}

#header-section {
	background: none;
	height: 91px;
	margin-bottom: 1px;
}
#header-section img {
	margin: 20px 0px 20px 0px;
}

#navigation-section {
	display: none;
}

#wrapper-section {
	display: block;
	margin: 0px;
	padding: 0px;
}

#meta-section {
	display: none;
}

#content-section {
	width: 620px;
	margin: 0px;
	padding: 0px;
	float: none;
}

#content-section .toplink-box {
	display: none;
}
#content-section  .iconifiedlink {
	display: none !important;
}
#content-section .pagelinks-box {
	display: none;
}
#content-section .paging .right {
	display: none;
}

#content-section .newsteaser .element .headline .date .icon {
	display: none;
}

#teaser-section {
	display: none;
}

#footer-section {
	clear: both;
	display: block;
	position: relative;
	background: none;
	float: none;
	margin: 0px;
	width: 620px;
	border-top: 1px solid #696969;
	padding: 2px 0px 0px 0px;
}
#footer-section .footer {
	text-align: right;
}
#footer-section .left  {
	display: none;
}
#footer-section .right {
	float: none;
	width: 100%;
}



#content-section .ce-special {
	display: none;
}
#content-section .ce-flash,
#content-section .ce-flashvid
{
	display: none;
	height: 0px;
	border: 0px;
	padding: 0px;
}

acronym, dfn, abbr, span.abbr {
	text-decoration: none;
}

ul {
	background: none;
	list-style: disc;
	padding-left: 15px;
}
li {
	background: none;
	list-style: disc;
	padding-left: 5px;
}

.ce-sitemap ul,
.ce-sitemap li,
.ce-sitemap a
{
	border: none !important;
	background-image: none !important;
}

.ce-sitemap ul
{
	margin-left: 5px !important;
}

.ce-sitemap li,
.ce-sitemap a
{
	margin: 15px 10px !important;
	padding: 0px !important;
}


#content-section .ce-textpic, #content-section .ce-teaser .element {
	overflow: hidden; /* fixes print-preview problems for floating contents */
	width: 100%;
}

#content-section .image_above_under_wrapper {
	overflow: hidden;
}

#content-section .order-checkbox {
	overflow: hidden; /* fixes print-preview problems for floating contents */
	width: 100%;
}

#content-section .caption a,
#content-section caption a {
	display: inline;
}

form input.text,
form select,
form textarea{
	background: white;
	border: 1px solid #696969;
}

form .submit,
form .field-checkbox {
	overflow: auto;
}

/* IMPFCHECK */
.check-result {}


.check-result table,
.check-form .table {
	background-color: #fff;
}
.check-form .table .row .line .col1,
.check-form .table .row .line .col2,
.check-result table tbody tr td,
.check-form .table .row {
	border-color: #696969;
}

.check-result table tbody tr .check .checked {
	display: none;
}
.check-result table tbody tr .check .print-checked {
	display: inline;
	padding: 7px;
	font-size: 20pt;
}

.check-form-question .list ul {
	padding-left: 0px;
}
.check-form-question .list ul li{
	list-style-type: none;
}

.break-after,
.check-form .table .break-after,
.check-result .break-after {
	page-break-after: always;
}

.check-form .table .row,
.check-result tr {
	page-break-inside: avoid;
}

