body
{
  margin: 0px;
  padding: 0px;
  background-color: white;
  background-image: url(bg.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
body, body *
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}

#frame
{
  width: 930px;
  margin: 15px auto auto auto;
  padding: 0px;
}
#frame, #frame * { text-align: left; }

#top
{
  display: block;
  margin: 0px 0px 10px 0px;
  height: 120px;
  width: 930px;
  vertical-align: top;
  background-image: url(top-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  text-align: left;
}
#top img
{
  margin: 0px 0px 0px 15px;
  float: left;
  border: none;
}

#nav
{
  width: 150px;
  margin-right: 30px;
  margin-bottom: 15px;
  padding: 0px;
  float: left;
  vertical-align: top;
  text-align: left;
}
#nav a
{
  display: block;
  margin-bottom: 2px;
  padding-left: 15px;
  line-height: 22px;
  width: auto;
  background-image: url(nav-bg.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  text-decoration: none;
}
#nav a#active, #nav a:focus, #nav a:hover, #nav a:active
{
  background-image: url(nav-bg_active.gif);
}
#nav #print
{
  display: none;
  margin-top: 13px;
  width: 100px;
}
#nav #print img
{
  border: none;
  margin: 0px;
}

#title
{
  width: 750px;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: left;
  color: #2CAE51;
  font-weight: bold;
  font-size: 20px;
}

#content
{
  width: 750px;
  margin-bottom: 15px;
  float: left;
  vertical-align: top;
  text-align: left;
}

a { font-weight:bold; color: #2CAE51; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { color: #2CAE51; }
h2, h3 { margin-top: 50px; }
h4, h5 { margin-top: 40px; }
h1 { font-size: 21px; }
h2 { font-size: 20px; }
h3 { font-size: 19px; }
h4 { font-size: 18px; }
h5 { font-size: 17px; }

p.bold { font-weight: bold; }
p.green
{
  padding-left: 50px;
  color: #2CAE51;
  font-weight: bold;
  text-align: left;
}
p.indented { padding-left: 50px; }

strong, b { color: #2CAE51; }

img { margin: 10px 30px; }
img.withborder
{
  margin: 0px;
  border: 5px solid #2CAE51;
}

ul.projects li { margin-bottom: 10px; }

table { width: 100%; }
table tr th
{
  text-align: left;
  font-weight: bold;
  color: #2CAE51;
  padding-top: 10px;
  padding-bottom: 5px;
}
table tr td
{ 
  vertical-align: top;
  padding-bottom: 5px;
}
table tr td.projekttraeger
{
  width: 50%;
  vertical-align: middle;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  color: black;
}
table.middle tr td
{
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.team
{
  width: 400px;
  margin: 10px auto 10px auto;
}
table.team tr th
{
  text-align: center !important;
}
table.team tr td
{
  padding: 10px 50px;
}
table.team tr td.fill
{
  padding: 10px;
  width: 50px;
}
table.team tr th.align-left
{
  text-align: left !important;
}
table.team tr th img, table.team tr td img
{
  margin: 10px auto 10px auto;
}

