* {margin: 0;padding: 0;}

/* General styles  */

html, body {
font-family			:Arial;
font-size			:11px;
line-height			:20px;
margin				:0 auto;
text-align			:center;
/* winterkleur 
background			:url(../images/body-bg.jpg) repeat-x;
background-color	:#523B24;
*/
background			:url(../images/bg_algemeen.jpg) no-repeat top;
height				:860px;
}

h1 						{font-size: 17px; color:#E7D1C1; height:22px; font-weight:100; letter-spacing:0px; padding:0px; margin:0px;}
h2 						{font-size: 11px; display: inline;}
h3 						{font-size: 23px; display: inline;}
h4 						{font-size: 20px; display: inline;}
h5 						{font-size: 17px; display: inline;}
h6 						{font-size: 14px; display: inline;}


#menu				{float:left; margin-left:20px; margin-top:218px; width:100%; }
#menu ul 			{margin:0px; margin-left:0px; padding:0px; padding-left:0px; line-height:30px;}
#menu li 			{display:inline; line-height:30px;}
/* winterkleur
#menu a 			{float:left; line-height:30px; display:block; margin-right:1px; font-size:13px; color:#E7D1C1; padding:2px 20px 0px 20px; cursor:hand; background:#6F543E;}
#menu a:hover		{float:left; line-height:30px; display:block; margin-right:1px; font-size:13px; color:#E7D1C1; padding:2px 20px 0px 20px; cursor:hand; background:#624D3F; text-decoration:none;}
*/
#menu a 			{float:left; line-height:30px; display:block; margin-right:1px; font-size:13px; color:#2c2b2b; font-weight:700; padding:2px 20px 0px 20px; cursor:hand; background:#E7D1C1;}
#menu a:hover,
#menu #current		{float:left; line-height:30px; display:block; margin-right:1px; font-size:13px; color:#fff; font-weight:700; padding:2px 20px 0px 20px; cursor:hand; background:#333300; text-decoration:none;}

th,td,tt,p,div,span			{color:#000;font:11px arial;}

#container					{width:980px; min-height: 600px; margin:0 auto;}
/* winterkleur
#content 					{float:left; background:#9C836F url(../images/content-bg.jpg) no-repeat; width:980px; margin-top:0px; border-top:2px solid #6F543E; color:#000; text-align:left;} 
*/
#content 					{float:left; background:#9C836F url(../images/content-bg.jpg) no-repeat; width:980px; margin-top:0px; border-top:2px solid #333300; color:#000; text-align:left;} 
#content-links				{float:left; width:600px; line-height:17px; padding:20px;}
#content-rechts				{float:left; width:300px; line-height:17px; padding:20px; min-height:400px;}
/* /common styles  main styles  */
#header					{float:left; width:980px; background:#95764D; height:250px;}
#footer					{width:980px; float:left; text-align:right;}


input,
textarea				{padding:3px; border:1px solid #6F543E; background:#E7D1C1;}
.button					{padding:3px; border:0px solid #6F543E; color:#E7D1C1; font:11px tahoma, verdana, arial, sans-serif; background:#6F543E;}
textarea				{margin:0;}
.input-text				{color:#2d2d2d;border:1px solid #3E352E;vertical-align:top;font-weight:400;}
.input-textarea			{border:1px solid #3E352E;font-weight:400;}
.input-text-100			{color:#2d2d2d;border:#3E352E 1px solid;width:100%;}
p						{margin-top:6px;margin-bottom:0;color:#2c2b2b;font-weight:400;}
span					{color:#2c2b2b;font:11px tahoma, verdana, arial, sans-serif;line-height:16px;}
a						{font:11px arial; border:0px;}
a:link,a:visited		{color:#2c2b2b; border:0px; text-decoration:none;}
a:hover,a:active		{color:#2c2b2b; border:0px; text-decoration:underline;}
.hand					{cursor:pointer;}
.nowrap					{white-space:nowrap;}
hr						{border:solid #3E352E 0;border-top-width:1px;height:0;}


