body {
/*	color: #00A4A4; */
	color: #888; 
	background: #fff url(../images/simmer/bg_top_simmer.png) center top repeat-x;
	font-family: Helvetica;Arial,Verdana;
	font-size:12px;
}


a {
	color: #00A4A4;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #00A4A4;
	font-weight: bold;
	font-style: normal;
	/*	text-decoration: none; */
}

a:hover {
	text-decoration: underline;
}

#header {
	/* background: url(../images/simmer/header_simmer.png) no-repeat 0 0; */
}

/* module left */
#left_l {
	background: url(../images/simmer/cont_shadow_l_simmer.png) top left no-repeat;
}

#left_r {
	background: url(../images/simmer/cont_shadow_r_simmer.png) top right no-repeat;
}

/* content */
#content_l {
	background: url(../images/simmer/cont_shadow_l_simmer.png) top left no-repeat;
}

#content_r {
	background: url(../images/simmer/cont_shadow_r_simmer.png) top right no-repeat;
}

#pathway_inside {
	border: 1px dotted #ddd;
	font-size:10px;
}

.inputbox {
	border: 1px solid #aaa;
	background: #f4f4f4;
	padding: 2px;
	color: #aaa;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #888;
	background: #fff;
}

.button {
	background: #aaa;
}

.button:hover {
	background: #888;
}

/* footer */
#footer {
	background: #fff url(../images/simmer/bg_bottom_simmer.png) center bottom repeat-x;
}

#footer a:link, #footer a:visited {
	color: #aaa;
	border-bottom: 1px dashed #aaa;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#footer_1 a {
	background: url(../images/simmer/top_bg.gif) no-repeat;
}

/* topmenu (user3) */
#topmenu {
	background: url(../images/simmer/topmenu_bg_simmer.png) repeat-x top center;
}





#mainlevel-nav li {
  list-style: none;
}



#mainlevel-nav li:hover {
	background: url(../images/simmer/topmenu_shadow_l_simmer.png) no-repeat top left;
		list-style: none;
}

#mainlevel-nav li a:link, #mainlevel-nav li a:visited {
	color: #aaa;
		list-style: none;
}

#mainlevel-nav li a:hover {
	color: #aaa;
	background: url(../images/simmer/topmenu_shadow_r_simmer.png) no-repeat top right;	
  list-style: none;
}

.componentheading, .contentheading {
	border-bottom: 1px solid #aaa;
}

.contentheading {
	border-left: 5px solid #aaa;
}

.module_menu h3, .module h3 {
	background: url(../images/simmer/topmenu_bg_simmer.png);
}

.article_separator {
	border-bottom: 1px dashed #aaa;
}

ul.menu li {
	list-style: none;
}

ul.menu li a:link span, ul.menu li a:visited span {
	color: #888;
	border-bottom: 1px dotted #888;
	list-style: none;
}

ul.menu li a:hover span {
	color: #FFFFFF;
	font-weight:bold;
	border-bottom: 1px dotted #aaa;
	background: #00A4A4;
	list-style: none;
}


tr.sectiontableentry1 td {
	background: #f4f4f4;
}

tr.sectiontableentry2 td {
	background: #fbfbfb;
}