html 	{width:100%; }
body	{background:#FAF3D6 url('../images/body-bg.gif') repeat-x 0 0; margin:0; padding:0; font-family:"Trebuchet MS", Verdana, Arial, "Times New Roman", serif; font-size:80%; color:#000000; width:100%; }

p		{padding:0 0 15px 0; margin:0; line-height:140%; }
h1		{margin:0; padding:0; font-size:170%; font-weight:bold; }
h2		{margin:0; padding:0 0 20px 0; font-size:140%; font-weight:bold; }
h3		{margin:0; padding:0; font-size:75%;  }


.rood {color: #FF0000}
/*link styling*/
a			{color:#000000; text-decoration:underline; }
a:hover		{text-decoration:none; }
#footer a	{color:#E8EDF7; }

.rechts
#content img	{float:right; margin:0 0 20px 20px; border:0;}#img

/*structural elements*/
.section 		{text-align:center; width:100%; border-bottom:1px solid #514433 }

#header			{background:#514433; margin:0 auto; text-align:center; padding:20px 20px 20px 20px; width:100%; border-left:1px solid #514433; border-right:1px solid #514433; }
#container		{margin:0 auto; text-align:left; padding:0 20px 20px 20px; width:720px; border-left:1px solid #514433; border-right:1px solid #514433; }
h1#logo			{font-size:220%; background:#514433; float:left; padding:47px 20px; width:400px;  text-align:left; min-height:24px;color:#E8EDF7 }
#pictureRail	{text-align:center; }
#news			{background:#F2FAD6; float:left; width:200px; padding:20px 20px 5px 20px; border:1px solid #FFFFFF; }
#menu			{background:#514433; margin:0 0 0 260px; border:1px solid #FFFFFF; padding:10px; color:#FFFFFF; text-align:center; }
#content		{background:#F2FAD6; margin:20px 0 0 260px; padding:20px 20px 5px 20px; border:1px solid #FFFFFF; }
#footer			{margin:0 auto; text-align:left; padding:20px 20px 60px 20px; width:720px; border-left:1px solid #514433; border-right:1px solid #514433; }
#footer p		{background:#514433; padding:10px; font-size:90%; color:#E8EDF7; border:1px solid #637076; text-align:center; }


/*section dependant style over-rides*/
#news h3	{margin:0; padding:0 0 20px 0; color:#000000; font-size:180%; font-weight:bold; }
#news h5	{margin:0; padding:0 0 20px 0; color:#000000; font-size:80%; font-style:italic; line-height:60%}
#news h4	{margin:0; padding:0 0 20px 0; color:#000000; font-size:150%; font-weight:bold; border-top:1px solid #000000;}
#news p		{padding:10px 0;  }

#header p	{text-align:center; font-size:160%; color:#E8EDF7; padding:55px 0 0 0; }

ul#menu 	{ }
ul#menu li	{margin:0; padding:0; list-style:none; display:inline; }
ul#menu  a	{color:#FFFFFF; text-decoration:none; padding:10px 15px; }

#pictureRail img	{margin:20px 10px;border:1px solid #FFFFFF;  }
#content img {float:right; margin:0 0 20px 20px; border:0;}
#content img2 {float:left; margin-right : 3px; border:0;}

/*This adds a little arrow under the menu item of the page you are on. (handy for navigation and usability)
To modify, edit the <body> tag by changing the id.
e.g, if the page you are on is the contact page, change: <body id="home"> to <body id="contact">*/
#profiel #profielLink,
#toprealisaties #toprealisatiesLink,
#diensten #dienstenLink,
#links #linksLink,
#contact #contactLink
{background:url('../images/menu-a-bg.gif') no-repeat center bottom; }


/*just makes sure the content doesn't spill out the boxes, see http://www.positioniseverything.net/easyclearing.html for details*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
