@charset "utf-8";
.grafikHome {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4184c8;
}
.grafikCV {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #cc6604;
}
.grafikPublications {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #7f5064;
}
.grafikFilms {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #f0c001;
}

.grafikExhibitions {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #54a793;
}
.grafikCourses {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #77ab2c;
}
.grafikLectures {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #b396aa;
}
.grafikFieldwork {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c62b00;
}
.grafikAwards {
	font-size: 8px;
	background-color: #333333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #882d00;
}
.titleHome {
	color: #4184c8;
}
.titleCV {
	color: #cc6604;
}
.titlePublications {
	color: #7f5064;
}
.titleFilms {
	color: #f0c001;
}
.titleExhibitions {
	color: #54a793;
}
.titleCourses {
	color: #77ab2c;
}
.titleLectures {
	color: #b396aa;
}
.titleFieldwork {
	color: #c62b00;
}
.titleAwards {
	color: #882d00;
}

