/* CSS Document */

body {
	background:		#A19F9B;
}

ol li {
	background: url(images/all/square_papier.gif) no-repeat 0 4px;
}

/*____________________ HEADLINES ________________________________________*/
h1, h1 a {
	color: #9D9FA2;
}
h2, h2 a {
	color: #000;
}
h3, h3 a {
	color: #C89036;
}
h4, h4 a {
	color: #666666;
}

/*____________________ LINKS ________________________________________*/

a {
	color: #C89036;
}


/*____________________ MAIN - NAVIGATION ________________________________________*/

#mainnav a {
	color: #C89036;
}
#mainnav a:hover {
	color: #9D9FA2;
}
#mainnav a.active {
	color: #000;
}

/*____________________ GLOBAL - NAVIGATION ________________________________________*/
#globalnav a {
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	padding: 2px 2px 1px 2px;
	margin: 0;
}
#globalnav a:hover {
	color: #FFF;
	background: #00AE4D;
}
#globalnav a.active {
	color: #666;
	background: #FFF;
}
#globalnav a.active:hover {
	color: #00AE4D;
	background: #FFF;
}

/*____________________ SUBNAV ________________________________________*/

#subnav li a {
	background: #E2E2E3;
}

#subnav li a:hover {
	background: #D8D9DA;
}

#subnav li a.active, #subnav li a.active:hover {
	background: #C89036;
}

}
#subnav ul ul li a {
	background: #CECFD1;
}
#subnav ul ul li a:hover {
	background: #C4C5C7;
}


/*____________________ CONTENT - NAVIGATION ________________________________________*/

#linklist a:hover {
	color: #000000;
	background: url(images/all/square_grid_papier_o.gif) no-repeat 0 3px;
}


/*____________________ Portlet Unit ________________________________________*/
#portlet-unit {
	background-color: #E2E2E3;
}

#portlet-unit h1 {
	background-color: #C89036;
}
#portlet-unit h2 a, #news h2 a {
	font-size: 100%;
	color: #C89036;
	text-transform: none;
	text-decoration: underline;
}
#portlet-unit h2 a:hover, #news h2 a:hover {
	text-decoration: none;
}



/*____________________ ALLTIME-classes ________________________________________*/

.bg-color {
	background-color: #E2E2E3;
}
.bg-color2 {
	background-color: #E2E2E3;
}
/*
#subnav.bg-color2 {
	background-color: #FFF;
}
*/

.unit {
	color: #C89036;
}

/*____________________ UNIT ones ________________________________________*/

#design {
	position: relative;
	
}


