/* ########## tags ########## */

* {
	margin: 0;
	padding: 0;
}
option { padding-left: .4em; }
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }
/* 
* html ul { position: relative; }
* html ol { position: relative; }
* html dl { position: relative; }
*/
*+html ol li { display: list-item; }

html { height: 100%; }
body {
    position: relative;
	background: #fff url(../img/body_bg.gif) repeat-y 0 0;
	font-family: Arial, sans-serif;
	font-size: 100.01%;
    color: #000;
    text-align: left;
}
* html body { position: static; }
body.print { background: #fff; }
fieldset, img {
	display: block;
	border: 0 solid;
}

table {
	font-family: Arial, sans-serif;
	color: #000;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link,
a:visited,
a:active {
	color: #00e;
	text-decoration: none;
}
a:hover {
	color: #00e;
	text-decoration: underline;
}

hr {
	clear: both;
	margin: .5em 0;
	border: 0;
	background-color: #7d7db3;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #7d7db3
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #7d7db3;
	color: #fff;
} /* IE6 */

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img { display: inline; }

sup {
	position: relative;
    bottom: .4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: .5em;
	font-size: 11px;
}
* html h1 sup,
*+html h1 sup {
    bottom: .6em;
	font-size: 13px;
} /* IE6, IE7 */
sub {
	position: relative;
    bottom: -.2em;
	vertical-align: baseline;
	font-size: 10px;
}


/* ########## form ########## */

form { margin: 0 0 1em; }
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #006;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px 1px 2px 2px;
}
input.flText[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html input.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
select {
	border: 1px solid #006;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
}
select[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html select.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
textarea {
	border: 1px solid #006;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px;
}
textarea[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html textarea.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
input.error,
select.error,
textarea.error {
	border-color: #c03;
	font-size: 13px;
}
p input,
p select,
p textarea { vertical-align: middle; }


/* ########## buttonSubmit (bt) ########## */

input.bt,
button.bt {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
}
* html input.bt,
* html button.bt {
	overflow: visible;
	width: auto;
} /* IE6 */
* + html input.bt,
* + html button.bt {
	overflow: visible;
	width: auto;
} /* IE7 */


/* ########## buttonLink (bt) ########## */

a.bt,
.bt a { display: block; }
a.btLeft,
.btLeft a { float: left; }
a.btRight,
.btRight a { float: right; }
* a.btLeft,
* a.btRight,
* .btLeft a,
* .btRight a { display: inline; } /* IE-Hack Double Float-Margin Bug */

a.bt,
a.btLeft, 
a.btRight,
a.btInline,
.bt a,
.btLeft a, 
.btRight a,
.btInline a {
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
}


/* ########## btT ########## */

a.btT1,
.btT1 a,
input.btT1,
button.btT1 {
	border-color: #7d7db3;
	background-color: #a5a5cd;
	background-image: url(../img/btn_bg.gif);
	padding: 0 5px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	color: #006;
}
* html a.btT1,
* html .btT1 a,
* html input.btT1,
* html button.btT1 { 
	line-height: 1.45em;
	font-size: 12px;
}
*+html a.btT1,
*+html .btT1 a,
*+html input.btT1,
*+html button.btT1 { 
	line-height: 1.45em;
	font-size: 12px;
}
a.btT1,
a.btT1:link,
a.btT1:visited,
a.btT1:hover,
a.btT1:active {
	color: #006;
	text-decoration: none;
}
.btT1 a,
.btT1 a:link,
.btT1 a:visited,
.btT1 a:hover,
.btT1 a:active {
	color: #006;
	text-decoration: none;
}


/* ########## icons (ic) ########## */

.icTop {
	background: url(../img/icon_top.gif) no-repeat 0 .35em;
	padding-left: 14px;
	font-size: 11px;
}
.bl a.icTop,
.bl a.icTop:link,
.bl a.icTop:visited,
.bl a.icTop:hover,
.bl a.icTop:active { color: #7d7db3; }


/* ########## list ########## */

ul,
ol { list-style-type: none; }


/* ########## floatbox ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## page (pg) ########## */

.pg {
	position: relative;
	width: 992px;
	font-size: 13px;
}
.pgTPrint {
	margin: 1em auto;
	border: 1px solid #ccc;
	padding: 30px;
	width: 670px;
}
.pgTPrint .pgTools {
	overflow: hidden;
	margin: 0 0 40px;
	width: 100%;
}
.pgHeader {
	position: relative;
	height: 110px;
	z-index: 9;
}
.pgTPrint .pgHeader {
	border-bottom: 2px solid #006;
	background: #fff;
	height: auto;
	z-index: auto;
}
.pgHeader .headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pgTPrint .pgHeader .headerLogo {
	position: static;
	z-index: auto;
	padding-bottom: 1em;
}
.pgTPrint .pgHeader .headerBreadcrumbs {
	position: absolute;
	right: 0;
	bottom: 1em;
}
.pgHeader .headerLinks {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}
.pgHeader .headerNav {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff url(../img/headerNav_bg2.jpg) no-repeat 100% 100%;
	width: 792px;
	height: 90px;
}
.pgNav {
	overflow: hidden;
	float: left;
	margin: 60px 20px 20px 20px;
	width: 160px;
	font-weight: bold;
}
* html .pgNav { display: inline; }
.pgContent {
	position: relative;
	float: left;
	overflow: hidden;
	width: 792px;
}
.pgTPrint .pgContent {
	padding: 1em 0;
	width: 100%;
}
.pgFooter {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	width: 992px;
	font-size: 11px;
	font-weight: bold;
}
.pgTPrint .pgFooter {
	padding: 0;
	width: 100%;
}


/* ########## headerLinks ########## */

.headerLinks li {
	display: inline;
	padding: 0 0 0 30px;
}
.headerLinks li a,
.headerLinks li a:link,
.headerLinks li a:visited,
.headerLinks li a:hover,
.headerLinks li a:active { color: #000; }
.headerLinks li a:hover {
	color: #f90;
	text-decoration: none;
}


/* ########## navStyles ########## */

.headerNav a,
.headerNav a:link,
.headerNav a:visited,
.headerNav a:active {
	display: block;
	color: #006;
}
.headerNav a:hover,
.headerNav a.selected,
.headerNav a.selected:link,
.headerNav a.selected:visited,
.headerNav a.selected:active {
	color: #f90;
	text-decoration: none;
}

.headerNav ul.nav1 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	font-weight: bold;
}
.headerNav .nav1 li {
	position: relative;
	float: left;
}
.headerNav .nav1 li a,
.headerNav .nav1 li a:link,
.headerNav .nav1 li a:visited,
.headerNav .nav1 li a:active {
	padding: 0 22px;
	line-height: 30px;
}

.headerNav .nav2 a,
.headerNav .nav2 a:link,
.headerNav .nav2 a:visited,
.headerNav .nav2 a:active { color: #fff; }
.headerNav .nav2 a:hover,
.headerNav .nav2 a.selected,
.headerNav .nav2 a.selected:link,
.headerNav .nav2 a.selected:visited,
.headerNav .nav2 a.selected:active {
	color: #f90;
	text-decoration: none;
}
.headerNav .nav1 li ul.nav2 {
	display: none;
	position: absolute;
	top: 30px;
	left: 10px;
	background: #5c5c99 url(../img/headerNav_bg-pulldown.gif) repeat-x 0 0;
	padding: 10px 20px 15px;
	height: auto;
	text-align: left;
	white-space: nowrap;
}
* html .headerNav .nav1 li ul.nav2 {
	width: 160px;
	white-space: normal;
}
.headerNav .nav1 li:hover ul.nav2,
.headerNav .nav1 li ul.nav2:hover { display: block; }
.headerNav .nav2 li {
	float: none;
	display: block;
	border-bottom: 1px solid #7d7db3;
	padding: 0;
}
* html .headerNav .nav2 li { zoom: 1; }
.headerNav .nav2 li a,
.headerNav .nav2 li a:link,
.headerNav .nav2 li a:visited,
.headerNav .nav2 li a:active {
	display: block;
	padding: 4px 0 5px;
	line-height: normal;
}

.headerNav .nav2 li ul {
	margin-bottom: 6px;
	padding: 0;
	font-weight: normal;
}
.headerNav .nav2 li li {
	margin-left: 15px;
	border-bottom: 0;
}
.headerNav .nav2 li li a,
.headerNav .nav2 li li a:link,
.headerNav .nav2 li li a:visited,
.headerNav .nav2 li li a:active { padding: 1px 0 2px; }

.pgNav a,
.pgNav a:link,
.pgNav a:visited,
.pgNav a:active {
	display: block;
	padding: 4px 0 5px;
	color: #fff;
}
.pgNav a:hover,
.pgNav a.selected,
.pgNav a.selected:link,
.pgNav a.selected:visited,
.pgNav a.selected:active {
	color: #f90;
	text-decoration: none;
}

.pgNav ul {
	overflow: hidden;
	float: left;
}
* html .pgNav ul {
	display: inline;
	zoom: 1;
}
.pgNav li {
	float: left;
	border-bottom: 1px solid #7d7db3;
	width: 160px;
}
* html .pgNav li { display: inline; }
.pgNav li ul { margin-bottom: 6px; }
.pgNav li li {
	margin-left: 15px;
	border-bottom: 0;
	width: 145px;
}
.pgNav li li a,
.pgNav li li a:link,
.pgNav li li a:visited,
.pgNav li li a:active { padding: 1px 0 2px; }

.pgNav li li ul { margin-bottom: 3px; }
.pgNav li li li {
	margin-left: 15px;
	width: 130px;
}

.pgNav li li li ul { margin-bottom: 2px; }
.pgNav li li li li {
	margin-left: 15px;
	width: 115px;
	font-weight: normal;
}


/* ########## pgFooter ########## */

.footerTools {
	float: right;
	padding-bottom: 8px;
}
.footerInfo {
	clear: both;
	float: right;
	border-top: 2px solid #006;
	padding-top: 8px;
	white-space: nowrap;
}
.infoCopyright,
.infoLinks { display: inline; }
.pgTPrint .footerInfo { float: none; }

.pgFooter li {
	display: inline;
	padding: 0 0 0 30px;
}
.pgFooter li a,
.pgFooter li a:link,
.pgFooter li a:visited,
.pgFooter li a:hover,
.pgFooter li a:active { color: #000; }
.pgFooter li a:hover {
	color: #f90;
	text-decoration: none;
}


/* ########## column (cl) ########## */

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
} /* analog floatbox */
.pgTPrint .pgContent .cl { float: none; }
.pgContent .clW1 { width: 264px; }
.pgContent .clW2 { width: 528px; }
.pgContent .clW3 { width: 792px; }
.pgTPrint .pgContent .clW1,
.pgTPrint .pgContent .clW2,
.pgTPrint .pgContent .clW3 { width: 100%; }

.pgContent .clTBorder {
	background: url(../img/clTBorder_bg.gif) no-repeat 14px 100%;
	padding-bottom: 30px;
}
.pgTPrint .pgContent .clTBorder {
	background: transparent;
	padding: 0;
}


/* ########## block (bl) ########## */

.bl {
	overflow: hidden;
	width: 100%;
} /* analog floatbox */
.pgContent .bl {
	float: left;
	margin-left: 29px;
}
* html .pgContent .bl { display: inline; } /* IE-Hack Double Float-Margin Bug */

.pgTPrint .pgContent .bl {
	position: relative; /* 2btested in IE6 */
	float: none;
	display: block; /* IE6 */
	margin-left: 0;
}
.pgContent .blW1 {
	position: relative;
	width: 234px;
}
.pgContent .blW1p {
	position: relative;
	width: 366px;
}
.pgContent .blW2 {
	position: relative;
	width: 498px;
}
.pgContent .blW3 {
	position: relative;
	width: 762px;
}
.pgTPrint .pgContent .blW1,
.pgTPrint .pgContent .blW1p {
	display: inline;  /* IE6 */
	float: left !important;
	margin-right: 3%;
	width: 46%;
}
.pgTPrint .pgContent .blW2,
.pgTPrint .pgContent .blW3 { width: 100%; }

.blHeader,
.blContent { position: relative; }


/* ########## bl table ########## */

.bl th.TAL,
.bl td.TAL { text-align: left; }
.bl th.TAC,
.bl td.TAC { text-align: center; }
.bl th.TAR,
.bl td.TAR { text-align: right; }
.bl th.TAJ,
.bl td.TAJ { text-align: justify; }
.bl th.VAT,
.bl td.VAT { vertical-align: top; }
.bl th.VAM,
.bl td.VAM { vertical-align: middle; }
.bl th.VABL,
.bl td.VABL { vertical-align: baseline; }
.bl th.VAB,
.bl td.VAB { vertical-align: bottom; }
.bl th.WSN,
.bl td.WSN { white-space: nowrap; }

.bl table.tableLayout {
	margin: 0;
	width: auto;
}
.bl table.tableLayout th,
.bl table.tableLayout td {
	border: 0;
	padding: 0;
}


/* ########## bl form ########## */

.bl form { margin: 1em 0 .5em; }

/* IE-Hacks */
* html .bl fieldset { position: relative; } 
*+html .bl fieldset { position: relative; }
* html .bl legend {  
	position: relative;  
	left: -7px; 
}
*+html .bl legend { position: relative; left: -7px; }
/* /IE-Hacks */

.bl legend {
	font-size: 18px;
	color: #888;
}
.bl legend img {
	display: inline;
	vertical-align: top;
}
.bl .frTInline legend {
	font-size: 13px;
	color: #333;
}

.bl ol.frTBlock,
.bl ol.frTInline,
.bl .frTBlock ol,
.bl .frTInline ol  { 
	overflow: hidden;
	zoom: 1;
	list-style-type: none;
}
.bl fieldset.frTInline ol { margin-top: -1.65em; }
.bl .frTBlock li.flItem,
.bl .frTInline li.flItem { float: left; } /* IE */
* html .bl .frTBlock li.flItem { display: inline; }
* html .bl .frTInline li.flItem { display: inline; }

.bl .frTBlock .flItem {
	overflow: hidden;
	margin: .5em 0;
	width: 100%;
}
.bl .frTBlock .flItem p {
	clear: both;
	margin: .5em 0 0;
}
.bl .frTBlock .cap {
	margin-top: 1em;
	border-top: 1px dotted #ccc28f;
	padding-top: .75em;
}
.bl .frTBlock .flItem .flLabel {
	position: relative;
	float: left;
	width: 40%;
	font-family: "Arial Black", Arial, sans-serif;
}
.bl .frTBlock .flItem .flLabel img {
	display: inline;
	vertical-align: top;
}
.bl .frTBlock .flItem .flLabel .flInfo {
	position: absolute;
	top: .25em;
	right: 0;
}
.bl .frTBlock .flItem .flElement,
.bl .flItem .frTInline ol {
	float: right;
	overflow: hidden;
	width: 58%;
} /* analog floatbox */
.bl .blTNarrow .flItem .flLabel { width: 25%; }
.bl .blTNarrow .flItem .flElement,
.bl .blTNarrow .flItem .frTInline ol { width: 73%; }
.bl .blTWide .flItem .flLabel { width: 58%; }
.bl .blTWide .flItem .flElement,
.bl .blTWide .flItem .frTInline ol { width: 40%; }
.bl .frTBlock .flItem .flElement img { display: inline; }
.bl .frTBlock .flItem .flLabel p,
.bl .frTBlock .flItem .flElement p { margin: .2em 0 0; }
.bl .frTBlock .flItem .flComment {
	clear: both;
	float: left;
	margin: .5em 0;
	width: 100%;
}
.bl .frTBlock .flItem input.flText {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 94%;
}
* html .bl .frTBlock .flItem input.flText { display: inline; }
.bl .frTBlock .flItem textarea { width: 90%; }

.bl .frTInline .flItem { margin-right: 1em; }
.bl .frTInline .w50 {
	float: left;
	margin-right: 1%;
	width: 49%;
}
* html .bl .frTInline .w50 {
	display: inline-block;
	width: 48%;
}
.bl .frTInline .w33 {
	float: left;
	margin-right: 1%;
	width: 32%;
}
* html .bl .frTInline .w33 {
	display: inline-block;
	width: 31%;
}
.bl .frTInline .w66 {
	float: left;
	margin-right: 1%;
	width: 65%;
}
* html .bl .frTInline .w66 {
	display: inline-block;
	width: 64%;
}
.bl .frTInline .flItem label { 
	display: block;
	margin-bottom: .3em;
}
.bl .frTInline p.caption { margin: 0; }

.bl form p label { margin-right: .5em; }
.bl form p span.caption,
.bl form p span.error { margin-left: .5em; }

.bl input.flCheck {
	float: left;
	border: 0;
}
.bl div.flCheck,
.bl label.flCheck {
	display: block;
	padding-left: 25px;
	font-family: "Arial Black", Arial, sans-serif;
}
.bl .flCheck p { margin-top: 0; }

.bl .submitStatus {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: .2em 0 0 2em;
	color: #888;
}
* html .bl .submitStatus { display: inline; }
.bl .submitStatus img {
	float: left;
	margin-right: 1em;
}
* html .bl .submitStatus img { display: inline; }

.bl form .frErrors {
	margin: 1em 0;
	border: 5px solid #ffe5e5;
	background: #fff9f9 url(../img/box_bg-error.gif);
	padding: 0 1em .5em;
	font-size: 11px;
}
.bl form .frErrors p { margin: .5em 0; }
.bl form .frErrors ol {
	margin: 0 0 .5em;
	list-style-type: decimal;
}
.bl form .frErrors ol li { margin: 0 0 .5em 2em; }


/* ########## blTBreadcrumbs ########## */

.blTBreadcrumbs {
	margin: 15px 0 30px;
	font-weight: bold;
}
.blTBreadcrumbs a,
.blTBreadcrumbs a:link,
.blTBreadcrumbs a:visited,
.blTBreadcrumbs a:hover,
.blTBreadcrumbs a:active { color: #000; }
.blTBreadcrumbs a:hover {
	color: #f90;
	text-decoration: none;
}


/* ########## blTTeaser ########## */

.blTTeaser {
	margin-bottom: 20px;
	border-top: 2px solid #006;
	padding-top: 8px;
}
.blTTeaser h1,
.blTTeaser h2 {
	margin: 0 0 1em;
	font-size: 13px;
	color: #006;
}
.blTTeaser p { margin: 0 0 1em; }
.blTTeaser .blContent { position: relative; }
.blTTeaser .blContent .link {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}


/* ########## blTArticle ########## */

.blTArticle { margin-bottom: 20px; }
.blTArticle h1 {
	margin: 0 0 1em;
	font-size: 15px;
	color: #006;
}
.blTArticle h2 {
	margin: 0 0 1em;
	font-size: 13px;
	color: #006;
}
.blTArticle h3,
.blTArticle h4,
.blTArticle h5,
.blTArticle h6 {
	margin: 0 0 1em;
	font-size: 13px;
}
.blTArticle p { margin: 0 0 1em; }

.blTArticle ul {
	margin: 0 0 1em;
	list-style-type: disc;
}
.blTArticle ul li { margin: 0 0 .5em 1.5em; }
.blTArticle ul ul {	margin: 0 0 1em; }
.blTArticle ol {
	margin: 0 0 1em;
	list-style-type: decimal;
}
.blTArticle ol li { margin: 0 0 .5em 2em; }

.blTArticle table { margin: 0; }
.blTArticle table th,
.blTArticle table td { padding: 0 1em 1em 0; }
.blTArticle table th {
	white-space: nowrap;
	font-weight: normal;
}

.blTArticle table.design1 { margin-bottom: 1em; }
.blTArticle table.design1 th,
.blTArticle table.design1 td {	
	border-bottom: 2px solid #cfcfe5;
	padding: 5px 10px 6px;
}
.blTArticle table.design1 .thead1 th {
	background-color: #006;
	vertical-align: baseline;
	color: #fff;
}
.blTArticle table.design1 .thead1 th a,
.blTArticle table.design1 .thead1 th a:link,
.blTArticle table.design1 .thead1 th a:visited,
.blTArticle table.design1 .thead1 th a:active { color: #fff; }
.blTArticle table.design1 .thead1 th a:hover {
	color: #f90;
	text-decoration: none;
}
.blTArticle table.design1 .thead2 th {
	background-color: #cfcfe5;
	padding-top: 1px;
	padding-bottom: 2px;
	vertical-align: baseline;
	color: #006;
}
.blTArticle table.design1 .thead2 th a,
.blTArticle table.design1 .thead2 th a:link,
.blTArticle table.design1 .thead2 th a:visited,
.blTArticle table.design1 .thead2 th a:active { color: #006; }
.blTArticle table.design1 .thead2 th a:hover {
	color: #f90;
	text-decoration: none;
}

.pgTPrint .blTArticle table.design1 { border-top: 2px solid #006; }
.pgTPrint .blTArticle table.design1 th,
.pgTPrint .blTArticle table.design1 td {	
	border-bottom: 1px solid #cfcfe5;
	padding: 5px 10px 6px 0;
}
.pgTPrint .blTArticle table.design1 .thead1 th {
	border-bottom: 2px solid #006;
	background-color: transparent;
	color: #006;
}
.pgTPrint .blTArticle table.design1 .thead1 th a,
.pgTPrint .blTArticle table.design1 .thead1 th a:link,
.pgTPrint .blTArticle table.design1 .thead1 th a:visited,
.pgTPrint .blTArticle table.design1 .thead1 th a:active { color: #006; }
.pgTPrint .blTArticle table.design1 .thead2 th {
	border-bottom: 1px solid #006;
	background-color: transparent;
	padding: 5px 10px 6px 0;
}
.pgTPrint .blTArticle table.tableLayout { border: 0; }

.blTArticle blockquote {
	margin: 1em 0 .5em;
	background: #f7f7f7 url(../img/icon_quote-begin.gif) no-repeat 15px 15px;
	padding: 0 0 12px 55px;
}
.blTArticle blockquote p {
	margin: 0;
	padding: 10px 55px 0 0;
}
.blTArticle blockquote p.cite {
	zoom: 1;
	background: url(../img/icon_quote-end.gif) no-repeat 95% 0;
	padding: 10px 55px 0 0;
	font-size: 11px;
	color: #888;
}


/* ########## blTNews ########## */

.blTNews {
	margin-bottom: 20px;
	border-top: 2px solid #cfcfe5;
	padding-top: 10px;
}
.blTNews li {
	float: left; /* IE6 */
	margin-bottom: 10px;
	border-bottom: 2px solid #cfcfe5;
	padding-bottom: 8px;
	width: 100%; /* IE6 */
}
* html .blTNews li { display: inline; } /* IE-Hack Double Float-Margin Bug */
.blTNews h2 {
	margin-bottom: .5em;
	font-size: 13px;
	color: #006;
}
.blTNews p { margin: .5em 0; }
.blTNews .date {
	font-size: 11px;
	color: #888;
}
.blTNews .link { text-align: right; }
.blTNews h2 a,
.blTNews h2 a:link,
.blTNews h2 a:visited,
.blTNews h2 a:hover,
.blTNews h2 a:active { color: #006; }


/* ########## blTSearch ########## */

.blTSearch {
	margin-bottom: 20px;
	font-size: 13px;
}
.blTSearch .result { margin: 2em 0; }
.blTSearch h2 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #006;
}
.blTSearch .resultOrder {
	margin-right: 5px;
	font-size: 13px;
}
.blTSearch p { margin: 5px 0; }
.blTSearch .resultRelevance {
	float: right;
	font-weight: bold;
	color: #006;
}
.blTSearch p.resultAttributes {
	border-top: 1px solid #7d7db3;
	padding-top: 5px;
	font-size: 11px;
	color: #7d7db3;
}

.blTSearch a,
.blTSearch a:link,
.blTSearch a:visited,
.blTSearch a:active { text-decoration: none; }
.blTSearch a:hover { text-decoration: underline; }
.blTSearch h2 a,
.blTSearch h2 a:link,
.blTSearch h2 a:visited,
.blTSearch h2 a:hover,
.blTSearch h2 a:active { color: #006; }
.blTSearch .resultAttributes a,
.blTSearch .resultAttributes a:link,
.blTSearch .resultAttributes a:visited,
.blTSearch .resultAttributes a:hover,
.blTSearch .resultAttributes a:active { color: #7d7db3; }


/* ########## clTContact ########## */

.clTContact { margin-bottom: 20px; }
.clTContact li {
	float: left;
	margin-left: 29px;
	width: 234px;
}
* html .clTContact li { display: inline; }

.pgTPrint .clTContact li {
	margin-left: 0;
	margin-right: 3%;
	width: 46%;
}

.clTContact li.contactTTeaser {
	border-top: 2px solid #006;
	padding-top: 8px;
}

.clTContact span.contactTProduction {
	display: block;
	margin: 0 0 .5em;
	background-color: #006;
	padding: 1px 5px;
	font-weight: normal;
	color: #fff;
}
.clTContact span.contactTSales {
	display: block;
	margin: 0 0 .5em;
	background-color: #f90;
	padding: 1px 5px;
	font-weight: normal;
	color: #fff;
}
.clTContact h2 {
	margin: 0 0 .5em;
	font-size: 13px;
	color: #006;
}
.clTContact p { margin: 0 0 1em; }
.clTContact h2 a,
.clTContact h2 a:link,
.clTContact h2 a:visited,
.clTContact h2 a:hover,
.clTContact h2 a:active { color: #006; }
.clTContact h2 a span,
.clTContact h2 a:link span,
.clTContact h2 a:visited span,
.clTContact h2 a:hover span,
.clTContact h2 a:active span { color: #fff; }


/* ########## clTSitemap ########## */

.clTSitemap li.sitemapColumn {
	float: left;
	margin: 0 0 20px 30px;
	width: 234px;
	font-size: 15px;
	font-weight: bold;
	color: #006;
}
* html .clTSitemap li.sitemapColumn { display: inline; }

.pgTPrint .clTSitemap li.sitemapColumn {
	margin: 0 3% 20px 0;
	width: 46%;
}

.clTSitemap ul {
	margin: 5px 0; 
	border-top: 2px solid #006;
	background-color: #e6e6f2;
	font-size: 13px;
	color: #000;
}
.clTSitemap li li {
	border-bottom: 1px solid #7d7db3;
	padding: 5px;
}
* html .clTSitemap li li { zoom: 1; }
*+html .clTSitemap li li { zoom: 1; }
.clTSitemap ul ul {
	border: 0;
	font-weight: normal;
}
.clTSitemap li li li {
	margin: 0 0 0 15px;
	padding: 2px 0;
	border: 0;
}
.clTSitemap ul ul ul {
	margin: 0;
	list-style-type: square;
	font-size: 11px;
}
.clTSitemap li li li li { margin: 0 0 0 20px; }

.clTSitemap a,
.clTSitemap a:link,
.clTSitemap a:visited,
.clTSitemap a:active {
	color: #006;
	text-decoration: none;
}
.clTSitemap a:hover {
	color: #006;
	text-decoration: underline;
}
.clTSitemap li li a,
.clTSitemap li li a:link,
.clTSitemap li li a:visited,
.clTSitemap li li a:hover,
.clTSitemap li li a:active { color: #000; }


/* ########## image (im) ########## */

.im { margin: 0 0 1em; }
.im p,
.im div {
	margin-top: .5em;
	text-align: left;
}
.im img { display: inline; }
.imLeft {
	float: left;
	margin-right: 20px;
}
* html .imLeft { display: inline; }
.imRight {
	float: right;
	margin-left: 20px;
}
* html .imRight { display: inline; }
.imLeft img,
.imRight img { display: block; }


/* ########## inline ########## */

.blockquote {
	display: block;
	padding: 1em 1em .5em 2em;
}
.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #c03;
}
.MB0 { margin-bottom: 0 !important; }
.TAL { text-align: left; }
.TAC { text-align: center; }
.TAR { text-align: right; }
.TAJ { text-align: justify; }
.WSN { white-space: nowrap; }
.W100 { width: 100%; }
.W75 { width: 75%; }
.W66 { width: 66%; }
.W50 { width: 50%; }
.W33 { width: 33%; }
.W25 { width: 25%; }
.color1 { color: #000; }
.color2 { color: #006; }
.color3 { color: #f90; }


/* ########## typo3 ########## */

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox p { margin: 15px 0; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0;
	font-size: 11px;
	font-weight: bold;
}
.browsebox li {
	float: left;
	border-left: 1px solid #7d7db3;
	padding: 20px 18px 0 8px;
}
.browsebox li strong { }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	color: #006;
	text-decoration: none;
}
.browsebox li a:hover {
	color: #f90;
	text-decoration: none;
}
.browsebox li.tx-indexedsearch-browselist-currentPage a,
.browsebox li.tx-indexedsearch-browselist-currentPage a:link,
.browsebox li.tx-indexedsearch-browselist-currentPage a:visited,
.browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
.browsebox li.tx-indexedsearch-browselist-currentPage a:active { color: #f90; }

