/* main design color: orange #f18731 */
body
{
  text-align: center;
  font-family: tahoma, arial, sans;
  font-size: 10pt;
}
a:link, a:active, a:visited
{
  color: black;
  text-decoration: none;
}
a:hover
{
  color: #f18731;
  text-decoration: none;
}
.layout
{
  width: 700px;
  border: 2px solid black;
  
  position: relative;
  margin-left: auto;
  margin-right: auto;  
}
.bar-top
{
  background-color: black;
  height: 180px;
  border-bottom: 2px solid black;
}
.bar-middle
{
  border-bottom: 2px solid black;
  background-image: url("../design/bar-middle.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  
  vertical-align: middle;
  background-color: #f18731;
  height: 20px;
  color: white;
  font-family: tahoma, arial, sans;
  font-size: 10pt;
  text-align: right;
}
.bar-middle-info
{
  color: white;
  position: relative;
  right: 8px;
}
.bar-middle-info a:link, .bar-middle-info a:visited, .bar-middle-info a:active, .bar-middle-info a:hover
{
  color: white;
  text-decoration: none;
}
.paper
{
  background-image: url("../design/paper-top.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  
  text-align: justify;
  padding: 5px;
  
  position: relative;    
}
.bar-bottom
{
  font-size: 8pt;
}    
.menu
{
  width: 130px;
  position: absolute;
  top: 20px;
  left: 10px;
}
.menu .head
{
  font-size: 12pt;
  font-weight: bolder;
  color: #f18731;
}
.menu .link a:link, .menu .link a:active, .menu .link a:visited
{
  font-size: 10pt;
  position: relative;
  left: 15px;
  color: black;
  text-decoration: none;
  font-weight: bolder;
}
.menu .link a:hover
{
  position: relative;
  left: 15px;
  color: #f18731;
  text-decoration: none;
}
.pagetext
{
  width: 530px;
  position: relative;
  top: 0px;
  left: 150px;
  
  min-height: 350px;  
}
.pagetext a:link, .pagetext a:visited, .pagetext a:active, .pagetext a:hover 
{
  font-weight: bolder;
}
.pagetext h1 
{
  font-size: 17pt;
}
.pagetext h2 
{
  font-size: 13pt;
}
.pagetext .abstract 
{
  font-style: italic;
  margin-bottom: 10px;
}
.pagetext p 
{
  text-indent: 30px;
  margin: 0px;
}
.author
{
  text-align: right;
}
.news
{
  text-align: left;
}
    
.picture a img
{
  border: 1px solid gray;
  margin: 7px;
  padding: 3px;
  float: left;
}
.picture
{
  margin-bottom: 5px;
  clear: both;
}
.picture p
{
  text-indent: 0px;
}

