/* General */
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	/* Begrenzung, solange Seite im Frameset ist, sonst erscheint gleichzeitig waagrechter Scrollbalken wenn ein senkrechter Scrollbalken erscheint */
	width: 95%;
	min-width: 100%;
}
a {
	color: #3aab39;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}
img {
	text-decoration: none;
	border: none;
}
h1 {
	margin: 28px 0 23px 0;
	font-size: 1.4em;
}
h2 {
	padding: 0;
	margin: 0 0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
}
hr {
	color: #656565;
	background: #656565;
	width: 100%;
	height: 1px;
	margin-bottom: 1em;
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}

p.arrow  {
	margin-bottom: 4px;
	padding-left: 11px;
	background: url(/img/pfeil.gif) no-repeat 0 0.35em;
	color: #656565;
	text-decoration: none;
}
p.arrow a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}

#copyright {
	visibility: hidden;
	display: none;
	font-size: 0.85em;
}
.copyright {
	visibility: hidden;
	display: none;
}
input:focus {
	color: #000000;
	background: #eeeeee;
}
button {
	border: none;
	color: #ffffff;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
label {
	font-weight: bold;
	font-size: 0.85em;
}
.clearer {
	clear: both;
}
.hidden {
	display: none;
}
p.overline {
	margin-bottom: 0.25em;
}
.marginBottom100px {
	padding-bottom: 100px;
}
/* /General */

#pageWrapper {
	min-width: 620px; /*new*/
	width: expression(document.body.clientWidth < 640 ? "610px" : "100%" ); /*new*/
	padding-bottom: 1em;
}
table,tr,td {
	margin: 0;
	padding: 0;
}

/* Kapitelnavigation */
#chapterNavi {
	margin: 0;
	padding: 0;
}
#chapterNavi li {
	list-style-type: none;
	margin: 0.2em 0 0.2em 20px;
	font-size: 0.85em;
}

#chapterNavi li.withSpacing {
	margin-top: 25px;
}
/* /Kapitelnavigation */

/* Kapitelnavigation für Tracing */
#chapterTracingNavi, #chapterTracingNavi ul {
	padding: 0;
	margin: 0;
	width: 206px;
	list-style-type: none;
}
#chapterTracingNavi li {
	background: #cccccc;
	display: inline;
}
#chapterTracingNavi li a, #chapterTracingNavi .chapterTracingHeader {
	font-size: 0.85em;
	line-height: 1.7em;
	vertical-align: middle;
	margin: 0 0 8px 0;
	display: block;
 	font-weight: bold;
}
#chapterTracingNavi .chapterTracingHeader {
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #656565;
	background: #cccccc;
}
#chapterTracingNavi li a {
	color: #3aab39;
	text-decoration: underline;
}
#chapterTracingNavi li a:hover, #chapterTracingNavi li a.active {
	color: #656565;
	text-decoration: none;
}
#chapterTracingNavi li ul {
	margin: 0 0 50px 0;
	width: auto;
}
#chapterTracingNavi.noBottomMargin li ul {
	margin-bottom: 0;
}
#chapterTracingNavi li ul li {
	background: #ffffff;
}
#chapterTracingNavi li ul li a {
	line-height: normal;
	background: #ffffff;
	margin-bottom: 5px;
}
#chapterTracingNavi li ul li ul {
	margin: 0;
	padding-left: 15px;
}
/* /Kapitelnavigation für Tracing */

/* Chapter Block */
#chapterBlock {
	width: 257px;
	float: left;
}
#chapterImage {
	margin-bottom: 20px;
}
#content {
	width: 27.5em;
	float: left;
}

/* Mac IE 5 backslash \ hack */
* html #content {
	height: 1%;
}
#content.closed {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}
#content.intro div {
	margin-left: 2em;
}
#content div div {
	clear: both;
	margin: 1em 0;
	border-top: 1px solid #cccccc;
}

#content div div h2 {
	padding-top: 0.6em;
}
#content div div p {
	padding-top: 0.6em;
}
#content div div img {
	display: block;
	float: left;
	margin-right: 1em;
	border: 1px solid #cccccc;
	border-top: none;
}
#content div div.alternate img {
	float: right;
	margin-right: 0;
	margin-left: 0;
}
#content div div div {
	display: block;
	float: left;
	position: relative;
	width: 105px;
	margin: 0 1em 0 0;
	border-top: none;
}
#content div div.alternate div {
	float: right;
	margin-right: 0;
	margin-left: 1em;
}
#content div div div div {
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 400px;
	height: 350px;
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer; 
}
#content div div div img {
	float: none;
	margin-right: 0;
}
#content div div div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 105px;
	height: 75px;
	background: transparent url(/images/zoom.gif) no-repeat right top;
	/*
	margin-left: 0 !important;
	margin-left: 1em;
	*/
}
.textContent {
	padding: 10px 0 0 0;
}

/* /Chapter Block */
/* Tables */
table {
	/*width: 55.3em;*/
	width: 100%;
	margin-bottom: 1em;
	border: none;
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
tr.alternateRow {
	background-color: #cccccc;
}
th {
	text-align: left;
}
th, td {
	padding: 0.1em 1em;
}
#techdata {
	font-size: 0.9em;
	margin-bottom: 2em;
}
#techdata th {
	white-space: nowrap;
}
/* /Tables */

#chapterBlockLinkList{
	list-style-type: none;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 20px;
	font-size: 0.85em;
	font-weight: bold;
	color:#3aab39;
}
#chapterBlockLinkList li#last{
	margin-top: 10px;
}
span#archive {
	color:#3aab39;
}

.grafikList {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-image: url(/global/img/general/haken.gif);
}
	.grafikListreddot ol {
		margin: 0 0 15px 0;
	}
	.grafikList li {
		list-style-type: disc;
		margin: 0.5em 0 0.2em 15px;
	}
	.grafikList ul li ul li {
		list-style-type: none;
		margin-left: 0;
	}
	
.flashContainer {
	padding-bottom: 15px;
}


