html,body
{
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Times, Verdana, Arial;
}

.painting
{
	background-image: url(./back_painting.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

#outer
{
	width: 498px;
}

#outer_margin
{
	margin: 0px 0px 0px 43px;
}

#header
{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#topmenu
{
	background-color: #913032;
}

#bottommenu
{
	clear: left;
	background-color: #913032;
	text-align: center;
	color: #FFF;
	padding: 1px 16px 5px 16px;
}

#bottommenu a
{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana,Arial,Times;
}

#bottommenu a:hover
{
	color: #DDEAF2;
	text-decoration: underline;
}

#flags
{
	text-align: right;
	padding: 4px 44px 4px 0px;
}

#content
{
	/* width: 498px; */
	clear: left;
	font-size: 16px;
	line-height: 120%;
	padding: 16px;
}

#content p
{
	margin: 0px 0px 14px 0px;
}

#content h1
{
	margin-top: 3px;
	color: #851D1C;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
}

#content strong
{
	color: #143C6D;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 16px;
}

#content p .first
{
	font-size: 26px;
	color: #851D1C;
	line-height: 100%;
	margin-right: 1px;
}

#content p strong .first
{
	font-size: 30px;
	color: #143C6D;
	line-height: 80%;
	/* trekt de witruimte tussen de 1ste en 2e regel weer recht */
	margin-right: 1px;
}

#content #right_col
{
	margin-left:10px;
	padding: 0px;
	float: right;
	/* clear: right; */
	text-align: center;
}

#content #left_col
{
	/* float: left; */
}

div .float_repair
{
	/* float: none;
	clear: both;
	line-height: 0px; */
}
