/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Borgmij                           *
 * Type: screen                               *
 **********************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: url(../img/layout/bg_body.gif) repeat-x top left;
}

.clearer {
	clear:both;
	display:block;
	float:none;
}

div#containerSite {
	margin: 0 auto 0 auto;
	width: 963px;
}

div#containerHeader {
	height: 221px;
	background: url(../img/layout/bg_header.jpg) no-repeat top left;;
}

div#wrapContent {
	background:  url(../img/layout/bg_wrapContent.gif) repeat-y top left;
	margin-top: 14px;
	padding: 0 4px 0 6px;
}

div#containerContent {
	color: #4e4e4e;
}


div#containerFooter {
	background: #135598;
}

div#containerFooter #footerText {
	color: #86a9cc;
}
div#containerFooter #footerText a {
	color: #86a9cc;
}
div#containerFooter #footerText a:hover {
	color: #86a9cc;
}

/*  Header START  */
#containerQuickNav {
	background: url(../img/layout/bg_quickNav_b.jpg) no-repeat top left;
}
#containerQuickNav dt {
	background: #5e8cb9;
	color: #fff;
}

#containerQuickNav dd {
	color: #135598;
	background: #adc4db;
}
#containerQuickNav dd a {
	color: #135598;
}
/*  Header END   */


/*  main nav start  */
#mainNav a.main,
#mainNav a.mainActive {
	color: #606060;
	border-bottom: 1px solid #b0b0b0;
	background: url(../img/layout/bullet_mainNav_0_b.gif) no-repeat 6px 7px;
}
#mainNav a.main:hover {
	background-color: #eaeaea;
}
#mainNav a.mainActive {
	color: #fff;
}
#mainNav a.mainActive span {
	background: #135598 url(../img/layout/bullet_mainNav_1_b.gif) no-repeat 6px 7px;
}
.subNav a.sub,
.subNav a.subActive {
	color: #4e4e4e;
}
.subNav a.sub:hover,
.subNav a.subActive {
	background: #d3d3d3;
}
/*  main nav end    */


#sidebarRight h1,
#sidebarLeft h1 {
	color: #606060;
	border-bottom: 1px solid #a2a0bc;
}

#sidebarRight .imgBox,
#sidebarLeft .imgBox {
	background: #fff;
}
#sidebarRight .imgBox img,
#sidebarLeft .imgBox img {
	border: 1px solid #d3d3d3;
}
#sidebarRight a.btnLink,
#sidebarLeft a.btnLink {
	color: #4e4e4e;
	background: #c4c4c4;
}

#containerContent h1 {
	color: #135598;
	border-bottom: 1px solid #f0f0f0;
}
#containerContent h3 {
	color: #135598;
}

#footerCopyright a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 67px;
    background: #135598 url(../img/layout/copyright_conecto_b.jpg) no-repeat top left;
    padding-top: 7px;
}

