/* Basiselemente */
html {
	height: 100%;
	}
body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #F0F0F0; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
* html div#container { height: 100%; }
/* * html div#leftContainer { height: 100%; }
* html div#contentAndRightContainer { height: 100%; }
* html div#contentContainer { height: 100%; }
* html div#rightContainer { height: 100%; } */

/* Hauptebenen-Definitionen */
#container { 
	background: url("./bground.gif") no-repeat top left; 
	width: 844px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
/*	border-top: 2px solid #9AACBB;
	border-bottom: 2px solid #9AACBB;*/
	}

#topContainer { 
	float: left;
	margin: 0px;
	padding: 0px;
	width: 844px;
	height: 42px; 
/*	background: url("./bg_toprow.gif") no-repeat top left; */
	font-size: 0.9em;
	z-index: 1;
	}

#leftContainer { 
	clear: both;
	float: left;
	margin: 0px;
	padding-left: 25px;
	width: 178px;
/*	min-height: 100%;*/
/*	background: url("./bg_leftcolumn.gif") no-repeat top left;*/
	font-size: 0.9em;
	}

#contentAndRightContainer {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 639px;
/*	min-height: 100%;*/
	}
#contentContainer { 
	float: left;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 468px;
/*	min-height: 100%;*/
/*	background: url("./bg_content.gif") no-repeat top left;*/
	border-top: 2px solid #9AACBB;
	}

#rightContainer {
	float: right;
	margin: 0px;
	padding: 10px 13px 0px 14px;
	width: 122px;
/*	background: url("./bg_rightcolumn.gif") no-repeat top left;*/
	border-top: 2px solid #9AACBB;
	font-size: 0.9em;
	}



/* T O P C O N T A I N E R --------------------------------------- */
#search { 
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 20px;
	left: 203px;
	width: 180px;
	}
#search p.search { 
	margin: 0px;
	padding: 0px;
	}
#search input.text { 
	float: left;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
/*	font-size: 0.9em;*/
	width: 120px;
	height: 16px;
	}
#search input.submit { 
	float: right;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	text-align: center;
	width: 50px;
	height: 18px;
	}

#home { 
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 22px;
	left: 475px;
	}
#home a { 
	padding: 0px 0px 0px 15px;
	background: url("./arrow.gif") 0px 1px no-repeat;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}
#home a:hover {
	background: url("./arrow_on2.gif") 0px 1px no-repeat;
	text-decoration: underline;
	}

#navigation { 
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 22px;
	left: 675px;
	}
#navigation a { 
	padding: 0px 0px 0px 15px;
	background: url("./arrow.gif") 0px 1px no-repeat;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	}
#navigation a:hover {
	background: url("./arrow_on.gif") 0px 1px no-repeat;
	color: #FF0000;
	}



/* L E F T C O N T A I N E R ------------------------------------- */

/* Erste Ebene */
#leftContainer ul.navigation_0 {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #9AACBB;
	list-style-type: none;
	background-color: #CCD5DD;
	width: 161px;
	font-size: 1.2em;
	}
#leftContainer ul.navigation_1 {
	margin: 0px;
	padding: 0px;
	border-left: 10px solid #FF0000;
	list-style-type: none;
	background-color: #FFFFFF;
	width: 151px;
	}
#leftContainer ul.navigation_2 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
	border: none;
	background: transparent;
	width: 111px;
	}



#leftContainer p.navigation {
	margin: 0px;
	}



#leftContainer li.navigation_0_0 {
	margin: 0px;
	}
#leftContainer li.navigation_0_1 {
	margin: 0px;
	}
#leftContainer li.navigation_1_0 {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	}
#leftContainer li.navigation_1_1 {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	background-color: #E1E6EB;
	border-top: 1px solid #025266;
	border-bottom: 1px solid #025266;
	}
#leftContainer li.navigation_2_0 {
	margin: 0px;
	}
#leftContainer li.navigation_2_1 {
	margin: 0px;
	}

	
	
#leftContainer a.navigation_0_0 {
	margin: 0px;
	padding: 5px 0px 5px 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	}
#leftContainer a.navigation_0_0:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	}
#leftContainer a.navigation_0_1 {
	margin: 0px;
	padding: 5px 0px 5px 14px;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
#leftContainer a.navigation_0_1:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	}
#leftContainer a.navigation_1_0 {
	margin: 0px;
	padding: 3px 0px 3px 15px;
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	background: url("./arrow.gif") 0px 4px no-repeat;
	}
#leftContainer a.navigation_1_0:hover {
	color: #FF0000;
	background-color: transparent;
	background: url("./arrow_on.gif") 0px 4px no-repeat;
	}
#leftContainer a.navigation_1_1 {
	margin: 0px;
	padding: 3px 0px 3px 15px;
	font-size: 0.85em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	display: block;
	background: url("./arrow_on.gif") 0px 4px no-repeat;
	}
#leftContainer a.navigation_1_1:hover {
	color: #FF0000;
	background-color: transparent;
	background: url("./arrow_on.gif") 0px 4px no-repeat;
	}
#leftContainer a.navigation_2_0 {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: transparent;
	}
#leftContainer a.navigation_2_0:hover {
	color: #FF0000;
	background: transparent;
	}
#leftContainer a.navigation_2_1 {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background: transparent;
	}
#leftContainer a.navigation_2_1:hover {
	color: #FF0000;
	background: transparent;
	}



#leftContainer p.link {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 163px;
	}
#leftContainer a.link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	background: url("./arrow.gif") 0px 1px no-repeat;
	}
#leftContainer a.link:hover {
	color: #FF0000;
	background: url("./arrow_on.gif") 0px 1px no-repeat;
	}

#leftContainer h1.collexisBox {
	margin: 0px;
	padding: 5px 10px;
	width: 143px;
    font-size: 1em;
	background-color: #FF0000;
	text-align: center;
	}
#leftContainer a.collexisBox {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
#leftContainer a.collexisBox:hover {
	text-decoration: underline;
	}
#leftContainer p.collexisBox {
	margin: 0px;
	padding: 5px 10px;
	width: 139px;
	background-color: #FFFFFF;
	border-left: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	text-align: left;
	}
#leftContainer a.collexisBoxContent {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	}
#leftContainer a.collexisBoxContent:hover {
	text-decoration: underline;
	}

#leftContainer img.logo {
	}



/* C O N T E N T C O N T A I N E R ------------------------------- */



/* R I G H T C O N T A I N E R ----------------------------------- */
#rightContainer p.link {
	margin: 0px 0px 10px 0px;
	}
#rightContainer a.link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	display: block;
	background: url("./arrow.gif") 0px 1px no-repeat;
	}
#rightContainer a.link:hover {
	color: #FF0000;
	background: url("./arrow_on.gif") 0px 1px no-repeat;
	}

#rightContainer p.companyDBBox {
	margin-top: 20px;
	padding: 5px 10px;
	width: 102px;
	background-color: #FF0000;
	text-align: center;
	}
#rightContainer a.companyDBBox {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
#rightContainer a.companyDBBox:hover {
	text-decoration: underline;
	}

#rightContainer h1.newsBox {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px;
	width: 102px;
	background-color: #9AACBB;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	}
#rightContainer p.newsBox {
	margin: 0px;
	padding: 0px 5px;
	width: 108px;
	background-color: #CDD5DD;
	border-left: 2px solid #9AACBB;
	border-right: 2px solid #9AACBB;
	}
#rightContainer a.newsBox {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
#rightContainer a.newsBox:hover {
	text-decoration: underline;
	}
#rightContainer p.newsBoxFooter {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	background-color: #9AACBB;
	}
#rightContainer a.newsBoxFooter {
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	}
#rightContainer a.newsBoxFooter:hover {
	text-decoration: underline;
	}

#rightContainer p.testimonialBoxIcon {
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 35px;
	}
#rightContainer p.testimonialBoxImage {
	margin: 0px;
	padding: 6px 2px 5px 2px;
	width: 114px;
	background-color: #FFFFFF;
	border-left: 2px solid #9AACBB;
	border-right: 2px solid #9AACBB;
	border-top: 2px solid #9AACBB;
	text-align: center;
	}
#rightContainer h1.testimonialBox {
	margin: 0px;
	padding: 5px 10px;
	width: 102px;
	background-color: #9AACBB;
	text-transform: none;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	}
#rightContainer p.testimonialBox {
	margin: 0px;
	padding: 5px 5px;
	width: 108px;
	background-color: #FFFFFF;
	border-left: 2px solid #9AACBB;
	border-right: 2px solid #9AACBB;
	border-bottom: 2px solid #9AACBB;
	}
#rightContainer a.testimonialBox {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
#rightContainer a.testimonialBox:hover {
	text-decoration: underline;
	}
