@CHARSET "UTF-8";

body, html
{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: url("../../images/bg_gruen.png") 0px 0px repeat;
  font-size: 10pt;
  font-family: arial, verdana, sans-serif;
  font-color: #595959;
}

td
{
  font-size: 10pt;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
font-color: #595959;
}

th
{
  font-size: 10pt;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
font-color: #595959;
}


/* pseudo-elemets */

div.around
{
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 580px;
  background: url("../../images/bg_verlauf.png") 0px 0px repeat-x;
}

div.wrapper
{
  position: absolute;
  float: left;
  width: 970px;
  min-height: 100%;
  left: 50%;
  margin: 0px 0px 0px -485px;
  background: url("../../images/bg_content.png") 0px 0px repeat-y;
}

div.body
{
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  min-height: 580px;
  background: url("../../images/bg_content_verlauf.png") 0px 0px no-repeat;
}

div.test
{
  position: absolute;
  float: left;
  min-height: 100%;
  height: 100%;
}

div.header
{
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  margin: 10px 0px 10px 0px;
}

div.logo
{
  position: relative;
  float: left;
  width: 180px;
  height: 60px;
  margin: 0px 0px 0px 32px;
  margin: 0px 0px 0px 37px;
}

div.slogan
{
  position: relative;
  float: left;
  width: 536px;
  height: 60px;
}

div.search
{
  position: relative;
  float: left;
  width: 170px;
  height: 60px;
  text-align: right;
  margin: 0px 37px 0px 10px;
}

div.left
{
  position: relative;
  float: left;
  width: 170px;
  margin: 0px 10px 0px 37px;
}

div.middle
{
  position: relative;
  float: left;
  width: 536px;
  margin: 0px 0px 0px 0px;
}

div.right
{
  position: relative;
  float: left;
  width: 170px;
  margin: 0px 37px 0px 10px;
}

div.big
{
  position: relative;
  float: left;
  width: 716px;
  margin: 0px 37px 0px 0px;
}

div.dummy
{
  position: relative;
  clear: both;
  height: 60px;
}

div.module
{
  position: relative;
  float: left;
  border: 1px solid #858484;
  background-color: #f8f9f5;
  color: #5a5959;
  padding: 1px 1px 1px 1px;
  margin: 0px 0px 10px 0px;
}

div.module_inner
{
  position: relative;
  float: left;
  padding: 3px 3px 3px 3px;
}

div.module_inner_content
{
  position: relative;
  float: left;
  padding: 6px 6px 6px 6px;
}

div.content_title
{
  color: white; 
  font-weight: bold;
  padding: 2px 2px 2px 6px;
}

div.section_title
{
    color: #5a5959;
    font-weight: bold;
    text-decoration: underline;
}

div.title
{
  position: relative;
  clear: both;
  width: 100%;
  height: 22px;
  background: url("../../images/bg_title.png") 0px 0px repeat-x;
}
  
div.footer
{
  position: absolute;
  left: 50%;
  width: 100%;
  height: 40px;
  margin: 0px 0px 10px -50%;
  bottom: 0px;
  text-align: center;
  display: inline;
}

.left div.module
{
  width: 166px;
}

.middle div.module
{
  width: 532px;
}

.right div.module
{
  width: 166px;
}

.big div.module
{
  width: 712px;
}

.footer div.module
{
  width: 892px;
  margin: 0px 37px 0px 37px;
}

img.register
{
  margin: 10px 10px 10px 0px;
}

div.news
{
  position: relative;
  clear: both;
  width: 100%;
}

div.news_even
{
  position: relative;
  clear: both;
  width: 100%;
  background-color: #d0d0d0;
  color: #595959;
  margin: 0px 0px 5px 0px;
}

div.news_odd
{
  position: relative;
  clear: both;
  width: 100%;
  color: #595959;
  margin: 0px 0px 5px 0px;
}

div.news_title
{
  position: relative;
  clear: both;
  color: #595959;
  font-weight: bold;
  margin: 0px 0px 3px 0px;
}

div.news_location
{
  position: relative;
  clear: both;
  color: #595959;
  font-size: 8pt;
  margin: 0px 0px 3px 0px;
}

img.news
{
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}

div.single_author
{
  position: relative;
  float: left;
  width: 540px;
  margin: 0px 10px 10px 0px;
}

div.author_list
{
  position: relative;
  float: left;
  width: 145px;
  padding: 5px 5px 5px 5px;
}

a:link, a:active, a:visited
{
  color: #557100;
  text-decoration: underline;
}

a:hover
{
  color: #595959;
}

td.odd
{
  background-color: #595959;
}

img.start
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -210px 0px 0px -320px;
  border: 10px solid #ffffff;
}

