
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 20px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 20px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }

html, body {
	height: 100%;
}

body {
	font: 100% Verdana, Helvetica, Aial sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	zoom: 1;
	overflow: hidden;
	height: 0;
	font-size: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	border: 0;
	text-decoration: none;
	color: #000000;
}

#cright a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 17px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-bottom: 20px;
}

li li {
	margin-bottom: 0;
	line-height: 17px
}

.cur, .cur a, .red, .powermail_mandatory {
	color: #d4201c !important;
}

#container-outer {
	min-height: 100%;
	background: url('../../typo3conf/ext/zlbm/Resources/Public/Images/pagebottombg.gif') left bottom repeat-x #ffffff;
	position: relative;
}

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#container-inner {

}

#maincontent {
	margin: 30px 0 0 0;
	padding-bottom: 154px;
}

#maincontent2column {
	margin: 30px 0 0 0;
	padding-bottom: 124px;
}

#langmenu {
	height: 20px;
	text-align: right;
	padding: 7px 0 0 0;
}

#langmenu a, #langmenu span {
	margin: 0 3px 0 7px;
}

#langmenu .active {
	font-weight: bold;
}

#langmenu img {
	border: 1px black solid;
}

#mainmenu {
	height: 30px;
	padding: 0 0 0 20px;
	background-image: url('../../typo3conf/ext/zlbm/Resources/Public/Images/menubg.gif');
	position: relative;
}

.mainmenu-item, .mainmenu-item-cur {
	float: left;
	font-size: 13px;
	padding: 6px 20px 0 20px;
	border-right: 1px solid #ffffff;
	height: 24px;
	color: #ffffff;
	_height: 30px;
}

.mainmenu-item-cur {
	background-image: url('../../typo3conf/ext/zlbm/Resources/Public/Images/menubgcur.gif');
	border-right: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	margin-left: -1px;
}

.mainmenu-item a {
	color: #ffffff;
}

.mainmenu-item-cur a {
	font-weight: bold;
	color: #000000;
}

.mainmenu-item a:hover {
	text-decoration: none;
}

#header {

}

#keyvisual {
	margin: 5px 0 0 0;
	height: 238px;
	width: 950px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#kvbg {
	height: 238px;
	width: 950px;
	z-index: 2;
}

#kvbg img {
	display: block;
}

.langmenu-item {
	font-size: 11px;
	color: #00b9e9;
	float: right;
	padding-left: 10px;
}

.header {
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}

.small {
	font-size: 20px;
}

.xsmall {
	font-size: 16px;
}

.header a {
	color: #666666;

}

#page-header a:hover {
	text-decoration: none;
}

.header1, .header2 {
	font-size: 24px;
	color: #000000;
	padding: 0 0 20px 0;
	font-weight: bold;
}

.header2 {
	padding: 0;
}

#logo {
	position: absolute;
	left: 30px;
	top: 30px;
}

#bigimage {
	position: absolute;
	right: 0;
	top: 0;
}

#blueline {
	background-color: #b5b9ba;
	height: 6px;
	margin-top: -2px;
	width: 950px;
	position: relative;
}

#cleft {
	float: left;
	width: 207px;
	padding: 0 20px 50px 0;
	overflow: hidden;
	border-right: 1px black solid;
	_width: 227px;
}

#cright {
	float: left;
	width: 650px;
	padding: 0 20px 50px 45px;
	border-left: 1px black solid;
	min-height: 250px;
	margin: 0 0 0 -1px;
	position: relative;
	_width: 715px;
}

#maincontent2column #cleft {
	float: left;
	width: 410px;
	padding: 0 20px 50px 0;
	overflow: hidden;
	_width: 430px;
}

#maincontent2column #cright {
	float: left;
	width: 470px;
	padding: 0 20px 50px 25px;
	border-left: 1px black solid;
	min-height: 250px;
}

#footer {
	height: 154px;
	position: absolute;
	bottom: 0;
	width: 950px;
}

#footer-line {
	height: 24px;
	background-image: url('../../typo3conf/ext/zlbm/Resources/Public/Images/btmenubg.gif');
	position: relative;
	left: 0;
	top: 0;
	width: 950px;
}

#footer-text {
	font-size: 11px;
	padding: 20px 20px 0;
	text-align: center;
	width: 910px;
	height: 60px;
	zoom: 1;
	_width: 950px;
	_height: 80px;
}

.footer2column {
	height: 74px !important;
	margin-top: 40px;
}

#footershadow {
	height: 24px;
	width: 950px;
	background-image: url('../../typo3conf/ext/zlbm/Resources/Public/Images/shade.png');
	margin-bottom: 26px;
	position: relative;
}

.footer-item {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	padding: 5px 0 0 20px;
}

.footer-item a {
	color: #FFFFFF;
}

.footer-left {
	float: left;
	width: 35%;
}

.footer-right {
	float: right;
	padding-right: 20px;
	width: 60%;
	text-align: right;
}

.footer-right .footer-item {
	float: none;
	display: inline;
	padding-top: 0;
	line-height: 20px;
}

.leftmenu-item, .leftmenu-item-cur {
	color: #696969;
	border-bottom: 1px #999999 dashed;
	padding: 5px 0;
}

.leftmenu-item-cur .leftmenu-item-inner, .leftmenu-item2-cur {
	text-decoration: underline;
	font-weight: bold;
}

.leftmenu-item a {
	color: #696969;
}

.leftmenu-item-cur a {
	color: #000000;
}

.leftmenu-item2 a {
	color: #696969;
}

.leftmenu-item2, .leftmenu-item2-cur {
	color: #696969;
	padding: 5px 0 0 10px;
}

#leftmenu {
	margin-top: 30px;
}

.c-l-t {
	width: 0;
	height: 0;
	border-top: 2px solid white;
	border-right: 2px solid transparent;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}

.c-r-t {
	width: 0;
	height: 0;
	border-top: 2px solid white;
	border-left: 2px solid transparent;
	border-bottom: 0;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}

.c-l-b {
	width: 0;
	height: 0;
	border-bottom: 2px solid #B5B9BA;
	border-right: 2px solid transparent;
	border-top: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
}

.c-r-b {
	width: 0;
	height: 0;
	border-bottom: 2px solid #B5B9BA;
	border-left: 2px solid transparent;
	border-top: 0;
	border-right: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
}

#mainmenu .c-l-b, #mainmenu .c-r-b, #blueline .c-l-b, #blueline .c-r-b {
	border-bottom-color: white !important;
}

#footer-line .c-l-b, #footer-line .c-r-b, #footershadow .c-l-b, #footershadow .c-r-b {
	border-bottom-color: #dfdfdf !important;
}

#footer-line .c-l-t, #footer-line .c-r-t, #footershadow .c-l-t, #footershadow .c-r-t {
	border-top-color: #dfdfdf !important;
}

#kvimg {
	position: relative;
}

#claim h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 28px;
	font-weight: normal;
}

#claim {
	position: absolute;
	z-index: 10;
	left: 300px;
	top: 100px;
}

#claim2 {
	padding-left: 210px !important;
}