@charset "utf-8";
/* CSS Document */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../graph/gradient.png);
	margin: 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */

	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #003;
}
.oneColLiqCtrHdr #header {
	background:none; 
	/*/border: 1px solid #000000;*/
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColLiqCtrHdr #language {
	background:none;
			/*/border: 1px solid #000000;*/
	padding: 0px 0px 0px 985px; 
}
.oneColLiqCtrHdr #navbar {
	background:none; 
	padding: 5px 
	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #columnleft {
	textalign: left;
	background:none;
	width:624px;
	margin: 0 10px 10px 10px 
	padding: 10px 10px; ;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #right {
	textalign: left;
	background:none;
	width:240px;
	margin: 0 500px 10px 10px; 
	padding: 10px 10px; ;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #textbox1 {
	textalign: left;
	color:#FFF;
	background:none;
	width:340px;
	padding: 5px ;
	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #textbox2 {
	margin:0 360px;
	textalign: left;
	background:none;
	width:340px;
	padding: 5px ;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #textbox3 {
	margin: 0 0 0 400px;
	textalign: left;
	background:none;
	width:340px;
	padding: 5px ;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #columncenter {
	textalign: left;
	width:1024px;
	background:none;
	padding: 0px 10px;
	;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #666;

}
.oneColLiqCtrHdr #disclaimer {
	textalign: left;
	width:1020px;
	height: 100px;

	background:none;
	padding: 0px 10px;
	;	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;

}
.oneColLiqCtrHdr #mainContent {
	height:500px;
	width: 1024px;
	padding: 0 5px 5px 5px;
	background: none;
	text-align: left;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.oneColLiqCtrHdr #mainContent2 {
	height:500px;
	width: 1024px;
	padding: 0 0px 0px 0px;
	background: url(/dokumente/tunnel2.png);
	text-align: left;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.oneColLiqCtrHdr #subContent3 {
	height:500px;
	width: 1024px;
	padding: 0 0px 0px 0px;
	
/*	background:url(../dokumente/wood_art.swf);
*/	/*background: url(../dokumente/title1.png);
	*//*background: url(../dokumente/xmas12.jpg);
	text-align: left*/;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
	border:none ;
	text-align:right;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	text-align:right;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #bottombar {
	height:102px;
	background:none; 
	padding: 5px 
	/*border: 1px solid #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #666;
}
.oneColLiqCtrHdr #container #footer h4 {
	color: #FFF;
}

</style>
Headline1 {
	color: #C00;
}
.Hilght1 {
	color: #C00;
}
#mainContent pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #C00;
}
pre {
	color: #C00;
}
.oneColLiqCtrHdr #container #columncenter pre {
	font-size: 18pt;
}
.oneColLiqCtrHdr #container #columncenter pre {
	color: #C00;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-size: medium;
	color: #00F;
}
.oneColLiqCtrHdr #container #mainContent p {
	color: #666;
}
