body {
		 font-size: 14px;
		 font-family: Arial;
}

h1 {
	 font-size:22px;
}
h2 {
	 font-size:16px;
}
h3 {
	 font-size:14px;
}

a {
			color:#333333;
			font-weight:bold;
			text-decoration:none;
}
a:hover {
			color:#aaaaaa;
			text-decoration:none;
}

#main {
			padding:5px;
}

#banner {
			padding-bottom:10px;
  			position:relative;
			left:420px;
			width:210px;
}

#menu {
			width:130px;
			min-height:25px;
			position:absolute;
}
#menu ul {
			background-color:#E1E1E1;
			list-style-type: none;
			margin:0px;
			padding:0px;

}
#menu ul li {
			font-weight:bold;
			text-align:center;
}
#menu ul ul {
			border:1px solid #c2c2c2;
}
#menu ul ul li {
			text-align:left;
			font-weight:normal;
			display:block;
  			padding-top:3px;
			padding-bottom:3px;
}
#menu table {
			font-size: 14px;
}
#menu a {
			color:#333333;
			font-weight:normal;
			text-decoration:none;
			display:block;
			background-image:url(gfx/liste_nh.png);
			background-repeat:no-repeat;
			background-position:2px 50%;
			padding-left:20px;
}
#menu a:hover {
			background-image:url(gfx/liste_h.png);
			background-repeat:no-repeat;
			background-position:2px 50%; 
}

#content {
			position:absolute;
			left:170px;
			background-color:#ECECEC;
			width:810px;
			min-height:450px;
			border:1px solid #c2c2c2;
			padding:5px;
}

#footer {
} 