body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	background: #d1d1d1;
}
.clear-all {
	height: 1px;
	overflow: hidden;
	clear: both;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
#layout {
	font-size: 12px;
	width: 1024px;
	margin: 0 auto;
	background: #FFF url(../images/header-unternehmen.jpg) center 65px no-repeat;
}
#middle {
	padding-bottom: 60px;
	min-height: 420px;
}

/* ---------------------------------------- */
/* HEADER
/* ---------------------------------------- */
#top {
	height: 170px;
	position: relative;
}
#top h1 {
	position: absolute;
	left: -2500px;
}
#logo {
	position: absolute;
	top: 0;
	right: 0;
}
/* ---------------------------------------- */
/* NAVIGATION OBEN
/* ---------------------------------------- */
#top-nav {
	position: absolute;
	left: 102px;
	top: 43px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
#top-nav a {
	text-decoration: none;
	color: #000;
}
#top-nav a.active,
#top-nav a.active:hover,
#top-nav a.active:active {
	color: #999;
}
#top-nav a:active,
#top-nav a:hover {
	color: #CCC;
}
#top-nav li {
	display: inline;
	margin-right: 10px;
}
/* ---------------------------------------- */
/* NAVIGATION LINKS
/* ---------------------------------------- */
#left-nav {
	margin-top: 50px;
	margin-left: 102px;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
#left-nav a {
	text-decoration: none;
	color: #333;
}

#left-nav a.active,
#left-nav a.active:active,
#left-nav a.active:hover {
	color: #999;
}

#left-nav a:active,
#left-nav a:hover {
	color: #CCC;
}
#left-nav li {
	margin-bottom: 7px;
}

/* ---------------------------------------- */
/* SONDERFALL - GLOSSAR
/* ---------------------------------------- */
#left-content {
	margin-top: 90px;
	margin-left: 102px;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: none;
}
#left-content .csc-firstHeader {
	margin-bottom: 28px !important;
}
#left-content a {
	text-decoration: none;
	color: #333;
}

#left-content a.active,
#left-content a.active:active,
#left-content a.active:hover {
	color: #999;
}

#left-content a:active,
#left-content a:hover {
	color: #CCC;
}
#left-content p {
	margin-bottom: 7px;
}

/* ---------------------------------------- */
/* CONTENT
/* ---------------------------------------- */
#left, #center, #right {
	float: left;
}
#left {
	width: 421px;
	/*width: 341px;*/
}
#center {
	margin-top: 90px;
	width: 421px;
	padding-right: 76px;
	padding-bottom: 50px;
	background: url(../images/footer-welle.jpg) left bottom no-repeat;
	
}
#center h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#center h2,
#center a {
	color: #8A621C;
}
#center a:active,
#center a:hover {
	color: #4D4D4D;
}
#center h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	color: #4D4D4D;
}
#center p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #333;
	margin-bottom: 1em;
}

#center p.caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
}
#center b,
#center strong,
#center p.caption {
	color: #4D4D4D;
}
.csc-firstHeader {
	text-transform: uppercase;
	/*margin-left: -80px;*/
	font-size: 20px !important;
	line-height: 24px !important;
	margin-bottom: 25px !important;
	margin-top: 0 !important;
}
.csc-textpic-caption {
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
	color: #4D4D4D;
}

#center ol {
	list-style-type: decimal;
	margin-left: 2em;
}
#center ol li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify !important;
}
#center ul {
	list-style-type: disc;
	margin-left: 2em;
}
#center ul li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: justify !important;
}
#center ul ul {
	list-style-type: circle;
}
#center ul ul ul {
	list-style-type: square;
}
#center li {
	color: #333;
}
#center .indent {
	margin-left: 1em;
}

/* ------------------------------------------------------------ */
/* tabellen styles
/* ------------------------------------------------------------ */
table caption {
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* ---------------------------------------- */
/* layout standard
/* alternierender hintergrund
/* ---------------------------------------- */
.contenttable {
	margin: 0; padding: 0;
	border-collapse: collapse;
	border-color: #CCC;
	border: 1px solid #CCC;
	width: auto;
	
}
.contenttable td,
.contenttable th {
	margin: 0; padding: 0.1em 0.2em;
}
.contenttable tr.tr-even {
	background: #EEE;
}
.contenttable th {
	background: #CCC;
	color: #FFF;
	font-weight: bold;
}
/* custom class 100% breite */
.w-100,
.w-100-50,
.w-100-33,
.w-100-25,
.w-100-20 {
	width: 100%;
}
.w-100-50 td,
.w-100-50 th {
	width: 50%;
}
.w-100-33 td,
.w-100-33 th {
	width: 33.3%;
}
.w-100-25 td,
.w-100-25 th {
	width: 25%;
}
.w-100-20 td,
.w-100-20 th {
	width: 20%;
}



/* custom class keine raender */
.no-border {
	border: none;
}

/* ---------------------------------------- */
/* layout 1
/* keine hintergruende
/* ---------------------------------------- */
.contenttable-1 {
	border: none;
}
.contenttable-1 th {
	background: transparent;
	color: #666;
	font-weight: bold;
}
.contenttable-1 tr.tr-even {
	background: transparent;
}

/* ---------------------------------------- */
/* layout 2
/* kein alternierender hintergrund
/* ---------------------------------------- */
.contenttable-2 tr.tr-even {
	background: transparent;
}
/* ---------------------------------------- */
/* layout 3
/* keine raender
/* ---------------------------------------- */
.contenttable-3 {
	border: none;
}


/* ---------------------------------------- */
/* FOOTER
/* ---------------------------------------- */
#bottom {
	clear: both;
	position: relative;
	min-height: 40px;
	background: #FFF url(../images/footer.jpg) center top no-repeat;
}
#meta-nav {
	position: absolute;
	left: 103px;
	font-size: 11px;
	line-height: 30px;
}
#meta-nav a {
	text-decoration: none;
	color: #999;
}
#meta-nav a:active,
#meta-nav a:hover,
#meta-nav a.active {
	color: #666;
}
#meta-nav a.inactive {
	color: #FFF;
}
#meta-nav li {
	display: inline;
	margin-right: 15px;
}
#meta-nav li.hide {
	display: none;
}
/* -------------------------------------------------- */