html, body {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  background-image: url(../images/gui/bgRight.gif);
  background-position: 0px 174px;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  border: 1px solid #D4D4D4;
  background-color: #FFFFFF;
}

.nostyle {
  border: none;
  background: none;
}

.fakelink {
  cursor: pointer;
  cursor: hand;
}

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

a:hover {
  color: #000000;
  text-decoration: underline;
}

#menuHolder {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 25px;
  border-bottom: 2px solid #F6CD8B;

  background-color: #FFFFFF;
}

#topBG {
  position: absolute;
  top: 26px;
  left: 0;

  width: 100%;
  height: 105px;

  background-color: #FFFAE4;
}

#leftBG {
  position: absolute;
  top: 0;
  left: 0;

  width: 1002px;
  min-height: 100%;

  background-image: url(../images/gui/bgLeft.gif);
  background-position: 0px 174px;
}

* html b\ody #leftBG { height: 100%; }

#topSpacer {
  position: absolute;
  top: 34px;
  left: 0;

  width: 100%;
  height: 19px;

  background-color: #F2EEE9
}

#content {
  margin-top: 131px;
  margin-left: 262px;

  width: 615px;

  border-top: 1px solid #F0F0F0;
}

#logo {
  position: absolute;
  top: 81px;
  left: -6px;
}

#quicknavi {
  position: absolute;
  top: 37px;
  left: 267px;
}

#quicknavi, #quicknavi * {
  font-size: 10px;
}

#quicknavi a:active, #quicknavi a:link, #quicknavi a:visited {
  color: #000000;
  text-decoration: none;
}

#quicknavi a:hover {
  color: #000000;
  text-decoration: underline;
}

a.qnLink:active, a.qnLink:link, a.qnLink:visited {
  text-decoration: none;
}

a.qnLink:hover {
  text-decoration: underline;
}

#formTable td {
  height: 24px;
}

#news_top {
  position: absolute;
  left: 24px;
  top: 187px;
  width: 230px;
}

#news_top, #news_top * {
  color: #3A66E1;
}

#news_bottom {
  position: absolute;
  left: 24px;
  top: 231px;
  width: 230px;
}

#banners_left {
	border: 0px solid red;
    left: 24px;
    top: 548px;
    margin-top: 4px;
    width: 223px;
}

#banners_left #plakette-1 {
	margin-top: 10px;
	margin-left: 0px;
}

#banners_left #plakette-2 {
	margin-top: 3px;
	margin-left: 15px;
}

#banners_left #plakette-3 {
	margin-top: 14px;
	margin-left: 0px;
}

#banners_left #plakette-4 {
	/* margin-top: 3px; */
	margin-left: 15px;
}


#news_bottom, #news_bottom * {
  color: #FFA44C;
}

a.newsLink:active, a.newsLink:link, a.newsLink:visited {
  text-decoration: none;
}

a.newsLink:hover {
  text-decoration: underline;
}

div.news-block-preview {
    border: 0px solid #ff0000;
    height: 44px;
}

div.header-2,
div.header-3 {	
	font-weight: bold;
}

div.header-3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

div.paragraph {
	margin-bottom: 10px;
}

div.links-under-banners {
	margin: 18px 0px 0px 0px;
}