/* the outer shadowDIV */
#sh-c1 {
	width: 78.6em;
	margin: auto;
	background-color: #EFEFED;
	border-left: 0.1em solid #fafafa;
	border-right: 0.1em solid #fafafa;
}

/* the inner shadowDIV */
#sh-c2 {
	width: 78.2em;
	margin: auto;
	background-color: #CCC;
	border-left: 0.1em solid #e0e0e0;
	border-right: 0.1em solid #e0e0e0;
}

/* the headerDIV over 100% width of the site with yellow color */
#hd-image {
	background-color: #FFDB50;
	height: 14.6em;
}

#hd-image img{
	border:0;
}

/* headerNaviDiv over 100% of the site with yellow color */
#bg-navi {
	background-color: #FFDB50;
}

/* sets the headerNavi in center and the text right with 6px padding */
#hd-navi {
	text-align: right;
	margin: auto;
	width: 76.8em;
	padding: 0.6em;
}

/* homeNavi floats left from the headerNavi */
.nav-home {
	float: left;
}

/* div with black color, white top and bottom line over the width of site */
#bc-bg {
	background-color: #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}	

/* breadcrumbWrapperDiv */
#bc-wrapper {
	margin: 0px auto;
	width: 78em;
	height: 2.8em;
	text-align: left;
	background-colors: #000;
}	

/* breadcrumbDIV main */
.bc-main {
	width: 42em;
	position: relative;
	top: 0em;
	left: 0em;
	margin-right: 18em;
	margin-left: 18em;
}

/* breadcrumbDIV left */
.bc-c1 {
	width: 17.4em;
	position: relative;
	top: 0em;
	left: -18em;
	float: left;
	padding-left: 0.6em;
	padding-top: 0.7em;
}

/* START settings for the fontResizingArea */
.sizepunkt-1 {
  float: left;
  background-image: url(../images/font_normal.gif);
  background-repeat: no-repeat;
}

.sizepunkt-1 a,
.sizepunkt-2 a,
.sizepunkt-3 a {
  padding-left: 1.6em; 
  padding-right: 0.2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.sizepunkt-2 {
	float: left;
	background-image: url(../images/font_gross.gif);
	background-repeat: no-repeat;
}

.sizepunkt-3 {
	float: left;
	background-image: url(../images/font_groesser.gif);
	background-repeat: no-repeat;
}
/* END settings for the fontResizingArea */

/* breadcrumbDIV middle (Breadcrumb) */
.bc-c2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 39.5em; /* ACTUALLY it's 40em, but IE makes some trouble */
	margin-left: -18em; /* Entspricht -180 px */
	float: left;
	padding-left: 2em;
	padding-top: 0.8em;
}

/* breadcrumbDIV middle (Breadcrumb) */
.bc-c2 p {
	color: #FFDB50;
	font-size: 110%;
	font-weight: bold;
}

/* breadcrumbDIV right */
.bc-c3 {
	width: 18em;
	float: right;
	position: relative;
	top: 0em;
	left: 0em;
	margin-right: -18em; /* Entspricht -180 px */
	padding-top: 0.2em;
}

/* contentWrapperDiv */
#ct-wrapper {
	margin: auto;
	width: 78em;
	text-align: left;
	background: #FFDB50 url(../images/bg_bottom.gif) repeat-x left bottom;
}

/* this wrapper for the forum is the same as the ct-wrapper just without the image */
#ct-wrapperforum {
 margin: auto;
 width: 77em;
 text-align: left;
 background: #FFF;
 padding: 0.5em;
}

/* contentMainDIV */
.ct-main {
	width: 42em;
	position: relative;
	top: 0em;
	left: 0em;
	margin-right: 18em;
	margin-left: 18em;
	background: #FFF;
}

/* contentLeftDiv, here comes the main navi */
.ct-c1 {
	width: 18em;
	position: relative;
	top: 0em;
	left: -18em;
	float: left;
	color: #FFF;
}

/* contentMiddleDiv, here comes the whole content */
.ct-c2 {
	position: relative;
	top: 0em;
	left: 0em;
	width: 38em;
	margin-left: -18em;
	float: left;
	padding: 2em;
}

/* contentRightDiv, here comes the right content */
.ct-c3 {
	width: 18em; /* Entspricht 180 px */
	float: right;
	position: relative;
	top: 0em;
	left: 0em;
	margin-right: -18em; /* Entspricht -180 px */
	float: left;
}

/* footerDiv settings */
#footer {
	padding: 0.6em;
	text-align: left;
	margin: auto;
	width: 76.8em;
	background: #000;
}

/* shadow footer */
#sh-footer {
	margin: auto;
	width: 78.8em;
	height: 0.9em;
	margin-top: -0.2em;
}

/* the clearingDiv for the floating areas */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}