/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	/*background: url(../images/schwarzer_hg.jpg);*/
	background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body.frame {
  background: transparent;

}

/* Normal link */
a {
	color: #CC0000;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;

}
a.white:hover {
	text-decoration: overline;
}

a.grau {
	color: #999999;
	text-decoration: none;
}
a.grau:hover {
	text-decoration: underline;
}

.text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.aktgrau {
  color: #808080;
  
}

p {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	margin: 10px;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
	width: 880px;
	height: 532px;
	position: absolute;
	margin: 0;
	background: #FFFFFF;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -271px;
}

#wrapperplakat {
	width: 880px;
	height: 600px;
	position: absolute;
	margin: 0;
	background: #000000;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -300px;
}

#containerhead {
  width: 100%;
  height: 161px;
  position: relative;
  margin: 0;
  background-color: #960001;
  background: url(../images/head.jpg) no-repeat top right;

}

#containermenu {
  width: 100%;
  height: 15px;
  position: absolute;
  margin: 0;
  background: transparent;
  top: 42px;
  right: 10px;
  text-align: right;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

#navi {
	height: 24px;
	position: relative;
	margin-top: -24px;
	margin-left: 20px;
	margin-right: -5px;
	background-color: #8C0202;
	color: #FFFFFF;
	left: 0;
	top: 0;
	text-align: center;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#navi_ecke {
  height: 24px;
  width: 24px;
	position: relative;
	margin-top: -5px;
	margin-left: -4px;
	margin-right: 0px;
  background: url(../images/nav_ecke.gif) top right no-repeat;
  background-color: transparent;
}

#containercontent {
  width: 100%;
  height: 348px;
  position: relative;
  margin: 0;
  background-color: #FFFFFF;
  top: 0px;
  text-align: left;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

#containerbottom {
  width: 100%;
  height: 11px;
  position: absolute;
  margin: 0;
  background-color: #960001;
  background: url(../images/bar.gif) no-repeat top right;
  bottom: 11px;

}

#containerimpress {
  width: 100%;
  height: 11px;
  position: absolute;
  margin: 0;
  background-color: #000000;
  bottom: 0px;
  text-align: right;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #999999;

}
