/* ########## 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: #990019 url(../img/body_bg.gif) repeat-x 0 0;
	font-family: Arial, sans-serif;
	font-size: 100.01%;
    color: #333;
    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: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link,
a:visited,
a:active {
	color: #800015;
	text-decoration: none;
}
a:hover {
	color: #800015;
	text-decoration: underline;
}

hr {
	clear: both;
	margin: .5em 0;
	border: 0;
	background-color: #ccc28f;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #ccc28f
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #ccc28f;
	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: 12px;
}
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #b3aa7d;
	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 #b3aa7d;
	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 #b3aa7d;
	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: 12px;
}
p input,
p select,
p textarea { vertical-align: middle; }

label { font-family: Arial, sans-serif; }


/* ########## 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: #b3aa7d;
	background-color: #d8cfa2;
	background-image: url(../img/btn_bg.gif);
	padding: 0 5px;
	line-height: 19px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #806a00;
}
* html a.btT1,
* html .btT1 a,
* html input.btT1,
* html button.btT1 { 
	line-height: 1.45em;
	font-size: 11px;
}
*+html a.btT1,
*+html .btT1 a,
*+html input.btT1,
*+html button.btT1 { 
	line-height: 1.45em;
	font-size: 11px;
}
a.btT1,
a.btT1:link,
a.btT1:visited,
a.btT1:hover,
a.btT1:active {
	color: #806a00;
	text-decoration: none;
}
.btT1 a,
.btT1 a:link,
.btT1 a:visited,
.btT1 a:hover,
.btT1 a:active {
	color: #806a00;
	text-decoration: none;
}


/* ########## list ########## */

ul,
ol { list-style-type: none; }


/* ########## floatbox ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## page (pg) ########## */

.pg {
	position: relative;
	margin: 0 auto;
	border: 2px solid #730013;
	border-top: 0;
	background-color: #fff;
	width: 990px;
}
.pgHeader {
	position: relative;
	width: 990px;
	height: 140px;
}
.pgHeader .headerLogo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 270px;
}
.pgHeader .headerSearch {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 2;
}
.pgHeader .headerNav {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 690px;
}
.pgContent {
	overflow: hidden;
	margin: 20px 0 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 990px;
}
.pgFooter {
	padding: 0 30px 15px;
	width: 930px;
}


/* ########## headerLogo ########## */

.pgHeader .headerLogo {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 14px;

}
.pgHeader .headerLogo span { font-size: 12px; }
.pgHeader .headerLogo a {
	display: block;
	margin: 10px 0;
}
.pgHeader .headerLogo a img { display: inline; }


/* ########## headerSearch ########## */

.headerSearch {
	background-color: #fff;
	padding: 0 0 10px 10px;
}
.headerSearch input,
.headerSearch button { display: inline; }
.headerSearch button { margin-left: 5px; }
.headerSearch .flText {
	width: 145px;
	font-size: 12px;
	color: #ccc28f;
}


/* ########## navStyles ########## */

.headerNav {
	overflow: hidden;
	zoom: 1;
}
.headerNav li {
	overflow: hidden;
	zoom: 1;
	float: left;
	border-left: 1px dotted #ccc28f;
	padding: 94px 24px 0 12px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.headerNav li.secondary {
	padding-top: 58px;
	padding-right: 0;
}
.headerNav li a,
.headerNav li a:link,
.headerNav li a:visited,
.headerNav li a:active {
	clear: both;
	float: left;
	display: block;
	height: 18px;
	color: #333;
	text-decoration: none;
}
.headerNav li a:hover {
	color: #800015;
	text-decoration: none;
}
.headerNav li a.selected,
.headerNav li a.selected:link,
.headerNav li a.selected:visited,
.headerNav li a.selected:hover,
.headerNav li a.selected:active { color: #806a00; }

.blTNav { margin-top: 20px; }
.blTNav .blContent {
	border-right: 1px dotted #ccc28f;
	padding: 10px 0 40px;
}
.blTNav h1 {
	margin-bottom: 1em;
	padding: 0 10px 0 15px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.blTNav li {
	margin-top: 1px;
	font-size: 12px;
}
.blTNav li a,
.blTNav li a:link,
.blTNav li a:visited,
.blTNav li a:active {
	display: block;
	padding: 2px 10px 2px 15px;
	color: #333;
	text-decoration: none;
}
.blTNav li a:hover,
.blTNav li.selected a,
.blTNav li.selected a:link,
.blTNav li.selected a:visited,
.blTNav li.selected a:active {
	background-color: #f2eeda;
	color: #333;
	text-decoration: none;
}
.blTNav li.selected li { margin-left: 15px; }
.blTNav li.selected li a,
.blTNav li.selected li a:link,
.blTNav li.selected li a:visited,
.blTNav li.selected li a:active {
	background-color: transparent;
	padding-left: 10px;
}
.blTNav li.selected li a:hover,
.blTNav li.selected li.selected a,
.blTNav li.selected li.selected a:link,
.blTNav li.selected li.selected a:visited,
.blTNav li.selected li.selected a:active { background-color: #f2eeda; }

.blTNav li.selected li.selected ul {
	padding: 2px 0 5px 20px;
	background-color: #faf8f0;
}
.blTNav li.selected li.selected li { list-style: disc; }
.blTNav li.selected li.selected li a,
.blTNav li.selected li.selected li a:link,
.blTNav li.selected li.selected li a:visited,
.blTNav li.selected li.selected li a:active {
	background-color: transparent;
	padding-left: 0;
}
.blTNav li.selected li.selected li a:hover,
.blTNav li.selected li.selected li.selected a,
.blTNav li.selected li.selected li.selected a:link,
.blTNav li.selected li.selected li.selected a:visited,
.blTNav li.selected li.selected li.selected a:active { background-color: #f2eeda; }


/* ########## pgFooter ########## */

.pgFooter .footerCopyright {
	margin-top: 20px;
	border-top: 1px dotted #ccc28f;
	padding-top: 10px;
	font-size: 12px;
}


/* ########## column (cl) ########## */

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
} /* analog floatbox */
.pgContent .clW1 { width: 240px; }
.pgContent .clW2 { width: 480px; }
.pgContent .clW3 { width: 720px; }
.pgContent .clW4 { width: 960px; }


/* ########## block (bl) ########## */

.bl {
	overflow: hidden;
	width: 100%;
} /* analog floatbox */
.pgContent .bl {
	float: left;
	margin-left: 30px;
}
* html .pgContent .bl { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pgContent .blW1 {
	position: relative;
	width: 210px;
}
.pgContent .blW1p {
	position: relative;
	width: 330px;
}
.pgContent .blW2 {
	position: relative;
	width: 450px;
}
.pgContent .blW3 {
	position: relative;
	width: 690px;
}
.pgContent .blW4 {
	position: relative;
	width: 930px;
}

.blCap {
	border-top: 1px dotted #ccc28f;
	padding-top: 10px;
}

.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, 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, 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; }


/* ########## blTTeaser ########## */

.blTTeaser {
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
}
.blTTeaser h1 {
	padding: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #806a00;
}
.blTTeaser p { margin: 1em 0; }
.blTTeaser .smallprint { font-size: 10px; }
.blTTeaser .link { font-size: 12px; }
.blTTeaser .blContent {
	position: relative;
	background-position: 0 10px;
	background-repeat: no-repeat;
}
.blTTeaser .contentFixed h1 {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0;
	width: 210px;
}
.blTTeaser .contentFixed .contentContainer {
	position: absolute;
	right: 0;
	bottom: 3em;
	width: 210px;
}
.blTTeaser .contentFixed .link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;
}


/* ########## blTMarginalia ########## */

.blTMarginalia {
	margin-top: 20px;
	background-color: #f2eeda;
	font-size: 12px;
}
.blTMarginalia .blContent { padding: 10px 10px 5px 15px; }
.blTMarginalia h1 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
.blTMarginalia h2 {
	margin-bottom: 1em;
	font-size: 14px;
}
.blTMarginalia h3,
.blTMarginalia h4,
.blTMarginalia h5,
.blTMarginalia h6 {
	margin-bottom: 1em;
	font-size: 12px;
}
.blTMarginalia p { margin-bottom: 1em; }

.blTMarginalia ul {
	margin-bottom: 1em;
	list-style-type: disc;
}
.blTMarginalia ul li { margin: 0 0 .5em 1.5em; }
.blTMarginalia ul ul {	margin: .5em 0 1em; }
.blTMarginalia ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}
.blTMarginalia ol li { margin: 0 0 .5em 2em; }


/* ########## blTArticle ########## */

.blTArticle {
	margin-top: 20px;
	padding-top: 10px;
	font-size: 12px;
}
.blTArticle h1 {
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.blTArticle h2 {
	margin-bottom: 1em;
	font-size: 14px;
}
.blTArticle h3,
.blTArticle h4,
.blTArticle h5,
.blTArticle h6 {
	margin-bottom: 1em;
	font-size: 12px;
}
.blTArticle p { margin-top: 1em; }

.blTArticle ul {
	margin-bottom: 1em;
	list-style-type: disc;
}
.blTArticle ul li { margin: 0 0 .5em 1.5em; }
.blTArticle ul ul {	margin: .5em 0 1em; }
.blTArticle ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}
.blTArticle ol li { margin: 0 0 .5em 2em; }

.blTArticle table { margin: 1em 0; }
.blTArticle table th,
.blTArticle table td { padding: .2em 1em .2em 0; }
.blTArticle table th { font-weight: normal; }

.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;
}


/* ########## blTTeaserThumb ########## */

.blTTeaserThumb {
	margin-top: 15px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.blTTeaserThumb a,
.blTTeaserThumb a:link,
.blTTeaserThumb a:visited,
.blTTeaserThumb a:hover,
.blTTeaserThumb a:active {
	display: block;
	background: url(../img/pic210x80_platzhalter.gif) no-repeat 50% 100%;
	padding-bottom: 85px;
	text-decoration: none;
}
.blTTeaserThumb a span,
.blTTeaserThumb a:link span,
.blTTeaserThumb a:visited span,
.blTTeaserThumb a:hover span,
.blTTeaserThumb a:active span { color: #333; }


/* ########## blTProducts ########## */

.blTProducts {
	margin-top: 20px;
	padding-top: 10px;
}
.blTProducts h1 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
.blTProducts ul.jumpNav {
	margin-bottom: 1em;
	background-color: #f2eeda;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.blTProducts ul.jumpNav li {
	display: inline;
	padding: 0 1px 0 2px;
	color: #ccc28f;
}
.blTProducts ul.jumpNav li a,
.blTProducts ul.jumpNav li a:link,
.blTProducts ul.jumpNav li a:visited,
.blTProducts ul.jumpNav li a:active {
	white-space: nowrap;
	text-decoration: none;
	color: #333;
}
.blTProducts ul.jumpNav li a:hover {
	text-decoration: none;
	color: #800015;
}

.blTProducts table {
	margin-top: 1em;
	border-bottom: 1px dotted #ccc28f;
	width: 100%;
}
.blTProducts table th,
.blTProducts table td {
	border-top: 1px dotted #ccc28f;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 5px 0;
	vertical-align: baseline;
	font-size: 12px;
}
.blTProducts table th { color: #806a00; }
.blTProducts table tbody th {
	background-color: #f2eeda;
	padding: 0 10px 0 0;
}
.blTProducts table tr:hover td { background-color: #faf8f0; }
.blTProducts table th.size,
.blTProducts table td.size {
	padding-left: 20px;
	text-align: right;
}
.blTProducts table td.size { font-size: 11px; }
.blTProducts table th.link,
.blTProducts table td.link { padding-left: 20px; }
.blTProducts table td.link { font-size: 11px; }
.blTProducts table td.qty { padding-right: 10px; }
.blTProducts table td.qty input.flText {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.blTProducts table tbody th a,
.blTProducts table tbody th a:link,
.blTProducts table tbody th a:visited,
.blTProducts table tbody th a:hover,
.blTProducts table tbody th a:active {
	display: block;
	background: url(../img/icon_top.gif) no-repeat 100% 50%;
	padding-right: 14px;
	text-decoration: none;
	color: #806a00;
}
.blTProducts table td img { display: inline; }
.blTProducts table form {
	display: inline;
	margin-left: 30px;
}
.blTProducts table form label {
	padding-right: 5px;
	font-size: 10px;
}
.blTProducts table form select {
	border-style: dotted;
	background-color: #f2eeda;
	font-size: 10px;
}
.blTProducts form table { margin: 0; }

.blTProducts table td .description { font-weight: normal; }
.blTProducts table td .description p { margin-top: .5em; }
.blTProducts table td .description ul {
	margin-top: .5em;
	list-style-type: disc;
}
.blTProducts table td .description ul li { margin: 0 0 .2em 1.5em; }


/* ########## blTStatus ########## */

.blTStatus {
	margin-top: 20px;
	background-color: #f2eeda;
	font-size: 12px;
}
.blTStatus .blContent { padding: 10px 15px 5px; }
.blTStatus h1 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
.blTStatus h2 {
	margin-bottom: 1em;
	font-size: 14px;
}
.blTStatus h3,
.blTStatus h4,
.blTStatus h5,
.blTStatus h6 {
	margin-bottom: 1em;
	font-size: 12px;
}
.blTStatus p { margin-bottom: 1em; }
.blTStatus .cap {
	margin-top: 1em;
	border-top: 1px dotted #ccc28f;
	padding-top: .75em;
}
.blTStatus .link {
	font-size: 14px;
	font-weight: bold;
}

.blTStatus .customer {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 1em;
	border-top: 1px dotted #ccc28f;
	border-bottom: 1px dotted #ccc28f;
	padding: 2px 0;
	font-size: 10px;
}
.blTStatus .customer span.id { float: left; }
.blTStatus .customer span.logout { float: right; }

.blTStatus .frTBlock .flItem { margin: 2px 0; }

.blTStatus table {
	margin: 0 0 1em;
	border-bottom: 1px dotted #ccc28f;
}
.blTStatus table td {
	border-top: 1px dotted #ccc28f;
	padding: 5px 0;
	vertical-align: baseline;
}
.blTStatus table td.size {
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	font-size: 10px;
}
.blTStatus table td img {
	display: inline;
	vertical-align: middle;
}


/* ########## blTNews ########## */

.blTNews {
	margin-top: 20px;
	border-top: 1px dotted #ccc28f;
	padding-top: 10px;
	font-size: 12px;
}
.blTNews li {
	float: left; /* IE6 */
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc28f;
	padding-bottom: 8px;
	width: 100%; /* IE6 */
}
* html .blTNews li { display: inline; } /* IE-Hack Double Float-Margin Bug */

.blTNews li ul {
	margin-bottom: 1em;
	list-style-type: disc;
}
.blTNews li ul li {
	float: none;
	margin: 0 0 .5em 1.5em;
	border: 0;
	padding: 0;
	width: auto;
}
.blTNews li ul ul {	margin: .5em 0 1em; }
.blTNews li ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}
.blTNews li ol li {
	float: none;
	margin: 0 0 .5em 2em;
	border: 0;
	padding: 0;
	width: auto;
}

.blTNews h2 {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
	color: #806a00;
}
.blTNews p { margin: 1em 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: #800015; }


/* ########## blTSearch ########## */

.blTSearch {
	margin-top: 20px;
	font-size: 12px;
}
.blTSearch .result { margin: 2em 0; }
.blTSearch h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #806a00;
}
.blTSearch .resultOrder {
	margin-right: 5px;
	font-size: 12px;
}
.blTSearch p { margin: 5px 0; }
.blTSearch .resultRelevance {
	float: right;
	font-weight: bold;
	color: #806a00;
}
.blTSearch p.resultAttributes {
	border-top: 1px dotted #ccc28f;
	padding-top: 5px;
	color: #806a00;
}

.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: #800015; }
.blTSearch .resultAttributes a,
.blTSearch .resultAttributes a:link,
.blTSearch .resultAttributes a:visited,
.blTSearch .resultAttributes a:hover,
.blTSearch .resultAttributes a:active { color: #806a00; }


/* ########## image (im) ########## */

.im { margin: 1em 0; }
.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; }
.imBlock { margin: 0 0 1em; }
.imLeft img,
.imRight img,
.imBlock img { display: block; }


/* ########## inline ########## */

.blockquote {
	display: block;
	padding: 1em 1em .5em 2em;
}
.smallprint {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.caption {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.error {
	font-size: 10px;
	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: #333; }
.color2 { color: #806a00; }
.color3 { color: #800015; }


/* ########## typo3 ########## */

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox p { margin: 15px 0; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}
.browsebox li {
	float: left;
	border-left: 1px dotted #ccc28f;
	padding: 30px 18px 0 8px;
}
.browsebox li strong { font-weight: normal; }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	color: #333;
	text-decoration: none;
}
.browsebox li a:hover {
	color: #800015;
	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: #806a00; }

