body {
  color: black;
/*  background-color: #c6c1b4; */
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

#page {
  background-color: white;
  margin: 0 auto;
  width: 800px;
  text-align: left;
  height: 100%;
}

#header_foto{ height: 110px; }
#header_foto_add{ height: 13px; padding-bottom: 20px; }
#header_curl{ float: left; width: 187px; height: 100%; }
#header_text{ text-align: right; }
#header_language{ float: left; }

#navigation {
  margin-left: 0px;
  float: left;
  width: 120px;
}

#content {
  float: right;
  width: 680px;
}

.column {
  float: left;
  width: 47%;
  padding-left: 10px;
}

/* summaries */
.summary { margin-top: 10px; }
.summary_thumbnail{
  float: right;
  color: white;
  background-color: #d6d6c6;
  border: 1px solid #bbb;
  height: 80px;
  width: 80px;
  margin-left: 5px;
}
.summary_title{ font-weight: bold; }
.summary_content{ text-align: justify; }

/* links */
a:link    {        color: blue;  background-color: white; text-decoration: underline; }
a:visited {        color: blue;  background-color: white; text-decoration: underline; }
a.inpage:link    { color: black; background-color: white; text-decoration: none }
a.inpage:visited { color: black; background-color: white; text-decoration: none }
a.inpage:hover   { color: red;   background-color: white; text-decoration: underline }

#footer { text-align: right; }

.spacer { clear: both; }

