/*Stylesheet fuer Typo3 */

/*---------- allgemeine Layout Styles -----------------*/
body {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	background-image:url(grafik/layout/hintergrund.png);
	background-position:top;
	background-repeat:repeat-x;
}

/* Vertikaler Scrollbar in Gecko & Firefox permanent anzeigen (damit Center-Design nicht springt ...) */
html, body {
	height:100%;
	padding-bottom:1px;
}


#ebbgoben {
	position:absolute;
	width:100%;
	height:1px;
	z-index:1;
	left: 0px;
	top: 0px;

}

/* Alles umschließender Container fuer die zentrierte Ausrichtung der gesamten Seite */
#ebcontainer {
	position:relative;
	width:956px;
	z-index:1;
	/* margin: auto;  Für Zentriertes Design */
	/* margin:0px auto 0px 0px; /* Für Links Design */
	margin-top:0px; /* Für oben anstossendes Design Design */
}

/* ---------- Kopf / Oben-Ebenen ------------------------- */
#eboben {
	position:absolute;
	width: 956px;
	height: 122px;
	top: 0px;
	left:0px;
	z-index:99;
	padding:0px;
	background-position:left top;
}

#eblogo {
	position:absolute;
	width:250px;
	height:79px;
	z-index:121;
	left: 103px;
	top: -2px;
}

#eblogo img {
	margin-left:0px;
	margin-top:0px;
}

#ebsuche {
	position:absolute;
	width:250px;
	height:17px;
	z-index:121;
	left: 800px;
	top: 80px;
}

#ebrand {
	position:absolute;
	width:200px;
	height:17px;
	z-index:121;
	left: 612px;
	top: 83px;
	visibility:hidden;
}

/* ---------- Haupt-Menue-Ebenen ------------------------- */
#ebmenue {
	position:absolute;
	width:200px;
	left: 0px;
	z-index:20;
	top: 140px;
}


/* ---------- Ebenen Mitte ------------------------- */
#ebmitte{
	position:absolute;
	top: 120px;
	left: 0px;
	z-index:3;
	padding:0px;
	margin:0px;
	/* width + pad-left + pad-right = widht container (meist 950px) */
	width:645px;
	padding-left:232px;
	padding-top:20px;
	padding-right:79px;
	min-height:800px;
	_height:800px; /* wird nur von MSIE erkannt */
	background-image:url(grafik/layout/hg_content.png);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
	/* Wenn Fuss erwuenscht dann hier Hintergrund rein und Fuss in ebunten, ggf noch die Hoehe über  min_hieght und _height steuern*/
}

#pageid_77 #ebmitte {
	width:665px;
	padding-right:59px;
}

/* ---------- Ebenen Inhalt (beinhaltet den Content) ------------------------- */
#ebinhalt {

	width:490px;

}

#pageid_77 #ebinhalt {

	width:510px;
	height:700px;

}

/* ---------- Meta-Menue-Ebenen ------------------------- */
#ebmenueoben {
	position:absolute;
	top:80px;
	left:385px;
	width:400px;
	height:35px;
	z-index:111;
	text-align:right;
	font-weight:bold;
}


/* ---------- Unten-Ebenen (Fuss) ------------------------- */
#ebunten{
	/* Wenn Fuss gewünscht dann hier Fuss-Hintergrund (Abschluss) rein */

	position:absolute;
	bottom:-25px;
	left:0px;
	width:956px;
	padding-bottom:6px;
	border-top: #909094 2px solid;
}

/* ---------- Sprachwahl-Ebenen ------------------------- */
#ebsprache {
	/* position:absolute;
	left: 24px;
	top: 150px;
	width:160px;
	height:156px;
	z-index:13; */
}




/* ---------- Teaserleiste Rechts-Ebenen ------------------------- */
#ebteaserrechts {
	position:absolute;
	width:210px;
	z-index:14;
	right: 98px;
	top: 200px;
	margin-left:20px;
	float:right;

	/* Als Standard unsichtbar machen ...  */
	visibility:hidden;
	width:1px;
	height:1px;
	overflow:hidden;
}


/* ---------- Rechts-Ebenen ------------------------- */
#ebrechts {
	position:absolute;
	top:20px;
	left:760px;
	width:190px;
	margin-right: 0px;
	margin-left:0px;
	margin-bottom: 0px;
}

#ebrechts img {
	border: 0px;
}


/* ---------- Logo-Ebenen ------------------------- */
#eboben-logo-container {
	position:absolute;
	top:65px;
	left:35px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 250px;
	height: 80px;
	visibility:hidden;
}


/* ---------- Kopf / Oben-Ebenen Formatieren ------------------------- */
#ebobenmood {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 122px;
	width:956px;
	overflow:hidden;
	z-index:10;
}

#ebobenmood img {
	margin:0px;
	padding:0px;
	border:0;
}



/*  --------  Grundeinstellungne für allgemeine Design HTML-Tags  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
}

p,
p.bodytext,
.bodytext {
	padding:0px;
	margin:0px;
	
	margin-bottom:6px;
/*	line-height: 1.25em; */
}

a {
	background-position:left 3px;
	background-repeat: no-repeat;
	color:#0089C5;
	text-decoration:none;
	font-weight:bold;
}
.mehr a,
a.internal-link,
.internal-link a,
.news-list-morelink a,
.wa-singlelinkleiste a,
.vermbestandlinkshg a,
.tx-indexedsearch-result-item a {
	background-position:left center;
	background-image: url(grafik/menue/internal_link.gif);
	padding-left: 10px;
}

.news-list-morelink a {
	margin-left:10px;
}

a.totoplink{
	background-position:left center;
	background-image: url(grafik/menue/top_link.gif);
	color:#0089C5;
	padding-left: 10px;
}

a.asc-link {
	background-position:left center;
	background-image: url(grafik/menue/top_link.gif);
	padding-left: 10px;
}

a.desc-link {
	background-position:left center;
	background-image: url(grafik/menue/down_link.gif);
	padding-left: 10px;
}


.printlinkininhalt a.printversion, a.external-link-new-window {
/*	background-position:left bottom; */
	background-position:left center;
	background-image: url(grafik/menue/external_link.gif);
	padding-left: 10px;
	color:#0089C5;
}

a:hover{
	text-decoration:underline;
	/* color:#a52a23; /* Andere Farbe für hover macht Probleme mit E-Mail-Adressen ! */
}


a.suche-link {
	background-position:left 3px;
	background-repeat: no-repeat;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

.mehr {
	position:relative;
	bottom:0px;
	right:0px;
	padding:0px;
	margin: 0px;
	margin-top:5px;
	text-align: right;
}

.bu {
	font-size:10px;
}

.name-of-person {
	font-weight: bold;
}

img{
	border:0;
}

li{
	/* list-style-image:url(grafik/menue/aufzaehlung.gif); */
	list-style-type:circle;
}

.csc-sitemap li{
	line-height:1.6em;
}

h1, h2, h3, h4, h5, h6 {
	/* 
	HINTERGRUNDBILD wenn die Überschrift ein SchmuckIcon trägt.
	background-image: url(grafik/menue/pfeil_headline.gif);
	padding-left:15px;	*/
	background-repeat: no-repeat;
	background-position:1px left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;

	color:#b5ad12;

	padding:0px;
	margin:0px;

	margin-top:12px;
	margin-bottom:6px;
}

h1 {
	padding-left:0px; /* Sondereinrueckung fuer Erste Ueberschrift*/
	color: #5A6066;
}

h2 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	color: #5A6066;
}


h3, h4, h5, h6 {
	font-size:12px;
	margin-top:3px;
	margin-bottom:3px;
}

h1.csc-firstHeader, .news-single-item-title, h5{ /*  Erste Überschrift pro Seite RECHTS */
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
	color: #5A6066;
}

h1.csc-firstHeader{ /*  Normale erste Überschrift pro Seite */
	font-size:20px;
	color: #5A6066;
	margin-top:0px;
}

#ebrechts h1 {
	margin-top:-5px;
}	

hr{
}

/* Textfelder für Formulare */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	margin-bottom:3px;
	border: 1px solid #0089C5;
	width:330px;
}

.textfeldsuche {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-top: 2px solid #919DA2;
	border-right: 2px solid #919DA2;
}


.filelist-item {
	margin-top:10px;
}
/* Farbe für Fehlermeldungen in E-mail-Formularen */
/* Farbe für Pflichtfeldstern in E-mail-Formularen */
.fehler,
.email_mandatory,
.mandatory {
	color:#FF0000;
}

table{
	border-collapse:collapse; /* Einzelrahmen von Tabellenzellen sollen zusammenfallen */
	border-spacing:0px
}


/* --- Datei-Downloadliste --- */
table.csc-uploads td{
	border-bottom:1px dotted #7F90BE;
	padding-top:10px;
	padding-left:1px;
	padding-right:1px;
}

td.csc-uploads-icon{
	vertical-align:top;
	text-align:center;
	width:40px;
}

td.csc-uploads-fileName{
	vertical-align:top;
	text-align:left;
}

td.csc-uploads-fileName p{
	margin-bottom:3px;
	margin-top:0px
}

td.csc-uploads-fileSize{
	vertical-align:top;
	text-align:right;
	width:40px;
}


/* --- Macina Sesrchbox --- */
.tx-macinasearchbox-pi1 input.searchwordinput{
	height:14px;
	width:152px;
}

.tx-macinasearchbox-pi1 a, .tx-macinasearchbox-pi1 a:hover {
	margin-right:7px;
	font-weight:bold;
	background-position:left center;
	background-image: url(grafik/menue/internal_link.gif);
	padding-left: 10px;
	color:#fff;
}

.tx-macinasearchbox-pi1 a:hover {
	text-decoration:underline;
}

/* --- INDEX Search Ergebnisliste --- */
a.sendsearchformlink{
	background-image: url(grafik/menue/pfeil.gif);
	padding-left:10px;
	font-weight:bold;
}

.tx-indexedsearch-result-item a{
	font-weight:bold;
}

td.tx-indexedsearch-title {
	vertical-align:top;
	text-align:left;
	width:100%;
}

td.tx-indexedsearch-percent {
	vertical-align:top;
	text-align:right;
	width:40px;
}

.tx-indexedsearch-longtext{
	margin-left:10px;
}






/* Tabelle in Contentbereich */

.contenttable, .csc-uploads{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	line-height:normal;
}

table.csc-uploads {
	padding-left:28px;
}


.contenttable tr,
.csc-uploads tr {
	width:auto;
	height:auto;
	border:0px;
}

.contenttable td,
.contenttable th,
.csc-uploads td {
	vertical-align:top;
	width:auto;
	height:auto;
	border:0px;
	border-bottom: #0089C5 solid 1px;
	padding:5px;
}

.contenttable th {
background-color:#9FE4FF;
border-top: #0089C5 solid 1px;
}

.contenttable p,
.contenttable a,
.csc-uploads p,
.csc-uploads a {
	padding:0px;
	margin:0px;
	line-height:normal;
}

.csc-frame-frame1 .contenttable {
	height:125px;
}

.csc-frame-frame1 .contenttable td {
	border:0px;
	width:180px;
	line-height:18px;
}

div.csc-frame-frame1{ /* TEXT-Element Einstellung Rahmen 1 */
	border:1px dotted #a9a9a9;
	padding:5px;
	margin-top:10px;
}
#ebrechts div.csc-frame-frame1 {
	border:none;
	border-top:1px dotted #a9a9a9;
	padding-top:10px;
}

div.csc-frame-frame2{ /* TEXT-Element Einstellung Rahmen 2  Benutzt für Anmerkungen der Redaktion */
	border:1px solid #4464AD;
	background-color:#FFFFCC;
	padding:6px;
	margin:6px;
}

div.csc-frame-rulerAfter{ /* TEXT-Element Einstellung Strich nach */
	border-bottom:1px dotted #a9a9a9;
	height:2px;
	width:100%;
	padding-top:10px;
	clear:both;
}

.csc-frame-rulerBefore { /* TEXT-Element Einstellung Strich vor */
	border-top:1px dotted #a9a9a9;
	height:2px;
	width:100%;
	padding-bottom:20px;
	padding-top:10px;
	clear:both;
	margin-top:10px;
}


/* ----------- ToTop-Link ------------------ */
#totoplink{
	float:left;
	text-align:left;
	padding:20px 0px 10px 0px;
}

/* ----------- Print-Link ------------------ */
#printlink{
	float:right;
	text-align:right;
	padding:20px 0px 10px 0px;
}


/* -------------------- Hauptmenü Formatieren --------------------------*/


#ebmenue a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #323137;
	text-decoration: none;
	background-position:7px center;
	background-repeat: no-repeat;
	padding:0px;
	padding-left: 18px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(grafik/layout/clear.gif);
	display: block;
}	

#ebmenue  a,
#ebmenue  .menueaktiv  a {
	text-align:left;
}	

#ebmenue a:hover,
#ebmenue  div.menueaktiv  a
   {
	font-size: 14px;
	line-height: 16px;
	padding-left: 18px;
	background-image: url(grafik/layout/clear.gif);
	padding-top:5px;
	background-position: 7px center;
	text-decoration:underline;
}

#ebmenue  div.menueaktiv  a
   {
	color:#1d7aa4;
}

#ebmenue   div.menueebene2   a:link, #ebmenue div.menueebene2 a:visited{
	font-size: 12px;
	line-height: 12px;
	padding-left: 40px;
	text-align:left;
	padding-top:5px;
	background-position: 20px center;
	background-image: url();
	color:#1d7aa4;
}

#ebmenue    div.menueebene2aktiv    a,
#ebmenue    div.menueebene2    a:hover   
   {
	font-size: 12px;
	line-height: 12px;
	padding-left: 40px;
	background-image: url(grafik/layout/clear.gif);
	padding-top:5px;
	background-position: 7px center;
	text-decoration:underline;
	color:#1d7aa4;
}
#ebmenue    div.menueebene3    a:link, #ebmenue div.menueebene3 a:visited{
	font-size: 11px;
	padding-left: 65px;
	text-align:left;
	padding-top:5px;
	background-position: 20px center;
	background-image: url();
	color:#1d7aa4;
	
}
#ebmenue    div.menueebene3aktiv    a,#ebmenue div.menueebene3    a:hover {
	font-size: 11px;
	padding-left: 65px;
	background-image: url(grafik/layout/clear.gif);
	padding-top:5px;
	background-position: 5px center;
	text-decoration:underline;
	color:#1d7aa4;
}


#eblinks {
	position:relative;
	left:20px;
	top:100px;
	width: 180px;
	height: 100px;
/* height: 400px; /* DEBUG*/
/* overflow:hidden; /* DEBUG*/
	padding-left: 0px;
	visibility:visible;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color:#323137;
}

#eblinks a {
	font-size: 10px;
	padding-left:0px;
}

#eblinks a:hover {
	font-size:10px;
	text-decoration:underline;
	padding-left:0px;
}	

/* ---------- Meta-Menue Formatieren ------------------------- */


#ebmenueoben div{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline; /* Wenn das Menue horizontal laufen soll ... */
	padding-left:4px;
	line-height:22px;
}

#ebmenueoben a, #ebmenueoben .nebenavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
	background-image: url();
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}


#ebmenueoben a:hover,
#ebmenueoben .nebenavigationaktiv a, 
#ebsuche .nebennavigation .suchfeld a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	background-image: url(grafik/menue/clear.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
}	


/* ---------- Teaserleiste Rechts-Ebenen Formatieren ------------------------- */
#ebteaserrechts h1{
}

#ebteaserrechts p{
}

#ebteaserrechts img {
}

#ebteaserrechts a {
}

#ebteaserrechts a:hover, #ebteaserrechts a:active {
}





/* Keine Rahmen um Navi-Pfeile - diesen Eintrag bitte immer ganz unten in den CSS */
a.internal-link img,
a.internal-link-new-window img,
a.external-link img,
a.external-link-new-window img,
a.mail img,
a.download img {
	padding: 0px;
	border: 0;
}



/* ---------- Sonderformate bestimmter Seiten ------------------------- */



#pageid_1 #ebzxy {
	/* Auf der Startseite sichtbar machen ...  */
	visibility:visible;
	width:200px;
	height:auto;
	overflow:inherit;
}

/*     -------  Drucken und ToTop nicht anzeigen auf den Seiten ...  ------    */
#pageid_1 #totoplink,
#pageid_1 #printlink{
	visibility:hidden;
}


/* Anpassungen für den Druck */
.printbody{
	width:100%;
	height:auto;
	background-image:url();
	background-color:#FFFFFF;

	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0px;
	color: #000000;
	
}

div.printansicht {
	clear:both;
	width:96%;
	height:auto;
	position:inherit;

	background-image:url();
	background-color:#FFFFFF;
	
	margin:0px;
	padding:0px;
	
	padding-left:2%;
	padding-right:2%;
}

#print-fuss,
#print-fuss p{
	font-size: 10px;
	line-height: 12px;
}


/* Anpassungen für den Seiten, die im Backend angezeigt werden ...*/
.backendpage{
	width:800px;
	height:auto;
	background-image:url();
	background-color:#ffffff;

	margin:0px;
	padding:0px;
}

.backendpage div.printansicht {
	clear:both;
	width:96%;
	height:auto;
	position:inherit;

	background-image:url();
	background-color:#EFEFF4;
	
	margin:0px;
	padding:0px;
	
	padding-left:2%;
	padding-right:2%;
}


.csc-textpic-imagewrap img, div.csc-textpic img {
	margin-right:10px;
	float:left;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	/* none jet */
}


DIV.csc-textpic-clear {
	clear: both;
}

div.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:0;

	border-bottom:1px dotted #999999;
	padding-left:0px;
	padding-top:10px;
	clear:both;
}

div.news-list-item img {
	float:left;
}

.news-list-item-title {

}

.news-list-item-subhead, .news-single-item-subheader{
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

.news-single-timedata, .news-list-timedata{
	font-size:10px;
}

.news-list-item-maintext, .news-list-item-maintext p, .news-list-item-maintext, .news-list-item-maintext p{
	padding-top:0px;
	margin-top:0px;
}


.news-list-item-pics-div, .news-single-item-pics-div{
	margin-right:10px;
	clear:all;
	text-align:left;
}

.news-list-item-pics-div img {
	padding:2px;
	border: 1px solid #999999;
	margin-right:10px;
	float:left;
}

.news-single-item-pics-div img {
	padding:2px;
	margin-left:10px;
	clear:right;
	float:right;
	text-align:right;
}


.news-list-item-morelink, .news-single-backlink{
	margin-top:20px;
	font-weight:bold;
	clear:all;
	text-align:right;
}

.news-single-item{
	/* none */
}

.news-single-item-links, .news-single-item-files{
	margin-bottom:20px;
	margin-top:20px;
}

.news-single-item-links p, .news-single-item-files p{
	line-height:normal;
	padding:0px;
	margin:0px;
}

/*--------------------------------- tt_news Sonder Definitionen für besondere Container  -----------------------------------*/

/*Startseite: */

div.news-startseite-latest-container{
	width:250px;
	clear:all;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 20px 20px 20px;

	background-color:#f9f9f1;
	border:0px;
}

.news-startseite-latest-container div.news-list-item, .news-startseite-latest-container .news-list-item-title {
	padding:0px;
	margin:0px;
}

.news-startseite-latest-container div.news-list-item{
	padding:0px 7px 7px 7px;
	margin:0px 0px 0px 0px;
}

.news-startseite-latest-container .news-list-item-title{
	padding:0px;
	margin:0px 0px 0px 0px;
	width:100%;
	height:30px;
	
	background-image:url(grafik/layout/teaserhead_bg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

.news-startseite-latest-container h3.news-list-item-title{
	padding:0px;
	margin: 0px;
	margin-bottom:7px;
	width:283px;

	font-size:12px;
	line-height:30px;
	font-weight:bold;

	display:block;
	overflow:hidden; /* Überschift abschneiden wenn zu lang ... */
}

.news-startseite-latest-container .news-list-item-pics-div{
}

.news-startseite-latest-container span.news-list-item-subhead p{
	padding:0px 0px 5px 140px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	line-height:normal;
	border:0;
	font-weight:normal;
}

.news-startseite-latest-container div.news-list-item-morelink a{
	font-size:10px;
	line-height:normal;
	float:right;
}

div.homepageteaser{
	clear:both;
	padding-top:10px;
}
div.homepageteaser img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.homepageteaser div.csc-frame{
	width:250px;
	margin-right:15px;
	float:left;
}

div.homepageteaser h1{
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	color:#008187; /* ModeHeadlineFarbe - bitte anpassen */
	text-indent: 0px;
	padding:0px;
	margin:0px;
	background-image:none;
}

div.homepageteaser p, div.homepageteaser a{
	font-size: 10px;
	line-height:14px;
}

div.news-latest-morelink {
	float:right;
}

#ebwasucherechts {
	text-align:right;
}
/* Plug-In Mehrfache Inhaltselemente */

div.ui-tabs-panel h1 {
	font-size:12px;
}

/* Bauvorhaben */


.ui-tabs .ui-tabs-nav li { 
	list-style-type: none; 
}

.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #65160b; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #65160b; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #65160b; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #65160b; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #65160b; outline: none; text-decoration: none; }
