/* Start of CMSMS style sheet 'Living For Kids' */
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div, img, blockquote {
	margin: 10px;
	padding: 0px;
	border: 0px;
}

html, body
{
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    background-image: url(uploads/theme/achtergrond.jpg);
}

body
{
   font-size: 12px;
}

#nav img {
   margin: 0px;
}

a
{
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
   color: #fff;
   padding-top: 16px;
   padding-bottom: 8px;
   font-weight: normal;
}

h1
{
   padding-top: 0px;
   margin-top: 0px;
   font-size: 10pt;  
   padding-bottom: 10px;
   font-family: Century Gothic, Arial, Verdana;
   text-align: center;
   font-weight: bold;
}

h2
{
   font-size: 24px;
}

h3
{
   font-size: 20px;
}

h4
{
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 0px;
}

h5
{
   font-size: 14px;
}

h6
{
   font-size: 13px;
   font-weight: bold;
}

p {
	font-family: Century Gothic, Arial, Verdana;
	font-size: 9pt;
	text-align: center;
	margin-top: 10px;
	color: #ffffff;
}

p.title {
        text-transform: uppercase;
        color: #666666;
        font-size: 11pt;
}

/*************************************************** Layout Divs ***************************************************/

#wrapper {
	width: 766px;
	height: 553px;
	background-image: url(uploads/theme/sloophout.jpg);
}

#columnl {
	float: left;
	width: 228px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#columnr {
	float: right;
	width: 498px;
	height: 533px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#pageimage {
	float:  left;
	width: 262px;
	height: 411px;
	margin: 0;
	padding: 0;
}

#content {
	width: 214px;
	height: 411px;
	float: right;
}

#spacer {
	height: 1px;
	clear: right;
}

#submenu {
	width: 418px;
	height: 83px;
	background-color: #c7c0bb;
	text-align: center;
	color: 6f666d;
	padding-top: 0px;
        padding-right: 30px;
        padding-left: 30px;
}

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
        clear: both;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/*************************************************** Main Content Styles ***************************************************/



/*************************************************** Navigation Styles ***************************************************/

#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#nav ul li {
	height: 39px;
	margin-left: 0px;
	padding-left: 0px;
        margin-bottom: 10px;
}

#nav ul li a {
	padding-left: 50px;
	margin-left: 0px;
	line-height: 39px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	background: url(uploads/theme/bloemwit.png) no-repeat;
	display: block;
	height: 39px;
}

#nav ul li a.active {
	background: url(uploads/theme/bloemantraciet.png) no-repeat;
}

#nav ul li a:hover {
	background: url(uploads/theme/bloemantraciet.png) no-repeat;
}

#submenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#submenu ul li {
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 2px;
	color: #666666;
}

#submenu ul li.last {
	border-right-style: none;
}

#submenu a {
	color: #666666;
	text-decoration: none;
        line-height: 20px;
        font-family: Century Gothic, Arial, Verdana;
        font-weight: normal;
}

#submenu a.active {
	color: #ffffff;
	font-weight: bold;
}
/* End of 'Living For Kids' */

