/* the sysNavi-Div */
#sys-navi01 {
	margin: auto;
	width: 943px;
	height: 26px;
	text-align: right;
	margin-top:8px;
}

#sys-navi02 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 825px;
	text-align: right;
	margin-top: 1px;
}

#sys-search {
	float: left;
	width: 118px;
	margin-top: 3px;
}

/* headerNaviDiv over 100% of the site with yellow color */
#main-navi {
	float: left;
	/*width: 531px;*/
	width: 100%;
	height: 32px;
	background-image: url(../images/navi-bg.png);
	/**background-color: #f49e00;**/
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:8px;
}

#main-orange {
	float: left;
	width: 412px;
	height: 30px;
	border-bottom: 2px solid #f49e00;
}

/* div with black color, white top and bottom line over the width of site */
#header-wrapper,
#ct-wrapper,
#main-wrapper,
#ft-wrapper,
#ct-wrapper02 {
	margin: auto;
	width: 943px;
	text-align: left;
}

#header-wrapper {
	/*border-top: 2px solid #f49e00;*/
}

#ct-wrapper,
#ct-wrapper02 {
	border-top: 2px solid #fff;
	background-image: url(../images/verlaufAll01_white.gif);
	background-repeat: repeat-y;
}

#ct-wrapper02 {
  background-image: url(../images/verlaufAll02_blue.gif);
}

#banner {
	float: left;
	margin-top: 2px;
	width: 582px;
	height: 119px;
	background-image: url(../images/banner-top-neu.jpg);
	background-repeat: no-repeat;
}

#banner02 {
	float:left;
	margin-top: 2px;
	width: 582px;
	height: 119px;
	background-image: url(../images/banner-top2-neu.jpg);
	background-repeat: no-repeat;
}

#logo,
#logo02 {
	float: left;
	width: 345px;
	padding-top: 34px;
	padding-bottom: 35px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}

#logo02 {
	padding-top: 34px;
	padding-bottom: 35px;
}

#round,
#round02 {
	float: left;
	width: 16px;
	height: 121px;
	background-image: url(../images/round.png);
	background-repeat: no-repeat;
}

#content01 {
  float: left;
  width: 300px;
 /* width: 299px;
  border-left: 1px solid #dcdcdc;*/
  padding: 25px 50px 25px 25px;
}

#content02 {
  float: left;
  width: 300px;
  padding: 25px 55px 25px 0px;
}

#content03 {
  float: left;
  width: 213px;
 /* background-image: url(../images/verlaufrechts.gif);
  background-repeat: repeat-y;*/
}

#ct03-inside {
  width: 196px;
  padding: 25px 0px 0px 10px;
}

#servicecontent {
  background-color:#FEE8B8;
  background-image:url(../images/1pxWhite.gif);
  background-position: 265px 50%;
  background-repeat:repeat-y;
  padding:10px;
}

html>body #servicecontent {
  min-height: 300px;
}

#service01 {
  width: 250px;
  float: left;
}

#service02 {
  width: 173px;
  float: left;
  padding: 0px 5px 0px 10px;
}

#second-navi {
	float: left;
	width: 192px;
	padding-top: 8px;
	/**background-image: url(../images/verlaufnavi01.jpg);
	background-repeat: repeat-y;**/
}

#content04 {
	float: left;
	width: 538px;
}

#ct04-inside {
	padding: 25px 40px 25px 40px;
}

/* footerDiv settings */
#footer01 {
	float: left;
	width: 25px;
	height: 24px;
	background-image: url(../images/roundbottom.gif);
	background-repeat: no-repeat;
}

#footer02 {
	float: left;
	width: 704px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-color: #efefef;
	border-bottom: 1px solid #dcdcdc;
}

#footer03 {
	float: left;
	width: 214px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(../images/rechtsunten_grey.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}


/* the clearingDiv for the floating areas */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

.clear-left {
  clear: left;
}