
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:#fff url(/misc_/zms/zoom.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj reference
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.referenceWrapper {
	margin:0;
	margin-left:35px;
	margin-bottom:20px;
	padding:0;
	width:520px;
	}

p.rererenceText {
	margin:0;
	margin-bottom:2px;
	padding:0;
	padding-right:30px;
	color:#333333;
	}

p.referenceAuthor{
	margin:0;
	padding:0;
	color:#333333;
	}

p.referenceTopAnchor{
	margin:0;
	margin-top:10px;
	padding:0;
	color:#333333;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj cccTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.ccc_imgTeaserWrapper {
	margin:0;
	padding:0;
	width:184px;
	}

div.cccTeaserWrapper {
	margin:0;
	padding:0;
	width:184px;
	}

/* Round Corners Teaser */
/* http://www.roundedcornr.com */

.cccTeaser_top div {
	background: url(http://www.colognecareercenter.de/common/css/common/teaserRndCrn_tl.gif) no-repeat top left;
	}

.cccTeaser_top {
	background: transparent url(http://www.colognecareercenter.de/common/css/common/teaserRndCrn_tr.gif) no-repeat top right;
	}

.cccTeaser_bottom div {
	background: url(http://www.colognecareercenter.de/common/css/common/teaserRndCrn_bl.gif) no-repeat bottom left;
	}

.cccTeaser_bottom {
	background: transparent url(http://www.colognecareercenter.de/common/css/common/teaserRndCrn_br.gif) no-repeat bottom right;
	}

.cccTeaser_top div, .cccTeaser_top, .cccTeaser_bottom div, .cccTeaser_bottom {
	width: 100%;
	height: 5px;
	font-size: 1px;
	}

div.cccTeaserWrapper div.cT_title {
	margin:0px 10px 0px 10px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:110%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	}

div.cccTeaserWrapper div.cT_titleAlt {
	margin:0;
	padding:8px 10px 0px 10px;
	color:#fff;
	}

div.cccTeaserWrapper div.cT_titleAlt a:link, div.cccTeaserWrapper div.cT_titleAlt a:visited {
	color:#fff;
	text-decoration:none;
	}


div.cccTeaserWrapper div.cT_titleAlt a:hover, div.cccTeaserWrapper div.cT_titleAlt a:active {
	color:#fff;
	text-decoration:underline;
	}


div.cccTeaserWrapper div.cT_text, div.cccTeaserWrapper div.cT_img {
	margin:0;
	padding:5px 10px 5px 10px;
	color:#fff;
	}

div.cccTeaserWrapper p.cT_listUrls {
	margin:0;
	padding:5px 10px 5px 10px;
	color:#fff;
	}

div.cccTeaserWrapper p.cT_listUrls a:link, div.cccTeaserWrapper p.cT_listUrls a:visited {
	color:#fff;
	text-decoration:none;
	}

div.cccTeaserWrapper p.cT_listUrls a:hover, div.cccTeaserWrapper p.cT_listUrls a:active {
	color:#fff;
	text-decoration:underline;
	}

div.cccTeaserWrapper p.cT_tagCloud {
	margin:0px;
	padding:5px 10px 5px 10px;
	}

div.cccTeaserWrapper p.cT_tagCloud a:link, div.cccTeaserWrapper p.cT_tagCloud a:visited {
	color:#fff;
	}

div.cccTeaserWrapper p.cT_tagCloud a:hover, div.cccTeaserWrapper p.cT_tagCloud a:active {
	text-decoration:underline;
	color:#fff;
	}



div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.colognecareercenter.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/*---- BO calendar css -----*/

table#calTabs {
	margin-top:18px;
	width:100%;
	border-collapse:collapse;
	}

table#calTabs td.active, table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
	}

table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
	}

table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
	}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
	}

table#calContentTabs {
	border-collapse:collapse;
	border:0px solid #ccc;
	border-top:0px;
	}

table#calContent tr td, table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
	}

/* -- RFH -- */
table#calContentTabs tr td {
	border-bottom:15px solid #fff;
	}

form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
	}

/* -- FF -- */
html>/**/body form#calTabSearch {
	margin-left:-1px;
	}

table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
	}

table#calContentEvent, table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	}

table#calContentEvent td,table#calContentBatch td {
	padding:0px;
	}

table#calContentEvent table#calContentBatch td, table#calContentTabs table#calContentBatch td {
	padding-left:6px;
	}

table#calContentBatch tr.odd {
	background-color:#fff;
	}

table#calContentBatch tr.even {
	/* background-color:#eee; */
	}

table#calContentBatch tr.even td {
	padding:0px; /* -- RFH -- */
	}

table#calContentBatch tr.odd td {
	padding-bottom:0px; /* -- RFH -- */
	}

table#calContentEvent tr td span.date, table#calContentBatch tr td span.date {
	margin-top:0px; /* -- RFH -- */
	}

table#calContentEvent tr td span.date,
table#calContentEvent tr td span.title, 
table#calContentBatch tr td span.date,
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
	font-weight:bold;
	}

table#calContentEvent tr td span.description, table#calContentBatch tr td span.description {
	display:block;
	border-bottom:1px solid #ccc; /* -- RFH -- */
	}

table#calContentEvent tr td span.description {
	border-bottom:0px solid #ccc; /* -- RFH -- */
	}



table#calContentEvent tr td span.cal_language {
	font-style:italic;
	}

table#calContent td#calContentPrev, table#calContent td#calContentNext {
	text-align:right !important;
	width:100%;
	padding:15px 10px 5px 10px;
	}

table#calContent td#calContentNext {
	padding-bottom:15px;
	background-color:#fee;
	}

div#calTeaser {
	width:200px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:0px;
	padding-top:6px;
	}

/* -- BO UCT -- */
div#calTeaser {
	width:190px !important;
	border-top:0px solid #fff;
	}

table#calGrid table.month td {
	text-align: center !important;
	}

div#calTeaser table#calGrid table.month, div#calTeaser table#calGrid table.days {
	width:190px !important;
	white-space:nowrap
	}

div#calTeaser table#calGrid {
	margin:0px 0px 5px -5px;
	}

/* ------------
*:first-child+html div#calTeaser table#calGrid {
	margin-left: 10px!important; /* only FF */ 
	}
------------- */

/* -- EO UCT -- */

table#calCategorySel {
	width:200px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	}

table#calCategorySel tr td {
	padding:0px 10px
	}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:180px;
	font-size:10px;
	line-height:10px;
	font-family: arial,'sans-serif';
	}

table#calGrid a:link, table#calGrid a:visited {
	text-decoration:none;
	}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:1.0em;
	width:100%;
	text-align:center;
	font-weight:bold;
	}

table#calGrid table.month a {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	}

table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
	}

table#calGrid table.days td {
	padding:0px 10px 5px 0px;
	overflow:visible;
	}

table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
	}

table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
	}

table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	text-align:right;
	font-weight:bold;
	}

table#calGrid table.days td.daynameToday, table#calGrid table.days td.daynameHeute {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
	}

table#calGrid table.days td.date,
table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	text-align:right;
	}

table#calGrid table.days td.dateToday, table#calGrid table.days td.dateHeute {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
	}

table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}

table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	color:#ee1947; 
	}	
/* ------------- EUTOS ------------------- */

table#calGrid table.days td.dayname, table#calGrid table.days td.daynameToday {
	width:20px;
	padding-bottom:3px;
	}

table#calContent {
	border-collapse:collapse;
	border-left:0px solid #ccc; /* -- RFH -- */
	border-right:0px solid #ccc; /* -- RFH -- */
	border-bottom:0px solid #ccc; /* -- RFH -- */
	}

table#calContent tr td, table#calContentTabs tr td {
	/* font-size:11px;*/ /* -- RFH -- */
	line-height:16px;
	}

table#calContent tr td {
	padding:5px
	}

table#calContentBatch tr.odd td:hover, table#calContentBatch tr.even td:hover  {
	background-color:#F6F4F4;
	}

table#calContentEvent span.date, table#calContentBatch span.date {
	color:#666; 
	margin-top:3px;
	padding-top:3px;
	border-top:0px solid #999;
	width:449px;
	}

#calEmptyBatch {
	padding: 10px;
	/* font-size:12px;*/ /* -- RFH -- */
	}

a.calNav {
	font-size:10px;
	}

tr#tr_cal_text {
	display:none;
	}

div#filterEvent table#calContent, div#filterEvent table#calContentEvent {
	border:0px;
	margin:0px;
	width:400px;
	}

div#filterEvent table#calContent td {
	border:0px;
	padding:0px;
	padding-left:1px;
	}

div#filterEvent span.date {
	border-top:0px;
	}
/*---- EO calendar css -----*/



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj tocIndex
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/* +- Variant staff Toc -+ */

div#staffToc {
	margin:0;
	margin-bottom:20px;
	padding:0;
	width:597px;
	border:solid 0px red;
	}

div#staffToc ul.staffList {
	padding:0;
	margin:0px; 
	}

div#Content div#staffToc ul li{
	float:left;
	line-height:1.5em;
	background: none;
	display: inline;
	background:url('http://www.colognecareercenter.de/common/css/common/iconUl.jpg') no-repeat 0.5em 0.6em; 
	margin:10px 0px 0px -5px;
	padding:0px 0px 5px 20px;
	line-height:1.5em;
	list-style:none;
	width:175px;
	border:solid 0px red;
	}

div#staffToc ul li a:link, div#staffToc ul li a:visited {
	font-weight:bold;
	text-decoration:none;
	}
	
div#staffToc ul li a:hover {
	text-decoration:none;
	}


span.memberQualification {
	color:#3199CC;
	}

/* +- Variant service Toc -+ */

div#staffTocCategory {
	width:584px !important;
	width:580px;
	padding:0;
	margin:0;
	margin-left:11px;
	margin-top:10px;
	margin-bottom:10px;
	}

div.staffToc {
	float:left;
	width:141px !important;
	width:140px;
	height:250px;
	padding:0;
	margin:0;
	margin-right:5px;
	}
	
div.staffTocBg1 {
	background-color:#BED7EC;
	}

div.staffTocBg2 {
	background-color:#96C2E1;	
	}
	
div.staffTocBg3 {
	background-color:#6EA9D4;	
	}
	
div.staffTocBg4 {
	background-color:#4B92C7;	
	}

p.staffTocHead {
	margin-bottom:20px;
	margin-top:0px;
	padding:0;
	padding-left:5px;
	font-weight:bold;
	}

div.staffToc p.staffTocItems {
	margin:0;
	margin-bottom:2px;
	padding:0;
	padding-left:5px;
font-size:10px;
	}	

div.staffToc a:link, div.staffToc a:visited{
	color:#000;
	text-decoration:none;
	}

div.staffToc a:hover{
	color:#fff;
	}





div#TocCategory {
	float:left;
	padding:0;
	margin:0;
	width:597px;
	background:url('http://www.colognecareercenter.de/common/css/common/bgTocTitles.gif') no-repeat
	}

div#TocCategory ul.TocCatecoryTitles {
	margin:0;
	padding:0;
	}

div#TocCategory ul.TocCatecoryTitles li {
	float:left;
	height:18px;
	display: inline;
	padding:0px;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background: none;
	}
	
div#TocCategory ul.TocCatecoryTitles li a:link, div#TocCategory ul.TocCatecoryTitles li a:visited {
	color:#fff;
	text-decoration:none;
	}

div#TocCategory ul.TocCatecoryTitles li a:hover{
	color:#FDFBFB;
	}

div#TocCategoryItem {
	float:left;
	width:145px;
	margin:0;
	padding:0;
	}

div#TocCategoryItem ul {
	margin:0;
	margin-top:5px;
	}

div#TocCategoryItem ul li{
	margin:10px 0px 0px 0px;
	padding:0 0 5px 7px;
	line-height:1.5em;
	list-style:none;
	background:url('http://www.colognecareercenter.de/common/css/common/icon_listImage.gif') no-repeat 0em 0.6em;
	}

div#TocCategoryItem ul li a:link, div#TocCategoryItem ul li a:visited {
	color:#363230;
	text-decoration:none;
	}
	
div#TocCategoryItem ul li a:hover{
	color:#8697C4;
	}

/* -- Variant one Level Toc -- */

div#oneLevelToc {
	margin:0;
	padding:0;
	width:597px;
	}

div#oneLevelToc ul {
	padding:0;
	}

div#Content div#oneLevelToc ul li{
	line-height:1.5em;
	background: none;
	display: inline;
	background:url('http://www.colognecareercenter.de/common/css/common/icon_listImage.gif') no-repeat 0.5em 0.6em; 
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	line-height:1.5em;
	list-style:none;
	}

div#oneLevelToc ul li a:link, div#oneLevelToc ul li a:visited {
	color:#363230;
	text-decoration:none;
	}

div#oneLevelToc ul li a:hover{
	color:#8697C4;
	}






/* +- f_css_defaults bodyContentZMSCustom_tocIndex -+ *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj jobAd - Stelleangebot
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.jobAdWrapper {
	margin:0px 0px 46px 0px;
	padding:0px;
	border-bottom:solid 1px #DBDBDB;
	width:520px;
	}

div.jobAdWrapper p.jobAdTitleShort{
	margin:0px;
	padding:0px 0px 0px 4px;
	color:#3498CC;
	border-bottom:solid 1px #DBDBDB;
	}

div.jobAdWrapper p.jobAdTitle{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 4px;
	border:solid 0px red;
	}
	
div.jobAdWrapper p.jobAdDescription {
	margin:0px 0px 8px 0px;
	padding:14px 4px 14px 4px;
	border:solid 0px red;
	background-color:#E8F1F6;
	}

div.jobAdWrapper div.jobAdSolemnities {
	margin:0px;
	padding:0px;
	border:solid 0px red;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul {
	margin:0px 0px 0px 4px;
	padding:0px 0px 15px 0px;
	list-style-type:none !important;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 25px;
	background:none;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul li.jobAd_address {
	width:190px;
	background:transparent url(common/jobAd_iconAddress.gif) top left no-repeat;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul li.jobAdFon {
	width:155px;
	background:transparent url(common/jobAd_iconFon.gif) top left no-repeat;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul li.jobAdContact {
	width:95px;
	background:transparent url(common/jobAd_iconContact.gif) top left no-repeat;
	}

#Content div.jobAdWrapper div.jobAdSolemnities ul li.jobAdContact a:link, #Content div.jobAdWrapper div.jobAdSolemnities ul li.jobAdContact a:visited {
	color:#009ACA;
	}

p.jobAdReadOut {
	clear:both;
	margin:7px 0px 0px 4px;
	padding:0px 0px 2px 24px;
	background:transparent url(common/jobAd_iconArrowDown.gif) top left no-repeat;
	}

#Content ul.jobAdToc {
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	list-style-type:none !important;
	}

#Content ul.jobAdToc li {
	float:left;
	width:259px;
	height:28px;
	margin:0px 4px 0px 0px;
	padding:6px 0px 0px 10px;
	background:transparent url(common/jobAd_toc_bg.jpg) top left no-repeat;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- bodyContentZMSCustom_staff
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
 h2.staffItem
 	{
 	margin-top:2px;
 	margin-bottom:0px;
 	padding:0px; 	
	}

div.staff ul {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
        }/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj columns
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.columnsWrapper {
	margin:0;
	padding:0;
	width:725px;
	border:solid 0px red;
	}

#ContentCareerDictionary div.columnsWrapper {
	margin:0;
	padding:0;
	width:625px;
	border:solid 0px red;
	}

div.columnsWrapper h2.columnsTitle {
	margin:0;
	margin-bottom:0px !important;
	margin-bottom:0px;
	padding:0;
	font-size:110%;
	border:solid 0px red;
	}

/* ie 7 */
*:first-child+html div.columnsWrapper h2.columnsTitle {
	margin-bottom:0px !important;
	}


div.contentLeftCol {
	float:left;
	margin:0;
	margin-right:35px;
	padding:0;
	width:325px;
	border:solid 0px red;
	}

#ContentCareerDictionary div.contentLeftCol {
	float:left;
	margin:0;
	margin-right:35px;
	padding:0;
	width:255px;
	border:solid 0px red;
	}

body.zmi div.contentLeftCol div.ZMSGraphic {

	}

div.contentRightCol {
	float:left;
	margin:0;
	padding:0;
	width:325px;
	}


#ContentCareerDictionary div.contentRightCol {
	float:left;
	margin:0;
	padding:0;
	width:255px;
	}

/* IE 7.0 only */
*:first-child+html div.contentRightCol {
	
	}

div.contentRightCol h2, div.contentRightCol .heading2 {
	font-size: 100%;
	line-height: 1.2em;
	border:solid 0px red;
	}
	
div.columnsWrapper div.contentRightCol div.ZMSGraphic div.text {
	margin:0;
	padding: 0px;
	}

div.columnsWrapper p, div.columnsWrapper ol, div.columnsWrapper ul {
	padding-right:0px;
	}

	
div.clearCol {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}


textarea#code.form-element,
textarea#code_eng.form-element,
textarea#code_ger.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj pressRelease
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.pressReleaseWrapper {
	margin:0;
	margin-bottom:20px;
	padding:0;
	width:520px;
	}

div.pressReleaseWrapper h2.pressReleaseTitle {
	margin:0;
	padding:0;
	color:#3399cc;
	font-weight:bold;
	border-bottom:solid 1px #DBDBDB;
	}

div.pressReleaseWrapper h2.pressReleaseTitle span.newsDate {
	color:#707072;
	font-weight:normal;
	}

div.pressReleaseWrapper p.pressReleaseAbstract {
	margin:0px;
	padding:0px;
	}

div.pressReleaseWrapper p.pressReleaseAbstract span.pressReleaseAuthor {
	
	}

div.pressReleaseWrapper div.pressReleaseContent {
	margin:0px;
	margin-bottom:15px;
	}

div.pressReleaseWrapper div.pressReleaseContent p {
	padding-right:0px;
	}

div.pressReleaseWrapper div.pressReleaseContent div.pressReleaseSource {
	margin:0px;
	margin-top:-15px;
	margin-bottom:5px;
	padding:0px;
	}

div.pressReleaseWrapper div.pressReleaseContent div.pressReleaseSource p {
	margin:0px;
	padding:0px;
	font-style:italic;
	}





/**************************************/
/* CSS-Modul: contact form            */
/**************************************/


.cccContactform {
	width:450px;
	margin:0px;
	padding:10px 0px 0px 0px;
	}

.cccContactform fieldset {
	padding:0px !important /*Non-IE6*/;
	padding:0px /*IE6*/;
	margin:0 0 20px 0;
	border:0px;
	}

.cccContactform fieldset legend {
	margin:0 0 0 0px !important /*Non-IE*/;
	margin:0 0 0px 0px /*IE6*/;
	padding:0 0px 0 0px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:90%;
	}

.cccContactform label.left {
	float:left;
	width:94px;
	margin:0 0 3px 0px;
	padding:2px;
	font-size:100%;
	}

.cccContactform input.field {
	width:336px;
	margin:0 0 3px 0px;
	padding:2px;
	padding-left:2px;
	border:solid 0px rgb(200,200,200);
	background: transparent url('http://www.colognecareercenter.de/common/css/common/cccFormInput_bg.jpg') top left no-repeat;
	font-size:100%;
	color:#666666;
	}

.cccContactform sub, .cccContactform sup {
	line-height: 0px;
	font-size: 60%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.cccContactform textarea {
	width:336px;
	margin:0 0 10px 0px;
	padding:2px;
	padding-left:0px;
	border:0px;
	border-bottom:solid 3px rgb(232,232,232);
	background: transparent url('http://www.colognecareercenter.de/common/css/common/cccFormText_bg.jpg') top left no-repeat;
	font-size:110%;
	color:#666666;
	}

.cccContactform input.btnImage {
	margin:0px;
	margin-left:100px;
	padding:0px;
	}

.cccContactform input.button{
	margin:0px;
	margin-left:100px;
	padding:0px;
	padding-bottom:10px;
	border:0px;
	width:175px;
	height:30px;
	text-align:left;
	color:#fff;
	background: transparent url('http://www.colognecareercenter.de/common/css/common/cccFormButton.jpg') top left no-repeat;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj quotation
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
p.quotation {
	color:#3399cc;
	}

p.quotation_blau {
	color:#3399cc;
	}

p.quotation_grau {
	color:#333333;
	}

span.qAuthor {
	/* color: #000; */
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj coachingOffer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.cccCoachingWrapper {
	margin:0;
	margin-top:5px;
	padding:0;
	width:677px;
	background-color:#d0e6f0;
	}

div.cccCoachingWrapper div.cccCoachingLabel {
	float:left;
	margin:0;
	padding:2px 2px 2px 2px;
	width:77px;
	font-weight:bold;
	color:#3399cc;
	border:solid 0px red;
	}


div.cccCoachingWrapper div.cccCoachingText {
	float:left;
	margin:0;
	padding:2px 2px 2px 0px;
	width:590px;
	color:#000;
	}

div.cccCoachingWrapper div.cccCoachingDelimit {
	clear:both;
	margin:0;
	padding:0;
	width:727px;
	height:3px;
	background-color:#fff;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj seminarHeadline
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
div.seminarHeadlineWrapper {
	margin:0;
	padding:0;
	padding-top:0px;
	padding-left:90px;
	height:100px;
	overflow:visible;
	border:solid 0px red;
	}

div.seminarHeadlineWrapper h1.seminarTitle {
	margin:0;
	padding:0;
	padding-top:32px;
	font-size:155%;
	font-weight:normal;
	color:#cccc99;
	}

div.seminarHeadlineWrapper h2.seminarTitleAlt {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	color:#cccc99;
	}








/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj rfhVideo
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.rfhVideoWrapper {
	margin:0px;
	margin-left:-8px;
	padding:0px;
	width:100%;
	}
	
div.rfhVideoWrapper div.rfhVideoStream {
	float:left;
	margin:0px;
	padding:0px;
	width:400px;

	}

div.rfhVideoWrapper div.rfhVideoToc {
	float:left;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-top:135px;
	width:265px;
	border: solid 0px red;
	}

div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList {
	margin:0px;
	padding:0px;
	border: solid 0px red;
	}

div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li {
	margin:0px;
	padding:0px;
	border: solid 0px red;
	}

div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li a:link, div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li a:visited {

	}

div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li.current a:link, div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li.current a:visited{
	color:#3399cc;
	}

div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li a:hover, div.rfhVideoWrapper div.rfhVideoToc ul.rfhVideoTocList li a:active {

	}

div.rfhVideoWrapper div.rfhVideoToc p.rfhVideoTocTitle {
	margin:0px;
	padding:0px;
	padding-right:0px;
	color:#3399cc;
	font-weight:bold;
	border-bottom:1px solid #DBDBDB;
	}


div.rfhVideoWrapper div.rfhVideoSource {
	clear:both;
	margin:0px;
	padding:0px;
	padding-left:8px;
	}

div.rfhVideoWrapper div.rfhVideoText {
	margin:0px;
	padding:0px;
	padding-left:8px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj cDictLink
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.cDictLinkWrapper {
	margin:0;
	margin-top:15px;
	padding:0;
	padding-top:9px;
	padding-left:42px;
	width:571px;
	height:52px;
	color:#8ba80a;
	background: transparent url('http://www.colognecareercenter.de/common/css/common/cDictLink_bg.png ') top left no-repeat;
	border:solid 0px red;
	}

div.cDictLinkWrapper a:link, div.cDictLinkWrapper a:visited {
	color:#8ba80a;
	text-decoration:none;
	}

div.cDictLinkWrapper a:hover, div.cDictLinkWrapper a:active {
	color:#8ba80a;
	text-decoration:underline;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}
/**************************************/
/* (c) 2009 SNTL                      */
/* Author: j. klein                   */
/* last change: 2010/07/28            */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #AD3A3B;}
.secondColorMedium {background-color: #C87867;}
.secondColorLight {background-color: #DDA998;}

.primColorStrong {background-color: #166560;}
.primColorMedium {background-color: #417B6C;}
.primColorLight {background-color: #A0BDB6;}


body#web {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 77%;
	position:relative;
	text-align:center;
	background-color: #fff;
	background: #fff url('common/back_kachel_basic_gradient_trans.gif') fixed top left repeat-x;
	}

#pageregionTopWrapper {
	margin: auto;
	position: relative;
	padding: 0;
	border: 0;
	width:985px;
	height:258px !important;
	height:261px;
	text-align:left;
	background: transparent url('common/border.png') top left repeat-y;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html #pageregionTopWrapper {
	height:261px !important;
	}
	
/* IE 8.0  */
#pageregionTopWrapper  {
	height /*\**/:255px\9 !important;
	}
	
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
#pageregionTopWrapper {height:256px !important;}
}


/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
 head~body #pageregionTopWrapper { height:255px !important; }
}

#pageregionTop {
	background: transparent url('common/serviceNav_bg.jpg') 502px 21px no-repeat;
	}
	
#Logo {
	float:left;
	margin:0;
	margin-left:54px;
	padding:0px;
	width:418px;
	}

div.cccMissionHint {
	margin:0;
	margin-top:34px;
	margin-bottom:3px;
	margin-left:-13px;
	padding:0;
	font-size:105%;
	font-weight:normal;
	color:#6F6F6F;
	border:solid 0px red;
	}

div.c3dictionaryHint {
	margin:0;
	margin-top:72px;
	padding:0;
	padding-right:18px;
	text-align:right;
	border:solid 0px red;
	}

div.c3dictionaryHint a {
	display:block;
	margin:0;
	margin-left:344px;
	padding:0;
	width:108px;
	height:63px;
	text-align:right;
	border:solid 0px red;
	}

div.c3dictionaryHint a:link, div.c3dictionaryHint a:visited {
  	background:transparent url('common/iconKarriereLexikon.gif') top left no-repeat;
  	}

div.c3dictionaryHint a:hover, div.c3dictionaryHint a:active {
  	background-position: 0px -63px;
  	}

#pageregionContentWrapper {
	margin: auto;
	padding: 0;
	border: 0;
	width:985px;
	background-color: #fff;
	text-align:left;
	background: transparent url('common/border.png') top left repeat-y;
	}

#Content, #ContentReference {
	float:left;
	margin:0;
	margin-left:59px;
	margin-right:31px;
	padding:0;
	padding-top:17px;
	width:677px;
	overflow:visible;
	border:solid 0px red;
	}


#ContentReference {
	background: transparent url('common/cccReferences_bg.gif') 100px 150px no-repeat;
	}

* html #Content {
	/* IE */
	}

#Content #cccBanner {
	margin:-15px 0px 5px -24px !important;
	margin:-17px 0px 5px -24px;
	padding:0px;
	width:727px;
	height:140px;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html #Content #cccBanner {
	margin:-17px 0px 5px -24px !important;
	}


#ContentCareerDictionary {
	float:left;
	margin:0;
	margin-top:2px !important;
	margin-top:0px;
	margin-left:35px;
	margin-right:5px;
	padding:0;
	width:727px;
	background:none;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html #ContentCareerDictionary {
	margin-top:0px !important;
	}

/* Boxes CareerDictionary */
.boxTopLeft {
	background:url(common/cDict_boxTopLeft.jpg) top left no-repeat;
	}

.boxTopRight {
	background:url(common/cDict_boxTopRight.jpg) top right no-repeat;
	}

.boxBottomRight {
	background:url(common/cDict_boxBottomRight.jpg) bottom right no-repeat;
	}

.boxBottomLeft {
	background:url(common/cDict_boxBottomLeft.jpg) bottom left no-repeat;
	}

/* BoxContent CareerDictionary */
div.cDictContents {
	margin:0;
	margin-bottom:20px;
	padding-top:152px;
	padding-left:80px;
	padding-right:40px;
	padding-bottom:5px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}

#ContentBroad {
	margin:0;
	padding:0;
	width:980px;
	overflow:visible;
	}

#Sitemap {
	float:left;
	margin:0;
	margin-left:10px;
	margin-right:9px;
	padding:0;
	padding-right:20px;
	width:501px;
	overflow:visible;
	border-right:solid 1px #CAC8C6;
	}

#pageregionLeft {
	float: left;
	padding-top:0px;
	margin:0px;
	float: left;
	width: 216px;
	border:solid 0px red;
	}

#pageregionRight {
	float: left;
	width:183px;
	margin: 0;
	padding: 0;
	padding-top:2px !important;
	padding-top:0px;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html #pageregionRight {
	padding-top:0px !important;
	}

#pageregionBottomWrapper {
	margin:auto;
	padding: 0;
	padding-top:0px;
	padding-bottom:0px;
	border: 0;
	width:985px;
	text-align:left;
	background: transparent url('common/border.png') top left repeat-y;
	}
	
	
/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}


/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/* -- Channel Menu ---------------------------*/
div#menu {
	float:left;
	margin:0;
	padding:0;
	width:727px !important;
	width:727px ; 
	/* font-size: 77%; */
	font-size:11px;
	border:solid 0px red;
	}

ul#nav {
	width:727px !important;
	width:727px ;
	margin-left:35px;
	}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.sf-menu {
	line-height:	1.0;
	}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}

.sf-menu ul li {
	width: 100%;
	}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	float: left;
	position: relative;
	}

.sf-menu a {
	display: block;
	position: relative;
	}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.3em !important; /* match top ul list item height XXX do here IE-FIX XXX*/
	top: 3.4em;
	z-index: 99;
	}

/* IE 7.0 only */
*:first-child+html .sf-menu li:hover ul, *:first-child+html .sf-menu li.sfHover ul {
	top: 3.4em !important; /* match top ul list item height XXX do here IE-FIX XXX*/
	}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.9em !important; /* match top ul list item height XXX do here IE-FIX XXX*/
	top: 2.9em;
	z-index: 99;
	}

/* IE 7.0 only */
*:first-child+html .sf-menu li:hover ul, *:first-child+html .sf-menu li.sfHover ul {
	top: 2.9em !important; /* match top ul list item height XXX do here IE-FIX XXX*/
	}



ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom:	1em;
	width:727px !important;
	width:727px; /* -- Customization 2ndLevel Menu -- */
	}

.sf-menu a {
	border-left: 1px solid #fff;
	border-bottom: 0px solid #fff;
	/* padding:  0.6em 1em; */
	padding: 0em;
	text-decoration:none;
	font-size:11px;
	font-family: Georgia, 'Times new roman', serif;
	color:#484848;
	height:32px;
	}

.sf-menu a span{
	display:none;
	}

.sf-menu li#menuItem_1 a {
	width:164px;
	background: transparent url('common/menuItemSchueler.gif') top left no-repeat;
	}
	
.sf-menu li#menuItem_1 a:hover{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_1 a#current{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_1 ul li a {
	background: none;
	}

.sf-menu li#menuItem_2 a {
	width:195px;
	background: transparent url('common/menuItemStudierende.gif') top left no-repeat;
	}

.sf-menu li#menuItem_2 a:hover{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_2 a#current{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_2 ul li a {
	background: none;
	}

.sf-menu li#menuItem_3 a {
	width:102px;
	background: transparent url('common/menuItemBerufserfahrene.gif') top left no-repeat;
	}

.sf-menu li#menuItem_3 a:hover{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_3 a#current{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_3 ul li a {
	background: none;
	}

.sf-menu li#menuItem_4 a {
	width:176px;
	background: transparent url('common/menuItemManager.gif') top left no-repeat;
	}


.sf-menu li#menuItem_4 a:hover{
	background-position:0px -32px;
	}

.sf-menu li#menuItem_4 a#current{
	background-position:0px -32px;
	}


.sf-menu li#menuItem_4 ul li a {
	background: none;
	}
	
.sf-menu li#menuItem_5 a {
	width:90px;
	background: transparent url('common/menuItemFirmenkunden.gif') top left no-repeat;
	}

.sf-menu li#menuItem_5 a:hover {
	background-position:0px -32px;
	}

.sf-menu li#menuItem_5 a#current {
	background-position:0px -32px;
	}

.sf-menu li#menuItem_5 ul li a {
	background: none;
	}

.sf-menu li#menuItem_5 ul li a {
	background: none;
	}


/* -- Customization 2ndLevel Menu -- */
.sf-menu li ul li a {
	padding: 0px;
	padding-top:1.0em;
	padding-left:0.5em;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
	border:solid 0px red !important;
	}

.sf-navbar ul li.current a {
	font-size:12px !important;
	color:#666666;
	}

.sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour */
 	color:#999999;
	}

.sf-menu li {
	background: #BDD2FF;
	}

.sf-menu li li {
	background: #AABDE6;
}
.sf-menu li li li {
	background: #9AAEDB;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #CFDEFF;
	outline: 0;
	}

/*** no arrows ! **/

.sf-menu a.sf-with-ul {
	padding-right: 0em; /* -- Customization 1stLevel Menu -- */
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: transparent;
	height: 4.6em;
	padding-bottom: 2.5em;
	position: relative;
	border:solid 0px red;
	}

.sf-navbar li {
	background: transparent; /* -- Customization 1stLevel Menu -- */
	position: static;
	}

.sf-navbar a {
	border-top: none;
	}

.sf-navbar li ul {
	width:727px !important;
	width:727px; /*IE6 soils itself without this*/
	border-top:solid 0px #000;
	margin:0px !important;
	height:71px;
	border:solid 0px red;
	}

html&gt;/**/body .sf-navbar li ul {margin-top:9px !important} /* FireFox 3, Safari, IE8!? */

.sf-navbar li ul { margin-top /*\**/: 16px\9}

.sf-navbar li ul li { 
	padding-top:9px;
	padding-left:1px;
	}

.sf-navbar li#menuItem_home ul {
	/* background: transparent url('common/subMenuItemMaster.jpg') top left no-repeat; */
	}


.sf-navbar li#menuItem_1 ul {
	background: transparent url('common/subMenuItemSchueler.jpg') top left no-repeat;
	}

.sf-navbar li#menuItem_2 ul {
	background: transparent url('common/subMenuItemStudierende.jpg') top left no-repeat;
	}

.sf-navbar li#menuItem_3 ul {
	background: transparent url('common/subMenuItemBerufserfahrene.jpg') top left no-repeat;
	}

.sf-navbar li#menuItem_4 ul {
	background: transparent url('common/subMenuItemManager.jpg') top left no-repeat;
	}

.sf-navbar li#menuItem_5 ul {
	background: transparent url('common/subMenuItemFirmenkunden.jpg') top left no-repeat;
	}


.sf-navbar li li {
	background: transparent; /* -- Customization 2ndLevel Menu -- */
	position: relative;
	}

.sf-navbar li li ul {
	width: 13em;
	}

.sf-navbar li li li {
	width: 100%;
	}

.sf-navbar ul li {
	float: left; 
	width:100px;/* -- Customization 2stLevel Menu -- */
	}

.sf-navbar a, .sf-navbar a:visited {
	border: none;
	text-transform:uppercase; /* -- Customization 1stLevel Menu -- */
	}

.sf-navbar li li a, .sf-navbar li li a:visited {
	text-transform:none; /* -- Customization 2ndLevel Menu -- */
	}


.sf-navbar li.current {
	background: #DADDDF;
	border-bottom:1px solid #fff; /* -- Customization 1stLevel Menu -- */
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 2ndLevel Items
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/*** Home **/
.sf-navbar li#menuItem_home ul li.nr_1, .sf-navbar li#menuItem_menuItem_home ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}

.sf-navbar li#menuItem_home ul li.nr_2, .sf-navbar li#menuItem_home ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:134px;
	}

.sf-navbar li#menuItem_home ul li.nr_3,.sf-navbar li#menuItem_home ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:151px !important;
	}

.sf-navbar li#menuItem_home ul li.nr_4, .sf-navbar li#menuItem_home ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:100px;
	}

.sf-navbar li#menuItem_home ul li.nr_5, .sf-navbar li#menuItem_home ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}


/*** Level 1 **/
.sf-navbar li#menuItem_1 ul li.nr_1, .sf-navbar li#menuItem_1 ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:126px;
	}

.sf-navbar li#menuItem_1 ul li.nr_2, .sf-navbar li#menuItem_1 ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:140px;
	}

.sf-navbar li#menuItem_1 ul li.nr_3,.sf-navbar li#menuItem_1 ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:153px !important;
	}

.sf-navbar li#menuItem_1 ul li.nr_4, .sf-navbar li#menuItem_1 ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:96px;
	}

.sf-navbar li#menuItem_1 ul li.nr_5, .sf-navbar li#menuItem_1 ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}


/*** Level 2 **/
.sf-navbar li#menuItem_2 ul li.nr_1, .sf-navbar li#menuItem_2 ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}

.sf-navbar li#menuItem_2 ul li.nr_2, .sf-navbar li#menuItem_2 ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:128px;
	}

.sf-navbar li#menuItem_2 ul li.nr_3,.sf-navbar li#menuItem_2 ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:151px !important;
	}

.sf-navbar li#menuItem_2 ul li.nr_4, .sf-navbar li#menuItem_2 ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:95px;
	}

.sf-navbar li#menuItem_2 ul li.nr_5, .sf-navbar li#menuItem_2 ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}

/*** Level 3 **/
.sf-navbar li#menuItem_3 ul li.nr_1, .sf-navbar li#menuItem_3 ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}

.sf-navbar li#menuItem_3 ul li.nr_2, .sf-navbar li#menuItem_3 ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:128px;
	}

.sf-navbar li#menuItem_3 ul li.nr_3,.sf-navbar li#menuItem_3 ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:151px !important;
	}

.sf-navbar li#menuItem_3 ul li.nr_4, .sf-navbar li#menuItem_3 ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:95px;
	}

.sf-navbar li#menuItem_3 ul li.nr_5, .sf-navbar li#menuItem_3 ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}


/*** Level 4 **/
.sf-navbar li#menuItem_4 ul li.nr_1, .sf-navbar li#menuItem_4 ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:117px;
	}

.sf-navbar li#menuItem_4 ul li.nr_2, .sf-navbar li#menuItem_4 ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:96px;
	}

.sf-navbar li#menuItem_4 ul li.nr_3,.sf-navbar li#menuItem_4 ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:170px !important;
	}

.sf-navbar li#menuItem_4 ul li.nr_4, .sf-navbar li#menuItem_4 ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:95px;
	}

.sf-navbar li#menuItem_4 ul li.nr_5, .sf-navbar li#menuItem_4 ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}


/*** Level 5 **/
.sf-navbar li#menuItem_5 ul li.nr_1, .sf-navbar li#menuItem_5 ul li.nr_1 a {
	margin:0;
	padding-right:0px;
	width:160px;
	}

.sf-navbar li#menuItem_5 ul li.nr_2, .sf-navbar li#menuItem_5 ul li.nr_2 a {
	margin:0;
	padding-right:0px;
	width:100px;
	}

.sf-navbar li#menuItem_5 ul li.nr_3,.sf-navbar li#menuItem_5 ul li.nr_3 a {
	margin:0;
	padding-right:0px !important;
	width:90px !important;
	}

.sf-navbar li#menuItem_5 ul li.nr_4, .sf-navbar li#menuItem_5 ul li.nr_4 a {
	margin:0;
	padding-right:0px;
	width:100px;
	}

.sf-navbar li#menuItem_5 ul li.nr_5, .sf-navbar li#menuItem_5 ul li.nr_5 a {
	margin:0;
	padding-right:0px;
	width:110px;
	}


.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background: transparent;
	background-position:0px -32px;
	border-bottom:3px solid #F8F8F9; /* -- Customization 1stLevel Menu ccc -- */
	}

.sf-navbar li li.current {
	border-bottom:0px solid #fff; /* -- Customization 2ndLevel Menu -- */
	background: transparent;
	}


.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background: transparent;
	color:#666666;
        text-decoration:none;
	border-bottom:none; /* -- Customization 2ndLevel Menu -- */
	}

ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background: transparent;
	border-bottom:0px solid red; 
	}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	}

ul.sf-navbar .current ul ul {
	top:  	-999em;
	}

.sf-navbar li li.current &lt; a {
	font-weight: bold;
	color:#666666;
	}


/* -- MICRONAVIGATION ------------------------*/

div#pageelement_Micronavigation {
	margin:0;
	margin-top:0px;
	margin-bottom:24px;
	margin-left:0px;
	padding:0;
	color:#fff;
	color: #3399cc;
	font-size:90%;
	border:solid 0px red;
	}

#ContentCareerDictionary div#pageelement_Micronavigation {
	margin-top:-145px;
	margin-bottom:145px;
	margin-left:-56px;
	}

#pageelement_Micronavigation a:link, #pageelement_Micronavigation a:visited {
	color: #666666;
	text-decoration:none;
	}

#ContentCareerDictionary #pageelement_Micronavigation a:link, #ContentCareerDictionary #pageelement_Micronavigation a:visited {
	color: #666666;
	text-decoration:none;
	}

#pageelement_Micronavigation a:active {
	color: #666666;
	text-decoration: none;
	}

#pageelement_Micronavigation a:hover {
	color: #3399cc !important;
	text-decoration: none;
	}

div#pageelement_Micronavigation span.stepBack {
	color:#666666;
	}

/* -- COPYRIGHT ETC. ------------------------*/

#pageelement_Copyright {
	margin:0;
	margin-left:35px;
	padding:0;
	overflow:visible;
	border:solid 0px red;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited {
	color:#fff;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active {
	color:#fff;
	text-decoration:underline;
	}

div#imprintBottom {
	float:left;
	margin:0;
	padding:0;
	}

div#imprintBottom p.copyRightHint {
	margin:0;
	padding:0;
	padding-right:6px;
	text-align:right;
	font-size:9px;
	color:#707072;
	}

sup.copyRight {
	color:#707072;
	font-size:70%;
	}

div#functionsBottom {
	float:left;
	margin-top:2px;
	margin-left:6px;
	width:120px;
	border:solid 0px red;
	}

ul.iBottom{
	margin:0px;
	margin-top:2px;
	margin-left:-2px;
	padding:0px;
	width:729px;
	border-bottom:1px solid #dbdbdb;
	}

ul.iBottom li, ul.fBottom li {
	margin:0px;
	padding:0px;
	display: inline;
	}

ul.iBottom li a:link span, ul.iBottom li a:visited span {
	padding:0px;
	padding-right:8px;
	padding-left:6px;
	color:#999999;
	font-size:11px;
	line-height:9px;

	}

ul.iBottom li a:hover span, ul.iBottom li a:active span {
	color:#666666;
	}

ul.fBottom li {
	display: inline;
	margin:0px;
	}

ul.fBottom {
	margin:0px;
	margin-left:5px;
	padding:0px;
	width:127px;
	}

ul.fBottom li a:link span, ul.fBottom li a:visited span {
	float:left;
	margin-right:4px;
        display:block;
        width:26px;
        height:38px;
	color:#999999;
	text-indent:-999em;
	border:solid 0px red;
	}

ul.fBottom li.printRef a:link span, ul.fBottom li.printRef a:visited span {
	background: transparent url('common/iconPrint.png') 0px 4px no-repeat;
	}

ul.fBottom li.printRef a:hover span, ul.fBottom li a:active span {
	background: transparent url('common/iconPrint_hi.png') 0px 4px no-repeat;
	}

ul.fBottom li.saveRef a:link span, ul.fBottom li.saveRef a:visited span {
	background: transparent url('common/iconSave.png') 0px 2px no-repeat;
	}

ul.fBottom li.saveRef a:hover span, ul.fBottom li.saveRef a:active span {
	background: transparent url('common/iconSave_hi.png') 0px 2px no-repeat;
	}

ul.fBottom li.recommendRef a:link span, ul.fBottom li.recommendRef a:visited span {
	background: transparent url('common/iconRecommend.png') 0px 0px no-repeat;
	}

ul.fBottom li.recommendRef a:hover span, ul.fBottom li.recommendRef a:active span {
	background: transparent url('common/iconRecommend_hi.png') 0px 0px no-repeat;
	}

ul.fBottom li.SocBookmarkRef a:link span, ul.fBottom li.SocBookmarkRef a:visited span {
	background: transparent url('common/iconSocBookmark.png') 0px 2px no-repeat;
	}

ul.fBottom li.SocBookmarkRef a:hover span, ul.fBottom li.SocBookmarkRef a:active span {
	background: transparent url('common/iconSocBookmark_hi.png') 0px 2px no-repeat;
	}

/* -- SERVICEAVIGATION ------------------------ */

#serviceNavigation {
	float:left;
	margin:0;
	margin-top:2px;
	margin-left:23px;
	padding:0;
	width:470px;
	height:144px;
	text-align:left;
	/* background: transparent url('common/serviceNav_bg.jpg') 12px 20px no-repeat;*/
	border:0px solid red;
	}

/* IE &lt;7 */ 
* html #serviceNavigation {
	width:470px;
	} 

#serviceNavigation ul.serviceNav, #serviceNavigation ul.fontResize {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	font-size:8px;
	font-weight:bold;
	border:solid 0px red;
	}
	
#serviceNavigation ul.fontResize {
	margin-top:2px;
	margin-left:14px;
	}

#serviceNavigation ul.serviceNav li, #serviceNavigation ul.fontResize li {
	display: inline;
	}

#serviceNavigation ul.serviceNav li a {
	float:left;
	display:block;
	margin:0;
	padding:0;
	padding-top:3px;
	padding-right:2px;
	width:80px;
	height:15px;
	text-align:right;
	font-size:11px;
	letter-spacing:0px;
	font-weight:normal;
	background: transparent url('common/sNavItem_bg.jpg') top left no-repeat;
	border:solid 0px red;
	}

#serviceNavigation a:link, #serviceNavigation a:visited {
	color: #666666;
	text-decoration:none;
	}

#serviceNavigation a:hover, #serviceNavigation a:active  {
	color: #3399cc;
	text-decoration:none;
	}

#serviceNavigation ul.serviceNav li a span {
	padding-right:5px;
	}

#serviceNavigation ul.fontResize li a {
	font-size:11px;
	}

/* -- SEARCH ------------------------*/

div#search{
	float:left;
	margin:0;
	margin-top:5px !important;
	margin-top:3px;
	margin-left:39px;
	padding:0;
	width:161px;
	height:26px;
	background: transparent url('common/ccc_search_bg.jpg') top left no-repeat; 
	border:solid 0px red;
	}

/* IE 7.0  */
*:first-child+html div#search {
	margin-top:3px !important; 
	}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div#search {margin-top:3px !important; }
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
 head~body div#search { margin-top:2px !important; }
}

form.searchForm {
	margin:0;
	padding:0;
	}

form.searchForm input#raw {
	margin: 0;
	margin-right:4px;
	padding:0;
	padding-left:21px;
	width:115px;
	height:26px;
	background: transparent;
	border:none;
	font-size:10px;
	color:#7D7E7F;
	}

/* IE 7 */
*:first-child+html form.searchForm input#raw {
	margin-top:6px !important;
	}

form.searchForm input#btnSearch{
	padding:0;
	margin: 0;
	border:0px;
	}

/* -- Login ------------------------*/

div#cccLogIn {
	float:left;
	margin:0px;
	margin-top:10px !important;
	margin-top:8px;
	margin-left:9px;
	width:10px;
	height:21px;
	border:solid 0px red;
	}

/* IE 7.0  */
*:first-child+html div#cccLogIn {
	margin-top:8px !important; 
	}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div#cccLogIn {margin-top:8px !important; }
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
 head~body div#cccLogIn { margin-top:7px !important; }
}

div#cccLogIn a:link span, div#cccLogIn a:visited span {
	display:block;
	padding:0px;
	width:10px;
	height:21px;
	text-indent:-999em;
	background: transparent url('common/ccc_iconLogin.jpg') 0px 0px no-repeat;
	}

div#cccLogIn a:hover span, div#cccLogIn a:active span {
	display:block;
	padding:0px;
	width:10px;
	height:21px;
	text-indent:-999em;
	background: transparent url('common/ccc_iconLogin_hi.jpg') 0px 0px no-repeat;
	}

/* -- TeaserContact ------------------------*/

div.teaserContact {
	margin:0;
	margin-top:36px !important;
	margin-top:34px;
	margin-right:35px;
	padding:0;
	text-align:right;
	border:solid 0px red;
	}

/* IE 7.0  */
*:first-child+html .teaserContact {
	margin-top:34px !important;
	}

/* IE 8.0  */
div.teaserContact  {
	margin-top /*\**/:34px\9 !important;
	}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div.teaserContact {margin-top: 34px !important;}
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
 head~body .teaserContact { margin-top:33px !important; }
}



/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
	}

td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
	}

a.sitemapTitle0:link, a.sitemapTitle0:visited, a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	}

a.sitemapTitle1:link, a.sitemapTitle1:visited, a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

a.sitemapElement0:link, a.sitemapElement0:visited, a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}

a.sitemapElement1:link, a.sitemapElement1:visited, a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}


/* -- TOCINDEX ------------------------*/

div.tocIndexWrapper {
	margin:0;
	margin-bottom:1.6em;
	padding:0;
	width:701px;
	}

div.tocIndexWrapper div.tocIndexColumn {
	float:left;
	margin:0;
	padding:0;
	width:175px;
	}

div.tocIndexWrapper div.tocIndexColumn p.tocIndexColumnTitle {
	margin:0;
	padding:5px 10px 5px 20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	line-height:1.2em;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_1 {
	background-color:#8dad1a;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_1_inactive {
	background-color:#666666;
	color:#fff;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_1_inactive:hover {
	background-color:#8dad1a;
	color:#fff;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_2 {
	background-color:#acac94;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_2_inactive {
	background-color:#999999;
	color:#fff;
	}


div.tocIndexWrapper div.tocIndexColumn p.col_2_inactive:hover {
	background-color:#acac94;
	color:#fff;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_3 {
	color:#999999;
	background-color:#e9eff8;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_3_inactive {
	background-color:#f0f0f0;
	color:#CCCBCB;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_3_inactive:hover {
	background-color:#e9eff8;
	color:#999999;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_4 {
	background-color:#ccce8a;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_4_inactive {
	background-color:#acacac;
	color:#fff;
	}

div.tocIndexWrapper div.tocIndexColumn p.col_4_inactive:hover {
	background-color:#ccce8a;
	color:#fff;
	}

div.tocIndexWrapper ul.tocIndexColumnList {
	margin:0;
	margin-top:10px;
	padding:0;
	padding-left:19px;
	}

#Content div.tocIndexWrapper ul.tocIndexColumnList li.tocItem {
	margin:0px 0px 0 0px;
	padding:0 0 3px 10px;
	line-height:1.5em;
	background:url('common/iconUl_toc.jpg') no-repeat 0em 0.6em;
	}

div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a:link, div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a:visited {
	color:#999999;
	text-decoration:none;
	}

div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a:hover, div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a:active {
	color:#666666;
	text-decoration:none;
	}

div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a.active:link, div.tocIndexWrapper ul.tocIndexColumnList li.tocItem a.active:visited {
	color: #666666;
	outline:none;
	text-decoration: none;
	}

div.clearTocIndexColumn {
	clear:both;
	}



/* -- CAREERDICTIONARYINDEX ------------------------*/
div#cDictIndexWrapper {
	margin:0;
	margin-left:40px;
	padding:0;
	padding-bottom:20px;
	width:729px; 
	/* width:907px;*/
	overflow:visible;
	border:solid 0px red;
	}

div#cDictIndexWrapper h2.cDictTitle{
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:100%;
	height:34px;
	background: transparent url('common/ccc_cDictTitle.jpg') 14px 0px no-repeat;
	text-indent:-999em;
	border:solid 0px red;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper {
	margin:0;
	padding:0;
	border:solid 0px red;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox {
	float:left;
	margin:0;
	padding:0;
	/* width:145px; */
	width:180px;
	border:solid 0px blue;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox p.cDictBoxTitle {
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-weight:bold;
	color:#666666;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList {
	margin:0;
	padding:0;
	font-size:90%;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	line-height:1.0em;
	/* background:url(common/iconUl.jpg) no-repeat 0em 0.4em; */
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li a:link, div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li a:visited {
	color:#666666;
	text-decoration: none;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li a:hover, div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li a:active {
	color:#8ba80a;
	text-decoration: none;
	}

div#cDictIndexWrapper div#cDictBoxesWrapper div.cDictBox ul.cDictBoxList li a span{
	font-weight:bold;
	width:12px;
	display:block;
	float:left;
	}

div.clearcDictBoxes {
	clear:both;
	margin:0;
	padding:0;
	height: 1px;
	}

/* -- CAREERDICTIONARYLETTERTOC ------------------------*/
#ContentCareerDictionary .cDictLetterToc {
	display:block;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	text-align:center;
	background: rgb(255, 255, 255);
	color: rgb(138, 170, 27);
	font-size:80%;
	border-bottom: rgb(138, 170, 27) 1px solid;
	border-left: rgb(138, 170, 27) 1px solid;
	border-right: rgb(138, 170, 27) 1px solid;
	border-top: rgb(138, 170, 27) 1px solid;
	}

#ContentCareerDictionary .cDictLetterToc a:link, .cDictLetterToc a:visited {
	display:block;
	float:left;
	height:21px;
	width:22px;
	padding-top:2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(138, 170, 27);
	font-size:100%;
	text-decoration:none;
	}

#ContentCareerDictionary .cDictLetterToc a:hover,#ContentCareerDictionary .cDictLetterToc a:active {
	padding-top:2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(255, 255, 255);
	background:rgb(138, 170, 27);
	font-size:100%;
	text-decoration:none;
	}

#ContentCareerDictionary .cDictLetterToc_hilite {
	display:block;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	text-align:center;
	background: rgb(138, 170, 27);
	color: rgb(138, 170, 27);
	font-size:80%;
	border-bottom: rgb(138, 170, 27) 1px solid;
	border-left: rgb(138, 170, 27) 1px solid;
	border-right: rgb(138, 170, 27) 1px solid;
	border-top: rgb(138, 170, 27) 1px solid;
	}


#ContentCareerDictionary .cDictLetterToc_hilite a:link, #ContentCareerDictionary .cDictLetterToc_hilite a:visited {
	display:block;
	float:left;
	height:21px;
	width:22px;
	padding-top:2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(255, 255, 255);
	font-size:100%;
	text-decoration:none;
	}

#ContentCareerDictionary .cDictLetterToc_hilite a:hover, #ContentCareerDictionary .cDictLetterToc_hilite a:active {
	padding-top:2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(255, 255, 255);
	background:rgb(138, 170, 27);
	font-size:100%;
	text-decoration:none;
	}


/* -- CAREERDICTIONARYITEMTOC ------------------------*/
#ContentCareerDictionary ul.cDictItemToc {
	clear:both;
	margin:0px;
	margin-top:38px;
	margin-bottom:38px;
	padding:0;
	border:solid 0px red;
	}

#ContentCareerDictionary ul.cDictItemToc li {
	margin:0px 0px 0 0px;
	padding:0 0 3px 10px;
	display: inline;
	line-height:1.5em;
	background:url('common/iconUl_black.jpg') no-repeat 0em 0.5em;
	}

#ContentCareerDictionary ul.cDictItemToc li a:link span, ul.cDictItemToc li a:visited span {
	color:#8BA80A;
	text-decoration:none;
	}

#ContentCareerDictionary ul.cDictItemToc li.current a:link span, ul.cDictItemToc li.current a:visited span{
	color:#666666;
	}


#ContentCareerDictionary ul.cDictItemToc li a:hover span, ul.cDictItemToc li a:active span{
	color:#A6C80D;
	text-decoration:none;
	}

#ContentCareerDictionary ul.cDictItemToc li a span {
	color:#8BA80A;
	}

#ContentCareerDictionary ul.cDictItemToc li.current a span {
	color:#666666;
	}



/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3399cc;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	}

h1.title {
	margin:0px;
	margin-bottom:15px;
	font-size: 155%;
	line-height: 21px;
	width:360px;
	}

h1.title_cccWelcome {
	font-size:18px;
	color:#999999;
	margin:2px 0px 15px 0px;
	line-height: 1.6em;
	}

h1.title_cccAdministration, h1.title_cccMedia {
	margin:0;
	padding:0;
	color:#3399cc;
	font-weight:bold;
	border-bottom:solid 1px #DBDBDB;
	}

h1,.heading1 {
	margin:0px;
	font-size: 110%;
	line-height: 16px;
	}

h1.titleImg {
	/* margin-left:-20px; */
	text-indent:-999em;
	}


h2,.heading2 {
	margin:0px;
	margin-bottom:10px;
	font-size: 104%;
	line-height: 16px;
	}

h2.h2_black {
	color:#000;
	}


div#ContentCareerDictionary h2,div#ContentCareerDictionary heading2 {
	color:#8ba80a;
	}

h2.cDictHint {
	/* font-family: 'Times New Roman',Times,serif; */
	font-size: 120%;
	color:#000;
	}

h2.cDictHint {
	font-family: 'Times New Roman',Times,serif;
	font-family: Calibri, sans-serif;
	font-size: 120%;
	color:#000;
	}

h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	margin: 0px;
	margin-bottom:5px;
	font-size: 100%;
	line-height: 11px;
	}

div#ContentCareerDictionary h3,div#ContentCareerDictionary heading3 {
	color:#8ba80a;
	}

h3.h3_black {
	color:#000;
	}

h4,.heading4 {
	font-size: 100%;
	line-height: 16px 
	}
	
div#ContentCareerDictionary h4,div#ContentCareerDictionary heading4 {
	color:#8ba80a;
	}

h5,.heading5 {
	font-size: 105%;
	line-height: 15px 
	}

div#ContentCareerDictionary h5,div#ContentCareerDictionary heading5 {
	color:#8ba80a;
	}

p {
	margin:2px 0px 15px 0px;
	padding-right:120px;
	line-height: 1.6em;
	}


p.title {
	margin:0px;
	margin-bottom:15px;
	font-size: 155%;
	line-height: 21px;
	width:360px;
	}



ol {
	margin:2px 0px 12px 20px;
	padding:0;
	padding-right:120px;
	line-height: 1.6em;
	border:solid 0px red;
	}

ul {
	margin:2px 0px 12px 0px;
	padding:0;
	padding-right:120px;
	line-height: 1.6em;
	list-style-type: none;
	border:solid 0px red;
	}

#Content ul li {
	margin:0px 0px 0 0px;
	padding:0 0 3px 15px;
	line-height:1.6em;
	background:url(common/iconUl.jpg) no-repeat 0em 0.5em;
	}

body.print ul li {
	margin:0px 0px 0 0px;
	padding:0 0 3px 15px;
	line-height:1.6em;
	background:url(common/iconUl.jpg) no-repeat 0em 0.5em;
	}

p.caption {
	margin-top:0px;
	padding-top:0px;
	padding-right:120px;
	font-style: italic;
	color:#000;
	}

p.emphasis {
	margin-right:120px;
	padding:4px;
	border:solid 1px #ECEDEE;
	line-height: 1.5em;
	font-weight:bold;
	color:#8ba80a;
	}

p.description {
	line-height: 1.5em;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

p.cccWelcome {
	font-size:18px;
	color:#999999;
	}

p.cDictArrowUp {
	 margin:0;
	 margin-top:-15px;
	 padding:0;
	 text-align:right;
	 border:solid 0px red;
	}

strong, b {

	}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	outline:none;
	}

a:hover, a:active {
	color: #3399cc;
	outline:none;
	text-decoration: none;
	}

/* get rid of those system borders being generated for a tags */
a:active {
	outline:none;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}

blockquote {
	padding-right:120px;
	}
	
/********************************************/
/* 4.a CSS-Modul: TEXT KarriereLexikon      */
/********************************************/

#ContentCareerDictionary h1.title {
	margin:0px;
	margin-bottom:-15px;
	margin-top:20px;
	line-height: 18px;
	font-size: 110%;
	color:#8ba80a;
	font-weight:bold;
	border:solid 0px red;
	}

#ContentCareerDictionary h1.titleImg {
	margin-left:-20px;
	}

#ContentCareerDictionary ul li {
	margin:0px 0px 0 0px;
	padding:0 0 3px 10px;
	line-height:1.5em;
	background:url('common/iconUl_green.jpg') no-repeat 0em 0.5em;
	}


#ContentCareerDictionary a:link, #ContentCareerDictionary a:visited {
	color: #8BA80A;
	}

#ContentCareerDictionary a:hover, #ContentCareerDictionary a:active {
	color: #A6C80D;
	}

/**************************************/
/* 4.b CSS-Modul: Print               */
/**************************************/
body.print 
	{ 
	background-color:#fff; 
	}

body.print .form, body.print p, body.print ol, body.print ul, body.print li, body.print em, body.print sup, body.print sub, body.print table, body.print tr, body.print th, body.print td {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
	line-height: 1.2em;
	}

body.print p
	{ 
	padding-right:0px;
	}




/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:98%;
	}
	
table.ZMSTable td { 
	background-color:#ECEDEE; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#A0BDB6;
	color:#043F7B;
	}

table.ZMSTable tr th p{
	color:#000;
	padding:0;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:2px;
	}

div.ZMSGraphic.left {
	text-align:left;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:12px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}


/*--------- ZMSFile --------------*/
div.ZMSFile {
	margin-left:65px;
	padding:0px;
	width:520px;
	background:transparent;
	border:solid 0px red;
	}

img.MimeTypeIcon {
	float:left;
	}

div.ZMSFileSpecs {
	 float:left;
	 margin-left:6px;
	 width:484px;
	 background: #EFF1F0 url('common/ZMSFile_bg.jpg') top right no-repeat !important;
	 border:solid 0px blue;
	 }

div.ZMSFile div.title, div.ZMSFile div.text,  div.ZMSFile div.description{
	padding:0px;
	padding-left:10px;
	font-size:95%;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-size:100%;
	}




/*--------- ZMSTeaser --------------*/

div#teaser
	{
	margin:0;
	width:184px;
	font-size: 12px !important; font-size: 12px;
	}

div.ZMSTeaserContainer {
	padding:0px;
	margin-bottom:5px;
	}

div.ZMSTeaserElement {
	margin-bottom:1px;
	padding:0px;
	width:182px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
	color : #666666;
	}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	color: #666666;
	text-transform:uppercase;
	}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active{
	color: #fff;
	text-decoration:none;
	}

div.ZMSTeaserElement div.text
	{
	padding: 6px 6px 6px 6px;
	line-height:1.3em;
	color: #808285;
	}

/*--------- ZMSLink --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

	} 

body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	} 

body.zmi form input.form-element{
	width:20px;
	font-size: 12px !important; font-size: xx-small;
	}





/**************************************/
/* ZMI-Correction                     */
/**************************************/
a.zmi:link,
a.zmi:visited,
#ZMIManageTabs a,
#ZMIManageTabsSub a {
text-decoration: none !important;
}

body.zmi div.miscellaneousWrapper p.mscFstCol_itemTitle,
body.zmi div.miscellaneousWrapper p.mscSndCol_itemTitle,
body.zmi div.miscellaneousWrapper p.mscTrdCol_itemTitle,
body.zmi div.bicPictureWrapper p.bpItemTitle {
  padding:0.5em 0em;
  font-size:18px;
}

body.zmi div.columnsWrapper {
	width:525px;
	}

body.zmi div.contentLeftCol {
	width:225px;
	}

body.zmi div.contentRightCol {

	width:225px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- css master
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #AD3A3B;}
.secondColorMedium {background-color: #C87867;}
.secondColorLight {background-color: #DDA998;}

.primColorStrong {background-color: #166560;}
.primColorMedium {background-color: #417B6C;}
.primColorLight {background-color: #A0BDB6;}


h1.title {
	font-size: 155%;
	line-height: 24px;
	margin-top:0px;
	}

h1,.heading1 {
	font-size: 155%;
	line-height: 24px;
	margin-top:0px;
	}




