@charset "UTF-8";
.navigation {
  height: 70px;
  background: #2581DC;
}

.brand {
  position: absolute;
  padding-left: 10px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1250px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #2581DC;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #63adff;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #2581DC;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Tamildict Style */

/* Page Contant */
article {
  max-width: $content-width;
  margin: 0 auto;
  padding: 10px;
}


body {background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;}
	
body a {color:#0066ff;}

header {background-color:#63adff;
	color: #ffffff;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;}
	
#hilfscontainer {margin:0px auto;
	 max-width:1024px;}




main {background-color:#ffffff;
	color: #000000;
	float:left;
	width:95%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {border: 1px solid grey;
	border-radius:5px;
	margin: 0 auto;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	max-width: 1000px;
  }

footer {background-color:#2581DC;
	clear:left;
	color:#ffffff;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}
	


img {max-width:100%; height:auto; }
	
h1.mainheadline {font-size:12px;margin:-6px 0px 0px 4px;color:#0066ff;font-weight:normal;}
.subnav    {background-color:#fc6; background-image:url(bg_subnav.gif); background-repeat:repeat-x;}


td.text {
  font-family: Arial,Tahoma,Verdana,TheneeUniTx, Latha,Thenee, aAvarangal, TSCu_InaiMathi, TSCu_ArulMathi, TSCu_InaiKathir, InaiKathir_Unicode, Code2000, InaiMathi_Unicode, InaiKathir_Unicode;
  font-size: 15px;
  color: #000000;
  padding-left:2px;
  padding-bottom:0px;

 
}	

td.text_blue {
  font-family: Arial,Tahoma,Verdana,TheneeUniTx, Latha,Thenee, aAvarangal, TSCu_InaiMathi, TSCu_ArulMathi, TSCu_InaiKathir, InaiKathir_Unicode, Code2000, InaiMathi_Unicode, InaiKathir_Unicode;
  font-size: 14px;
  color: #000000;
  padding-left:2px;
  padding-bottom:0px;
  background-color:#EAEBF3;
 
}
.eigene_tabelle tr:hover,
.eigene_tabelle tr:hover td,
.eigene_tabelle tr:hover th {
    background-color: #C7C7C7;
    color: #F00;
}


/* liste */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
 
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
 
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
 
.ac_loading {
	background : Window url('images/loading.gif') right center no-repeat;
}
 
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}



.red {
	background: #ffb7b7;
}

.yellow {
	background: #fff2a8;
}

.blue {
	background: #a8d1ff;
}


/* Quiz */

p, td, table { 	font-family:Verdana, Geneva, sans-serif;  color: #000000; }
hr { height: 1px; color: #000066; border-style: dashed; clear: both; }
th { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold; text-align: right; vertical-align: top }
.mainheader {text-align: center }
.bottom { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; clear: left; z-index: 8; bottom: 0px; height: 54px; margin-bottom: 12px; }

h1,h2, h3, h4 { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; margin: 0em; padding: 0em 0em 0.25em 0em;}
h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }

.small { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; vertical-align: baseline ; text-decoration: none}

ol#numbered { list-style-position: outside; list-style-type: decimal; }

.dshd { border: dashed 1px #000066 }

p#hornav, { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; display: block; margin-left: 20px; padding: 6px 0px; white-space: nowrap; }
p#hornav { text-align: right; float: right; }

p#hornav, span#lnav,  p#lnav { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; padding: 6px 0px; white-space: nowrap; }
p#hornav, p#lnav { display: block; }
p#hornav { text-align: right; float: right; margin-left: 20px; }
p#lnav { float: left; }
p#hornav a, span#lnav a, p#lnav a { display: inline; margin: 2px 4px; padding: 1px 3px; font-weight: bold; font-size: 13px; color: #000066; border: solid #000066 1px; }
p#hornav a:hover, span#lnav a:hover, p#lnav a:hover { background-color: #000066; color: #ffffff; }

p#bignav { font-family: "Comic Sans MS",Arial, Helvetica, sans-serif; margin: 0px; padding: 6px 0px; font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; font-size: 17px; }
p#bignav a { margin: 2px 4px; padding: 2px 4px; font-weight: bold; color: #000066; border: solid #000066 1px; }
p#bignav a:hover { background-color: #000066; color: #ffffff; }

.rtali { float: right; margin-left: 20px }
.drkred { color: #660000; font-style: oblique }
.dhdbx { border: dashed 1px #000066; padding: 12px }

table#lst { width: 100%; border-width: 0px; }
table#lst caption { font-size: 18px; }
table#lst th { text-align: left; font-size: 16px; }
table#lst td { vertical-align: top; }

table#qst { padding: 0px; margin: 0px; border-width: 0px }
table#qst th { width: 45px; font-weight: normal; font-style: italic; text-align: right; vertical-align: top; padding: 0px }
table#qst td { padding: 0px 9px 0px 0px }

table#sct { border-width: 0px; font-size: 125%; padding: 0px; }
table#sct tr { padding-bottom: 6px; }
table#sct th { text-align: right; padding-right: 20px; white-space: nowrap; font-weight: bold; vertical-align: top; }

table#nq { border-width: 0px; width: 95%; clear: both; }
table#nq th { text-align: right; white-space: nowrap; vertical-align: top; width: 12em; }
table#nq td { vertical-align: text-top; padding-left: 0.5em; }


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.tab-pane {
  margin-top: 10px;
  height: 600px;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ud_box {
font-size:14px;color:#0C0;
}
.ud_box2 {
font-size:14px;color:#C00;
}

