html, body, fieldset, h1, h2, h3, div, span { 
	margin: 0;
	padding: 0;
}

body {
	/*background-color: #70b5dc;*/
	background-color: #4a89bc;
	background-image: url(../images/bg_body.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
}

p, div, span, table {
	font-size: 13px;
	color: #001142;
	line-height: 23px;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

p {
	margin: 19px 0;
}

ul {
	margin-bottom: 0;
}

a {
	color: #1443a6;
	font-weight: normal;
	text-decoration: underline;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 19px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/*

achtergrondkleur: #4a89bc
tekstkleur: #001142

*/

#container {
   position: absolute;
   width: 994px; /* Breedte van je object */
   margin-left: -497px; /* helft van de breedte (negatief)  */
   height: 526px; /* Hoogte van je object */
   margin-top: -317px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
}

#flash {
   position: absolute;
   width: 994px; /* Breedte van je object */
   margin-left: -497px; /* helft van de breedte (negatief)  */
   height: 530px; /* Hoogte van je object */
   margin-top: -265px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
   background:url(../images/bg_flash.png) no-repeat 285px 4px;
}


#site {
   position: relative;
   width: 962px;
   height: 593px;
	top: 15px;
	left: 17px;
	background: url(../images/bg_site.jpg) no-repeat top;
}

#links {
   position: relative;
   width: 302px;
   height: 593px;
	float: left;
}
#link-small {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:13px;
}
.logo {
   position: absolute;
   width: 218px;
   height: 115px;
	top: 54px;
	left: 54px;
}

.menu {
   position: absolute;
   width: 148px;
   height: 150px;
	top: 190px;
	left: 124px;
}

.menu a {
   position: relative;
	float: left;
   width: 148px;
   height: 21px;
	display: block;
	margin-bottom: 4px;
}

.menu a img {
	border: none;
}

.melkkannen {
   position: absolute;
   width: 269px;
   height: 244px;
	top: 359px;
	left: 34px;
}

#rechts {
   position: relative;
   width: 556px;
   height: 593px;
	float: right;
	right: 62px;
}

.ijsverpakking {
   position: absolute;
   width: 256px;
   height: 181px;
	top: -35px;
	left: 300px;
}

.titel {
   position: absolute;
   width: 299px;
   height: 37px;
	top: 129px;
	left: 0px;
}

.tekstveld {
   position: absolute;
   width: 540px;
   height: 288px;
	top: 180px;
	left: 0px;
}

.lepelijs {
   position: absolute;
   width: 326px;
   height: 194px;
	top: 399px;
	left: 289px;
}
.zuivel {
   position: absolute;
   width: 326px;
   height: 194px;
	top: 374px;
	left: 290px;
}
.veld {
	width: 175px;
	height: 18px;
	border: 1px solid #084c97;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	color: #737373;
	padding-left: 5px;
	padding-right: 5px;		
}

.tekstarea {
	width: 175px;
	height: 75px;
	border: 1px solid #084c97;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	color: #737373;
	padding-left: 5px;
	padding-right: 5px;
}

.veld:focus, .tekstarea:focus, .select:focus {
	background: #d8e6f1;
	color: #000;
}

.send {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #084c97;
	background: #3d6acf;
	font-size: 11px;
	color: #ffffff;	
	font-weight: bold;
	display: block;
	cursor: pointer;
}

.melding {
	padding: 20px;
	background: #b9c8f3;
}

#footer {
   position: absolute;
   width: 962px;
   height: 21px;
	margin-top: 30px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#footer a {
   color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}

