body {
  width: 90%;
  min-width: 600px;
  margin: auto;
  color: #323232;
  padding-bottom: 10px;
  background-color: #232332;
}

aside {
  position: fixed;
  top: 0;
  width: 210px;
  background: #dddddd;
  overflow-y: auto;
}

.left_header {
  height: 120px;
  background-color: #232332;
}

.left_header img {
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  width: 210px;
  display: block;
}

.left_sidebar {
  width: 100%;
  background: #dddddd;
  padding-bottom: 3px;
}

.left_sidebar .sidebar_title {
  text-align: center;
  font-weight: bold;
  font-size: large;

  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #444455;
  padding: 3px;
  margin-bottom: 5px;
  text-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 9px #333;
}

.left_sidebar .sidebar_subtitle {
  font-weight: bold;
  margin: 5px;
}

.left_sidebar .sidebar_content {
  text-align: center;
  margin: 5px;
}

/* Header */

/*
header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 230px;
  text-align: center;
  margin-left: 210px;
  padding: 23px;
}
*/

.page_title {
  width: 90%;
  color: #ffffff;
  text-align: center;
  background: #333344;
  font-size: 4.2em;
  margin: auto;
  height: 120px;
}

/* cv_body */

.cv_body {
  padding-left: 210px;
  padding-bottom: 23px;
}

/* Section */

section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  -webkit-transition: background-color 2.0s ease;
  -moz-transition: background-color 2.0s ease;
  transition: background-color 2.0s ease;
  margin-bottom: 23px;
  /*
  border-radius: 10px;
*/
}

/*
section:hover {
  background: #dddddd;
  -webkit-transition: background-color 1.0s ease;
  -moz-transition: background-color 1.0s ease;
  transition: background-color 1.0s ease;
}
*/

.section_title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  /*
  border-radius: 5px;
*/
  background: #444455;
  padding: 3px;
  margin-bottom: 5px;
  text-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 9px #333;
}

article {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 2.0s ease;
  -moz-transition: background-color 2.0s ease;
  transition: background-color 2.0s ease;
}

article:hover {
  background: #dddddd;
  -webkit-transition: background-color 1.0s ease;
  -moz-transition: background-color 1.0s ease;
  transition: background-color 1.0s ease;
}

.article_block {
  clear: right;
}

.article_date {
  float: left;
  width: 150px;
  font-style: italic;
}

.article_image {
  float: right;
  width: 150px;
  margin-top: 10px;
  text-align: center;
}

.article_image img {
  display: inline-block;
  width: 150px;
}

.article_flag {
  float: right;
  width: 150px;
  margin-top: 10px;
  text-align: center;
}

.article_flag img {
  display: inline-block;
  width: 80px;
}

.article_title {
  margin-left: 150px;
  margin-right: 150px;
  color: #000000;
  font-size: 1.1em;
}

.article_content {
  margin-left: 150px;
  margin-right: 150px;
}

.article_separator {
  width: 100%;
  height: 1px;
  background: #cccccc;
}

/* General stuff */
.smallcaps {
  font-variant: small-caps;
}
