html, body {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996855;
	background-color: #552411;
	height:100%;
}

#container {
	position: relative;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	height:auto !important;
	height:100%; 
	min-height:100%;
	border-left: 4px double #2a1005;
}

#right {
	position: absolute;
	left: 266px;
	top: 0px;
	width: 534px;
	background-image: url(graphics/background-right.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#right-content {
	margin-left: 0px;
	width: 534px;
	height: 506px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 42px;
	background-image: url(graphics/bg-right.gif);
	background-repeat: no-repeat;
}

#right-menu-boven {
	position: absolute;
	top: 77px;
	width: 392px;
	height: 30px;
	padding-left: 142px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#right-center {
	position: absolute;
	top: 130px;
	width: 334px;
	height: 295px;
	padding-top: 0px;
	padding-left: 140px;
	padding-right: 60px;
	padding-bottom: 0px;
}

#right-menu-onder {
	position: absolute;
	top: 475px;
	width: 392px;
	height: 30px;
	padding-left: 162px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 62px;
}

#center-margin-top {
	height: 172px;
}

#center {
	margin-left: 0px;
	width: 195px;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #552411;
	margin-bottom: 42px;
}

#center-logo {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 203px;
	height: 132px;
	background-image: url(graphics/logo.jpg);
	background-repeat: no-repeat;
}


#footer {
	position:absolute;
	width:100%;
	bottom:0;
	height: 100px;
	background-color:#2a1005;
	border-top: 5px double #552411;
	text-align: center;
	font-size: 11px;
	color: #919191;
	padding-top: 3px;
}

#footer-left {
	position: absolute;
	left: 0px;
	width: 200px;
	text-align: center;
}

#footer-center {
	position: absolute;
	left: 200px;
	width : 595px;
	text-align: center;
}

#footer-right{
	position: absolute;
	left: 795px;
	width: 200px;
	text-align: center;
}

a {
	color: #a6b222;
	text-decoration: none;
}

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

a.footer {
	color: #919191;
	text-decoration: none;
	font-size: 10px;
}

a.footer:hover {
	color: #cccccc;
	text-decoration: none;
}

a.center {
	color: #996855;
	text-decoration: none;
}

a.center:hover {
	color: #996855;
	text-decoration: underline;
}


a.menu {
	color: #222222;
	text-decoration: none;
	font-size: 14px;
}

a.menu:hover {
	color: #552411;
	text-decoration: none;
}

a.menu-selected {
	color: #552411;
	text-decoration: none;
	font-size: 14px;
}

a.menu-selected:hover {
	color: #552411;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	color: #ffffff;
	margin-bottom: $if(%browser-name%==Internet Explorer|-5)$$if(%browser-name%!=Internet Explorer|0)$px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #a6b222;
	margin-bottom: 0px;
}

p.bullet {
	background-image: url({url:/documents/graphics/templates/bullet.gif});
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}

p.bullet-single-line {
	background-image: url({url:/documents/graphics/templates/bullet.gif});
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	margin-bottom: $if(%browser-name%==Internet Explorer|-16)$$if(%browser-name%!=Internet Explorer|-9)$px;
}

p. {
	margin-bottom: $if(%browser-name%==Internet Explorer|-16)$$if(%browser-name%!=Internet Explorer|-9)$px;
}

p.highlight {
	padding: 10px;
	background-color : #a6a6a6;
}

img {
	border: none;
}

hr {
	color: #2a1005;
	height: 1px;
}

.df {
	color: #a6b222;
	background-color: #552411;
	border: 1px solid #a6b222;
	width: 180px;
}

.button {
	color: #ffffff;
	background-color: #a6b222;
	border: 1px solid #a6b222;
	margin-top: 3px;
}

