/* Ladylace.be door Erlend Debast - erlend[at]artueel.be */
body
{
	font-size: 62.5%;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #4E0605;
	
	background-image: url(achtergrond.jpg);
	background-repeat: repeat-x;
	background-color: #A09564;
	
	margin: 0;
	padding: 0;
}

/* Centreren + footer */
#container
{
	font-size: 1.3em;
	
	background-color: #fff;

	width: 700px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	border: 1px #AE885F solid;	
	border-top: none;
}

#footer a
{
	display: none;
	
	color: #4E0605;
	text-decoration: none;
	
	position: absolute;
	top: 100%;	
	height: 18px;
	padding-top: 2px;
	margin-top: -20px;
}



#header
{
	font-size: 0.9em;
	color: white;
	text-align: right;
	padding: 8px 7px 0px 0px;
	
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	width: 693px;
	height: 121px;
}

/* Div links & rechts */

#divlinks
{
	text-align: right;
	
	float: left;
	width: 131px;
}

#divrechts
{
	float: left;
	width: 500px;
	margin: 0px 0px 0px 35px;
}

/* Menu lijst */

ul.hoofdmenu
{	
	background-color: #F2EEDC;
	
	list-style-type: none;
	width: 100px;
	height: auto;
	margin: 0px 0px 0px 28px;
	padding: 0px 6px 3px 0px;
}

li.hoofdmenu a
{
	text-decoration: none;
	color: #4E0605;
	line-height: 1.6em;
	
	background-image: url(bullet.gif);
	background-position: right;	
	background-repeat: no-repeat;
	
	padding-right: 10px;
}

li.hoofdmenu a:hover
{
	text-decoration: none;
	color: #B1A778;
	
	background-image: url(bullet2.gif);
	background-position: right;	
	background-repeat: no-repeat;
	
	padding-right: 10px;
}

#hoofdmenu
{
	background-color: #F2EEDC;
	width: 106px;
	height: auto;ss
	margin: 5px 0px 0px 28px;
}

/* h1 , p, ... */
h1
{
	font-size: 1.4em;
	font-weight: normal;
	
	margin: 0;
	padding: 0;	
}

h1 a
{
	text-decoration: none;
	color: #4E0605;
}

h1 a:hover
{
	text-decoration: underline;
}

/* H1 op hoofdpagina */
#hoofding h1
{
	display: none;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	
	margin: 0;
	padding: 0;	
}

h2 a
{
	text-decoration: none;
	color: #4E0605;
}

h2 a:hover
{
	text-decoration: underline;
}

p 
{
	padding: 0;
	margin: 0;
	margin: 5px 0px 20px 10px;
}

a
{
	text-decoration: none;
	color: #4E0605;
}

a:hover
{
	text-decoration: underline;
	color: #4E0605;
}

/* P op hoofdpagina */
#hoofding p
{
	padding: 15px 5px 15px 0px;
	margin: 0px 0px 0px 15px
}

/* Goed plaatsen van foto's */
.beeldmateriaal
{
	float: left;
	
	margin: 4px 7px 7px 0px;
	padding: 3px;
	border: 1px silver dotted;	
}

/* decoratie + blog_detail + split */
p.deco
{
	background-image: url(deco.jpg);
	background-repeat: no-repeat;
	
	width: 194px;
	height: 22px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
}

p.deco2
{
	background-image: url(deco2.jpg);
	background-repeat: repeat-x;
	
	margin: 5px 0px 0px 0px;
	padding: 0;	
	height: 20px;
}

p.blog_detail
{
	text-align: right;
	
	background-image: url(post.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
	padding-right: 20px;	
}

p.blog_detail a
{
	text-decoration: underline;
	color: #4E0605;
}

#hoofding
{
	background-color: #F2EEDC;
}

p.error
{
	text-align: justify;
	color: red;
	
	background-image: url(error.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
	
	width:350px;
	padding: 5px 0px 3px 25px;
	margin: 5px 10px 15px 20px;
		
}

p.succes
{
	color: green;
	text-align: justify;
	
	background-image: url(ok.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
	
	width:350px;
	padding: 5px 0px 3px 25px;
	margin: 5px 10px 15px 20px;
		
}

.blogbericht
{
	margin: 5px 0px 20px 10px;	
}

.blogbericht p
{
	margin: 0;
	padding: 0;	
}



