/*
 * Stylesheet voor zebrazorg.nl
 * // TODO: Control size of mainArea after adding of padding.
 * 
 */ 
body {  
	background-color: #e2eff8; 
	border:0; 
	font-family: Verdane, "Trebuchet MS", Tahoma;
	margin:0; 
	padding: 0; 
}


#pageContainer { 
	height:600px;
	margin: 0 auto; 
	position: relative; 
	top: 0px; 
	width:1004px; 
}


#mainContainer {
	background-color: #6381b7;
	height:100%;
	position: absolute;
	left: 110px;
	width: 540px;
}



#mainArea {
	background-color: #bbd6f1;
	color: #000000;
	font-size: 12px;
	height: 300px;
	padding: 14px 4px 4px 15px;
	position: absolute;
	top: 150px;
	width: 100%;
}


#mainArea td {
	font-size: 12px;
}

#mainArea iframe {
	border: 0px;
	left: -15px;
}


#mainArea a {
	color: #000000;
	margin-right: 8px;
}

#mainArea h2, #mainArea h3, #mainArea h4, #mainArea h5  {
	border: 0px;
	margin: 4px 0px 1px 0px;
	padding: 0px;
}

#mainArea h5  {
	margin-left: 10px;
}


#mainArea ul {
	margin-bottom: 2px;
	margin-top: 0px;
}

#sloganArea {
	color: #ffffff;
	position: absolute;
	top: 470px;
	width: 100%;
	margin: 0 auto; 
}

#sloganArea p {
	text-align: center;
}


#menuContainer {
	background-color: #bbd6f1;
	position: relative;
	left: 680px;	
	height:100%;
	width: 200px;
}

#pictureArea {
	height:150px;
	position: absolute;
	top: 0px;
	width: 200px;
}


#menuArea {
	background-color: #bbd6f1;
	height: 370px;	
	position: absolute;
	top: 150px;
	width: 100%;
}

#menuArea img {
	left: 30px;
	position: relative;
	top: 10px;

}

#mainMenu {
	left: 30px;
	position: absolute;
	top: 130px;
	
}

#mainMenu .menuItem {
	margin-bottom: 2px;
}

#mainMenu .menuItem a {
	color: #000000;
	font-size: 14px;
	font-style: normal;
  font-weight: bold;
  text-decoration: none;
	
}


#contactArea {
	background-color: #6381b7;
	color: #ffffff;
	height: 150px;
	padding-left: 10px;
	padding-top:  10px;
	position: absolute;
	top: 450px;
	width: 200px;
}

#contactArea a {
	color: #ffffff;
}

#contactArea h4 {
	margin: 0px 0px 2px 20px;
}

#contactArea p {
	margin: 0px 0px 8px 20px;
	font-size: 11px;
}

dt {
	float: left;
	width: 220px;
}

dd {
	left: 60px;
}
