* {
	margin:0; 
	padding:0;
	}

html,body{
	margin:0; 
	padding:0;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	}

body{
	font:76% arial; 
	text-align:center; 
	background: #AD2885 url(../img/bg.gif) repeat-y top center;
	}
	
#container{
	width:772px; 
	margin:0 auto;
	text-align:left; 
	background-color:#fff; 
	position:relative; 
	z-index:1;
	min-height:100%;
	position:relative;
	}
	
*html #container{
	margin-top:-20px; 
	position:relative; 
	z-index:1; 
	bottom:-10px;
	} /*displays container in top of page IE*/ 

#header{
	width: 100%; 
	height:177px; 
	text-align:center;
	}
	
#header img{
	width:770px; 
	border:none;
	}

#content{
	float:left; 
	width:100%; 
	padding:20px;
	}

#text{
	width:95%; 
	/*height:120%;*/
	height:70%;
	}

html* #text{
	/*height:100%;*/
	} /*displays better height text div in IE & Safari, not MOZILLA FIREFOX*/
	
*html #text{
	padding-bottom:160px;/*IE7*/
	} /*displays better height text div in IE*/

#footer{
	background:#333;
	color: #fff;
	}
	
#footer p{
	margin:0;
	padding:5px 10px;
	}
	
#footer{
	clear:both;
	width:100%;
	}

*html #footer{
	width:101%;
	}

#wrapper{
	float:left;
	width:100%;
	}

/****** PUSH PAGE TO THE BOTTOM ****/

.pushHome{
	clear:both;
	_height:30px;
	}	

.pushZiekte{
	clear:both;
	_height:160px;
	}	

.pushNieuws{
	clear:both;
	_height:115px;
	}	

.pushSpreekuur{
	clear:both;
	_height:70px;
	}	

.pushContact{
	clear:both;
	_height:1px;
	}	

.pushIndex{
	clear:both;
	_height:320px;
	}	

.pushRoute{
	clear:both;
	_height:220px;
	}	


#sub{
	position:relative; 
	height:-1px; 
	z-index:0; 
	width:100%;
	}
	
#flower{
	text-align:center; 
	position:absolute; 
	bottom:0; 
	left:0; 
	width:100%; 
	height:300px; 
	background: url(../img/bloemen.jpg) no-repeat bottom center;
	}
	
*html #flower{
	position:absolute; 
	bottom:-10; 
	left:0;
	}

/**** NAVIGATION ONLY ****/

.blockmenu ul{
	width:100%; 
	margin:0; 
	margin-bottom:0px; 
	padding:0; 
	float:left; 
	font:1em arial;  
	border-top: 1px solid #F4A124; 
	border-bottom: 1px solid #F4A124; 
	background: #F49A12 url(../img/chromeNav.gif) center center repeat-x;
	}
	
*html .blockmenu ul {
	width:101%;
	}
	
.blockmenu li{
	display: inline;
	}
	
.blockmenu li a{
	float: left; 
	color: #fff; 
	padding: 5px 20px; 
	text-decoration: none; 
	border-right: 1px solid white;
	}
	
.blockmenu li a:hover, .solidblockmenu li a.active{
	color: #fff; 
	background: url(../img/blockactive.gif) center center repeat-x;
	}

/*#content h1{height:20px;line-height:30px;margin:0;color: #000;}*/

input.button {
	border:solid 1px #F4A124; 
	background-color: #F49A12; 
	color:#fff; 
	padding:3px 10px 3px 10px; 
	cursor:pointer; 
	font-size:12px;
	}

#content h1{
	font-size:15px; 
	font-weight:bold;
	}

p{
	margin:0 10px 10px;
	}

#content p{
	line-height:1.4;
	}
	
#footer p {
	font-size:10px; color:#999;
	}

body.home a.home,
body.homeopathie a.homeopathie,
body.ziekteclassificatie a.ziekteclassificatie,
body.behandeling a.behandeling, 
body.nieuws a.nieuws, 
body.spreekuur a.spreekuur, 
body.contact a.contact {
color:#000;
}

a{
	color:#fff;
	}

a.link{
	color:#8B0067; 
	text-decoration:none;
	}
	
a:hover.link {
	color:#8B0067; 
	text-decoration: underline;
	}

.tableb{
	background-color: #fff; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	border-left: 0px solid #fff; 		
	border-top: 0px solid #fff; 
	line-height: 16px;
	}

.tablec {
	background-color: #fff; 
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	border-left: 1px solid #fff; 
	border-top: 1px solid #fff;
	}

.maintable {
	border: 0px solid #999; 
	font-family: arial; 
	font-size: 1em; 
	color: #000; 
	float:right;
	}
	
.inputfield{ 
	font-family: arial; 
	font-size: 1em; 
	color: #000; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #333; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #333; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #333; 
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #333; 
	padding-right: 3px;
	padding-left: 3px; 
	width: 200px; 
	overflow: hidden;
	}