/* CSS Document */

body {
	background: #FFCC15 url(/grafik/homepage/body_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #6A3300;
	font: 12px Arial, Helvetica, sans-serif;
}
a {	
	color: #6A3300; 
	font-weight: normal;
}

#adresse {
	width: 751px;
	height: 161px;
	background: url(/grafik/homepage/adresse_bg.gif) no-repeat left top;
}
#adresse table {
	width: 100%;
}
#adresse table td { 
	padding: 30px 10px 0 20px;
}
#adresse table th { text-align: right; }

#adresse ul { 
	text-align: left;
	width: 160px;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}
#adresse ul li {
	border-top: 1px solid #FFEF9A;
	line-height: 35px;
	list-style: none;
}
#adresse ul li a {
	padding: 0 0 0 40px;
	color: #6A3300;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
.de { background: url(/grafik/homepage/flagge_de.gif) no-repeat 10px center; }
.it { background: url(/grafik/homepage/flagge_it.gif) no-repeat 10px center; }
.en { background: url(/grafik/homepage/flagge_en.gif) no-repeat 10px center; }
.nl { background: url(/grafik/homepage/flagge_nl.gif) no-repeat 10px center; }


#adresse ul li a:hover { text-decoration: underline; }

#copyright {
	left: 4px;
	bottom: 4px;
	position: absolute;
	color: #6A3300;
	font: 10px Arial, Helvetica, sans-serif;
}

#copyright a { 
	color: #6A3300;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}