body {
	font-size: 12px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	background-color: #EBEBEB;
	margin-top: 0px;
}

table,tr,td {
	font-size: 12px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

hr {
  noshade:noshade;
  height:1px;
  margin-left:0;
  text-align:center;
  width:130px;
  background-color:#717070;
  color:#717070;
  border:0px;
}

/* 22.12.2005 ich habe diese klasse definiert, damit die <hr> auf der inc/suche.html-Seite oberhalb von türkisch richtig
ausgerichtet ist. Wenn die Definition für <hr> keine weitere <hr>s betrifft kann text-align: left auch oben einfach geändert werden
Stephan */

hr.left {
  text-align:left;
}

.box {
	background-color: InfoBackground;
	width: auto;
	height: auto;
}
/* Text rendering */
.ueberschrift {
	color: White;
	font-weight: bold;
	background-color: #b8b8b8;
	position: fixed;
	left: 0;
	width: 100%; /* 22.12.2005 - Fix "Suche" Opera */
}
.anzeige{
	top: 30px;
	height: auto;
}
.lines {
	position: static;
	width: auto;
	height: auto;
	top: auto;
	right: auto;
	bottom: 100px;
	left: auto;
	color: gray;
}
.zeilen {
	background-color: White;
	width: 70px;
}
a.wortlink:link {text-decoration: none;color: #322C1C;}
a.wortlink:visited {text-decoration: none;color: #322C1C;}
a.wortlink:hover {text-decoration: underline; background-color: White;}
/*a.wortlink:active {text-decoration: underline; background-color: White;}*/

.wort {
	color: #584B37;
}
.comment {
	color: #990000;
}
.textend {
	color: Gray;
}
.match {
	background-color: #EBD9BE;
	top: 30px;
}
.fragment {
	color: Green;
}
/* Wörterbucheintrag */
.d-flektiert {
	font-weight: bold;
	color: #C4B59F;
}
.d-lemma{
	font-weight: bold;
}
.d-language{
	
}
.d-gramm {
	font-style: italic;
}
.d-translation {
	
}
.d-transcr {
	font-style: italic;
}
.r-language a {

}
.r-text {
	
}
.r-refs:link {
	text-decoration: none;
 	color: #584B37;
}
.r-refs:visited {
	text-decoration: none;
 	color: #322C1C;
 }
.r-refs:active {
	text-decoration: underline;
 	background-color: White;
 }
.r-refs:hover {
	text-decoration: underline;
 	background-color: White;
 }


.resultID:link {text-decoration: underline;	color: #584B37; font-weight: bold;}
.resultID:visited {text-decoration: none; color: #322C1C; font-weight: bold;}
.resultID:active {text-decoration: underline; color: #322C1C; background-color: White;font-weight: bold;}
.resultID:hover {text-decoration: underline; color: #322C1C; background-color: White;font-weight: bold;}

.textlink:link {text-decoration: none;	color: #584B37; font-weight: bold;}
.textlink:visited {text-decoration: none; color: #322C1C; font-weight: bold;}
.textlink:active {text-decoration: underline; color: #322C1C; background-color: White;font-weight: bold;}
.textlink:hover {text-decoration: underline; color: #322C1C; background-color: White;font-weight: bold;}

/* Ende Wörterbucheintrag */


/* türkischer Text */
.background {
	color: Gray;
}
.title {
	font-weight: bold;
}

a.tlink:link {text-decoration: none;color: #322C1C;}
a.tlink:visited {text-decoration: none;color: #322C1C;}
a.tlink:hover {text-decoration: underline; background-color: White;}
/*a.wortlink:active {text-decoration: underline; background-color: White;}*/

.tlink {
	color: #584B37;
}


/* Ende türkischer Text */

.link-normal:link {text-decoration: none;	color: #584B37;font-weight: bold;}
.link-normal:hover {text-decoration: underline; background-color: White;}
.link-normal:active {text-decoration: underline;}
.link-normal:visited {text-decoration: none;color: #322C1C;}

.nav a {
	font-size: 8pt;
	font-weight: lighter;
	text-decoration: none;
	color: White;
}

.navigation:link {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: White;
	font-weight: bold;
}

.navigation:visited {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: White;
	font-weight: bold;
}

.navigation:hover {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: White;
	font-weight: bold;
}

.navigation:active {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: White;
	font-weight: bold;
}

.button {
   height: 23px;
	width: 23px;
	font-size: 13px;	
	border:1px solid #b8b8b8;
	background-color:#FFFFFF;
}

.reset {
  height: 23px;
	width: 90px;
	font-size: 11px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	border:1px solid #b8b8b8;
	background-color:#FFFFFF;
}


