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: #958533;
}

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

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

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

/* Contentspalte mitte ***********************************************/
div.content_block {
	background-color: #f4f3ea;
}
div#heftausgabe, div#heftausgabe_uebersicht {
	border-color: #958533;
}

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

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

table.termin_table {
	background-color: #f4f3ea;
	border: 1px solid #958533;
}
input {
	border: 1px solid #958533;
}
input.submit_button {
	border: 1px solid #958533;
}
select {
	border: 1px solid #958533;
}

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

textarea{
	border: 1px solid #958533; 
}

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

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

table.normale_table {
	background-color: #f4f3ea;
	border: 1px solid #958533;
}

td.sucheRat_leftCol{
  width: 400px;
  vertical-align: top;
  padding-right: 40px;
}

td.sucheRat_rightCol{
  width: 150px;
  vertical-align: top;
  text-align: center;
}


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

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

h3#bildergalerie_ueberschrift{
	background-color: #958533;
}

td.bildergalerie {
	background-color: #958533;
}

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

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

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

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

/* Neue Startseite ***************************************************/
div.box_dotted {
	border: 2px dotted #958533;
	border-top: 0 none;
}
div.box_solid {
	border: 2px solid #958533;
	border-top: 0 none;
}

div.home_box_content img.home_box_pic {
	border: 2px solid #958533;
}

div.home_box_content img.home_box_pic_only_border {
	border: 2px solid #958533;
}

a.linkNews{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
	position: relative;
	text-decoration: none;
	color: #000000;
	border-top: 2px solid #fff;;
	line-height: 18px;
	width: 448px;
	height: 18px;
	background-color: #e5e5e5;
	background-image: url(/images/link_news_n.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	z-index: 70;
}

a.linkNews:hover{
	text-decoration: underline;
	background-color: #cecece;
	background-image: url(/images/link_news_r.gif);
}