/* F O R M  */

.formcontainer{
	margin: 2em 0 1em 0;
	width: 570px;
}

.form-info {
	margin: 0 0 1em 0;
	color: #565658;
}

.formcontainer fieldset{
	position: relative;
	margin-bottom: 1.5em;
	padding: 1em 3% 0.5em 0;
	background-color: #FDF5E6;
	border: 1px solid #C8D7EC;
}

* html .formcontainer fieldset,
*+html .formcontainer fieldset{
	padding-top: 1.5em;
}

.formcontainer legend {
	margin-left: 0.8em;
	color: #4682B4;
	background-color: #FEFAEE;
}

* html .formcontainer legend,
*+html .formcontainer legend{	    
    position: absolute;
    top: -0.5em;
    left:  0.2em;
}


.formcontainer h3{
	margin: 0 0 1em 3%;
	font-weight: normal;
	color: #4682B4;
}

div.row{
	clear: both;
	padding: 0 0 0.8em 3%;
	min-height: 1.5em;
}
* html div.row{
	height: 1.5em;
	/* Tribute to IE 6 */
}

div.row div.row{
	padding-left: 0;
}

table.row{
	clear: both;
	margin-top: 1em;
	margin-left: 3%;
}
table.row td {
	padding: 0 0 0.3em 0;
}
#b54 table.row label{
	font-size: 12px;
}

.column2 div.row {
	padding-left: 0;
}
.more-div{
	padding: 0 0 0 20px; 
}


fieldset p{
	margin-top: 0.2em;
	color: #4682B4;
}
fieldset p.info{
	color: #555555;
}
fieldset p.text{
	color: #444444;
}

label.left,
.label-left label{
	float: left;
	width: 20%;
}
.label-align-right {
	text-align: right;
}

.label-block label{
	display: block;
	text-align: left;
	margin: 0.5em 0 1px 0.5%;
}

label.auto,
.label-left label.auto,
.column2 .label-left label.auto{
	margin-left: 2px;
	margin-right: 2em;
	float: none;
	display: inline;
	width: auto;
}

input.text, textarea.text,
textarea.text-small {
	background: #FAFBFC;
	text-align: left;
	border: 1px solid #C0C0C0;
}
input.text-20 {
	width: 20em;
	background: #FAFBFC;
	border: 1px solid #C0C0C0;
}
.more-div input.text-20 {
	float: right;
}
input.text-25 {
	width: 25em;
	background: #FAFBFC;
	border: 1px solid #C0C0C0;
}
.more-div input.text-25 {
	margin-top: -1.5em;
	float: right;
}

textarea.text {
	margin-bottom: 0.8em;
}
input.text:focus, textarea.text:focus,
input.text-25:focus, input.text-30:focus {
	color: #000;
	background: #fff;
}
.label-block .text,
.label-block .text-small{
	width: 99%;
}
.label-left .text{
	width: 75%;
}

.column2 .label-left label{
	margin-left: 3%;
	margin-right: 2%;
	padding-top: 0.1em;
	width: 17%;
}
.column2 .label-left input.text{
	float: left;
	width: 27%; 
}
.column2 p {
	padding-left: 3%;
}

.checkbox {
	margin: 0;
	padding: 0;
	line-height: normal;
	float: left;
}

.checkbox-label{
	display: block;
	margin-left: 20px;
}
* html .checkbox-label{
	padding-top: 3px;
}
*+html .checkbox-label{
	padding-top: 3px;
}


.submit{
	margin: 0 0 1em 21%;
}
p.error, .error li {
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
	color:  #963232;
	font-weight: bold;	
}

ul.error{
	margin-top: 0;
	margin-bottom: 1em;
}


#more-oekoerzeugung input.text{
	float: left;
	width: 3em;
	margin-right: 5px;
}
#more-oekoerzeugung label{
	float: left;
	width: 10em;
	padding-top: 0.2em;
}





.faq{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}	

.faq h3{
	margin: 0;
	padding: 0 0 0 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
}
*+html .faq h3{
	/* height: 1.2em;*/
}
.faq h3.show{
	padding: 0.8em 0 0.2em 13px;	
	font-weight: bold;
	background-color: #FEFEFC;
	border: 1px solid #ddd;
	border-bottom: none;
}

.faq h3 img{
	/* float: right; */
	vertical-align: bottom;
}
.faq h3 a{
	cursor: pointer;
}
.faq-text{
	margin: 0 0 2em 0;
	padding: 6px 12px;
	background-color: #FEFEFC;
	border: 1px solid #ddd;
	border-top: none;	
}


img.link-icon{
	margin: 0 5px 0 3px;
}
img.link-icon2{
	margin: 0 0 0 3px;
}

/* special pages */

/* homepage */

#b3 #left-column {
	width: 395px;
	border-right: 1px dotted #AAA;
}

#b3 #left-column h1, 
#b3 #left-column h2, 
#b3 #left-column h3, 
#b3 #left-column h4, 
#b3 #left-column h5, 
#b3 #left-column p {
	margin-right: 26px;
}
#b3 #right-column {
	width: 175px;
}

#b3 #right-column h5{
	margin-bottom: 2px;
	font-size: 13px;
}
#b3 #right-column p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#b3 .csc-textpic-image{
	margin-top: 6px;
}
/* english | español */
#b12 .csc-textpic-text,
#b13 .csc-textpic-text{
	padding: 1.5em 0 0 10px;
}

/* Das Mitarbeiter Team */
#b30 h2, #b30 h4{
	margin: 20px 0;
	height: 40px;
}
#b30 h3{
	padding-top: 3em;
}
#b30 h4{
	color: #FEFAEE;
}
#b30 p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#b30 .csc-textpic img{
	margin-bottom: 1.5em;
}

#b32 a.emeail, #b32 a.email:link, 
#b32 a.email:visited {
	color: #5e8a13;
	border-bottom: 1px dotted #ee7600;
}

#oekolinks table {
	margin-left: 0;
}

#oekolinks td{
	padding: 0.7em 0;
	vertical-align: middle;
}

#oekolinks td.td1 {
	padding-right: 20px;
	width: 160px;
	height: 70px;
	overflow: visible;
	text-align: center;
}
html > body #oekolinks td.td1{
	height: auto;
	min-height: 70px;
}
#oekolinks td.td1 a:hover {
	border: none;
}
#oekolinks a, #oekolinks a:link,
#oekolinks a:visited{
	font-weight: bold;
	color: #72A817;
}
/*Revision der EG-Öko-Verordnung */
#b57 #oekolinks p a, #b57 #oekolinks p a:link,
#b57 p #oekolinks a:visited{
	font-weight: normal;
}

#b57 .faq {
	margin: 1em 0 0 0;
}
#b57 .faq h3{
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
}

#b57 .faq h3.show{
	padding: 0.8em 0 0.2em 13px;	
	background-color: #FEFEFC;
	border: 1px solid #ddd;
	border-bottom: none;
}


#oekolinks a:hover,
#oekolinks a:focus,
#oekolinks a:active{
	color: #8BCD1D;
}

/* Informationsportale zum Ökolandbau */
#b38 h1, #b39 h1{
	margin-bottom: 1em;
}

/* b42: hotline b7: Kontakt */
#b42 #content{
	background-image: url(../fileadmin/pics/icons/hotline.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#b42 h3, #b7 h3{
	font-size: 17px;
	color: #444;
}

#map-gfrs{
	width: 98%;
	height: 460px;
	border: 4px solid #D1D0CD;
}
#map-gfrs.loading{
	background: url(../fileadmin/pics/icons/loading.gif) no-repeat center center;
}



body{
	margin: 0;
	padding: 0;
	color: #444;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	background-color: #fbedc5;
	background-image:url(img/bg_body.jpg); 
	background-repeat:repeat-x;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.3em 0;
}

h1,h2,h3,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2{
	font-weight: normal;
	color: #FF6600;
}

h1 {
	font-size: 22px; 
}
h2 { 
	margin-top: 2em;
	font-size: 18px;
}

h3 { 
    color: #666;
	font-size: 15px;
}
#infoservice h3{
	margin-top: 1.5em;
	margin-bottom: -0.4em;;
	padding: 4px 0 2px 0;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	border-top: 1px solid #FFCCAA;
	border-bottom: 1px solid #FFCCAA;
}	

h2 span, h3 span, h5 span{
	float: left;
	width: 30px;
}


h4 {
	/* color: #DC5E0A;
	color: 333;*/
	color: #EA5E00;
	font-weight: normal;
	font-size: 13px;
}
h5 { 
	color: #666;
	font-size: 15px; 
}
#infoservice h5{
	margin-top: 1.5em;	
}

strong {
	color: #666;
}


p, li {
	margin: 0 0 0.5em 0;
	line-height: 140%;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
}

li{
	margin: 0 0 0.3em 0;
}


table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
	font-size: 13px; 
}

a,
a:link,
a:visited {
	color: #5e8a13;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: #77af18;
	border-bottom: 1px dotted #ee7600;
}

 a.email,
 a.email:link,
 a.email:visited {
	color: #555;
	text-decoration: none;
}
 strong a.email,
 strong a.email:link,
 strong a.email:visited {
	color: #666;
}

 a.email:focus,
 a.email:hover,
 a.email:active {
	color: #ff7b1a;
	border-bottom: 1px dotted #ff7b1a;
}

a img{
	border: none;
}
.csc-textpic-image a img{
	margin: 0;
}
.csc-textpic-image a:focus,
.csc-textpic-image a:hover,
.csc-textpic-image a:active {
	border-bottom: none;
}

img.tel{
	padding-bottom: 2px;
	vertical-align: middle;
}

.top-0, .csc-firstHeader{
	margin-top: 0em;
}
.top-05{
	margin-top: 0.5em;
}
.top-1{
	margin-top: 1em;
}
.top-2 {
	margin-top: 2em;
}
.top-3{
	margin-top: 3em;
}
.bottom-0{
	margin-bottom: 0em;
}
.bottom-05{
	margin-bottom: 0.5em;
}
.bottom-1{
	margin-bottom: 1em;
}
.bottom-2{
	margin-bottom: 2em;
}
.bottom-3{
	margin-bottom: 3em;
}
.bottom-4{
	margin-bottom: 4em;
}
.bottom-5{
	margin-bottom: 5em;
}
.bottom-6{
	margin-bottom: 6em;
}
.bottom-8{
	margin-bottom: 8em;
}

.important{
 	/* color: #B22222; */
	color: #FF6600;
}

.note{
	font-family: Arial, Helvetica, sans-serif;
	color: #4682B4;
}
.note a, .note a:link,
.note a:visited{
	color: #4682B4;
}

p.infolink {
	margin-top: 2em;
	text-align: right;
}

.img-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
}
	
.img-right{
	float: right;
	margin-left: 30px;
	margin-right: 0px;
}

.clearer{
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* headline before .img-bg */

.before-img{
	margin-bottom: 4px;
	margin-right: 8px;
	text-align: right;
	font-size: 26px;
}
.before-img span{
	float:left;
	font-size: 30px;
}



.img-bg{
	margin-bottom: 9px;
	padding: 14px 16px 16px 13px;
	background-image: url(img/img_bg.jpg);
	background-repeat: no-repeat;
}
.img-bg img{
	height: 500px;
}

table.border {
	margin: 1em 0;
}
table.border td{
	padding: 0.2em 0.5em;
	border:1px solid #aaa;
}

table.layout {
	margin-left: 0;
}
table.layout td{
	vertical-align: middle;
}

.tbn-container {
	margin: 30px 0 0 60px;
}
	
.tbn{
	float: left;
	margin-right: 34px;
	margin-bottom: 33px;
	padding: 14px 16px 16px 13px;
	background-image: url(img/tbn_bg.jpg);
	background-repeat: no-repeat;p
}

.tbn-105{
	float: left;
	margin: 0 4px 6px 8px;
	padding: 9px 11px 9px 8px;
	background-image: url(img/tbn105_bg.jpg);
	background-repeat: no-repeat;
}
	
.tbn-300{
	padding: 14px 16px 16px 13px;
	background-image: url(img/tbn300_bg.jpg);
	background-repeat: no-repeat;
}

.caption{
	margin-top: -4px;
	margin-bottom: 20px;
	font-size: 11px;
}

.img-right .caption {
	margin-right: 9px;
	text-align: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}

.bottom{
	vertical-align: bottom;
}

.column1{
	float: left;
	width: 380px;
}	

.td20r{
	padding-right: 20px;
}

.bg h3 a,
.bg h3 a:link,
.bg h3 a:visited{
	display: block;
	padding: 10px 0;
	color: #ffffff;
}

.box{
	margin-top: 2em;
	background-color: #FDF5E6;
	border: 1px solid #D8E2F1;
	border-bottom-color: #C8D7EC;
	border-right-color: #C8D7EC;
}

.box h2, .box h3, .box h4, .box strong {
	color: #4A708B;
}
.box h3{
	margin: 0;
	padding: 0.2em 2.7em 0.2em 12px;
}
.documents{
	background-image: url(img/documents.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.box-text {
	padding: 0 12px 6px 12px;
}


/* round corners box */

.rc-wrap {
	margin-top: 1em;
	float: left; 
}

.rc-wrap .rcbox{
	padding: 1px 0.3em 1px 0.3em;
}
html > body .rc-wrap .rcbox{
	margin: -5px 0; /* Not for IE6 */
}

.rc-wrap h4,
.rc-wrap .rcbox p{
	margin: 0 0 3px 0;
}

.rc-top, 
.rc-left,
.rc-footer{
	margin: 0;
	background-image: url(img/rcbox.gif);
	background-repeat: no-repeat;
}

.rc-top {
	margin-left: 9px; 
	background-position: top right;	
}

.rc-top .rc-left {
	margin: 0 9px  0 -9px; 
	padding: 9px 0 0 9px;
	background-position: top left;
}

.rc-footer {
	margin-left: 9px; 
	background-position: bottom right;
}

.rc-footer .rc-left {
	margin-left: -9px; 
	font-size: 1px;
	height: 9px;
	width: 9px;
	background-position: bottom left;
}




/* page layout */

#pagetop-bg{
	margin: 12px 0 0 0;
	height: 16px;
	background-image: url(img/bg_top.png); 
	background-repeat: no-repeat;		
	background-position: center bottom;
}

#page-bg{
	margin: 0 auto 0 auto;
	padding: 1px 0 0 0;
	background-image: url(img/bg_page.png);
	background-repeat: repeat-y;
	background-position: center;
}

#page {
	position: relative;
	top: -8px;
	margin: 0 auto 0 auto;
	padding: 0 0 25px 0;
	width: 950px;
	text-align: left;
}

#pagebottom-bg{
	clear: both;
	margin: 0px auto;
	height: 25px;
	background-image: url(img/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#header{
	margin: 0 0 0 25px;
	padding: 10px 0 0 0;
	height: 120px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

#gfrs{
	position: absolute;
	top: 106px;
	left: 25px;
	width: 625px;
	padding: 0 0 1px 0;
	text-align: right;
	/* color: #5e8a13;*/
	color: #6D766D;
	background-color: #facb33;
	border-top: 1px solid #f5b95f;
	border-bottom: 1px solid #f5b95f;
}
#gfrs span{
	padding-right: 6px;
}

#logo{
	position: absolute;
	left: 672px;
	top: 2px;
}
#langmenu{
	position: absolute;
	/*left: 807px;
	top: 108px;*/
	right: 36px;
	top:75px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#langmenu li{
	margin: 0 0 2px 0;
	padding: 0;	
	text-align: right;
	line-height: normal;
}
/*
#langmenu li{
	float: left;
}

#langmenu .en{
	margin-right: 0.3em;
	padding-right: 0.4em;
	border-right: 1px solid #4682B4; 
}*/
#langmenu a,
#langmenu a:link,
#langmenu a:visited{
	color: #4682B4;
}
#langmenu a:focus,
#langmenu a:hover,
#langmenu a:active {
	color: #6495ED;
	border-bottom: 1px dotted #6495ED;
}

#langmenu strong{
	font-weight: normal;
	color: #EA5E00;
}

#contenttop-bg{
	margin: 10px 0 0 25px;
	height: 15px;
	background-image: url(img/bg_content1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
#content-bg {
	margin: 0 300px 0 25px;
	padding: 0 20px 1em 20px;
    background-color: #FEFAEE;
	background-image: url(img/bg_content2.gif);
	background-repeat:repeat-y;
}
* html #content-bg{
	margin-top: -1px; /* IE 6 hack */
}

#contentbottom-bg{
	margin: 0 0 0 25px;
	height: 15px;
	background-image: url(img/bg_content3.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#content{	
	min-height: 500px;
    background-color: #FEFAEE;
}

* html #content{
	height: 500px;
}

#breadcrumb {
	margin: 0 0 12px 0;
	color: #5e8a13;
}

#left-column{
	float: left;
	width: 275px;
}
#right-column{
	float: right;
	width: 275px;	
}

#sidebar {
	position: absolute;
	z-index: 2;
	padding-top: 6px;
	width: 220px;
	top: 134px;
	left: 695px;
	background-color: #FDDF55;
}
#footer {
	clear: both; 
	height: 0px;
	overflow: hidden;
}

#sidebar ul.u1{
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	/*background-image: url(img/bg_navi2.gif);
	background-repeat: y-repeat;*/
}
/*
#n3 {
	margin: 0;
	height: 6px;
	background-image: url(img/bg_navi3.gif);
	background-repeat:no-repeat;
	background-position:top;
}
*/
#sidebar li{
		display: inline;
		line-height: normal;
}
#sidebar .u1 a,
#sidebar .u1 a:link,
#sidebar .u1 a:visited,
#sidebar .u1 strong{
	display: block;
	padding: 0.6em 0.3em 0.6em 0.7em;
	/* color: #5e8a13;
	color: #0071a3; */
	color: #4682B4;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #d7990b;
}

#sidebar .u1 .parent a,
#sidebar .u1 .parent a:link,
#sidebar .u1 .parent a:visited,
#sidebar .u1 .parent strong {
	border-bottom: none;
}
#sidebar .u1 .parent a,
#sidebar .u1 .parent a:link,
#sidebar .u1 .parent a:visited,{
	padding-bottom: 0;
}



#sidebar .u1 a:focus,
#sidebar .u1 a:hover,
#sidebar .u1 a:active {
	color: #6495ED;
	background-color: #fee77c;
	/* background-image: url(img/navi_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat; */
}
#sidebar .u1 strong{
	/* color: #5e8a13;*/
	background-color: #feed97;
}


#sidebar ul.u1 ul.u2{
	margin: 0 0 0 0; 
	padding: 0 0 0.6em 0;	
	border-bottom: 1px dotted #ef950f;
}

#sidebar .u2 a,
#sidebar .u2 a:link,
#sidebar .u2 a:visited,
#sidebar .u2 strong{
	padding: 0.4em 0.3em 0.4em 1.7em;
	font-size: 12px;
	border-bottom: none;
}



#sidebar .u2 li.sub {
	margin: 6px 0 0 -4px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
	color: #bab58b;
}

#sidebar ul.u1 ul.u2 ul.u3{
	margin: 0; 
	padding: 0 0 0.3em 0;	
}

#sidebar .u3 a,
#sidebar .u3 a:link,
#sidebar .u3 a:visited,
#sidebar .u3 strong{
	padding: 0.3em 0.3em 0.3em 3.4em;
}




/* indexed search: form and results */

.tx-macinasearchbox-pi1 {
	margin-bottom: 10px;
	text-align: right;
}

#searchinput {
	float: left;
	margin: 0 6px 0 0;
	padding-left: 6px;
	color: #838B83;
	background-color: #FEF5CD;
	border: 2px solid #F7BB28;
	width: 181px;
}
#searchbutton {
	margin-top: 2px;
}


.tx-indexedsearch h3 span{
	float: none;
	width: auto;
}


.tx-indexedsearch-searchbox {
	margin: 0 0 6px 0;
	padding: 6px 0 4px 6px;
	/* 
	color: #5E8A13;
	background-color: #FDF5E6;		
	background-color: #FEEFA7;
	border: 1px solid #F5B95F; */
}

.tx-indexedsearch-searchbox form{
	margin: 0 ;
}

.tx-indexedsearch .text2{
	width: 646px;
	padding: 10px 0 10px 22px;
	background-color:  #F0FBDD;
}

.tx-indexedsearch-searchbox  div{
	margin-bottom: 3px;
	border-bottom: 1px solid #FEFAEE;
}

.tx-indexedsearch-searchbox  label{
	clear: left;
	float: left;
	padding-top: 0.2em;
	width: 7.5em;
}

.tx-indexedsearch-searchbox  label.label-right {
	float: none;
	display: inline;
	width: auto;
}
.tx-indexedsearch-searchbox  input,
.tx-indexedsearch-searchbox  select,
.sword {
	color: #333333;
   border: 1px solid #F7BB28;
}

.tx-indexedsearch-searchbox .sword {
	width: 380px;
}

.tx-indexedsearch .tx-indexedsearch-form{
	float: left;
   margin-right: 12px;
}
#tx-indexedsearch-searchbox-button-submit {
	width: 70px;
	color: #FFF;
	/* background-color: #EF950F;*/
	background-color: #F7BB28;
	border: none;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	display: none;
}
.tx-indexedsearch-browsebox {
	padding: 0 0 20px 0;
}
.tx-indexedsearch-browsebox p{
	margin: 16px 0 0 0;
	padding: 4px 12px 3px 12px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
}
.tx-indexedsearch-noresults {
	margin: 16px 0 20px 0;
	padding: 4px 12px 1px 12px;
	color: #777;
}

.tx-indexedsearch-sw, .tx-indexedsearch-redMarkup {
	font-weight: bold;
	color: #0071a3;
}

.tx-indexedsearch .browsebox {
	/*padding: 0.2em 0.5em;
	border: 1px solid #CCCCCC;
	*/
}
.tx-indexedsearch ul.browsebox {
	float: right;
	margin: 3px 9px 6px 0;
	padding: 0 0 0 1em;
	list-style: none;
	height: 1.9em;
}
.tx-indexedsearch .browsebox li{	
	float: left;
	margin: 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-indexedsearch .browsebox strong{
	padding: 1px 2px;
	color: #ED1C24;
	font-weight: bold;
	/* background-color: #FFFBF6;
	border: 1px solid #DDF2B7; */
}

.tx-indexedsearch-icon img{
	vertical-align: text-bottom;
}
.tx-indexedsearch-res h3 {
	margin-bottom: 0.3em;	
	font-size: 12px;
	color: #777777;
}
.tx-indexedsearch-res h3 a,
.tx-indexedsearch-res h3 a:link,
.tx-indexedsearch-res h3 a:visited{
	font-weight: normal;
	color: #222;
	font-size: 16px;
}

.tx-indexedsearch .result-count-tmpl-css, 
.tx-indexedsearch .percent-tmpl-css { 
	float: right; 
	margin-top: -1.2em; 
	font-weight:normal; 
	font-size: 12px;
}

.tx-indexedsearch .res-tmpl-css { 
	clear: both; 
	margin-bottom: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-indexedsearch-descr{
	margin-bottom: 0.3em;
}
.tx-indexedsearch-text-item-path {
	color: #777;
}
.tx-indexedsearch-text-item-path span{
	white-space: nowrap;
}




/* ---------->>> global settings needed for thickbox <<< -------- */
/*
*{padding: 0; margin: 0;}
*/

/* -------- >>> thickbox specific link and font settings <<< -------- */
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}

#TB_window a:focus{color: #666666;}
/* -------- >>> thickbox settings <<< -------- */

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

 @media print {
 
 body{
	margin: 0;
	padding: 0;
	color: #000;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	background-color: #fff;
	background-image: none; 
}
 
 #pagetop-bg, #header,
 #contenttop-bg, #breadcrumb,
 #contentbottom-bg, #sidebar,
 #pagebottom-bg {
 	display: none; 
 }
 
#page-bg,  #page, 
#content-bg, #content{
 	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: none;
 }
 
#page, #content{ 
 	width: 100%;
	height: auto;
}

#content{
	margin-top: 6pt;
	min-height: 10pt;
	font-size: 10pt; 
 }
 
h1, h2, h3, h4, h5, h6,
p, li, th, td, 
a, a:link, a.email, a.email:link{
	color: #000;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
h4, h5 {
	font-size: 10pt;
	font-weight: bold;
}
p, li, th, td {
	font-size: 10pt;
}
#map-gfrs{
	border: none;
	width: 100%;
}
}