
body {

	font: 100%  Verdana, Arial, Helvetica, sans-serif ;

 	font-size: 11px;

	color: #333333;

	font-style: normal;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0 0 0 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 */
 
    background-image:url(images/bg3.jpg);  

}

.border{

 border: 1px solid #333333;

}

.oneColFixCtrHdr #modul_1x1{


width:500px; float:left; padding:10px 0px  10px 20px;  text-align:justify; color: #666666; line-height:19px; 


}
.oneColFixCtrHdr #modul_2x1{

width:380px; float:right; padding:   0   20px 0 0; text-align:justify; color: #666666;  line-height:19px; 


}


.oneColFixCtrHdr #container {

	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-image:url(images/index_06.jpg); 

	background-position:top; 

	background-repeat:repeat-y;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

 	padding: 0 0 0 0;

	  /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #header {

background-image:url(images/index_04.jpg);
width:948px; 
height:39px;



	padding: 0 0 0 0;  /* 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. */

}

.oneColFixCtrHdr #mainContent {  

	padding: 0 0 0 0;  position:relative; 

}

.oneColFixCtrHdr #mainContent2 {

	background-image:url(images/index_05.jpg); background-position:top; background-repeat:no-repeat;

 	padding: 0 0 0 0; 

 	min-height:544px;  position:relative; 

}

.oneColFixCtrHdr #footer {

	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear above it. */

 

}

 

 .oneColFixCtrHdr #bg1 {

 

 background-image:url(images/bg1.jpg); 

 background-position:top; 

 background-repeat:no-repeat; height:auto;

 } 

 

 .oneColFixCtrHdr #bg2 {

 

 background-image:url(images/bg2.jpg); 

 background-position:top; 

 background-repeat:repeat-x;

 }
