

@import "/css/framework.css";
@import "/css/top.css";
/*@import "/css/bottom.css";*/
@import "/css/menu.css";
@import "/css/left.css";
@import "/css/main.css";
@import "/css/right.css";
@import "/css/frontpage.css";
@import "/css/article.css";
@import "/css/arrangement.css";
@import "/css/folder.css";
@import "/css/project.css";
@import "/css/organisation.css";
@import "/css/person.css";
@import "/css/position.css";
@import "/css/search.css";
@import "/css/print.css";

body
{
  margin: 0px;
  padding: 0px;
  background-color: #e8e8e8;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
}

a img
{
  border: 0px;
}

a, a:visited
{
  color: #5b7795;
  text-decoration: none;
}

a:active, a:hover
{
  color: black;
}


<!--tal:block content="structure here/css/print.css" />
  <tal:block content="structure here/css/stylesheet_ie.css" condition="python:ua.find('MSIE 7.') != -1" />
<tal:block content="structure here/css/stylesheet_ff.css" condition="python:here.getUserAgent() == 'Gecko'" />
<tal:block content="structure here/css/stylesheet_opera.css" condition="python:here.getUserAgent() == 'Opera'" /-->
