.color { /* Allgemeine Farbklasse zum Dazufügen. Sparsam verwenden! **/
	color: #096;
}

a:link {
	color: #096;
}
a:visited {
	color: #096;
}

/* Menü **************************************************************/
ul.menulevel1 ul.menulevel2 li.menucurrent a:link, ul.menulevel1 ul.menulevel2 li.menucurrent a:visited, ul.menulevel1 li.menucurrent a:link, ul.menulevel1 li.menucurrent a:visited {
	color: #096;
}

ul.menulevel3 {
	color: #096;
}

/* Hauptspalten header ***********************************************/
div#right_col_header {
	color: #096;
}

/* Contentspalte mitte ***********************************************/
div.content_block {
	background-color: #e5f5ef;
}

div#heftausgabe_green_block {
	background-color: #096;
}

div#heftausgabe {
	border-color: #096;
}

/* Mittelteil Gabelseite *********************************************/
div.gabel_teaser {
	background-color: #e5f5ef;
}

/* Rechte Seitenspalte ***********************************************/
div.right_col_box_content {
	border-right: 2px solid #096;
	border-bottom: 2px solid #096;
	border-left: 2px solid #096;
}
div.box_gray_content {
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}

/* Termine ***********************************************************/
div#termine_monate {
	border: 1px solid #096;
}

table.termin_table {
	background-color: #f1f8e9;
	border: 1px solid #096;
}
input {
	border: 1px solid #096;
}
input.submit_button {
	border: 1px solid #096;
}
select {
	border: 1px solid #096;
}
textarea {
	border: 1px solid #096;
}

/* Kleinanzeigen ***************************************************/
h2.Kleinanz{
	color: #009966;
}
a.kleinanzeigen{
		color: #000000;	
}
a.kleinanzeigenSelected{	
		color: #fff;
}

table.normale_table {
	background-color: #f1f8e9;
	border: 1px solid #096;
}

div.kommentar{
  border-color: #096;
  background-color: #f1f8e9;
}

div#kommentare{
	background-color: #f1f8e9;
}