.results {
	background-color: white;
	background-image: url(images/bg2.gif);
}

.results #layoutTop {
	white-space: nowrap;
}

.results #layoutTop3 {
	height: 60px;
}

.results #layoutMain, .results #layoutMainFooter {
	margin-left: 32px;
	width: auto;
}

.results #submenu {
	margin-left: 29px;
}

.results #layoutMain {
	margin-bottom: 50px;
}

.results h1 {
	font-weight: bold;
	margin-bottom: 0.3em;
}

.headerContainer {
	padding: 0;
	margin: 0 0 16px 0;
}

.TxtSeparator {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #006666;
	margin: 3px 6px 3px 6px;
}

.tblSASResult {
	background-color: white;
	margin-bottom: 8px;
}

.tblSASResult td, .tblSASResult th { vertical-align: top; padding: 2px 2px 2px 2px; }

.tblSASResult tr th {
	font-weight: normal;
}

.tblSASResult th {
	/* white-space: nowrap; */
	text-align: center;
}

.tblSASResult tr td, .tblSASResult tr th {
	padding: 3px 8px 3px 8px;
	border-width: 0 1px 0 1px;
	border-color: #aaaaaa;
	border-style: solid;
}
.smallFont { font-size: 11px; }

.tblSASResult .even { background-color: #eeeeee; }
.tblSASResult .thFirst { border-width: 0 1px 0 0; }
.tblSASResult .TdFirst { border-width: 0 1px 0 0; }
.tblSASResult .TrTotal td { border-bottom: 1px solid #aaaaaa; }
.r { text-align: right; }
.l { text-align: left; }

.results #submenu {
	float: none;
	padding-top: 10px;
}

.tbl1 td, .tbl1 th {
	padding: 3px 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cccccc;
}

.tbl1 th {
	border-width: 1px;
}

.tbl1 th div {
	float: right;
	cursor: pointer;
}

#tblInfoResult {
	width: 275px;
	margin: 8px 0;

}

#tblInfoResult td {
	padding: 5px;
	text-align: center;
}

#tblInfoResult td {
	border: 1px solid #FFCC66;
}

#tblInfoResult td.color1 {
	color: #000000;
	background-color: #ffeebb;
}

#tblInfoResult td.color2 {
	color: #000000;
	background-color: #9eabd3;
}

#tblInfoResult td.color3 {
	color: #000000;
	background-color: #c7b299;
}

#basketContainer {
	width: 300px;
	z-index: 20;
	position: absolute;
	background-color: white;
}

#basketTitle {
	border: 1px solid #b7b7b7;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	background-image: url(../layout/images/navitembg.gif);
	padding: 5px;
	cursor: pointer;
}

#basketContainer img {
	float: left;
	margin-right: 4px;
 cursor: pointer;
}

#basket {
	padding: 4px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #b7b7b7;
}

#basketContent {
	height: 240px;
	overflow: auto;
	margin-bottom: 1em;
}

#basketFooter {
	display: none;
}

#basketFooter:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#basketFooter li {
	margin-right: 1.3em;
}

.basketItem {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #b7b7b7;
	padding: 4px 0 4px 0;
	font-size: 0.9em;
}

.basketItem img {
  margin-top: 3px;
}

.basketItem br {
	display: block;
	clear: both;
}

.basketAdd {
	cursor: pointer;
}

.itemResult {
	margin-bottom: 40px;
}

.navBar {
	height: 18px;
	margin-bottom: 6px;
}

.navBar li {
	display: inline;
	float: left;
	padding-right: 1.3em;
}

.navBar li img {
	float: left;
	margin-right: 4px;
}

.navBar li a {
	display: block;
	float: left;
	margin-right: 8px;
}

.ref {
	color: #aaaaaa;
	font-size: 0.9em;
}

.usedVarInfo {
	display: none;
	border: 1px solid #aaaaaa;
	width: 800px;
	padding: 6px;
}

.gridItemZigr {
	font-weight: bold;
}

.color1 {
	color: #006666;
}

select {
	width: 430px;
	_width: 428px;
	height: 120px;
}

#invNr, #netzNr, #auswNr {
	height: auto;
	width: 210px;
}

label img {
	vertical-align: text-bottom;
	margin-left: 4px;
}

#contFilterType {
	height: 20px;
	margin-bottom: 20px;
}

#contFilterType input,
#contFilterType label {
	float: left;
	margin-right: 4px;
}

#contFilterType input {
	margin-right: 16px;
}

#imgLayoutTable {
	margin-top: 12px;
}

.listSortAsc, .listSortDesc {
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.listSortAsc {
	background-image: url("images/SortAsc.gif");
}

.listSortDesc {
	background-image: url("images/SortDesc.gif");
}

