html {
	font-size: 1em;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

img {
	border: none;
	display: block;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

fieldset {
	border: none;
	font-size: .7em;
	margin: 0;
	padding: 0;
}

fieldset div {
	padding: 2px 0;
}

label {
	display: block;
	float: left;
	width: 140px;
}

option {
	background: #FFF;
}

select {
	background: #FFF;
	border: 1px solid #A5ACB2;
}
#oben {
  height: 100px;
  background-color: #F5780A;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0px;
	height: 45px;
	width: 45px;
	z-index: 1;
}

/* Linker Kopfbereich */
#lhead {
	position: absolute;
	left: 40px;
	top: 75px;
	height: 40px;
	width: 1060px;
	z-index: 2;
}

#lhead a {
	float: left;
	font-size: .7em;
	width: 80px;
	padding: 0 7px;
}

#lhead a{
color: #FFFFFF;
}

#lhead a:hover{
 text-decoration: none;
 font-weight: bold;
}

#lhead a:focus{
 text-decoration: none;
}

#lhead a.firstItem {
	background: none;
	padding:0 7px 0 0;
	width: 138px;
	margin-right: 0px;
}

/* Rechter Kopfbereich */
#rhead {
	position: absolute;
	left: 993px;
	top: 73px;
	height: 40px;
	width: 150px;
	z-index: 3;
	text-align: right;
}

/* Navigation */
#nav {
	position: absolute;
	left: 20px;
	top: 239px;
	width: 160px;
	z-index: 4;
}

#nav * a {
	background: url(../images/path-arrow.gif) no-repeat 6px 4px;
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: .8em;
	border-bottom: solid 1px;
	border-right: solid 1px;
	height: 17px;
	padding: 0 20px;
}

#nav * a:hover, #nav * a:focus {
	text-decoration: none;
}


#nav .nav {
	background: #8F9DA8;
}

#nav .subnav {
	background: #B3BCC4;
}

/* Startseite */
#content {
	position: absolute;
	left: 180px;
	top: 101px;
	z-index: 5;
}

/* T-Box */
#tbox {
	position: absolute;
	left: 180px;
	top: 101px;
	width: 964px;
	z-index: 6;
}

#tbox a {
	margin: 0;
	padding: 0;
}

.tTeaser {
	float: left;
	width: 226px;
	border-right: #FFF solid 15px;
}

/* M-Box */
#mbox {
	position: absolute;
	left: 190px;
	top: 386px;
	width: 960px;
	z-index: 7;
}

#mbox a {
	margin: 0;
	/*padding: 0;*/
}

.mTeaser {
	float: left;
	border-right: #FFF solid 15px;
	padding: 10px 0 0 1px;
	height: 102px;
	width: 224px;
}

.mTeaser h3 {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
}

.mTeaser * p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	height: 72px;
	width: 200px;
}

.mTeaser * p a:hover, .bTeaser p a:hover, .zTeaser p a:hover {
	text-decoration: none;
}

.mTeaser * .csc-textpic-text {
	float: left;
}

.mTeaser * .csc-textpic-imagewrap {
	height: 82px;
	width: 25px;
}

.mTeaser * dl {
	margin: 57px 5px 0 0;
}

/* B-Box */
#bbox {
	position: absolute;
	left: 190px;
	top: 490px;
	width: 960px;
	z-index: 8;
}

#bbox a {
	margin: 0;
}

.bTeaser  {
	float: left;
	border-right: #FFF solid 15px;
	padding: 10px 0 0 1px;
	height: 102px;
	width: 224px;
}

.bTeaser h2 {
	color: #333;
	font-size: .9em;
	line-height: 1.8em;
	margin: 0;
}

.bTeaser h3 {
	color: #333;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
}

.bTeaser p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0;
	width: 220px;
}

.bTeaser p + p {
	width: 220px;
	text-align: right;
}

/* Z-Box */
#zbox {
	position: absolute;
	left: 220px;
	top: 587px;
	width: 1024px;
	z-index: 9;
}

#zbox a {
	margin: 0;
}

.zTeaser {
	float: left;
	border-right: #FFF solid 15px;
	padding: 0 10px 10px 10px;
	width: 220px;
}

.zTeaser h3 {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
}

.zTeaser h3 a {
	color: #555;
}

.zTeaser p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0;
	width: 220px;
}

.zTeaser p + p {
	width: 220px;
	text-align: right;
}

.zMore, .bMore {
	font-weight: bold;
	background: url(../images/small-arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
}

.liar {
	background: url(../images/link-arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 14px;
}

/*** Inhaltsseite ***/
.path {
	background: #B3BCC4;
	height: 16px;
	width: 960px;
	text-indent: 20px;
	padding: 1px 0 0 0;
}

.path a {
	color: #FFF;
	font-size: .75em;
	background: url(../images/path-arrow.gif) no-repeat 0 3px;
	padding: 0 10px 0 14px;
}

.lcontent {
	height: 210px;
	width: 960px;
	overflow: hidden;
}

.lcontent div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 0;
}

.rcontent {
	float: left;
	width: 200px;
	margin: 10px 0 10px 10px;
}

.rcontent .csc-frame-invisible {
	margin: 10px 0;
}

.mcontent {
	float: left;
	width: 600px;
	margin: 10px 20px;
}

.mcontent p, .rcontent p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0;
}

.mcontent h1, .rcontent h1 {
	color: #ACACAC;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0;
}

.mcontent h2, .rcontent h2 {
	color: #777;
	font-size: .85em;
	margin: 10px 0;
}

.mcontent h3, .rcontent h3 {
	font-size: .75em;
	margin: 10px 0;
}