@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/back_pattern.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixRtHdr #container {
	width: 834px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/content.png);
} 
.twoColFixRtHdr #header {
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 840px;
	height: 200px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	height: 155px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	padding-right: 37px;
	padding-bottom: 15px;
	float: right;
	background-image: url(../images/sidebar_top_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	width: 185px;
}
.twoColFixRtHdr #mainContent {
	background-image: url(../images/content.png);
	text-align: left;
	float: left;
	width: 570px;
	padding-left: 28px;
	clear: left;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #container #mainContent #maincontent_artikle_1 #artikle_1_content {
	padding-left: 8px;
	text-align: left;
	float: left;
	width: 560px;
}
.twoColFixRtHdr #footer {
	background-image: url(../images/footer.png);
	height: 56px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header .keywords {
	font-size: 9px;
	height: 5px;
	padding-left: -3000px;
	margin-left: -3000px;
}

