/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FBF5EB url(vogelvoer/bodyback.jpg) repeat-y 50% 0;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.okay {
color: #000000;
}
.not_okay {
color: Red;
font-weight : bold;
}

#container {
background: #FBF5EB url(images/top-background.jpg) repeat-x left top;
}
/** HEADINGS */

h1,h2,h3 {
font-family: Verdana,Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
color:#dc6c1a;
}

h1 {
	margin: 0;
	font-size: 14px;
	height:15px;
	font-weight: bold;
}

h2 {
	margin: 0;
	font-size: 15px;
	height:14px;
	font-weight: bold;
	color:#C4BA89;
}

h3 {
	font-size: 10px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 170%;
}

/** LINKS */

a {
	color: #dc6c1a;
}

a:hover {
	text-decoration: none;
}




/** BACKGROUNDS */

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}


/** PAGE */

#content {
height:100%;
width:735px;
background: White;
}


#content .inhoud {
padding-right:20px;
}

.two-columns {

}

.two-columns .column1 {
	float: right;
	width: 738px;	
}

.two-columns .column2 {
	float: left;
	width: 231px;
	padding-left: 0px;
	height:100%;
	
}

/** SEARCH */

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search-text {
	width: 245px;
	border: 1px solid #D3E6EC;
	background: url(vogelvoer/homepage13.gif) repeat-x left top;
}

#search-submit {
	width: 58px;
	height: 25px;
	background: #E44A53 url(vogelvoer/homepage14.jpg) no-repeat left top;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
}

#search p {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	background: url(vogelvoer/homepage10.gif) no-repeat left center;
}

/** FOOTER */

#footer {
	clear: both;
	width: 970px;
	height: 50px;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
	color: #373737;
	font-weight: normal;
	
	
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	text-align:left;
	color: #919191;
}

#footer p.copyright {
	margin: 0px;
	padding: 45px 10px 30px 0px;
	text-align:right;
	color: #919191;
background: #FBF5EB url(vogelvoer/bodyback.jpg) repeat-y 50% 0;
	
}

#footer a {
	color: #919191;
}

#footer ul
{
margin: 0px 0px 0px 0px;
padding-left:40px;
padding-right:10px;
background: #FBF5EB url(vogelvoer/bodyback.jpg) repeat-y 50% 0;
}
#footer li {
	display: inline;
	
}

#footer li a {
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
}


/* splitsen column one in twee gedeeltes dmv een table structuur */
#content A.pdf {
	padding: 2px 0px 0px 25px;
	background: url(http://www.nutri-science.nl/icoons/pdf.jpg) no-repeat left bottom;
}
#content A.xls {
	padding: 2px 0px 0px 25px;
	background: url(http://www.nutri-science.nl/icoons/xls.jpg) no-repeat left  bottom;
}
#content A.doc {
	padding: 2px 0px 0px 25px;
	background: url(http://www.nutri-science.nl/icoons/doc.jpg) no-repeat left  bottom;
}
#content A.txt {
	padding: 2px 0px 0px 25px;
	background: url(http://www.nutri-science.nl/icoons/txt.jpg) no-repeat left  bottom;
}
#content A.zip {
	padding: 2px 0px 0px 25px;
	background: url(http://www.nutri-science.nl/icoons/zip.jpg) no-repeat left  bottom;
}



