body {
	width: 100%;
	background-color: #222131;
	margin: 8px 0px 0px 0px;
	padding: 0;
	font-family: "Tahoma";
}

#header {
	background-image: url("header.png");
	width: 100%;
	height: 100%;
}

#select-cv {
	background-image: url("select-cv.png");
	width: 208px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
}

#select-rea {
	background-image: url("select-rea.png");
	width: 189px;
	height: 47px;
	position: absolute;
	top: 0;
	right: 0;	
}

.selected {
	
}

.unselected {
	display: none;
}

#hearderPart {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 56px;
	min-height: 56px;
	max-height: 56px;
	position: relative;
}

#contentPart {
	height: 100%;
	width: 100%;
	position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#page {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#header-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 132px;
	min-height: 132px;
	max-height:132px;
	background-image: url("header-bottom.png");
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#cvBtn {
	position: absolute;
	top: 0px;
	right: 50px;
}

#cvBtnSize{
	width: 160px;
	height: 20px;
}

#reaBtn {
	position: absolute;
	top: 24px;
	right: 70px;
}

#reaBtnSize {
	width: 125px;
	height: 20px;
}

#background {
	width: 100%;
	height: 100%;
	background-color: #f3f4f8;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}

#visibleContent {
	padding: 0 10px;
}

.noMargin {
	margin: 0;
}

.noVMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.centerBlock {
	margin: auto;
}

.textCenter {
	text-align: center;
}

.sectionTitle {
	font-size: 1.5em;
	color: #040137;
	text-shadow: 2px 2px 4px #222131;
	filter: dropshadow(color=#222131, offx=2, offy=2); 
}

#cvTitle {
	font-size: 2em;
	color: #f3f4f8;
	text-shadow: 2px 2px 4px #222131;
	filter: dropshadow(color=#222131, offx=2, offy=2); 
}

#personalInfos {
}

#address {
 width: 150px;
 font-size: 0.8em;
}

#name {
 width: 150px;
 font-size: 1.2em;
 font-weight: bold;
}

 .knowledges {
	width: 200px;
	height: 10px;
 }
 
 table {
	border-spacing: 10px;
 }
 
 #timeline {
 width: 900px;
	margin: auto;
 }