/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*         CMS / News Script V2                      *
*         Interne Version: 2.0.0.1                  *
*                                                   *
*         © 2009-2010 HINNENDAHL.COM                *
*                                                   *
*         Holger Hinnenahl                          *
*         Rappoldstr. 11                            *
*         33644 Bielefeld                           *
*         http://www.hinnendahl.com                 *
*                                                   *
*         Dieser Text darf aus rechtlichen          *
*         Gründen niemals entfernt werden!          *
*                                                   *
****************************************************/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Ausgabe DIV Container */

#news_archiv {
  width:                            260px;
  height:                           auto;
  font-family:                      Verdana, Arial, Helvetica, sans-serif;
  font-size:                        11px;
  padding:                          0px;
  margin:                           0px auto 0px auto;
  font-weight:                      bold;
}
/* Balken mit der Überschrift "Archiv" */

#news_archiv_header {
  /*background-color:                 #BBB9AE;
  border:                           1px dotted #736F60;*/
  font-weight:                      bold;
  color:                            #990000;
  text-align:                       center;
  padding:                          0px 20px 0px 20px;
  font-size:                        14px;
  /*background:                       url("../graphic/button_a.png") repeat-x center -5px;*/
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Einzüge der Jahres und Monats Struktur */

.archiv_jahr {
  padding:                          0px 0px 4px 4px;
  margin:                           0px 0px 0px 10px;
} 
#news_archiv  ul {
  margin:                           0px 0px 0px -5px;
}
#news_archiv li ,
#news_archiv .active_monat li {
  padding:                          0px 0px 4px 0px;
  margin:                           0px 0px 0px 0px;
  list-style-type:                  none;
}
/* Aktiver Monat */

#news_archiv .active_monat  {
  list-style-type:                  square;
  color:  #990000;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Hover Status der Links */

#news_archiv a:link {
	color:                            #333333;
	outline:                          0;
	text-decoration:                  none;
}
#news_archiv a:visited {
	color:                            #333333;
	outline:                          0;
	text-decoration:                  none;
}
#news_archiv a:hover {
	color:                            #990000;
	outline:                          0;
	text-decoration:                  none;
}
#news_archiv a:focus {
	color:                            #BBB7AA;
	outline:                          0;
	text-decoration:                  none;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*         CMS / News Script V2                      *
*         Interne Version: 2.0.0.1                  *
*                                                   *
*         © 2009-2010 HINNENDAHL.COM                *
*                                                   *
*         Holger Hinnenahl                          *
*         Rappoldstr. 11                            *
*         33644 Bielefeld                           *
*         http://www.hinnendahl.com                 *
*                                                   *
*         Dieser Text darf aus rechtlichen          *
*         Gründen niemals entfernt werden!          *
*                                                   *
****************************************************/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ################################### Div für Wolke ############################################ */

#cloud_tag {
  width:            90%;
  height:           auto;
  text-align:       center;
  font-size:        18px;
  padding:          10px;
}

#cloud_tag a {
  text-decoration:  none;
  outline:          0;
}
#cloud_tag a:hover {

}

/* ################################### Größe und Farbe der Links ################################ */


#cloud_tag .size1 {
  color:            #990000;
  font-size:        140%;
}

#cloud_tag .size2 {
  color:            #000000;
  font-size:        130%;
}

#cloud_tag .size3 {
  color:            #222222;
  font-size:        120%;
}

#cloud_tag .size4 {
  color:            #333333;
  font-size:        110%;
}

#cloud_tag .size5 {
  color:            #444444;
  font-size:        100%;
}

#cloud_tag .size6 {
  color:            #EEEEEE;
  font-size:        90%;
}

#cloud_tag .size7 {
  color:            #FFFFFF;
  font-size:        80%;
}

#cloud_tag .size8 {
  color:            #777777;
  font-size:        70%;
}

#cloud_tag .size9 {
  color:            #DDDDDD;
  font-size:        60%;
}

#cloud_tag .size0 {
  color:            #FFFFFF;
  font-size:        50%;
}
