/**
* Styles der Startseite
*
* © 2009 <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i-d.de/
*
* @author Annekathrin Linge <a.linge@i-d.de>
*/


h1{
  color: #666;
}
  
/* 02-layout
----------------------------------------------------------------------------- */

.einleitung{
  margin: 12px 0 20px 0;
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
}


.text{
  width: 275px;
  font-weight: bold;
  font-size: 13px;
  color: #555;
  margin-top:10px;
}

.text p{
  float: left;
  margin: -18px 0 0 12px; 
  width: 264px;
}




/* 03-navigation
----------------------------------------------------------------------------- */


/* 04-forms
----------------------------------------------------------------------------- */


/* 05-content
----------------------------------------------------------------------------- */

.text p.link{
  font-weight: normal;
  font-size: 0.8em;
  margin: 5px 0 10px 0;
  width: 275px;
  text-align: right;
  color: #666;
  
}

.linkTarif{
  color: #CC3300;
}

.linkPrevent{
  color: #339900;
}

.linkSeminar{
  color: #000066;
}


.articles li a:hover, .articles li .activeArt{
  background-image: url(/img/start_article.jpg);
  color: #fff !important;
}

