@charset "UTF-8";
body,td,th {
	font-family: Garamond, Times New Roman, Times, serif;
	line-height:150%;
}

/* Texte */
body {
font-size:14px;
}
a:link, a:visited {
	color:#0C6F99;
}
a:active, a:hover { color:#1B98E1; }

h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	color: #003651;
	font-weight: normal;
}

#content { line-height:150%; }

/* module */
div.box {
	margin:10px 10px 0px 10px;
	padding:0px;
	border: solid 3px #C29400;
	background-image: url(../img/gold_bg.jpg);
	background-repeat: repeat;
	background-color: #EEE0B2;
	font-size:0.85em;
	line-height:130%;
}
.box .goldbox ul, .box .goldbox li {  list-style-image:none; }
.box .goldbox ul {
	padding:0 0 0 0px;
	margin:0;
	width:209px;
	list-style-type: none;
	
}
.box .goldbox li {
	padding:0px 0 0 0px;
	margin:0px 0 0 0px;
	/*height:32px;*/
	border-bottom: solid 1px #C29400;
}
.box .goldbox li:hover {
	background-color: #EEE0B2;
}
.box .goldbox li.aktiv {
background-color: #EEE0B2;
}
.box .goldbox li.inaktiv {
background:none;
}
.box .goldbox li.aktiv a:hover, div.goldbox li.inaktiv a:hover {
background-image: url(../img/arrow_a.gif); 
}
.box .goldbox li.aktiv a {
	color:#287A9E;
	background-image: url(../img/arrow_a.gif);
	font-weight:bold;
}
.box .goldbox li.inaktiv a {
	background-image: url(../img/arrow_n.gif); 
}
.box .goldbox a:link, #menu a:visited {
	/*color:#000;
	text-decoration:none;*/
}
.box .goldbox li a {
	color:#559FFF;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
	padding:5px 5px 5px 0px;
	text-decoration:none;
	background-image: none;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:5px 8px;
}
