/*This is the main layout for kinderhilfe-togo.org 2006*/

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0;
 background-color: #ffffff;
 background-image: url(images/logo_large_bg.gif);
 background-position: bottom right;
 background-attachment: fixed;
 background-repeat: no-repeat;
 font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
 font-size: small; 
 color: #222222;
 /*height: 100%;*/
 }	 

#c-block {
 margin: 0;
 width:100%;
 z-index:1;
 background: transparent;
 color: #222222;
 height:100%;
}
/* #hdr{
 margin: 0;
 height:100px; 
 width:100%; 
 background: transparent;
 /*color: #142227;
 }*/
  
 #c-col{
 position:relative;
 top: 25px;
 margin-top:10px; 
 margin-left: 195px; 
 margin-bottom: 10px; 
 margin-right: 75px;
 background: transparent;
 padding: 5px 10px 5px 10px;
 color: #222222;
 z-index:5;
 }
  
#left{
	position:absolute;
	top:0px;
	left:0;
	padding: 5px 5px 5px 5px;
	width:175px;
	z-index:3;
	color: #222222;
 /*border-width:0 1px; */}
 
#right{
 position:absolute;
 top:10px;
 right:20px;
 width:155px;
 background:transparent;
 color: #222222;
 padding-left: 5px;
 z-index:2;
 }
 
#ftr {
 padding-top: 50px;
 padding-right: 75px;
 /*width:150px;*/
 height:40px;
 background: transparent;
 color: #666666;
 font-size: 11px;
 }
 
#c-col-wide {
  position:absolute;
  top: 115px;
  width: 590px;
  Background: transparent;
 margin-left: 200px; 
 margin-bottom: 10px; 
 /*padding: 5px 10px 5px 10px; */
 color: #222222;
 /* border: 1px solid #CCCCCC; */
 z-index:5;
 } 
