@charset "iso-8859-1";


/*** MINI RESET ******************************************************************************/
a, img { border: 0; }
a:focus { outline: 0; }
.border_red { border: 1px solid #d54207; }
.border_orange { border: 1px solid #f8dca6; }
#id_illustration { visibility: hidden; }


/*** GENERAL *********************************************************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #601b00;
	background-color: #f8dca6;
	background: url(/media/images/background/bg-main.gif) repeat fixed;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, a, table { color: #601b00; }
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #601b00;
}

div#bg_popin {
	margin: 10px auto;
	padding: 50px 30px;
	width: 651px;
	height: 475px;
	background-image: url(/media/images/background/bg_nl.gif);
	background-repeat: no-repeat;
}
div#bg_popin div#txt_popin {
	height: 475px;
	overflow: auto;
}

