@charset "UTF-8";
/* Supermarkt Europa v1.0 by Manythink (http://www.manythink.be) */
/* last update 15/10/07 */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em; 
	color: #000;
}
p {
	margin:0px;
}
.txt {
	font-size: 0.8em;
	line-height:1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	margin-right:20px;
}
.txt a:link, .txt a:visited {
	color: #000;
	text-decoration: underline;
}
.txt a:hover {
	color: #cc0000;
	text-decoration: none;
}
.title {
	font-size: 3em;
	color: #cc0000;
	line-height:1.2em;
	margin: 0px;
	padding: 0px;
	margin-right:20px;
}
.subtitle {
	font-size: 0.9em;
	font-weight:bold;
	color: #0066cc;
	line-height:1.3em;
	margin: 0px;
	padding: 0px;
	margin-right:20px;
}
.subtitle a:link, .subtitle a:visited {
	color: #0066cc;
	text-decoration: underline;
}
.subtitle a:hover {
	color: #0099ff;
	text-decoration: none;
}
.subsection {
	font-size: 0.9em;
	font-weight:bold;
	color: #cc0000;
	line-height:1.5em;
	margin: 0px;
	padding: 0px;
	margin-right:20px;
}
.subsection a:link, .subsection a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.subsection a:hover {
	color: #cc3333;
	text-decoration: none;
}
.top {
	font-size: 0.7em;
	font-weight:normal;
	color: #000;
	line-height:1.2em;
	margin: 0px;
	padding: 0px;
	text-align:right;
	margin-right:20px;
}
.top a:link, .top a:visited {
	color: #000;
	text-decoration: underline;
}
.top a:hover {
	color: #cc0000;
	text-decoration: none;
}
h1 {
	font-size: 1.2em;
	line-height:1.4em;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 0.7em;
	line-height:1.2em;
	color: #666666;
	padding-bottom: 10px;
	text-align:center;
}
hr { /* one rule to clear them all */
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
img, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #d4d4d4;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}
/* Page Composition  */
#global {
	position:absolute; 
	left: 50%; 
	top: 50%; 
	width: 960px; 
	height: 580px; 
	margin-left: -480px; 
	margin-top: -290px; 
	border: 0px;
	padding: 0px;
	background: #fff;
}
#site {
	position:relative; 
	left: 10px; 
	top: 10px; 
	width: 940px; 
	height: 560px; 
	border: 0px;
	padding: 0px;
}
#left {
	left: 0px;  
	top: 0px; 
	width: 100px; 
	height: 510px; 
	border: 0px;
	padding: 0px;
	background-image:url(./images/home_l.gif);
	position: absolute;
}
#right { 
	right: 0px; 
	top: 0px; 
	width: 320px; 
	height: 510px; 
	border: 0px;
	padding: 0px;
	background-image:url(./images/home_r.gif);
	position: absolute;
}
#center {  
	position: absolute;
	left: 100px;
	top: 0px; 
	width: 520px; 
	height: 510px; 
	border: 0px;
	padding: 0px;
	background: #ffcc00;
	margin: 0;
}
#footer { 
	position: absolute;
	left: 0px;  
	top: 510px; 
	width: 940px; 
	height: 50px; 
	border: 0px;
	padding: 0px;
	background-image:url(./images/footer.gif);
}
#divScroll {
	float:left;
	width:500px;
	height:450px;
	padding-right:-10px;
	overflow:auto;
}
/* navigation menus */
#nav { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.8em; 
}
#nav a:link, #nav a:visited {
	text-decoration: underline;
	color:#000000;
}
#nav a:hover {
	text-decoration: none;
}
#navhome { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1.2em;
	line-height:1.8em; 
	color:#333333;
}
#navhome a:link, #navhome a:visited {
	text-decoration: underline;
	color:#333333;
}
#navhome a:hover {
	text-decoration: none;
	color:#cc0000;	
}