HTML
{
	height: 100%;
	padding: 0;
	margin: 0;
	/*[disabled]overflow-y:scroll;*/
}
BODY
{
	background: #323232 url(img/bg-site.jpg) repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS";
	font-size: 90%;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	color: #1C1D20;
	font-weight: normal;
}
IMG A
{
	border: none;
}
/*das ist der Gesamt Conatainer*/
#all-wrap
{
	position: relative;
	background: url(img/bg-layout-nach-unten.jpg) repeat-y center;
	margin: 0px auto 0;
	width: 100%;
	max-width: 990px;
	min-width: 990px;
	min-height: 100%;
}
/*Jetzt folgt der Inhaltscontainer*/
#all-inner
{
	position: relative;
	text-align: left;
	clear: both;
	margin: -10px 0 0;
	width: 990px;
	padding-bottom: 30px;
}
/*Container in Main*/
#main-content-wrap
{
	width: 974px;
	padding: 0;
	background: #FFF url(img/bg-main.jpg) no-repeat;
	margin: 6px auto 0;
}
#right-col
{
	position: relative;
	z-index: 0;
	margin-left: 721px;
	float: right;
	width: 10%;
}
#header
{
	position: relative;
}
#header-logo-wrap
{
	margin: 0;
}
#pic-center-wrap-inner
{
	margin: 0;
}
#main
{
	position: relative;
	z-index: 2;
	background-color: transparent;
	float: left;
	overflow: hidden;
	margin: 25px 0 0;
}
#main-left
{
	float: left;
	width: 190px;
	min-height: 310px;
	padding: 2px 2em 2em 12px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	/*[disabled]background-color:#FBFBFB;*/
	/*[disabled]border:1px inset #BCB8B8;*/
	margin: 0 0 0 6px;
}
#main-right
{
	overflow: hidden;
	float: left;
	width: 670px;
	margin: 0 0 0 1em;
	position: relative;
	z-index: 3;
}
/*content Broder ist jetzt nicht mehr im vier Contentbereiche sondern auch auf der selben Ebene wie #main*/
#content-border-wrap
{
	width: 180px;
	overflow: hidden;
	float: left;
	margin: 80px 0 0 20px;
	font-size: 0.9em;
}
#content-border-wrap A
{
	color: #DC3604;
	font-size: 0.9em;
}
#content-border-wrap H1
{
	overflow: hidden;
	color: #7F9F0E;
	font-size: 15px;
}
#content-border-wrap P
{
	color: #2A2C2A;
	font-size: inherit;
	margin: 1em 0;
}
.l-clearer
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: left;
}
.r-clearer
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: right;
}
.content-l-r-clearer
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
}
#pic-center-wrap-slideshow
{
	position: absolute;
	margin: -323px 0 0;
}
#content-border-wrap .csc-textpic-imagewrap
{
	margin: 0 0 1em;
}
.internal-link A
{
	font-size: inherit;
	font-weight: normal;
}
