/******************************
 * todooo.com CSS 
 *
 * Styles für Schriften,Layout,etc.
 * Version: ted (beta 0.6)
 *****************************/

/***************************
 * OLD 
 **************************/
/*.no_underline a{
  text-decoration: none;
  border: 0px;
}*/

/***************************
 * Radiobuttons
 **************************/
input[type="radio"]{
  width: 20px;
  border: 0px;
}

.newpass input[type="password"], .newpass input[type="submit"], .lostpass input[type="text"], .lostpass input[type="submit"],
  #fb_form input[type="text"], #fb_form input[type="submit"], #fb_form textarea{
  width: 410px;
  padding: 4px 3px 4px 3px;
  border: 3px solid #d5e898;
  background-color: #f5ffd3;
  color: #e87313;
  font-weight: bold;
  font-family: "Lucida Sans", Arial, sans-serif;
  font-size: 13pt;
}
.newpass input[type="password"]:hover, .lostpass input[type="text"]:hover, #fb_form input[type="text"]:hover, #fb_form textarea:hover{
  background-color: white;
}
.newpass input[type="submit"], .lostpass input[type="submit"], #fb_form input[type="submit"]{
  width: 200px;
  border: 2px solid #9ab600;
  background-color: #d5e898;
  color: #9ab600;
  font-size: 12pt;
  cursor: pointer;
}
.newpass input[type="submit"]:hover, .lostpass input[type="submit"]:hover, #fb_form input[type="submit"]:hover{
  color: #fff;
  background-color: #9ab600;
}
/***************************
 * Border Klassen
 **************************/
.border1green{
  border: 1px solid #9ab600;
}
.border1white{
  border: 1px solid #fff;
}
.borderb1red{
  border-bottom: 1px solid #E8131D;
}
.borderb1w{
  border-bottom: 1px solid #fff;
}
.border2green{
  border: 2px solid #d5e898;
  padding: 10px 10px 10px 10px;
}
.border3green{
  border: 3px solid #d5e898;
  padding: 10px 10px 10px 10px;
}
.bdot span{
  border-bottom: 1px dotted #7c7c7c;
}
/***************************
 * Background von erledigten Listen
 **************************/
.bgdone{
  background-color: #f8f8f8;
}

/***************************
 * Breiten, Abstaende
 **************************/
.w400{
  width: 400px;
}
.marBot5{
  margin-bottom: 5px;
}
.marBot10{
  margin-bottom: 10px;
}
.marBot20{
  margin-bottom: 20px;
}
.mt-3{
  margin-top: -3px;
}
.mt4{
  margin-top: 4px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt25{
  margin-top: 25px;
}
.mt27{
  margin-top: 27px;
}
.ml25{
  margin-left: 25px;
}
.ml50{
  margin-left: 50px;
}
.ml150{
  margin-left: 150px;
}
.pt2{
  padding-top: 2px;
}
.searchhighl{
  background-color: #ebfebd;
}


/***************************
 * Fake HR auf Startseite
 **************************/
.hr{
  margin: 10px 0 10px 15px;
}

/***************************
 * Logout Hover
 **************************/
.hovRed:hover{
  color: #E8131D;
}


/***************************
 * Farben für Schriften
 **************************/
.green{
  color: #9ab600;
}
.yellow{
  color: #f2b90a;
}
.orange{
  color: #e87313;
}
.neutral{
  color: #c7c7c7;
}
.blue{
  color: #009AB5;
}
.grey{
  color: #7c7c7c;
}
.done_grey{
  color: #C6C6C6;
}
.red{
  color: #E8131D;
}
.brown{
  color: #B51B00;
}
.mint{
  color: #00DB8F;
}
.pink{
  color: #E000BF;
}
.dark{
  color: #1f1f1f;
}
.white{
  color: #fff;
}

/***************************
 * Schriften
 **************************/
.lh12{
  line-height: 1.2em;
}
.lh13{
  line-height: 1.3em;
}
.lh14{
  line-height: 1.4em;
}
.lh15{
  line-height: 1.5em;
}

.kursiv{
  font-style: italic;
}
.fat{
  font-weight: bold;
}
.deli{
  line-height: 1.4em;
}
.underl{
  text-decoration: underline;
}
.normal{
  font-weight: normal;
}

/* Font-Size */
.f7{
  font-size: 6pt;
}
.f8{
  font-size: 8pt;
}
.f9{
  font-size: 9pt;
}
.f10{
  font-size: 10pt;
}
.f11{
  font-size: 11pt;
}
.f12{
  font-size: 12pt;
}
.f13{
  font-size: 13pt;
}
.f14{
  font-size: 14pt;
}
.f15{
  font-size: 15pt;
}
.f16{
  font-size: 16pt;
}
.f17{
  font-size: 17pt;
}
.f18{
  font-size: 18pt;
}
.f19{
  font-size: 19pt;
}
