/* ########## 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%;
	margin-bottom: 1px;
}
body {
    position: relative;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
    color: #333;
    text-align: left;
}
* html body { position: static; }
fieldset, img {
	display: block;
	border: 0 solid;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a,
a:link,
a:visited,
a:active {
	color: #3689b3;
	text-decoration: underline;
}
a:hover {
	color: #3689b3;
	text-decoration: none;
}


hr {
	clear: both;
	margin: 1.2em 0;
	border: 0;
	background-color: #aaaeb3;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .6em;
	border-bottom: 1px solid #aaaeb3;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .6em;
	border-bottom: 1px solid #aaaeb3;
	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;
}


/* ########## nyroModal ########## */

div#nyroModalFull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size: 13px;
    color: #333;
}
div#nyroModalFull div#nyroModalLoading {
	border: 1px solid #fff;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/nyroModal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 1px solid #f00;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #eef0f2;
}
div#nyroModalFull div#nyroModalWrapper {
	border: 1px solid #fff;
	background: #eef0f2;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	z-index: 999;
	top: -20px;
	right: 10px;
	width: 85px;
	height: 19px;
	text-indent: -9999em;
	background: #d5d7d9 url(../img/icon_close-de.gif) no-repeat 51% 3px;
	border: 1px solid #fff;
	border-bottom: 0;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper { position: relative; }
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent { position: relative; }
div#nyroModalFull div#nyroModalWrapper div.wrapperImg { margin: 5px; }
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img { vertical-align: baseline; }
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div { display: none; }
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev { left: 0; }
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover { background: url(../img/nyroModal/prev.gif) left 20% no-repeat; }
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext { right: 0; }
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover { background: url(../img/nyroModal/next.gif) right 20% no-repeat; }


/* ########## form ########## */

form { margin: 0 0 1em; }
input,
select,
textarea { font-family: Arial, Helvetica, sans-serif; }
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f2f2f2 url(../img/input_bg.gif) repeat-x 0 0;
	padding: 1px 1px 1px 2px;
}
input.flText[disabled] {
	border-color: #ccc;
	background: #eee;
	color: #333;
}
select {
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f2f2f2 url(../img/input_bg.gif) repeat-x 0 0;
}
textarea {
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f2f2f2 url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px;
	font-size: 13px;
}
input.error,
select.error,
textarea.error { border-color: #c03; }
p input,
p select,
p textarea { vertical-align: middle; }
form label img {
	display: inline;
	vertical-align: top;
}


/* ########## buttonSubmit (bt) ########## */

input.bt,
button.bt {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: normal;
}
* html input.bt,
* html button.bt {
	zoom: 1;
	overflow: visible;
	background-position: 0 -1px;
	width: auto;
}
* + html input.bt,
* + html button.bt {
	zoom: 1;
	overflow: visible;
	background-position: 0 -1px;
	width: auto;
}


/* ########## 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; }

a.bt,
a.btLeft, 
a.btRight,
a.btInline,
.bt a,
.btLeft a, 
.btRight a,
.btInline a,
.bt span,
.btLeft span, 
.btRight span,
.btInline span {
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}
* html a.bt,
* html a.btLeft, 
* html a.btRight,
* html a.btInline { zoom: 1; }
*+html a.bt,
*+html a.btLeft, 
*+html a.btRight,
*+html a.btInline { zoom: 1; }


/* ########## btT ########## */

a.btT1s,
.btT1s a,
input.btT1s,
button.btT1s {
	border-color: #888;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #c0c0c0;
	background-image: url(../img/btn_bg1.gif);
	padding: 1px 5px;
	font-size: 11px;
	color: #333;
}
a.btT1s,
a.btT1s:link,
a.btT1s:visited,
a.btT1s:hover,
a.btT1s:active {
	color: #333;
	text-decoration: none;
}
.btT1s a,
.btT1s a:link,
.btT1s a:visited,
.btT1s a:hover,
.btT1s a:active {
	color: #333;
	text-decoration: none;
}

a.btT2m,
.btT2m a,
input.btT2m,
button.btT2m {
	border-color: #446600;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #558000;
	background-image: url(../img/btn_bg2.gif);
	padding: 2px 10px;
	font-size: 13px;
	color: #fff;
}
a.btT2m,
a.btT2m:link,
a.btT2m:visited,
a.btT2m:hover,
a.btT2m:active {
	color: #fff;
	text-decoration: none;
}
.btT2m a,
.btT2m a:link,
.btT2m a:visited,
.btT2m a:hover,
.btT2m a:active {
	color: #fff;
	text-decoration: none;
}

a.btT3m,
.btT3m a,
input.btT3m,
button.btT3m {
	border-color: #1f4e66;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #276381;
	background-image: url(../img/btn_bg3.gif);
	padding: 2px 10px;
	font-size: 13px;
	color: #fff;
}
a.btT3m,
a.btT3m:link,
a.btT3m:visited,
a.btT3m:hover,
a.btT3m:active {
	color: #fff;
	text-decoration: none;
}
.btT3m a,
.btT3m a:link,
.btT3m a:visited,
.btT3m a:hover,
.btT3m a:active {
	color: #fff;
	text-decoration: none;
}


/* ########## icons (ic) ########## */

.icLink {
	background: url(../img/icon_link-m.gif) no-repeat 0 .35em;
	padding-left: 10px;
}
.bl a.icLink,
.bl a.icLink:link,
.bl a.icLink:visited,
.bl a.icLink:active { text-decoration: none; }
.bl a.icLink:hover  { text-decoration: underline; }

.icTop {
	background: url(../img/icon_top-s.gif) no-repeat 0 .35em;
	padding-left: 14px;
}
.bl a.icTop,
.bl a.icTop:link,
.bl a.icTop:visited,
.bl a.icTop:active { text-decoration: none; }
.bl a.icTop:hover  { text-decoration: underline; }

.icFile {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 7px 0 10px 40px;
}
.fileTypePDF { background-image: url(../img/icon_pdf-l.gif); }
.fileTypeZIP { background-image: url(../img/icon_zip-l.gif); }
.fileTypeDOC { background-image: url(../img/icon_doc-l.gif); }
.fileTypePPT { background-image: url(../img/icon_ppt-l.gif); }
.fileTypeXLS { background-image: url(../img/icon_xls-l.gif); }


/* ########## list ########## */

ul,
ol { list-style-type: none; }


/* ########## floatbox ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## page (pg) ########## */

.pg {
	margin: 0 auto;
	padding-bottom: 1em;
	width: 996px;
	font-size: 13px;
}
.pgTModal { padding: 1.3em 20px 1em; }
.pgHeader {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;	
}
.pgHeader .headerLogo {
	position: absolute;
	bottom: 0;
	left: 33px;
}
.pgHeader .headerLinks {
	position: absolute;
	right: 360px;
	top: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ddd;
	padding: 5px 15px 5px 0;
	font-size: 11px;
}
.pgHeader .headerLogin {
	float: right;
	margin: 0; /* form */
	padding-right: 28px;
	width: 320px;
	font-size: 11px;
	color: #e5b8cf;
}
.pgNavigation {
	position: relative;
	overflow: hidden;
	margin: 0 28px 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #555 url(../img/nav1_bg.gif) repeat-x 0 1px;
	padding: 5px 15px 0;
	width: 910px;
}
.pgContent {
	position: relative;
	overflow: hidden;
	padding-bottom: 1em;
	width: 100%;
}
.pgTModal .pgContent { padding: 0; }
.pgFooter {
	overflow: hidden;
	margin: 0 28px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #555 url(../img/nav1_bg.gif) repeat-x 0 1px;
	width: 940px;
	font-size: 11px;
	color: #ddd;
}
.pgTModal .pgFooter {
	border-top: 1px solid #aaaeb3;
	background-color: transparent;
	padding: 1em 0;
	width: 100%;
}


/* ########## headerLinks ########## */

.headerLinks li {
	float: left;
	margin-left: 15px;
}
* html .headerLinks li { display: inline; }
.headerLinks li a,
.headerLinks li a:link,
.headerLinks li a:visited,
.headerLinks li a:active {
	color: #666;
	text-decoration: none;
}
.headerLinks li a:hover {
	color: #666;
	text-decoration: underline;
}


/* ########## headerLogin ########## */

.headerLogin .loginTitle {
	float: left;
	margin: 7px 1em 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #bf4381;
	padding: 5px 15px;
}
.headerLogin .loginInfo {
	float: right;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #bf4381;
	padding: 10px 15px 5px;
	width: 184px;
}
.headerLogin li {
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
}
.headerLogin p { padding: 2px 0 5px; }
.headerLogin li label,
.headerLogin li p {
	float: left;
	padding: 2px 0 0;
}
.headerLogin li input,
.headerLogin li button { float: right; }
.headerLogin li .flText { width: 120px; }

.headerLogin a,
.headerLogin a:link,
.headerLogin a:visited,
.headerLogin a:hover,
.headerLogin a:active { color: #e5b8cf; }
.headerLogin .flText,
.headerLogin .btT1s { border-color: #993667; }


/* ########## navStyles ########## */

.pgNavigation li { float: left; }
.pgNavigation li a,
.pgNavigation li a:link,
.pgNavigation li a:visited,
.pgNavigation li a:active {
	float: left;
	display: block;
	margin-right: 1px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding: 4px 20px 6px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}
.pgNavigation li a:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #888;
	padding-bottom: 4px;
	color: #fff;
}
.pgNavigation li.selected a,
.pgNavigation li.selected a:link,
.pgNavigation li.selected a:visited,
.pgNavigation li.selected a:active {
	background: #fff url(../img/nav1Tab_bg.gif) repeat-x 0 1px;
	color: #444;
}

.pgNavigation .selected .navSpacer {
	width: 0;
	height: 59px;
}
.pgNavigation .selected ul {
	position: absolute;
	top: 31px;
	left: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #fff url(../img/nav2_bg.gif) repeat-x 0 100%;
	padding: 3px 15px;
	width: 900px;
} 
.pgNavigation .selected li a,
.pgNavigation .selected li a:link,
.pgNavigation .selected li a:visited,
.pgNavigation .selected li a:active {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: none;
	padding: 3px 15px;
}
.pgNavigation .selected li a:hover,
.pgNavigation .selected li.selected a,
.pgNavigation .selected li.selected a:link,
.pgNavigation .selected li.selected a:visited,
.pgNavigation .selected li.selected a:active { background: #ccc; }


/* ########## pgFooter ########## */

.pgFooter a,
.pgFooter a:link,
.pgFooter a:visited,
.pgFooter a:active { 
	color: #ddd;
	text-decoration: none;
}
.pgFooter a:hover { 
	color: #ddd;
	text-decoration: underline;
}
.pgFooter .footerCopyright {
	float: left;
	margin: 3px 0 4px 20px;
}
* html .pgFooter .footerCopyright { display: inline; }
.pgFooter ul.footerLinks {
	float: right;
	margin: 3px 20px 4px 0;
}
* html .pgFooter ul.footerLinks { display: inline; }
.pgFooter .footerLinks li {
	display: inline;
	margin-left: 15px;
}


/* ########## column (cl) ########## */

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
}
* html .cl { padding-bottom: 20px; }
*+html .cl { padding-bottom: 20px; }
.pgContent .clW1 { width: 242px; }
.pgContent .clW2 { width: 484px; }
.pgContent .clW3 { width: 726px; }
.pgContent .clW4 { width: 968px; }


/* ########## block (bl) ########## */

.pgContent .bl {
	float: left;
	margin-left: 28px;
}
* html .pgContent .bl { display: inline; }
.pgTModal .pgContent .bl {
	position: relative; /* 2btested in IE6 */
	float: none;
	display: block; /* IE6 */
	margin-left: 0;
}
.pgContent .blW1 {
	position: relative;
	width: 214px;
}
* html .pgContent .blW1 { width: 213px; } /* IE6 */
.pgContent .blW1p {
	position: relative;
	width: 335px;
}
* html .pgContent .blW1p { width: 334px; } /* IE6 */
.pgContent .blW2 {
	position: relative;
	width: 456px;
}
* html .pgContent .blW2 { width: 455px; } /* IE6 */
.pgContent .blW3 {
	position: relative;
	width: 698px;
}
* html .pgContent .blW3 { width: 697px; } /* IE6 */
.pgContent .blW4 {
	position: relative;
	width: 940px;
}
* html .pgContent .blW4 { width: 939px; } /* IE6 */
.pgTModal .pgContent .blW1,
.pgTModal .pgContent .blW2,
.pgTModal .pgContent .blW3,
.pgTModal .pgContent .blW4 { 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.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 {
	border: 0;
	margin: 0;
	width: auto;
}
.bl table.tableLayout th,
.bl table.tableLayout td {
	border: 0;
	padding: 0;
}


/* ########## bl form ########## */

.bl form {
	overflow: hidden;
	zoom: 1;
	margin: 1em 0 .5em;
	border: 5px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* 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: 15px;
	font-weight: bold;
	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;
	margin: .5em 15px 1em;
}
.bl fieldset.frTBlock { margin: 1em 0 0 15px; }
.bl fieldset.frTBlock ol {
	margin: .5em 0 1em;
	border-top: 1px solid #ddd;
	padding-top: .5em;
}
.bl fieldset.frTInline ol { margin: -1.65em 0 0; }
.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 { margin: .5em 0 0; }
.bl .frTBlock .itemTypeCap {
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
.bl .frTBlock .flItem .flLabel {
	position: relative;
	float: left;
	width: 40%;
}
.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%;
}
.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 .frTBlock .flItem p { clear: both; }

.bl .frTInline .flItem { margin-right: 1em; }
.bl .frTInline .w50 {
	float: left;
	margin-right: 1%;
	width: 49%;
}
.bl .frTInline .w33 {
	float: left;
	margin-right: 1%;
	width: 32%;
}
.bl .frTInline .flItem label { 
	display: block;
	margin-bottom: .3em;
}
.bl .frTInline p.caption { margin: 0; }

.bl form p { margin: 0 0 1em; }
.bl form p label { margin-right: .5em; }
.bl form p label { margin-right: .5em; }
.bl form p span.caption,
.bl form p span.error { margin-left: .5em; }

.bl input.flCheck,
.bl .flCheckInput {
	float: left;
	border: 0;
}
.bl div.flCheck,
.bl label.flCheck {
	display: block;
	padding-left: 25px;
}
.bl .flCheck p { margin-top: 0; }


/* ########## blTIntro ########## */

.blTIntro h1 {
	padding: .3em 0 .6em 20px;
	font-size: 24px;
	font-weight: normal;
	color: #bf4381;
}
.blTIntro blockquote {
	background: url(../img/icon_quote.gif) no-repeat 0 0;
	padding-left: 50px;
}
.blTIntro blockquote p {
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}


/* ########## blTColor ########## */

.blTColor { margin-bottom: 20px; }
.blTColor h1,
.blTColor h2 {
	padding: 0 0 .3em 20px;
	font-size: 18px;
	font-weight: normal;
}
.blTColor .blContent {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: .1em 20px 1em;
}
.blTColor .linkRight {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 6px solid #fff;
	border-left: 7px solid #fff;
	-moz-border-radius: 9px 0 0 0;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
	background-color: #fff;
}
.blTColor p { margin: 1em 0; }
.blTColor ul {
	margin: 1em 0;
	list-style-type: square;
}
.blTColor ul li { margin: 0 0 .3em 1.5em; }

.blC1 h1,
.blC1 h2 { color: #690; }
.blC1 .blContent {
	background: #690 url(../img/blC1_bg.gif) repeat-x 0 1px;
	color: #fff;
}
.blC2 h1,
.blC2 h2 { color: #3689b3; }
.blC2 .blContent {
	background: #3689b3 url(../img/blC2_bg.gif) repeat-x 0 1px;
	color: #fff;
}

.blC1 a,
.blC1 a:link,
.blC1 a:visited,
.blC1 a:hover, 
.blC1 a:active,
.blC2 a,
.blC2 a:link,
.blC2 a:visited,
.blC2 a:hover, 
.blC2 a:active { color: #fff; }
.blC1 .icLink,
.blC2 .icLink { background: url(../img/icon_link-m-white.gif) no-repeat 0 .35em; }


/* ########## blTTicker ########## */

.blTTicker {
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ddd url(../img/blC0_bg.gif) repeat-x 0 1px;
}
.blTTicker h1 {
	margin: .4em 10px .3em 15px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}
.blTTicker h1 a,
.blTTicker h1 a:link,
.blTTicker h1 a:visited,
.blTTicker h1 a:hover,
.blTTicker h1 a:active {
	color: #808080;
	text-decoration: none;
}
.blTTicker .blContent {
	margin: 0 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: .6em 10px .3em;
}
.blTTicker li { margin-bottom: 1em; }
.blTTicker h2 {
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: normal;
}
.blTTicker .title {	
	margin-bottom: .5em;
	border-bottom: 1px solid #ddd;
	padding-bottom: .4em;
	font-size: 11px;
}
.blTTicker .date { float: right; }
.blTTicker .amount { text-align: right; }
.blTTicker a,
.blTTicker a:link,
.blTTicker a:visited,
.blTTicker a:active {
	color: #333;
	text-decoration: none;
}
.blTTicker a:hover {
	color: #333;
	text-decoration: underline;
}


/* ########## blTNews ########## */

.blTNews { margin-bottom: 20px; }
.blTNews li {
	margin: 0 20px 20px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
* html .blTNews li { zoom: 1; }
.blTNews h2 {
	margin: .5em 0;
	font-size: 15px;
}
.blTNews p { margin: 1em 0; }
.blTNews .date {
	font-size: 11px;
	color: #808080;
}
.blTNews .link { text-align: right; }
.blTNews a,
.blTNews a:link,
.blTNews a:visited,
.blTNews a:hover,
.blTNews a:active { text-decoration: none; }
.blTNews .icLink a,
.blTNews .icLink a:link,
.blTNews .icLink a:visited,
.blTNews .icLink a:hover,
.blTNews .icLink a:active {
	color: #808080;
	text-decoration: none;
}


/* ########## blTCarousel ########## */

.blTCarousel {
	position: relative;
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ddd url(../img/blC0_bg.gif) repeat-x 0 1px;
}
.blTCarousel h1 {
	margin: .4em 10px .4em 20px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}
.blTCarousel h1 a,
.blTCarousel h1 a:link,
.blTCarousel h1 a:visited,
.blTCarousel h1 a:hover,
.blTCarousel h1 a:active {
	color: #808080;
	text-decoration: none;
}
.blTCarousel .blContent {
	margin: 0 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ddd;
}
.blTCarousel .blContent .carouselSpacer {
	overflow: visible;
	width: 930px;
	height: 80px;
}
.blTCarousel ul.carouselItems {
	overflow: hidden;
	zoom: 1;
}
.blTCarousel .carouselItems li {
	float: left;
	margin-left: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	width: 180px;
}
.blTCarousel .carouselItems em {
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.blTCarousel .carouselItems img {
	display: inline;
	vertical-align: middle;
}
.blTCarousel .btnPrevious,
.blTCarousel .btnNext {
	cursor: pointer;
	position: absolute;
	z-index: 999;
	top: 4px;
	width: 22px;
	height: 22px;
}
.blTCarousel .btnPrevious { right: 38px; }
.blTCarousel .btnNext { right: 15px; }


/* ########## blTArticle ########## */

.blTArticle { margin-bottom: 20px; }
.blTArticle h1 {
	margin: .5em 20px 1em;
	font-size: 20px;
	font-weight: normal;
	color: #690;
}
.blTArticle h2 {
	margin: 1em 20px 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #808080;
}
.blTArticle h1 + h2 { margin: 0; }
.blTArticle h3,
.blTArticle h4,
.blTArticle h5,
.blTArticle h6 {
	margin: 0 20px;
	font-size: 15px;
	font-weight: bold;
}
.blTArticle p { margin: 1em 20px 0 20px; }

.blTArticle hr {
	margin-right: 20px;
	margin-left: 20px;
}

.blTArticle .date {
	margin: 0 20px;
	font-size: 11px;
}

.blTArticle ul {
	margin: 2em 20px;
	list-style-type: square;
}
.blTArticle ul li { margin: 0 0 .5em 35px; }
.blTArticle ol {
	margin: 2em 20px;
	list-style-type: decimal;
}
.blTArticle ol li { margin: 0 0 .5em 2em; }

.blTArticle ul.checks,
.blTArticle ul.arrows { list-style: none; }
.blTArticle .checks li,
.blTArticle .arrows li {
	margin-left: 5px;
	padding-left: 30px;
}
.blTArticle .checks li { background: url(../img/icon_check.gif) no-repeat 0 .15em; }
.blTArticle .arrows li { background: url(../img/icon_arrow.gif) no-repeat 0 .1em; }

.blTArticle li p { margin: 0 0 .5em; }

.blTArticle .w50 {
	float: left;
	margin-right: 4%;
	width: 45%;
}
* html .blTArticle .w50 { display: inline; }

.blTArticle .blTable {
	margin: 1.5em 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ddd url(../img/blC0_bg.gif) repeat-x 0 1px;
	padding: 5px;
}
.blTArticle .blTable h1,
.blTArticle .blTable h2 {
	margin: .2em 15px .3em;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}
.blTArticle table {
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	width: 100%;
	font-size: 11px;
}
.blTArticle table th,
.blTArticle table td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #fff;
	padding: .6em 15px;
}
.blTArticle table th {
	background-color: #fff;
	font-weight: normal;
}
.blTArticle table .thead th {
	background-color: #fff;
	vertical-align: baseline;
	color: #690;
}
.blTArticle table .thead th a,
.blTArticle table .thead th a:link,
.blTArticle table .thead th a:visited,
.blTArticle table .thead th a:hover,
.blTArticle table .thead th a:active { color: #690; }
.blTArticle tr.rowHighlight th { background-color: #ded3bd; }
.blTArticle tr.rowHighlight td { background-color: #dcdde0; }

.blTArticle blockquote {
	margin: 2em 20px;
	background: url(../img/icon_quote.gif) no-repeat 0 0;
	padding-left: 50px;
}
.blTArticle blockquote p { margin: 0 0 1em; }
.blTArticle blockquote cite { font-style: normal; }


.blTArticle .blBxConfirmation {
	margin: 1em 0;
	border: 1px solid #690;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ddedbe;
	padding: .1em 20px;
}
.blTArticle .blBxConfirmation p { margin: .5em 0; }


.blTArticle .blBxError {
	margin: 1em 0;
	border: 1px solid #bf4381;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #e5b8cf;
	padding: .1em 20px;
}
.blTArticle .blBxError p { margin: .5em 0; }


/* ########## blTSearch ########## */

.blTSearch {
	margin-bottom: 20px;
	font-size: 13px;
}
.blTSearch form {
	margin: 1em 20px .5em;
	border: 0;
}
.blTSearch .result { margin: 2em 0; }
.blTSearch h2 {
	margin: 0 20px 10px;
	font-size: 18px;
	color: #690;
}
.blTSearch .resultOrder {
	margin-right: 5px;
	font-size: 13px;
}
.blTSearch p { margin: 5px 20px; }
.blTSearch .resultRelevance {
	float: right;
	font-weight: bold;
	color: #808080;
}
.blTSearch p.resultAttributes {
	border-top: 1px solid #808080;
	padding-top: 5px;
	font-size: 11px;
	color: #808080;
}

.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: #690; }
.blTSearch .resultAttributes a,
.blTSearch .resultAttributes a:link,
.blTSearch .resultAttributes a:visited,
.blTSearch .resultAttributes a:hover,
.blTSearch .resultAttributes a:active { color: #808080; }


/* ########## image (im) ########## */

.im { margin: 1em 20px 0; }
.im .caption { margin-top: .5em; }
.imLeft { float: left; }
.imRight { float: right; }
* html .im { display: inline; }


/* ########## inline ########## */

span.blockquote {
	display: block;
	padding: 1em 1em .5em 2em;
}

div.smallprint,
p.smallprint,
span.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
div.mini,
p.mini,
span.mini {
	font-size: 10px;
	font-weight: normal;
}

div.caption,
p.caption,
span.caption {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.bl .caption a,
.bl .caption a:link,
.bl .caption a:visited,
.bl .caption a:hover,
.bl .caption a:active { color: #888; }

div.amount,
p.amount {
	font-size: 18px;
	font-weight: bold;
}
.amount span.denomination {
	font-size: 11px;
	font-weight: normal;
}

div.error,
p.error,
span.error {
	font-size: 11px;
	font-weight: normal;
	color: #c03;
}

.color1 { color: #333; }
.color2 { color: #888; }
.color3 { color: #690; }
.color4 { color: #3689b3; }
.color5 { color: #bf4381; }


/* ########## typo3 ########## */

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox p { margin: 15px 20px; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	zoom: 1;
	margin: 15px 20px;
	font-size: 11px;
	font-weight: bold;
}
.browsebox li {
	float: left;
	border-left: 1px solid #808080;
	padding: 20px 18px 0 8px;
}
.browsebox li strong { }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	color: #3689b3;
	text-decoration: none;
}
.browsebox li a:hover {
	color: #3689b3;
	text-decoration: underline;
}
.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: #690; }

