/* ########## 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: #090706 url(../img/body_bg.jpg) no-repeat 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
    color: #58585a;
    text-align: left;
}
* html body { position: static; }
body.print { background: #fff; }
fieldset, img {
	display: block;
	border: 0 solid;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	color: #58585a;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

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

hr {
	clear: both;
	margin: .5em 0;
	border: 0;
	background-color: #d8d5cf;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #d8d5cf;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #d8d5cf;
	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;
}


/* ########## sIFR ########## */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash h1 em { visibility: hidden; }


/* ########## form ########## */

form { margin: 0 0 15px; }
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-size: bold;
}
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	padding: 2px 1px 2px 2px;
}
input.flText[disabled] {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
* html input.flDisabled {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
select {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
}
select[disabled] {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
* html select.flDisabled {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
textarea {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	padding: 2px;
}
textarea[disabled] {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
* html textarea.flDisabled {
	border: 1px solid #ece1c8;
	background-color: #ece1c8;
	color: #666;
}
input.error,
select.error,
textarea.error {
	border-color: #c03;
	font-size: 11px;
}
p input,
p select,
p textarea { vertical-align: middle; }


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

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


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

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


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

.pg {
	position: relative;
	margin: 30px;
	border-bottom: 3px solid #58585a;
	background: #fff url(../img/pg_bg.gif) repeat-y 0 0;
	width: 960px;
}
.pgContainer {
	position: relative;
	background: url(../img/pgContainer_bg.gif) no-repeat 0 0;
}
.pgHeader {
	position: relative;
	height: 150px;
}
.pgHeader .headerLogo {
	position: absolute;
	top: 15px;
	left: 15px;
}
.pgHeader .headerLinks {
	position: absolute;
	top: 15px;
	left: 705px;
}
.pgHeader .headerNav {
	position: absolute;
	bottom: 0;
	left: 15px;
	overflow: hidden;
	background-color: #ece1c8;
	width: 660px;
}
.pgContent {
	position: relative;
	overflow: hidden;
	background: url(../img/pgContent_bg.gif) no-repeat 0 100%;
	padding: 15px 0 40px;
	width: 100%;
}


/* ########## headerLinks ########## */

.headerLinks li {
	display: inline;
	padding-right: .8em;
	font-size: 10px;
}
.headerLinks li a,
.headerLinks li a:link,
.headerLinks li a:visited,
.headerLinks li a:active {
	color: #000;
	text-decoration: none;
}
.headerLinks li a:hover {
	color: #000;
	text-decoration: none;
}


/* ########## headerNav ########## */

.headerNav li { float: left; }
.headerNav a,
.headerNav a:link,
.headerNav a:visited,
.headerNav a:active {
	float: left;
	border-bottom: 2px solid #ece1c8;
	padding: 8px 8px 0;
	height: 30px;
	heigh\t: 20px;
	line-height: 16px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
.headerNav li:first-child a,
.headerNav li:first-child a:link,
.headerNav li:first-child a:visited,
.headerNav li:first-child a:active { padding-left: 15px; }
.headerNav a:hover {
	border-color: #bdb9b1;
	text-decoration: none;
}
.headerNav a.selected,
.headerNav a.selected:link,
.headerNav a.selected:visited,
.headerNav a.selected:active { border-color: #423604; }
/*
.headerNav a,
.headerNav a:link,
.headerNav a:visited,
.headerNav a:active {
	display: block;
	border-bottom: 2px solid #ece1c8;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -3333px;
}
.headerNav a:hover { border-color: #bdb9b1; }
.headerNav a.selected,
.headerNav a.selected:link,
.headerNav a.selected:visited,
.headerNav a.selected:active { border-color: #423604; }
#navStrategien {
	background-image: url(../img/nav_strategien.gif);
	width: 89px;
}
#navMedien {
	background-image: url(../img/nav_medien.gif);
	width: 64px;
}
#navMarken {
	background-image: url(../img/nav_marken.gif);
	width: 65px;
}
#navAgentur {
	background-image: url(../img/nav_agentur.gif);
	width: 67px;
}
#navReferenzen {
	background-image: url(../img/nav_referenzen.gif);
	width: 91px;
}
*/


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

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
}
* html .pgContent .cl { display: inline; }

.pgContent .clTMain {
	position: relative;
	padding-left: 15px;
	width: 675px;
	wid\th: 660px;
}
.pgContent .clTMain .clTAuxiliary {
	padding: 30px 14px 0 15px;
	width: 179px;
	wid\th: 150px;
}
.pgContent .clTMain .clTContent {
	position: relative;
	border-left: 2px dotted #d8d5cf;
	padding: 8px 25px 0 14px;
	width: 481px;
	wid\th: 440px; 
}
* html .pgContent .clTMain .clTContent { padding-bottom: 15px; }
*+html .pgContent .clTMain .clTContent { padding-bottom: 15px; }
.pgContent .clTMarginalia {
	padding: 15px 15px 0 30px;
	width: 285px; 
	wid\th: 240px; 
}
.pgContent .clTMain h1 {
	margin: 0 0 10px;
	border-bottom: 2px solid #58585a;
	padding-bottom: 20px;
	height: 67px;
	heigh\t: 45px;
	line-height: 26px;
	letter-spacing: .03em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.pgContent .clTMain h1.ext {
	margin: 15px 30px 15px 15px;
	height: auto;
}


/* ########## clNav ########## */

.clNav {
	overflow: hidden;
	width: 150px;
	font-size: 11px;
}
.clNav li {
	float: left;
	border-bottom: 1px solid #d8d5cf;
	padding: 3px 0 5px;
	width: 150px;
}
.clNav a,
.clNav a:link,
.clNav a:visited,
.clNav a:active {
	color: #000;
	text-decoration: none;
}
.clNav a:hover {
	color: #58585a;
	text-decoration: none;
}
.clNav a.selected,
.clNav a.selected:link,
.clNav a.selected:visited,
.clNav a.selected:active {
	font-weight: bold;
	color: #58585a;
	text-decoration: none;
}


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

.bl {
	position: relative;
	float: left;
}
* html .bl { display: inline; }


/* ########## 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;
}


/* ########## blTBreadcrumbs ########## */

.blTBreadcrumbs {
	margin-bottom: 12px;
	font-size: 10px;
	color: #868889;
}
.blTBreadcrumbs a,
.blTBreadcrumbs a:link,
.blTBreadcrumbs a:visited,
.blTBreadcrumbs a:hover,
.blTBreadcrumbs a:active {
	color: #868889;
	text-decoration: none;
}
.blTBreadcrumbs a:hover {
	color: #868889;
	text-decoration: none;
}


/* ########## blTNav ########## */

.blTNav {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
}
* html .blTNav { padding-bottom: 15px; }
*+html .blTNav { padding-bottom: 15px; }
.blTNav li {
	float: left;
	margin: 0 3px 15px 0;
	border-top: 2px solid #58585a;
	background: #58585a url(../img/blTNav_bg.gif) repeat-x 0 0;
	padding-top: 5px;
	width: 143px;
	height: 50px;
	heigh\t: 43px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
}
.blTNav a,
.blTNav a:link,
.blTNav a:visited,
.blTNav a:active {
	color: #d8d5cf;
	text-decoration: none;
}
.blTNav a:hover {
	color: #fff;
	text-decoration: none;
}


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

.blTTeaser {
	margin: 0 5px 15px 0;
	border-top: 2px solid #423604;
	background: #423604 url(../img/blTTeaser_bg.gif) repeat-x 0 0;
	padding: 15px 5px 25px;
	width: 215px;
	wid\th: 205px;
	text-align: center;
	font-size: 11px;
}
.blTTeaser h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #ece1c8;
	padding-bottom: 15px;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
}
.blTTeaser p { olor: #d8d5cf; }
.blTTeaser p em {
	display: block;
	margin-top: 5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 9px;
	font-style: normal;
	color: #77662a;
}

.blTTeaser a,
.blTTeaser a:link,
.blTTeaser a:visited,
.blTTeaser a:active {
	color: #d8d5cf;
	text-decoration: none;
}
.blTTeaser a:hover,
.blTTeaser a:hover em {
	color: #fff !important;
	text-decoration: none;
}
.blTTeaser h2 a,
.blTTeaser h2 a:link,
.blTTeaser h2 a:visited,
.blTTeaser h2 a:active { color: #fff; }


/* ########## blTCarousel ########## */

.blTCarousel {
	position: relative;
	margin-bottom: 20px;
	width: 660px;
}
.blTCarousel ul.carouselItems {
	overflow: hidden;
	zoom: 1;
}
.blTCarousel .carouselItems li {
	float: left;
	width: 660px;
}
.blTCarousel .btnPrevious,
.blTCarousel .btnNext {
	cursor: pointer;
	position: absolute;
	z-index: 999;
	top: 35%;
	background-color: #423604;
	width: 30px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.blTCarousel .btnPrevious { left: 0; }
.blTCarousel .btnNext { right: 0; }
.blTCarousel .carouselInfo {
	overflow: hidden;
	background-color: #ece1c8;
	height: 20px;
	font-size: 10px;
	color: #000;
}
.blTCarousel .infoHeadline {
	float: left;
	margin-left: 15px;
	width: 164px;
	line-height: 20px;
	font-style: italic;
}
* html .blTCarousel .infoHeadline { display: inline; }
.blTCarousel .infoPosition {
	float: left;
	margin-left: 15px;
	width: 330px;
	line-height: 20px;
}
* html .blTCarousel .infoPosition { display: inline; }
.blTCarousel .infoTitle {
	float: right;
	margin-right: 30px;
	line-height: 20px;
}
* html .blTCarousel .infoTitle { display: inline; }


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

.blTArticle {
	margin-bottom: 15px;
	width: 435px;
	font-size: 13px;
	line-height: 18px;
}
.blTArticle h2,
.blTArticle h3,
.blTArticle h4,
.blTArticle h5,
.blTArticle h6 {
	margin: 0 0 15px;
	font-size: 13px;
}
.blTArticle p { margin: 0 0 15px; }

.blTArticle ul {
	overflow: hidden; /* fix hidden bullets */
	margin: 0 0 15px;
	list-style-type: disc;
}
* html .blTArticle ul { zoom: 1; }
.blTArticle ul li { margin: 0 0 5px 20px; }
* html .blTArticle ul li { zoom: 1; }
.blTArticle ul ul {	margin: .5em 0; }

.blTArticle ol {
	overflow: hidden; /* fix hidden bullets */
	margin: 0 0 15px;
	list-style-type: decimal;
}
* html .blTArticle ol { zoom: 1; }
.blTArticle ol li { margin: 0 0 5px 2em; }
* html .blTArticle ol li { zoom: 1; }

.blTArticle .bg1 {
	margin: 25px 0 !important;
	border-top: 2px solid #423604;
	background: #423604 url(../img/blTTeaser_bg.gif) repeat-x 0 0;
	padding: 5px 10px 15px;
	width: 435px;
	wid\th: 415px;
	font-size: 10px;
	color: #fff;

}
.blTArticle ul.bg1 { list-style: none; }	
.blTArticle ul.bg1 li {
	float: left;
	margin-left: 5px;
	border-bottom: 1px solid #ece1c8;
	background: transparent;
	padding: 5px 0;
	width: 132px;
}
.blTArticle ul.bg1 li { display: inline; }
.blTArticle .bg1 table { width: 100%; }
.blTArticle .bg1 table th,
.blTArticle .bg1 table td {
	border-bottom: 1px solid #ece1c8;
	padding: 0 0 5px;
}
.blTArticle .bg1 a,
.blTArticle .bg1 a:link,
.blTArticle .bg1 a:visited,
.blTArticle .bg1 a:hover,
.blTArticle .bg1 a:active {
	color: #fff;
	text-decoration: none;
}

.blTArticle blockquote {
	margin: 25px 0;
	border-top: 1px solid #d8d5cf;
	border-bottom: 1px solid #d8d5cf;
	padding: 10px 0 5px;
}
.blTArticle blockquote p {
	margin-bottom: 5px;
	line-height: 22px;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #000;
}
.blTArticle blockquote p.cite {
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #58585a;
}


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

.blTMarginalia {
	float: none !important;
	margin-bottom: 15px;
	width: 240px;
	font-family: Times, "Times New Roman", serif;
}
* html .blTMarginalia { display: block; }	
.blTMarginalia .label {
	display: block;
	background-color: #423604;
	padding: 0 0 1px 15px;
	width: 90px;
	wid\th: 75px; 
	font-size: 12px;
	color: #fff;
}
.blTMarginalia .blContent {
	background: #ece1c8 url(../img/blTMarginalia_bg.gif) repeat-y 0 0;
	padding: 15px 10px 5px 15px;
	font-size: 12px;
	color: #58585a;
}
.blTMarginalia p { margin-bottom: 10px; }
.blTMarginalia strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
}
.blTMarginalia a,
.blTMarginalia a:link,
.blTMarginalia a:visited,
.blTMarginalia a:hover,
.blTMarginalia a:active {
	text-decoration: none;
	color: #58585a;
}
.blTMarginalia .label a,
.blTMarginalia .label a:link,
.blTMarginalia .label a:visited,
.blTMarginalia .label a:hover,
.blTMarginalia .label a:active { color: #fff; }

.marginaliaSearch {
	margin: 0;
	overflow: hidden;
}
.marginaliaSearch .flText {
	float: left;
	margin: 0 0 10px;
	width: 190px;
	wid\th: 185px; 
}
.marginaliaSearch .flGfx {
	float: left;
	margin: 0 0 10px;
}
* html .marginaliaSearch {
	zoom: 1;
	padding-bottom: 15px !important;
}
*+html .marginaliaSearch { padding-bottom: 15px !important; }
* html .marginaliaSearch .flText { display: inline; }
* html .marginaliaSearch .flGfx { display: inline; }

.marginaliaTicker {
	overflow: hidden;
	zoom: 1;
}
.marginaliaTicker li {
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
* html .marginaliaTicker li { display: inline; }

.marginaliaTicker .date {
	float: left;
	background-color: #ece1c8;
	width: 30px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 10px;
}
.marginaliaTicker .date .dd {
	display: block;
	line-height: 18px;
	font-size: 18px;
}
.marginaliaTicker .headline {
	float: left;
	margin-left: 15px;
	width: 170px;
}
* html .marginaliaTicker .headline { display: inline; }


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

.blTNews {
	float: none !important;
	margin: 15px 30px 15px 15px;
	width: 615px;
	font-size: 13px;
	color: #58585a;
}
* html .blTNews { display: block; }
.blTNews li { margin-bottom: 40px; }

.blTNews h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	color: #000;
}
.blTNews p { margin: 5px 0 10px; }

.blTNews a,
.blTNews a:link,
.blTNews a:visited,
.blTNews a:hover,
.blTNews a:active {
	color: #000;
	text-decoration: none;
}
.blTNews .date {
	display: block;
	font-size: 10px;
	color: #868889;
}
.blTNews .link {
	text-align: right;
	font-size: 10px;
}
.blTNews .link a,
.blTNews .link a:link,
.blTNews .link a:visited,
.blTNews .link a:hover,
.blTNews .link a:active { color: #868889; }


/* ########## blTPagination ########## */

.blTPagination {
	float: none !important;
	margin: 15px 30px 15px 15px;
}
* html .blTPagination { display: block; }
.blTPagination p { margin: 15px 0; }
.blTPagination ul {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0;
	border-bottom: 1px solid #423604;
	background-color: #edeae4;
	font-size: 10px;
}
.blTPagination li { float: left; }
.blTPagination li a,
.blTPagination li a:link,
.blTPagination li a:visited,
.blTPagination li a:active {
	display: block;
	padding: 3px 10px 4px;
	color: #423604;
	text-decoration: none;
}
.blTPagination li a:hover,
.blTPagination li.selected a,
.blTPagination li.selected a:link,
.blTPagination li.selected a:visited,
.blTPagination li.selected a:hover,
.blTPagination li.selected a:active {
	background-color: #423604;
	color: #fff;
	text-decoration: none;
}


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

.blTSearch {
	float: none !important;
	margin: 15px 30px 15px 15px;
	width: 615px;
	font-size: 13px;
	color: #58585a;
}
.blTSearch .flText,
.blTSearch .btGfx {
	display: inline;
	margin: 0;
	vertical-align: middle;
}
.blTSearch .result { margin: 2em 0; }
.blTSearch h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	color: #000;
}
.blTSearch .resultOrder {
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.blTSearch p { margin: 5px 0; }
.blTSearch .resultRelevance {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #868889;
}
.blTSearch p.resultAttributes {
	border-top: 1px dotted #d8d5cf;
	padding-top: 5px;
	font-size: 10px;
	color: #868889;
}

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


/* ########## blTSitemap ########## */

* html .blTSitemap { padding-bottom: 15px; }
.blTSitemap li.sitemapColumn {
	float: left;
	margin: 0 0 15px 15px;
	width: 150px;
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #423604;
}
* html .blTSitemap li.sitemapColumn { display: inline; }

.blTSitemap ul { margin: 5px 0; }
.blTSitemap li li {
	padding: 10px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.blTSitemap li li li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.blTSitemap a,
.blTSitemap a:link,
.blTSitemap a:visited,
.blTSitemap a:active {
	color: #000;
	text-decoration: none;
}
.blTSitemap a:hover {
	color: #000;
	text-decoration: underline;
}
.blTSitemap li li a,
.blTSitemap li li a:link,
.blTSitemap li li a:visited,
.blTSitemap li li a:hover,
.blTSitemap li li a:active { color: #58585a; }


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

.im { margin: 0 0 15px; }
.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: 15px 15px .5em 30px;
}
.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.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: #423604; }
.color3 { color: #58585a; }
.color4 { color: #77662a; }
.color5 { color: #868889; }


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

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	margin: 15px 0;
	border-bottom: 1px solid #423604;
	background-color: #edeae4;
	font-size: 10px;
}
.browsebox li { float: left; }
.browsebox li strong { font-weight: normal; }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	display: block;
	padding: 3px 10px 4px;
	color: #423604;
	text-decoration: none;
}
.browsebox li a:hover,
.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:active {
	background-color: #423604;
	color: #fff;
	text-decoration: none;
}


