/* schlagworte.css
   CSS-styles für die Schlagwortliste (rechte Spalte bei WAO-Suche)
   Ute Koch
   LY: am 23.08.2007 doppelte Styles auskommentiert (mit LY prefixed)
   */

LYbody {
	color: black;
	margin: 0;
	padding: 0;
	background: #f6f7fb;
}

LYdiv {
	margin: 0;
	padding: 0;
}

div#sprache {
	margin-bottom: 6px;
}

#wao_indices {
	border: 1px solid #a7b0d9;
	

/*width:195px;*/
	background: #f6f7fb;
}

#wao_indices a {
	color: #20419f;
}

.wrap_indices {
	margin-bottom: 6px;
/*background:#fff;margin:6px;border:1px #ccc solid;*/
}

#wao_indices_header {
	color: #3844a3;
	text-decoration: none;
	height: 19px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #a7b0d9;
	font: bold 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/tab_lo_hgr.gif);
}

.selectbox {
	color: #20419f;
	width: 160px;
	clear: both;
	margin-left: 10px;
	border: solid 1px #a9a9a9;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: white;
}

/* editiert 02.12.08  */

div.wraplist {
	width: 160px;
	height: 420px;
	overflow: auto;
	border: solid 1px #a9a9a9;
	margin-left: 10px;
	background: white;
}

/* ende editiert 02.12.08  */

div.wrapTab {
	margin-left: 10px;
}

ul.schlagwortliste {
	list-style: none;
	margin: 0px;
	padding: 4px 2px;
	

/*
	background:#fff; 
	border: 1px solid #fff; 
	border-left:none;border-right:none;
	*/
	color: #20419f;
	width: 140px;
	/*

clear: both;
	margin-left: 10px;
	border: solid 1px #a9a9a9;
	display: block; */
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: white;
}

ul.schlagwortliste a {
	text-decoration: none;
}

ul.schlagwortliste li {
	clear: both;
	/*text-indent:-12px;*/
	margin-bottom: 4px;
}

ul.schlagwortliste img {
	padding-right: 4px;
/*position: relative;
	top:2px;
	left:4px;*/
}

/* editiert 02.12.08  */

.sprachbox {
	color: #20419f;
	display: block;
	width: 135px;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: white;
	border: 1px;
	border-color: #ADBAD2;
	border-style: solid;
	padding: 1px;
	margin: -1px 0 0 10px;
	height: 16px;
}

.sprachbox_button {
	float: right;
	margin-right: 6px;
	display: inline;
	width: 20px;
	padding: 0;
	cursor: pointer;
	margin-top: 0;
}

/* ende editiert 02.12.08  */

#buchstabe {
	width: 160px;
	padding: 5px 10px;
	display: block;
	font: 0 "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#buchstabe a {
	color: #3844a3;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	padding-right: 1px;
	padding-left: 2px;
	border-right: 1px solid #cbd1ed;
}

#buchstabe a:hover {
	color: #fff;
	background: #3844a3;
}

#buchstabe a:active {
	color: #fff;
	background: #f8583d;
}

#buchstabe a.marked {
	color: #f8583d !important;
}

#hinzu {
	font-size: 12px;
	width: 160px;
	padding: 5px 10px;
}

#hinzu a {
	color: #f8583d;
	text-decoration: none;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#hinzu a:hover {
	color: #3844a3;
}

LYform {
	margin: 0;
	padding: 0;
}

#auswahl a {
	color: #1f278d;
	text-decoration: none;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-left: 10px;
	display: inline;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/browsen_lo.gif) no-repeat 0 3px;
}

#auswahl a:hover {
	text-decoration: underline;
	background: url(../images/browsen_active.gif);
}

#auswahl .mark {
	color: #e13300;
	font-weight: bold;
	background: url(../images/browsen_mark.gif);
}

/*
ul {
	color: #1f278d;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fff;
	width: 160px;
	height: 180px;
	overflow: auto;
	margin-left: 10px;
	padding-left: 0;
	border: solid 1px #ddd;
	display: block; }
li {
	width: 137px;
	overflow: hidden;
	clip: auto;
	clear: both;
	margin: 0;
	padding: 0 0 2px 3px;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	display: block; }
*/

.x {
	width: 17px;
	height: 17px;
	float: right;
	/*clear: right;*/
	margin: 0;
	padding: 0 3px 0 0;
	/*display: block;*/
	background: url(../images/x.gif) no-repeat;
}

.x:hover {
	background: url(../images/x_hi.gif);
}

.x:active {
	background: url(../images/x_active.gif);
}

.x span {
	display: none;
}

/*
li input {
	width: 20px;
	float: left;
	margin: 3px 0 0;
	padding: 0;
	display: block;
	
	 }
li p {
	width: 90px;
	float: left;
	margin: 3px 0 0;
	padding: 0;
	display: block; }
ul a {
	color: #e13300;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 24px;
	border-bottom: 1px solid #1f278d;
	display: block; }
*/

LY.button {
	overflow: visible;
	margin: 10px 0 10px 10px;
	padding: 0;
	display: inline;
	white-space: nowrap;
}

LY.button a {
	color: #1b2e69;
	text-decoration: none;
	vertical-align: middle;
	overflow: visible;
	margin: 3px 0 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	border-color: #c5d4f0 #cfdefc #adbad2 #becce7;
	border-style: solid;
	border-width: 1px;
	display: inline;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/butt_hgr_lo_dunkel.gif) repeat-x 0 0;
}

LY.button a:hover {
	color: #e60000;
	border-color: #f1c5c5 #fbcece #d2acac #e6bdbd;
	text-decoration: none;
}

LY.button a:active {
	color: #f1f3fb;
	background: #afb9e0 url(../images/butt_hgr_active.gif);
}

LY.button a img {
	vertical-align: middle;
	height: 15px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
}

LY.button .mark {
	color: #fff;
	text-decoration: none;
	display: inline;
	margin: 3px 0 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	overflow: visible;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #737c8c #7d8698 #5a616e #6c7483;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/butt_hgr_active.gif) repeat-x 0 -3px;
}

LY.button .mark:hover {
	color: #ff9d86;
	text-decoration: none;
	display: inline;
	margin: 3px 0 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	overflow: visible;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #8d0000 #970000 #6e0000 #830000;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/butt_hgr_active.gif) repeat-x 0 -3px;
}

LY.button .mark:active {
	color: #d30;
	text-decoration: none;
	display: inline;
	margin: 3px 0 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	overflow: visible;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #db0000 #de0000 #ba0000 #b80000;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/butt_hgr_active.gif) repeat-x 0 -3px;
}

* LYhtml div .button a {
	width: 20px;
	height: 20px;
	padding-top: 2px;
	display: block;
}

LY.suchbutton {
	font-size: 1px;
	/*	float: left;*/
	margin: 0 5px 10px 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
	/*   float:none;
	padding-top:-19px;
	*/
	text-align: right;
	/* width:400px;*/
}

LYinput.searchbutton {
	color: #1b2e69;
	text-decoration: none;
	vertical-align: top;
	margin: 3px 0 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	border-color: #c5d4f0 #cfdefc #adbad2 #becce7;
	border-style: solid;
	border-width: 1px;


/*	display: inline-table; LY: FF2.0 kennt das nicht */
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/butt_hgr_lo.gif) repeat-x;
	cursor: pointer;
}

LYimg#suchimage {
	position: relative;
	top: 0px;
	left: 13px;
}

LYimg#suchimageA {
	position: relative;
	top: 6px;
	left: 23px;
}

LYimg {
	border: none;
}

LY.button_klein,.button_klein a, .deletebutton_klein {
	background: none;
}

input.prev {
	cursor: pointer;
	padding: 0 2px;
	width: 23px;
	height: 21px;
	border: none;
	background-color: #f6f7fb;
	background-image: url(../images/btn_arrow_left2.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	text-align: left;
	color: #F6F7FB;
	margin-top: 5px;
}

input.next {
	cursor: pointer;
	padding: 0 2px;
	width: 24px;
	height: 21px;
	border: none;
	background-color: #f6f7fb;
	background-image: url(../images/btn_arrow_right2.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	text-align: left;
	color: #F6F7FB;
	margin-right: 2px;
	margin-top: 5px;
}

#classTabs {
	width: 160px;
	margin: 0;
	padding: 0 ;
	margin-left: 10px;
	background: url(../images/tab_lo_hgr.gif) repeat-x /*0 -3px*/;
	border: 1px solid #a7b0d9;
}

input.classActive {
	cursor: pointer;
	color: #fff;
	margin: auto;
	padding: 0;
	/*kc 040309
	padding-right: 5px;
	padding-left: 3px;*/
	vertical-align: middle;
	/*border-style: solid;
	border-width: 1px;
	border-color: #737c8c #7d8698 #5a616e #6c7483;*/
	border: none;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: url(../images/tab_hi_hgr.gif) repeat-x ;

}


	
input.class {
	cursor: pointer;
	color: #1b2e69;
	margin: auto;
	padding: 0;
	/* kc 040309
	padding-right: 5px ;
	padding-left: 3px ;*/
	vertical-align: middle;
	/*border-style: solid;
	border-width: 1px;
	border-color: #737c8c #7d8698 #5a616e #6c7483;*/
	border: none;
	font: normal 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	/*background: url(../images/tab_lo_hgr.gif) repeat-x 0 -3px;*/
	background: transparent none;

}
