body
{
  margin: 0;
  padding: 0;
  height: 100%;
  font: 85% "Trebuchet MS", arial, hevetica, sans-serif;
  text-align: center;
  color: #7489aa;
  background-color: #959595;
}

a.link:link     { text-decoration: underline; color:#004072; font-weight:bold; }
a.link:visited  { text-decoration: underline; color:#959595; font-weight:bold; }
a.link:hover    { text-decoration: underline; color:#7489aa; font-weight:bold; }
a.link:active   { text-decoration: underline; color:#004072; font-weight:bold; }
a.link:focus    { text-decoration: underline; color:#004072; font-weight:bold; }

a.infolink:link     { text-decoration: underline; color:#7489aa; }
a.infolink:visited  { text-decoration: underline; color:#7489aa; }
a.infolink:hover    { text-decoration: underline; color:#7489aa; }
a.infolink:active   { text-decoration: underline; color:#7489aa; }
a.infolink:focus    { text-decoration: underline; color:#7489aa; }

a.languagelink:link     { text-decoration: none; color:#7489aa; }
a.languagelink:visited  { text-decoration: none; color:#7489aa; }
a.languagelink:hover    { text-decoration: underline; color:#7489aa; }
a.languagelink:active   { text-decoration: underline; color:#7489aa; }
a.languagelink:focus    { text-decoration: underline; color:#7489aa; }

h2
{
  color: #004072;
  font: 24px georgia, times, "Lucida", serif;
  font-weight: bold;
  margin-top: 0px;
}

h3
{
  color: #004072;
  font: 18px georgia, times, "Lucida", serif;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 7px;
}

#content-div p { line-height: 165%; }
#content-projekte p { line-height: 165%; }
#content p { line-height: 165%; }

.text-hervorhebung { 
  color: #004072;
  font-style: italic;
}

#header
{
  height: 57px;
  width: 100%;
  background-image: url(layout/header.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}

#header-top
{
  height: 20px;
  width: 100%;
  background-image: url(layout/contentbg.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
}

#footer {
	margin-top: 50px;
	padding-bottom: 10px;
  text-align: center;
}

#container
{
  margin: 0px auto;
  width: 897px;
  height: 100%;
	min-height:100%;
  height: auto !important;
  text-align: left;
  border: 0px;
  background-color: #ffffff;
}

#header-top-language{
	text-align: left;
	padding-left: 45px;
	padding-top: 2px;
}

#content-div {
	margin-top: 0px;
	padding-left:45px;
	padding-right:43px;
	padding-bottom:20px;
	padding-top:14px;
	min-height:100%;
  height: auto !important;
  background-image: url(layout/contentbg.jpg);
  background-repeat: repeat;
}

#content-projekte {
	margin:0;
	padding-top:20px;
	padding-left:0px;
	padding-bottom:5px;
	width:800px;
	float:left;
}

.projekt {
	padding-bottom: 10px;
}

.projekt .teaser {
	float: left;
	margin-top: 0px;
}

.projekt .text {
	padding-left: 220px;	
}

.projekt .infoleiste {
  padding-top: 0px;
  padding-bottom: 15px;
}

.imagefloat-trenner { padding-top: 5px; padding-bottom: 7px; }

.imagefloat-stopper { float: left; padding-left: 0px; padding-right: 9px; padding-top: 0px; padding-bottom: 0px; }
.imagefloat { float: right; padding-left: 10px; padding-right: 0px; padding-top: 5px; padding-bottom: 0px; }
.imagefloat-teaser { float: left; padding-left: 0px; padding-right: 20px; padding-top: 0px; padding-bottom: 5px; }




