.knavi_holder,
.talentumNavigationHolder,
#topBar,
.searchBox,
#mainNavigation,
#toolBar,
#subNavigation,
#sidebar,
.footerItem,
.spacer,
.articleItem .tabs{
	display: none;
}
.copyright,
.address {
	display: block;
}

img {
	border: 0;	
}

/*#header #logo h1 {
	display: none;
}
*/

#header #logo {
	background: url(../img/layout/talentum_logo.png) no-repeat;
	width: 155px;
	height: 24px;
	margin-bottom: 20px
}


.contentHeader {
	margin-bottom: 10px;	
}

.contentHeader h1{
	font-size: 20px;
	font-family: Arial, sans-serif;
}
.contentHeader img{
	display: none;
}
.articleItem,
#footer {
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: 520px;
	margin: auto;
}

.articleItem .lead {
	font-weight: bold;
}

.articleItem .right {
	float: right;
	margin: 1em 0 1em 1em;
}
.articleItem .left {
	float: left;	
	margin: 1em 1em 1em 0;
}
.articleItem label {
	display: block;	
}

#footer {
	border-top: 2px solid #000;
}

table {
	border: 1px solid black;
	border-spacing: 0;
	border-collapse: collapse;
}
table td,
table tr{
	padding: 0em 1em;
}
