/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,51,0);
 	background-attachment: fixed;
	background-color : rgb(178,205,95);
	background-repeat : no-repeat;
	background-position : 50% 100%
}

.txtcontent {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,51,0)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(102,51,0)
}

.txtmenu {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px
}

.cmsbody {
	background-image: url( "../assets/images/background-de-uitkijk.gif" );
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: bottom
}
