body {
  background: url("../images/sub_bg.gif") repeat-y;
  /*background: url("../images/sub_bg2.gif") repeat-y;*/
}

div#navleiste {
  width: 495px;
	border-right: 0;
}

div#spacer {
  width: 59px;
}

img#collage2, div#blue1 {
  width: 570px;
}

div#blue2 {
	width: 201px;
}

div#blue1, div#blue2 {
	float: left;
	height: 5px;
  background-color: #183E87;
}

img#collage2 {
  display: block;
  height: 59px;      
}

div#subContentLeft {
	float: left;
}	

div#subContentLeft, div#navLeft, div#spacer2 {
  width: 170px;
	background-color: white;
}

div#spacer2 {
	height: 5px;
}

div#breadcrumbstxt {
	width: 160px;
	text-align: right;
	color: #8a9ebd;
	background-color: white;
}

div#breadcrumbstxt, div#breadcrumbs {
	float: left;
	padding: 10px 5px;
}

div#breadcrumbs {
  width: 592px;
  color: #cc6600;
  white-space: nowrap;
  overflow: hidden;
}

div#breadcrumbs a, div#breadcrumbs a:visited {
  color: #cc6600;
	text-decoration: none;
}

div#breadcrumbs a:active, div#breadcrumbs a:hover {
  color: #E3AB73;
}

/*div#breadcrumbs span.arrow {
  font-size: 9px;
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
}*/

div#subContentContainer {
  float: left;
  background: url("../images/sub_right_bg.gif") repeat-y;
  padding: 0;
  margin: 0;
}

div#subContentMiddle {
  float: left;
	padding: 5px 12px;
  width: 377px;
	overflow: hidden;
}

div#subContentRight {
  float: left;
	padding: 5px;
  min-height: 400px;
	width: 191px;  
	overflow: hidden;
}

/* Da der IE die minheight Eigenschaft nicht kennt */
img#minheight {
  width: 0px;
  height: 400px;  
}

div#subContentRight p {
/*  margin: 0 0 5px 0; */
  margin: 0 0 0 0;
}

div#subContentRight h1, div#subContentRight h2, div#subContentRight h3, div#subContentRight h4, div#subContentRight h5 {
	font-size: 10px;
	font-weight: bold;
}

div#subContentRight div.csc-frame-rulerBefore { border-top: 1px white solid; margin: 5px 0 8px 0; }
div#subContentRight div.csc-frame-rulerAfter { border-bottom: 1px white solid; margin: 8px 0 8px 0; }

div.navBlock {
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

div.navBlock a, div.navBlock a:visited,
div#navCurSub a, div#navCurSub a:visited {
  color: #193d87;
	text-decoration: none;
}

div.navBlock a:active, div.navBlock a:hover,
div#navCurSub a:hover, div#navCurSub a:active {
  color: white;
}

div#navCur a {
  color: white;
}

div#navCurSub {
  background-color: #d7d7a8;
}

div#navCurSub table tr td {
  vertical-align: top;  
}

div#navCurSub table tr td.arrow {
  text-indent: 5px;
}

div#navCurSub table tr td.arrow2 {
  text-indent: 10px;
}

div#navCurSub table tr td.arrow3 {
  text-indent: 15px;
}

td.navCurSubPath {
  color: #cc6600 !important;
}

td.navCurSubPath a, td.navCurSubPath a:visited {
  text-decoration: none;
	color: #cc6600 !important;
}

td.navCurSubPath a:active, td.navCurSubPath a:hover {
	color: #E3AB73 !important;
}

div#copyright {
	width: 600px;
}

