body {
	background-image: url(../images/nav_left_img.png);
	background-repeat: no-repeat;
	background-attachement: fixed;
	background-position: left 600px;
}

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

a:link {
	color: #3c8bba;
}
a:visited {
	color: #3c8bba;
}

/* Menü **************************************************************/
ul.menulevel3 {
	color: #3c8bba;
}
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: #3c8bba;
}

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

/* Contentspalte mitte ***********************************************/
div.content_block {
	background-color: #ebf3f8;
}
div#heftausgabe, div#heftausgabe_uebersicht {
	border-color: #3c8bba;
}

/* Mittelteil Gabelseite *********************************************/
div.gabel_teaser, div.gabel_teaser_uebersicht  {
	background-color: #ebf3f8;
}

/* Rechte Seitenspalte ***********************************************/
div.right_col_box_content {
	border-right: 2px solid #3c8bba;
	border-bottom: 2px solid #3c8bba;
	border-left: 2px solid #3c8bba;
}
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 #3c8bba;
}

table.termin_table {
	background-color: #ebf3f8;
	border: 1px solid #3c8bba;
}
input {
	border: 1px solid #3c8bba;
}
input.submit_button {
	border: 1px solid #3c8bba;
}
select {
	border: 1px solid #3c8bba;
}

/* Suchergebnis und Anzeigen******************************************/
div.suchergebnis {
	border-bottom: 2px solid #3c8bba;
	padding-left: 5px;
	margin: 10px 0;
}
hr.suchergebnis {
	border: 0 none;
	border-bottom: 2px solid #3c8bba;
}

textarea{
	border: 1px solid #3c8bba; 
}

div#heft_logo_box {
  width: 146px;
	height: 204px;
}

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

table.normale_table {
	background-color: #ebf3f8;
	border: 1px solid #3c8bba;
}

div.kommentar{
  border-color: #3c8bba;
  background-color: #ebf3f8;
}

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

h3#bildergalerie_ueberschrift{
	background-color: #3c8bba;
}

td.bildergalerie {
	background-color: #3c8bba;
}

img.bildergalerie_big_image {
	border: 3px solid #3c8bba;
}

div.lb_galerie {
	background-color: #FFF;
}

div.lb_galerie:hover {
	background-color: #63A2C8;
}

img.lb_galerie{
	border: 3px solid #3c8bba;
}
