/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	line-height: 1;
	height: 100%;
	text-align:left;
	background-color: #fcd75d;
}
#container {
	width:530px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear {clear:both;}

/* MAIN
-------------------------------------- */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
a { text-decoration: none; }
a:hover {
}
a:link,a:visited { text-decoration:none; }
a img,:link img,:visited img { border:none; }

.uneliste {
}
.uneliste ul {list-style-image: url(images/bullet.gif);margin-bottom: 15px;}
.uneliste li {font-size: 12px;color: #505050;padding-bottom: 8px;}
.uneliste li em {font-weight: bold;}
