/*
Theme Name: Fransje Vervoort - de Koning | Versie 1
Theme URI: http://www.borstvoeding-enzo.nl
Description: Borstvoeding-enzo.nl Versie 1
Version: 1.0
Author: Shanti Keur

*/

body {
	font:  12px  Arial;
	color: #666;
	text-align:left;
	background: #3399cc   ;
	margin: 0px;
	padding: 0px 0px 20px;
	}
a {
	color: #017ad1;
	text-decoration: none;
}
a:visited {
	color: #017ad1;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
	}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h1 {
	color: #017ad1;
	font-size: 14px;
	text-align: left;
	}


	
.menu {
	padding-top: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	}

.menu a {
	color: #017ad1;
	text-transform: lowercase;
	text-decoration: none;
}
.menu a:visited {
	color: #017ad1;
	text-decoration: none;
}
.menu  a:hover {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}

.side {
	padding-left: 15px;
	padding-top: 130px;
	}
	
.text {
	padding-right: 15px;
	text-align: left;
	}










