/*   
Theme Name: KMI Home Care
Theme URI: []
Description: Dit thema is speciaal ontwikkeld voor KMI Home Care. Gebruik door anderen dan KMI Home Care is dan ook niet toegestaan.
Version: 0.1
Author: Léon Cozijnsen
Author URI: http://www.mobileon.nl
.
[Any other comments]
.
*/

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000;
	margin:20px auto;
	line-height:1.4em;
	width:990px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-size:2.0em;
	letter-spacing:-0.06em;
	font-weight:normal;
}

a:link, a:visited {
	font-weight:normal;
	color:#f00;
	text-decoration:none;
	/*border-bottom:1px solid #f00;*/
	font-size:1.0em;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

a img {
	border:none;
}

header, nav, section, article, footer {
	padding:10px 20px 20px;
	margin:10px;
	/*border:1px dashed #29a021;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(ie-css3.htc);*/
	background:#fff;
}

header {
	display:block;
	position:relative;
	text-align:left;
	height:80px;
	background:#fff url(images/logo.gif) bottom left no-repeat;
}

header img {
	position:absolute;
	left:0px;
	top:0px;
}

header h1 {
	font-size:2.3em;
	text-transform:none;
	letter-spacing:0em;
	text-align:center;
	color:#29a021;
}

header h2 {
	margin:-10px 0px 20px;
	font-size:1.3em;
	text-align:center
}

nav {
	text-align:left;
	display:block;
	height:10px;	
	background:#f00	;
	border:none;
}

nav a:link, nav a:visited {
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
}

nav a:hover {
	color:#fff;
	text-decoration:underline;
	
}

nav ul {
	padding:0px;
	list-style-type:none;
	display:inline;
}

nav li {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	display:inline;

}


section#left {
	float:left;
	width:170px;
	text-align:left;
	font-size:2,0em;
	font-weight:bold;
}

section#left img {
	position: relative;
	left:0px;
	top:20px;
}

section#right {
	float:right;
	width:180px;
	text-align:left;

}

section h1, section h2, section h3, section h4, section h5, section h6 {
	font-weight:bold;
	color:#29a021;
	padding:9px 10px 10px 10px;
	margin:13px -10px;	
	
	
}

section ul {
	padding:0px;
	list-style:none;
	border-top:1px solid #29a021;
	margin:15px 0px;
}

section li {
	font-size:14px;
	margin:0px;
	padding:0px;
	list-style:none;
}

section li a:link, section li a:visited {
	float:left;
	width:100%;
	padding:3px 1%;
	border-bottom:1px solid #29a021;
}

section li a:hover {
	color:#fff;
	background:#f00;
	text-decoration:none;
	font-weight:bold;
}

article {
    float:left;
	width:454px;
	text-align:left;
	color:#000;
	
}

article h1 {
	color:#29a021;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
	
}

article h2, article h3, article h4, article h5, article h6  {
	/*background:transparent url(kleuren.png) no-repeat 0px -40px;*/
	color:#29a021;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
	
}

article a:link, article a:visited, article a:hover {
	color:#29a021;
    text-decoration:none;
}

article img {
padding-right:10px;
padding-bottom:10px;
position:relative;
float:left;
}
	
 


label {
	display:block;
	font-weight:bold;
}

input, textarea {
	font-size:90%;
	color:#968765;
	border:1px solid #e7e2d7;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:2px 4px;
	width:168px;
	
}

input:focus, textarea:focus {
	border:1px solid #c9c1af;
}

button {
	float:right;
	font-size:1.2em;
	color:#fff;
	font-style:bold;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:3px 12px;
	background:#999;
	cursor:pointer;
}

button:hover {
	background:#ccc;
}

footer {
	display:block;
	clear:both !important;
	width:930px;
}

footer a {
	margin:0px 5px;
}