body,html {
	background-color: #ECECED;
}
#wrapper {
	background-color: #FFF;
	width: 1003px;
}
#innershadowwrapper {
	background-image: url(http://www.sunergic.ch/webtest/project1/images/bg_shadow_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 1013px;
}
#outershadowwrapper {
	background-image: url(http://www.sunergic.ch/webtest/project1/images/bg_shadow.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 1013px;
}
/*
div.hr {
	background: transparent url(http://www.sunergic.ch/webtest/project1/images/dotline_h.gif) left bottom repeat-x;
	border: 0;
	display: block;
	height: 1px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 100%;
}

hr {
	background: transparent url(http://www.sunergic.ch/webtest/project1/images/dotline_h.gif) left bottom repeat-x;
	border: 0;
	display: block;
	height: 1px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 100%;
}
*/
hr {
    
    color: #ccc;
    background-color: #ccc;
    padding: 0px 0;
    margin: 10px auto;
    width: 100%;
	height:1px;
	border:none;
}

div.hr hr,.sitemap .componentheading,.buttonheading,.pagenavcounter,.pagenavbar {
	display: none;
}
td {
	background-color: #fff;
	color: #666;
	font-family: Verdana,Arial,sans-serf;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.45em;
}
#topContainer {
	width: 1003px;
}
#footerWrapper {
	clear: both;
	width: 995px;
}
#footerWrapper #left {
	padding-top: 0;
}
#footerWrapper #contentFooter {
	margin-top: 25px;
}
.content_outline {
	height: 1005px;
}

/*table formatting with orange header and grey line separators*/
table.tableformat{padding:0 !important;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	border:1px solid #DDD;
	border-width:1px 0;
	font-size:11px;
	margin-top:10px;
	}
table.tableformat th{background:#FC9;
	padding:4px;
	text-align:center !important;
	border:1px solid #FC9;
	border-width:1px 0;
	}
table.tableformat th.normal{font-weight:normal;
	}
table.tableformat th.left{text-align:left !important;
	}
table.tableformat td{padding:4px;
	border:1px solid #DDD;
	background:#FFF !important;
	font-size:11px;
	border-collapse:collapse;
	border-width:1px 0;
	}