html, body
{
	background: #d57b33 url("img/tile.jpg");
	margin: 0;
	padding: 0;
	font: 12px/18px Lucida Grande, Verdana, sans-serif;
}

#outer-wrapper
{
	float: left;
	text-align: left;
	margin: 0px;
	width: 960px;
	background: url("img/right_grunge_repeat.gif");
}

#content .post
{
    margin: 20px;
    border-bottom: 1px dotted #000;
}

    #content .post h3
    {
        margin: 10px 0;
    }
    
    #content .post p
    {
        margin: 10px 0;
    }
    
#comments
{
    width: 600px;
}

#comments label
{
    display: block;
    line-height: 30px;
}

#comments .comment
{
    margin: 20px;
    border-bottom: 1px dotted #333;
}

#comments .comment p
{
    margin: 10px 0;
}

.girl
{
	float: left;
}

#inner-wrapper
{
	float: left;
	width: 587px;
}

#header
{
	float: left;
	width: 600px;
}

	#logo
	{
		float: left;
		background: url("img/header.gif") no-repeat 20px 0;
		width: 600px;
		height: 151px;
	}

	#header ul
	{
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
		#header ul li
		{
			float: left;
			margin: 0 20px 0 20px;
			padding: 0;
			width: 160px;
			height: 30px;
			line-height: 30px;
			border-bottom: 2px dotted #000;
		}
		
		#header ul li a
		{
		    color: #000;
		    text-decoration: none;
		}

#content
{
	float: left;
	width: 600px;
}

    #content a
    {
        color: #ff6600;
        text-decoration: none;
    }

	#content p
	{
	    width: 560px;
		margin: 20px;
	}
	
	#content h3
	{
	    font: normal 24px/30px Lucida Grande, Verdana, sans-serif;
		margin: 20px 20px 10px 20px;
	}

#sidebar
{
	float: left;
	width: 216px;
	background: url("img/right_grunge_top.gif") no-repeat;
}

#sidebar a
{
    color: #ff6600;
    text-decoration: none;
}

	#sidebar ul
	{
		float: right;
		list-style: none;
		margin: 10px 20px 0 20px;
		padding: 0;
	}
	
		#sidebar ul li
		{
			font-weight: bold;
			color: #ff6600;
			height: 30px;
			width: 150px;
			line-height: 30px;
			border-bottom: 2px dotted #fff;
		}
		
	#sidebar form
	{
		float: right;
		color: #fff;
		margin: 10px 20px 0 20px;
	}
	
		#sidebar form label input
		{
			margin: 0;
			display: block;
		}
		
		#sidebar form label
		{
			line-height: 30px;
		}
		
		#sidebar form input
		{
			margin: 10px 0 0 0;
		}
		
		#sidebar form a
		{
			display: block;
			color: #ff6600;
			text-decoration: none;
			line-height: 30px;
		}
		
		#sidebar .startprojecten
		{
			margin: 230px 0 0 30px;
		}
		
		#sidebar .nieuwsbrief
		{
			margin: 40px 0 0 30px;
		}

p.nieuwsbrief_error 
{
	margin:20px 0 0 45px;
	color:#da1116;	
}

p.nieuwsbrief_success 
{
	margin:20px 0 0 45px;
	color:#ffffff;	
}
