body {
	font: normal 11px Verdana;
	background: #fcf6e7; 
	/*	background: #000;*/
	margin: 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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #fbf2dc; 
	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. */
}
.oneColFixCtrHdr #spacer_header {
	height: 9px;
	display: block;
	background: #e5a812;
	border-bottom: 1px solid #999999;
}

.oneColFixCtrHdr #nav {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 40px;
	display: block;
	width: 740px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent .main_col{
	height: 100%;
	width: 246px;
	float: left;
	margin-left: 8px;
	border: 1px solid #CCC;
}


.oneColFixCtrHdr #footer {
	height: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFF;
}


.oneColFixCtrHdr #logo_carelanka {
	text-align:center;
}

.oneColFixCtrHdr #taal{
background-color: #fcf6e7;
	text-align:right;
}
.oneColFixCtrHdr #footer_corners{
	width: 11px;
	height: 10px;
	float: left;
}
.oneColFixCtrHdr #footer_center{
	text-align: center;
	width: 758px;
	height: 10px;
	display: block;
	float:left;
}
/* **************************************** */
/* 				content						*/
/* **************************************** */

a {
	text-decoration: none;
	color: #695e4a;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #695e4a;
	font-weight: bold;
}

.oneColFixCtrHdr h1{
	font-size: 18px;
	color: #e5a812;
	margin:0 0 5px;
}

.oneColFixCtrHdr h2{
	font-size: 12px;
	color: #e5a812;
	margin:0 0 5px;
}

.oneColFixCtrHdr #carelanka_dynaisch{
	width: 490px;
}


/* **************************************** */
/* 				Top 						*/
/* **************************************** */

/* Top menu */

		#nav { list-style: none;}
		#nav, #nav ul {
			padding: 0;
			margin: 0;
		}
		
		/* top level menu */
		#nav a {
			width: 90px;
			display:block;
			color: #695e4a;
			height: 16px;
			font-weight: bold;	
			text-align: center;
			text-decoration: none;
			padding: 0px 5px 0px 5px;
		}
	
		#nav li {
			
			float: left;
			list-style: none;
		}
		
		#nav li#seperator{
		font-weight: bold;
		color: #695e4a;
		}
			/* Sub level menu */
			#nav li .leaf {
				position: absolute;
				width: 100px;
				margin: 0px;
				padding: 0;
				left: -999em;
				color: #695e4a;
				text-align: left;
				z-index: 1;
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1;
			}
			
			#nav li .leaf li {	
				padding: 0px;
				margin: 0px;	
				width: 100px;
				background-color: #f7f1b2;
			}
			
			/* IE6 Hacks */
			*html #nav li .leaf { 
				background: #002B54; 
			}		
			*html #nav li .leaf {
				margin-left: -2px;	
			}
			*html #nav li .leaf li {	
				width: 130px;
			}			
					
			#nav li .leaf a {
				color: #695e4a;
				height: 12px;
				padding: 3px 0px;
				text-align: left;
				font-weight: normal;
				padding: 3px 5px 2px 5px;
			}			
			#nav li .leaf a:hover {	
				text-decoration: underline;
			}			
			
			#nav li:hover ul, #nav li.sfhover ul {
				left: auto;
			}
			
	