body {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #ffffff;
}

body, td, th, p, h1, h2, h3, h4, a, dd, li, input[type=text], textarea, div, span, label {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

body, td, th, p, dd, li, input[type=text], textarea, div, span {
	font-weight: normal;
}

.clear {
	clear: both;
}

.nicht_drucken {
	display: none;
}

.seitenumbruch {
	display: block;
	page-break-before: always;
}

/* @group Layout */

div#header {
	display: none;
}

div#navigation {
	display: none;
}

div#content {
	z-index: 1;
}

/* @end */

/* @group Blöcke */

div.opakblock {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 1px;
}

div.transparentblock {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}

div.breit {
	width: 670px;
	clear: both;
}

div.mittel {
	width: 380px;
}

div.schmal {
	width: 310px;
}

div.transparentblock.schmal {
	width: 330px;
}

div.links {
	float: left;
	clear: left;
}

div.rechts {
	float: right;
	clear: right;
}

/* @end */

/* @group Newton */

div.Newton {
	background-color: #ffffff;
}

div.Newton p, div.Newton h3, div.Newton h4, div.Newton a, div.Newton li {
	color: #000000;
}

/* @end */

/* @group HTML-Einbettung */

div.html-einbettung {
	margin-top: 12px;
	padding-bottom: 12px;
}

div.html-einbettung:first-child {
	margin-top: 0px;
}

div.html-einbettung-links {
	float: left;
	margin-top: 5px;
	margin-right: 14px;
	padding-bottom: 12px;
}

div.html-einbettung-rechts {
	float: right;
	margin-top: 12px;
	padding-bottom: 12px;
}

/* @end */

/* @group Formatierung */

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

div.img_right p, div.img_left p, div.img_mid p {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

div.img_right p {
	text-align: right;
}

div.img_mid p {
	text-align: center;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

p.tags, p.tags a {
	line-height: 1.2;
}

abbr {
	border-bottom: none;
}

blockquote {
	color: #000000;
	font-style: italic;
	border: 1px solid #909090;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #f0f0f0;
}

pre {
	color: #000000;
	font-family: Monaco, monospace;
	border: 1px solid #909090;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #f0f0f0;
}

strong, b {
	font-weight: bold;
}

/* @end */

/* @group Überschriften */

h1, h2, h3, h4 {
	color: #000000;
	letter-spacing: 1px;
	width: 100%;
	clear: both;
	margin-top: 18px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #000000;
	page-break-after: avoid;}h1:first-child, h2:first-child, h3:first-child, h4:first-child {	margin-top: 0px;}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
	width: auto;
	clear: none;
}

h4 {
	font-size: 12px;
}

h3 a {
	font-size: 13px;
	text-decoration: none;
}

h3 a:visited, h3 a:hover {
	color: #000000;
}

/* @end */

/* @group Listen */

ul {
	padding-left: 16px;
	list-style-image: url(/images/bullet.gif);
}

div.Newton ul {
	list-style-image: url(/images/bullet_newton.gif);
}

li {
	margin-top: 8px;
}

li:first-child {
	margin-top: 0px;
}

ul, li {
	margin-left: 0px;
	border-left: none;
}

dt {
	font-size: 12px;
	font-weight: bold;
	padding-left: 9px;
	margin-top: 10px;
	border-left: 12px solid #909090;
}

dt.emphasis {
	border-left: 12px solid #000000;
}

dd {
	padding-left: 0px;
	margin-left: 22px;
	margin-bottom: 16px;
}

dl.literatur dt {
	padding-left: 0px;
	margin-top: 0px;
	border-left: none;
}

dl.literatur dd {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* @end */

/* @group Bilder */

div.img_right, div.img_left, div.img_mid {
	background-color: #909090;
	margin-top: 4px;
}

div.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}

div.img_left {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 4px;
}

div.transparentblock div.img_left, div.transparentblock div.img_right, div.transparentblock div.img_mid {
	margin-top: 0px;
	margin-bottom: 4px;
}

div.img_mid {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

/* @end */

/* @group Galerie */

table.galerie_vorschau {
	padding-bottom: 8px;
}

table.galerie_vorschau img {
	margin-top: 4px;
}

table.galerie_vorschau p {
	margin-left: 12px;
}

div.filmstreifen {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(/images/Perforation.gif) repeat-x;
}

div.filmstreifen a {
	margin-left: 2px;
	margin-right: 2px;
}

/* @end */

/* @group Formulare */

form, input {
	margin: 0px;
	padding: 0px;
}

table.formular {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	clear: both;
}

table.formular td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.formular th {
	border-bottom: 2px solid #000000;
	border-right: 1px solid #000000;
}

div.formbuttons {
	clear: both;
	text-align: right;
	margin-right: 0px;
	margin-top: 16px;
	margin-bottom: 8px;
}

label {
	font-weight: bold;
}

/* @end */

/* @group Links */

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

/* @end */
