#aussen {
  width:959px;
	text-align:left;
  /*padding:1em 21px 3em 22px;*/
  margin: 5px auto;
}
#main {
  margin: 0 auto;
	text-align:left;
	width:959px;
	border:1px solid #666;
	clear:both;
	background:#EBF0F7;
}

#contents {
  margin: 0 auto;
	text-align:left;
  width:928px;
	padding-top:1em;
  padding-bottom:1em;
	/*padding-left:1.5em;
	padding-right:1.5em;*/
	padding-left:15px;
	padding-right:15px;
	background:#EBF0F7;
	/*min-height:100px;*/
}

#header {
  /*margin:0px  auto;
	text-align:left;
	position:relative;
	height:2em;
	width:959px;*/
  margin: 0 auto;
	text-align:left;
	position:relative;
	height:28px;
	width:959px;
}

#header ul#primary {
  margin:0;
	padding:0;
	position:absolute;
	bottom:-1px;
	/*width:80em;*/
	width:969px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display:inline;
	list-style:none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	/*width:9em; */
	width:103px;
	display:block;
	float:left;
	padding:4px 0;
	margin:1px 2px 0 0;
	text-align:center;
  /*
	font-family:tahoma, verdana, sans-serif;
	font-size:85%;
  */
	font-family:arial,helvetica;
	font-size:11px;
	text-decoration:none;
	color:#333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border:1px solid #666;
	border-bottom:none;
	background:#EBF0F7;
	padding-bottom:6px;
	margin-top:0;
}

#header ul#primary a {
	/*background:#CEDAF4;*/
  background:#ACBCDC;
	border:1px solid #AAA;
	border-bottom:none;
}

#header ul#primary a:hover {
	margin-top:0;
	border-color:#666;
	background:#F3F7FD;
	padding-bottom:5px;
}

#header ul#secondary {
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
	left:23px;
	width:915px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width:auto;
	display:block;
	float:left;
	padding:0 5px;
	margin:0;
	text-align:left;
	border:none;
	border-right:1px dotted #AAA;
	background:none;
  font-size:12px;
}

#header ul#secondary li a {
	color:#336;
	text-decoration:underline;
}

#header ul#secondary li a:hover {
	color:#333;
	background:transparent;
	padding:0 5px;
	border:none;
	border-right:1px dotted #AAA;
}

#header ul#secondary li a:active {
	color:#000;
	background:transparent;
}
/*
#header ul#secondary li:last-child a { border:none; }
#header ul#secondary li:last-child span { border:none; }
*/
a.sortLink:link, a.sortLink:visited, a.sortLink:hover, a.sortLink:active  {
  color: #333366;
  text-decoration:none;
}

.tableR {
         margin-top:1px;
         border-top:1px solid #CCC;
         border-left:1px solid #CCC;
         border-bottom:0px;
         border-right:1px solid #CCC;
         border-spacing:0px;
         border-collapse:separate;
         background-color:#F3F7FD;
         /*
         width:908px;
         _width:910px;
         margin-left:1px;
         _margin-left:0px;
         margin-top:1px;
         _margin-top:0px;
         */
}

#tableR {
         border-top:1px solid #CCC;
         border-left:1px solid #CCC;
         border-bottom:0px;
         border-right:1px solid #CCC;
         border-collapse:separate;
         border-spacing:0px;
         background-color:#F3F7FD;
         /*
         width:908px;
         _width:910px;
         margin-left:1px;
         _margin-left:0px;
         margin-top:1px;
         _margin-top:0px;
         */
}

#tableRP {
         border:0px solid #CCC;
         /*margin-top:2px;
         border-collapse:collapse;*/
         background-color:#EBF0F7;
}

#tdRot {
	border:1px solid #CCC;
  background-color:#FF0000;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #CCC;
	height: 285px;
	overflow: auto;
	width: 756px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 756px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
  width: 739px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 756px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block;
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #ACBCDC;
	/*border-left: 1px solid #EB8;*/
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	/*padding: 4px 3px;*/
	text-align: center;
	padding: 1px 1px 1px 1px;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td, tbody.tabContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 1px 1px 1px 1px;
}

tbody.scrollContent tr.alternateRow td, tbody.tabContent tr.alternateRow td {
	background: #EEEEEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 1px 1px 1px 1px;
}

tbody.tabContent tr.normalRow td {
	background: #FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 1px 1px 1px 1px;
}

tbody.tabContent tr.alternateRow td {
	background: #EEEEEE;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 1px 1px 1px 1px;
}

/*wg. ie7*/
thead.fixedHeader tr,thead.fixedHeader th {
  height: 19px;
}
tbody.scrollContent tr,tbody.scrollContent td {
  height: 22px;
}
/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 30px;
  height: 19px;
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 30px;
  height: 22px;
}