/* ===========================================CSS von kartuli.net
Das ist das css für die startseite, impressum, ressourcen*/


/* -- Main layout styles -- */
/* -- das ist der dunkelgraue Hintergrund --*/
body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;
}

#siteBox {
  float: left;
  width: 100%; /*war 100%;*/
/* --das ist die weisse schrift im Textfeld*/  
  color: #FFF;
}

h1 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  /*color: #FC0;*/
  color: #FC0;
  border-bottom: 1px solid #AAA;    
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 1.0em 1.2em 1.0em 1.2em;
  line-height: 1.8em;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
/*das ist die Hintergrund am rechten oberen Rand*/  
  background: #ad94a6 url(images/hdr.png) no-repeat bottom left;
  -moz-border-radius-topleft:20px;
}

#header a {
  float: right;
  width: 10em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  }

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header .desc.first {
  /*background-image: url(images/corner_tr.gif);*/
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;
}

a:hover .desc {
  display: block;
}

#header .desc.active {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  /* --text-transform: uppercase; --*/
  text-align: right;
  line-height: 0.75em;
  /* letter-spacing: -0.15em; */
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.0em;  
  letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: right;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-bottomleft:15px;
  /*display: block;*/   
  border: 0px;
  /*list-style-image: url(images/li_menu6.png);*/
}

#contentRight {
  float: left;
  width: 75%;
  background: #777;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomright:15px;
}

#content p {  
  margin: 1.0em 1.2em 0em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  /*das sind die links in der content-box, Textfarbe orange*/
  text-decoration: none;
  /*color: #FC0;*/
}

a {
color:#FC0;
}

#content a:hover, #content a:active {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

/* -- <ul> tag styles  im Fliesstext rechte Seite-- */
#contentRight ul {
  font-size: 0.8em;
  /*padding-top: 2px;*/
  list-style-image: url(images/li_bullet.gif);
  margin: 0;
}

#contentRight li {
  margin-left: 10px;
  /*margin-right: 30px;/*neu hinzugefügt*/
  /*padding-top: 5px; neu hinzugefügt*/
  line-height: 1.8em;
}

.h1, .h2 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1em;
  text-transform: lowercase;
  /*color: #FC0;*/
  color: #FC0;
  border-bottom: 1px solid #AAA;    
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 1.0em 1.2em 1.0em 0em;
}

.h2 {
  border: 0px;
}

.liste {
  list-style-type: circle;
  list-style-image: none;
}

.dezimal {
  list-style-type: decimal;
  list-style-image: none;
}
 
#content p.text {
  margin: 0px 10px 0px 50px;
  /*padding-bottom: 3px;*/
}

#h1 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1em;
  text-transform: lowercase;
  /*color: #FC0;*/
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}  
  
/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
/*farbe der fusszeile ursprünglich #0AD;*/
  color: #FFF;
  background: #ad94a6 url(images/hdr.png) repeat-y top left;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-bottomleft:15px;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}


/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

.orange {
   color: #FC0;
   border-bottom: 1px dotted #AAA;
   /*padding-top: 3px;*/
   padding-bottom: 5px;
}
.orangelek {
   color: #FC0;
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

/* ############################################################# CSS Vokabeltrainer
das ist der css-teil von flashcard */

dt {
	font-weight: bold;
}

#main {
	margin:1em auto;
	/*margin-top:1em;*/
	/*width: 40em;*/
	padding: 0px 10px 0px 15px; /*neu bestimmt randabstand des kastens im vokabeltrainer*/
	/*background-position: center; /*neu*/
}

#divMenu {
	margin-bottom: 0.3em;
}
div.menu {
	border: 1px solid #333; /*Farbe ursprgl. #000080*/
	display:inline;
	padding: 0.3em 0.6em;
	text-align: center;
	margin: 0.2em;
	background-color: #666; /*neu hinzugefügt*/
}
div.menuSelected {
	border: 1px solid #333; /*Farbe ursprgl. #000080*/
	border-bottom: 1px solid #ffffff;
	display:inline;
	padding: 0.3em 0.6em;
	text-align: center;
	margin: 0.2em;
}
div.menuInvisible {
	display:none;
}
a.menu:link, a.menu:visited {
	text-decoration:none;
}
div.window {
	display:none;
}
div.windowSelected {
	border: 1px solid #333; /*Farbe ursprgl. #000080*/
	/*border-bottom: none;*/
	padding: 1em;
	/*width: 40em;*/
	height: 20em;
	display:block;
}

/* ================================================ Edit Cards */

#textareaEdit {
	display:block;
	/*width:40em;*/
	height:20em;
	margin:1em 0em;
}
 
/* ================================================ Learn Cards */


#tableQuestioning {
	/*width:40em;*/
	/*table-layout: fixed;*/
	border-spacing: 0em;
	empty-cells: show;
	background-color: #777; /*neu hinzugefügt*/
	padding:0.3em; /*neu hinzugefügt*/
}

#tdQuestion {
	height: 4em;
	text-align: left;
}
#tdInput {
	height: 7em;
	text-align: left; /*ursprgl center*/
	padding: 0 0 0 0em; /*neu hinzugefügt*/
	list-style-image: none;
	}
#tdAnswer {
	height: 2em; /*ursprgl 3em*/
	/*text-align: center;
	padding: 0 0 0 25px;*/
	text-indent: 2em;
}
#tdValidation {
	height: 3em;/*ursprgl. 4em*/
	/*text-align: center;
	padding: 0 0 0 25px;*/
	text-indent: 2em;
}
#tdStatistics {
	height: 1em;
	/*text-align: center;*/
}

div.learn, div.test, div.both {
}

#divQuestion {
	font-size: 1.3em; /*ursprgl 1.5em*/
	text-indent: 2em;
	/*color:#FC0;*/
}
#formCheck {
	margin:0px;
}
#inputAnswer {
	width:25em; /*ursprgl. 15em*/
	font-size: 1.3em; /*ursprgl. 1.5em*/
	height: 1.5em; /*neu hinzugefügt*/
}
input.answers {
	visibility: hidden;
	font-size: 1.3em; /*neu hinzugefügt*/
	overflow: visible; /*neu hinzugefügt*/
    padding: 0 5px 0 5px; /*neu hinzugefügt*/
    width: auto; /*neu hinzugefügt*/
}

#olAnswers li {
    list-style-type: none;
}

#inputCheck {
	display:inline;
	width: 7em;
}
#inputNext {
	width: 7em; /*ursprgl. 7em*/
}
#inputRepeatFalse {
	display:none;
	width: 7em;
}
#inputRestart {
	display:inline;
}

#divCorrectAnswer {
	font-size: 1.3em; /*ursprgl. 1.5em*/
}
#divValidation {
	display:inline;
	font-weight: bold;
	font-size: 1.3em; /*ursprgl. 1.5em*/
}
div.correct {
	color:#FC0; /*ursprg. green*/
}
div.false {
	color: red;
}
#divStatistics {
   position: absolute;
   overflow: auto;
   text-align: left;
}
div.statisticsLabel {
	display:inline;
	font-size: .9em;/*neu hinzugefügt*/
}

div.statisticsValue {
	display:inline;
	text-align:right;
	margin:0em 0.8em 0em 0.1em;
	background-color:#333; /*ursprgl. #a0a0a0;*/
	color:#FC0;/*#ffffff;*/
	padding:0.2em;
	font-size: .9em;/*neu hinzugefügt*/
	
}

/* ================================================ FooterVoktrainer */

#footervok {
	padding: 0.3em 1em;
	color: #ffffff;
	font-weight: bold;
	width: 40em;
	/*background-color: #666;/*#c0c0c0;*/
	/*border: 1px solid #333;/*#000080;*/
	border-top: none;
}

#footervok a:link, #footervok a:visited {
	color: #ffffff;
}

/*==================================================ajaxsuche*/


.ajaxSearch_highlight1 {
   color: #FF9900;
}
 .ajaxSearch_resultDescription {
   font-size: 0.8em;
}	

/* Menü
 --------------HAUPTNAVIGATION----------------- */
#menu {
/*width: 235px;*/
margin: 1em 1.2em 1em 1.2em;
font-size: 0.8em;
}

#menu li a{
/*font: bold 12px Trebuchet, Arial, Helvetica, sans-serif;*/
color: #FFFFFF;
text-decoration: none;
display: block;
width: auto;
padding: 8px 0px 8px 0px;
/*background-image: url(images/);*/
border-bottom: 1px solid #AAA;
}

#menu ul{
margin: 0;
padding: 0;
text-indent: 5px;
}

#menu a:hover{
background-color: #54404A;
}

/*1. menüebene*/
#menu li{
list-style-type:none;
/*text-indent: 5px;*/
}

#menu a:visited{
/*background-image: url(...images/bg_lk_navbox_grey.gif);*/
padding: 8px 0px 8px 0px;
}

.#menu a:active, .#menu a:hover{
/*background-image: url(...images/bg_lk_navbox_red.gif);*/
padding: 8px 0px 8px 0px;
/*background-color: #83325A; /*neu*/
}

/*1. menüebene aktiv*/
#menu ul li.active a{
background-color: #785265;
color: #FFFFFF;
text-decoration: none;
display: block;
width: auto;
padding: 8px 0px 8px 0px;
border-bottom: 1px solid #AAA;
}

/* ---------------Menü 2. ebene--------------- */
#menu ul ul{
width:auto;
list-style-type:none;
text-indent: 15px;
}

#menu ul ul li{
display:block;
width:auto;
}

#menu ul ul li a{
color: #FFFFFF;
text-decoration: none;
/*background-image: url(...images/bg_lk_navbox_red.gif);*/
display: block;
width: auto;
padding:8px 0px 8px 0px;
border-bottom: 1px solid #AAA;
}

#menu ul ul li a:visited{
/*background-image: url(...images/bg_lk_navbox_red.gif);*/
}

#menu ul ul li a:hover, #menu ul li a:hover, #menu ul li.active a:hover{
background-color: #54404A;
}

#menu ul ul li.active a{
color:#FFFFFF;
text-decoration: none;
display: block;
width: auto;
padding: 8px 0px 8px 0px;
border-bottom: 1px solid #AAA;
}

/* -------------SUBNAVIGATION 3rd LEVEL-------------- */
#menu ul ul ul{
width:auto;
list-style-type:none;
text-indent: 25px;
}

#menu ul ul ul li{
/*text-indent:25px;*/
display:block;
width:auto;
}

#menu ul ul ul li a:visited{
padding: 8px 1px 8px 0px;
/*background-image: url(..images/bg_lk_navbox_red.gif);*/
/*text-indent: 25px;*/
}

#menu ul ul ul li a:active {
padding: 8px 1px 8px 0px;
/*background-image: url(...images/bg_lk_navbox_red_3rd.gif);*/
background-color: #54404A; /*menü 2. ebene aktiv*/
/*text-indent: 25px;*/
}

#menu ul ul ul li a:hover, #menu ul li li a:hover{
background-color: #54404A;
}

/*aktives element 3. menüebene*/
#menu ul ul ul li.active a{
/*background-image: url(...images/bg_lk_navbox_red_3rd.gif);*/
background-color: #B72F73;
color:#FFFFFF;
text-decoration: none;
/*text-indent: 60px;*/
display: block;
width: auto;
padding: 8px 0px 8px 0px;
border-bottom: 1px solid #AAA;
}

/*nicht aktives element 2. ebene im aktiven menüpunkt*/
#menu ul li li.active a{
background-color: #A17A8D;
color: #FFFFFF;
/*font: bold 12px Trebuchet, Arial, Helvetica, sans-serif;*/
text-decoration: none;
/*text-indent: 60px;*/
display: block;
width: auto;
padding: 8px 0px 8px 0px;
border-bottom: 1px solid #AAA;
}