.my_style_info {
  display: none;
  color: #fff;
  padding: 100px;
  margin: 100px;
}

.bgRepeat {
  background-image: url(img/bgRepeat.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

.myBG {
  background-image: url(img/bgMain.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

.bgUnten {
	background: url(img/bgUnten.jpg) no-repeat;
	background-position: bottom center;
  height: 27px;
  margin: 0 auto;
  width: 956px;
}

.bgRightNavUnten {
	background: url(img/bgRightNavUnten.jpg) no-repeat;
	background-position: center;
	height: 11px;
}


.bgMainText {
	background: url(img/main_balken.jpg) no-repeat;
	background-position:300px;
	height: 48px;
}

body {
	background-color: #73970B;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	min-width: 956px;
}

.bodyMain {
  text-align: justify;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #000000;}
a:active { color:#000000;}


h1 {
	font-size: 15px; 
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
 }

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	text-align:right;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 956px;
	margin: 0 auto;
	padding: 0;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-color: #184214;
	width: 956px;
	height: 174px;
}
#banner p{
	margin-left: 0px;
	padding: 0px;
}
#mainnavi {
	margin: 0;
	padding: 0;
	height: 5px;
	background-color: #fff;
}

#mainnavi p{
	padding: 0 5px;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:950px;
	background-color: #ffffff;
	width: 535px;
	margin: 0 200px 0 200px;
  /*margin: 0 17.5em 0 15.5em;*/
}

pre, code { font-size: 1.2em;}

h1 {
	padding: 10px;
	margin:0;
}
h3 {
	padding: 5px;
	margin:0;
}

.gross {
	width: 5.71em;
	height: 1.07em;
}

.klein {
	font-size: 0.7em;
}

/* ----------------right navigation------------ */
#right {
	float: right;
/*	width: 14em; */
  width: 202px;
/*	margin: 0;
	padding: 0; */
  margin-right: 4px;
	color:#fff;
	background-image: url(img/bgRightNav.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#rightContent {
  margin-left: 10px;
}

/* ------------- MDB-Kategorieuebersicht ----- */

.kategorie ul {
  list-style: none;
  display:block;
  padding-left:1em;
}

.kat_left {
  list-style: none;
  float:left;
  padding-right: 1em;
}

.kat_right {
  list-style: none;
  padding-bottom: 20px;
}

.kat_center {
  list-style: none;
  padding-left: 10em;
  padding-bottom: 20px;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	/*width: 14em;*/
	width: 200px;
	margin: 0;
	padding:10px 0 0 0;
	color:#000;
}
#left ul{
	list-style-type: none ;
	padding: 0 0 0 10px;
	margin: 0;
}

#left li a {
  font: bold 12px "Trebuchet MS", Tahoma, Arial;
	/*font-size: 1.1em;*/
	text-decoration:none; 
}
#left  li li a { font-size: 1em; }
#left li{
	margin: 0;
	padding: 0 0 4px 0;
}
#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}
#left li a.selected {
	margin: 0;
	padding: 0 0 0 10px;
	color:#ffffff;
}

#left li li a.selected {
	margin: 0;
	padding: 0;
}

.clearer {
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	float: none;
}

/* -----------footer--------------------------- */
#footer {
  width: 932px;
	margin: 0px 10px 0 10px;
	background: url(img/footerTop.jpg) no-repeat;
	background-color: #5F7F00;
  color:#fff;
	height: 100px;
	list-style: none;
  padding-top: 2.0em;
}

.footerUnten {
  background: url(img/footerUnten.jpg) no-repeat;
  width: 932px;
	margin: 0px 10px 0 10px;
}

.footer_left{
	width:550px;
	margin-left: 16px;
	float:left;
	overflow: hidden;
}

.footer_right{
	width:340px;
	margin-right: 16px;
	float:right;
	overflow: hidden;
	text-align: justify;
  font-size: 75%;
  color: #B7C58C;
}

/* --- Standard-Linkfarben --- */

a.linkfarbe:link
{
  font-size: 1.1em;
  font-weight: bold;
  color:black;
  text-decoration: none;
}

a.linkfarbe:visited
{
  font-size: 1.1em;
  font-weight: bold;
  color:black;
  text-decoration: none;
}

a.linkfarbe:hover
{
  font-size: 1.1em;
  font-weight: bold;
  color:black;
  text-decoration: underline;
}

a.linkfarbe:active
{
  font-size: 1.1em;
  font-weight: bold;
  color:black;
  text-decoration: underline;
}

/* --- Linkfarben für Detaillink--- */

a.detail:link
{
  color:#393938;
  text-decoration: none;
}

a.detail:visited
{
  color:#393938;
  text-decoration: none;
}

a.detail:hover
{
  color:#bf3838;
  text-decoration: none;
}

a.detail:active
{
  color:#393938;
  text-decoration: none;
}

/* --- Footer-Farben --- */

.footerFarbe
{
  color:#EDEDED;
  text-decoration: none;
}

a.footerFarbe:link
{
  color:#fff;
  text-decoration: none;
}

a.footerFarbe:visited
{
  color:#fff;
  text-decoration: none;
}

a.footerFarbe:hover
{
  color:#fff;
  text-decoration: none;
}

a.footerFarbe:active
{
  color:#fff;
  text-decoration: none;
}

/* --- CopyrightTag --- */
.copyright {
/*	text-align:right; */
	border-top: 1px solid #fff;
	font-size:85%;
/*	clear:both; */
	margin:0px 5px 0px 7px;
	color: #B7C58C;
}

/* ----- footerCompliant ------ */

.valid {
  margin-top: 1.5em;
  padding-top: 1.5em;
}

a.sitemap-mini {
	background: url(img/sitemap-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#3ba5cf;
	text-decoration: none;
	margin-left: 10px;
}
a.sitemap-mini:visited {
	color:#3ba5cf;
}
a.sitemap-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.links-mini {
	background: url(img/links-mini.gif) no-repeat left center;
	padding-left: 15px;
	color:#f86bb1;
	text-decoration: none;
	margin-right: 10px;
}

a.validhtml-mini {
	background: url(img/validhtml-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#80c43d;
	text-decoration: none;
	margin-left: 10px;
}
a.validhtml-mini:visited {
	color:#80c43d;
}
a.validhtml-mini:hover {
	color:#ffffff;
	text-decoration: none;
}

/* ------- Navigation links ---------- */

#leftnav{
	width: 174px;
	float: left;
	margin-left: 10px;
}

#leftnav h2 {
	margin: 0; padding: 0;
	border-bottom: 4px solid #668800;
}

#leftnav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#leftnav ul li {
	margin: 0; padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#leftnav ul li a {
	display: block;
	border-bottom: 1px solid #c4cbd2;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	color: #5b656e;
}

#leftnav ul li a:hover {
	background-color: #DBF09E;
}

#leftnav ul li a p {
	margin: 0; padding: 0;
}

.mynav ul {
  margin-left: 20px;
  padding-left: 20px;
}

#nav_verkauf ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_pfeil.png) no-repeat 0 50%;
}

#nav_verkauf ul li span a{
	display: block;
	padding-left: 30px;
	background: transparent url(img/nav_neu.png) no-repeat 0 50%;
}

#nav_mietportal ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_pfeil.png) no-repeat 0 50%;
}

#nav_service ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_pfeil.png) no-repeat 0 50%;
}

#nav_kontakt ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_pfeil.png) no-repeat 0 50%;
}

#nav_holzboerse ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_pfeil.png) no-repeat 0 50%;
}

.page_item {
	display: inline;
}

/* ---- stuff ---- */
.left {
	float:left;
}
.right {
	float:right;
}

/* ------ Aktuelles ------------- */

.aktuelles {
  text-align: center;
  background: #6E8F0E;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: dotted;
	border-width: 1px;
  margin-left: -6px;
  margin-right: 4px;
}

/* ------ IMAGE GALLERY --------- */
.gallery
{
  margin-left: -50px;
  cursor: default;
	list-style: none;
	z-index:1;
}

.gallery a
{
	color: #fff;
  cursor: default;
}

.gallery a:visited
{
	color: #fff;
  cursor: default;
}

.gallery a:hover {
  color: #000;
}

.gallery a .preview
{
	display: none;
}

.gallery a:hover .preview
{
  display: block;
	position: absolute;
	top: -8px;
	left: -15px;
	z-index: 1;
}

.gallery img
{
  background: #6E8F0E;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: dotted;
	border-width: 1px;
	color: inherit;
	padding: 4px;
	vertical-align: top;
	width: 85px;
	height: 64px;
}

.gallery li
{
	background: #6E8F0E;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
}

.gallery .preview
{
	border-color: #000;
	width: auto;
	height: 90px;
}

.gallery h3{
	margin: 0px;
	padding:0px;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#883128;
	text-transform:none;
	letter-spacing: 0px;
	text-align:center;
}
.gallery h3 a{
	color:#fff;
	text-decoration:none;
}
.gallery h3 a:hover{
	text-decoration:underline;
}

/* -------- Mini-Navigation --------- */

.mini_links_green {
	font-size: 10px;
	color:#A7A7A7;
	line-height:100%;
	padding-bottom: 5px;
}
.mini_links_green a, .mini_links_green a:visited{
	color:#285c16;
	text-decoration:none;
}
.mini_links_green a:hover{
	text-decoration:underline;
}

/* --- CSS-Informationen für Neugeräte-Menü (fix-ie.css nicht vergessen!) --- */

#menuebox {
  font: 14px tahoma,verdana,sans-serif;

position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position: relative;
top: 5px;
left: 0;
z-index: 200;
float:right;
width: 167px;
padding-left: 10px;
padding-bottom: 10px;
}

#menue .aussen {
display: block;
overflow: hidden;
width: 13em;
height: 1.3em;
text-align: center;
background-color: #6E8F0E;
color: #fff;
border: 1px solid;
border-color: #ffffff #000000 #000000 #ffffff;
}

#menue .aussen:hover {
height: auto;
background-color: #184214;
color: #fff;
text-decoration: none;
}

#menue .aussen2 {
display: block;
overflow: hidden;
width: 15em;
height: 1.3em;
text-align: center;
background-color: #eff2ef;
color: #393938;
border: 1px solid;
border-color: #ffffff #000000 #000000 #ffffff;
}

#menue .aussen2:link {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen2:visited {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen2:active {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen2:hover {
height: auto;
background-color: #184214;
color: #fff;
text-decoration: none;
}

#menue .aussen3 {
display: block;
overflow: hidden;
width: 40em;
height: 1.3em;
text-align: left;
background-color: #eff2ef;
color: #393938;
border: 1px solid;
border-color: #ffffff #000000 #000000 #ffffff;
}

#menue .aussen3:link {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen3:visited {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen3:active {
height: auto;
color: #000;
text-decoration: none;
}

#menue .aussen3:hover {
height: auto;
background-color: #184214;
color: #fff;
text-decoration: none;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 12.9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #78561d;
background-color: #f5f5f5;
color: #600;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #f5f5f5;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #e9e9e9;
color: #900;
}

span.menutag {
display: block;
cursor: default;
}


/* ---------- Info-Box ------------- */

.info {
    background: #DAE9AE url(img/check.png) center no-repeat;
    background-position: 15px 3px; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #59720D;
    border-bottom: 2px solid #59720D;
}

.info_left {
  list-style: none;
  float:left;
  margin-top: 10px;
}

.info_right {
  list-style: none;
  margin-left: 300px;
  margin-top: 10px;
}

/* --- Überschriftstyle für Holzboerse --- */
.my_style_hb
{
  background:#184214;
  font: 12px tahoma,verdana,sans-serif;
  color: #ffffff;
  line-height: 110%;
} 

.my_style_preis
{
  color: #b71c1c;
}

/* ------------- HOVER-List ------------- */

#pipe ul {
  margin-left: 0;
	padding-left: 0;
	display: inline;
	width:500px;
} 

#pipe ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}

#pipe ul a{
	color: #000;
  text-decoration: none;
}

#pipe li a:hover {
        background: #DAE9AE;
}



/*!*!*!*!*!*!*!*!*!*!*!*/

.links ul {
        list-style-type: none;
        width: 534px;
        margin: 0;padding:0;
} 

.links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        min-height: 80px;
}

.links li a { 
        color: #000;
        display: block;
        font: 100% Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
}

.links li a:visited { 
        color: #000;
        display: block;
        font: 100% Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
}

 * html .links li a {  /* make hover effect work in IE */
	width: 535px;
}

.links li a:hover {
        background: #DAE9AE;
}

.links a span {
	margin-left: 10px;
	list-style: none;
	display: inline;
}

.links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

/* -------------- GG-Preistag ------------------ */
.gg_preis {
  font: bold 17px "Trebuchet MS", Tahoma, Arial;
  margin-top: 2px;
  margin-left: 10px;
  text-align: center;
  padding-top: 19px;
  color: #fff;
  background-image: url(img/gg_preis.png);
  background-repeat: no-repeat;
  float: right;
  width: 70px;
  height: 72px;
}


/* -------------- MDB-Preistag ------------------ */

.mdb_preis {
  font: bold 24px "Trebuchet MS", Tahoma, Arial;
  margin-top: 2px;
  margin-left: 10px;
  text-align: center;
  padding-top: 19px;
  color: #fff;
  background-image: url(img/mdb_preis.png);
  background-repeat: no-repeat;
  float: right;
  width: 90px;
  height: 72px;
}

.cal_head {
/*  font: bold 24px "Trebuchet MS", Tahoma, Arial;
  color: #000;
  background-image: url(img/cal_head.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 20px;
  width: 301px;
  height: 58px; */
}

.mdb_preis_inkl {
  font: bold 18px "Trebuchet MS", Tahoma, Arial;
/*  margin-top: 2px; 
  margin-left: 10px; */
  text-align: center;
  padding-left: 1px;
  padding-top: 8px;
  color: #fff;
  background-image: url(img/mdb_preis_inkl.png);
  background-repeat: no-repeat;
  float: right;
  width: 100px;
  height: 65px;
}

.mdb_preis_exkl {
  font: bold 18px "Trebuchet MS", Tahoma, Arial;
/*  margin-top: 2px; */
  margin-left: 5px; 
  text-align: center;
  padding-left: 1px;
  padding-top: 8px;
  color: #fff;
  background-image: url(img/mdb_preis_exkl.png);
  background-repeat: no-repeat;
  float: right;
  width: 100px;
  height: 65px;
}

.mdb_preis_exkl small {
  font: 10px "Trebuchet MS", Tahoma, Arial;
/*  margin-top: 2px; */
}

.mdb_details_left {
  width: 210px;
  float:left;
}

.mdb_details_left ul {
  list-style:none;
}

.mdb_details_left span {
    background: #DAE9AE center no-repeat;
    background-position: 17px 0px; /* x-pos y-pos */
    text-align: justify;
    padding: 2px 0px 5px 0px;
    padding-right: 55px;
    border-top: 2px solid #59720D;
    border-bottom: 2px solid #59720D;
    width: 210px;
}


.mdb_details_right {
  font: normal 85% Verdana, Helvetica, sans-serif;
  width: 300px;
  float:right;
  text-align: left;
}

.mdb_details_right span {
    background: #DAE9AE url(img/check.png) center no-repeat;
    background-position: 15px 0px; /* x-pos y-pos */
    text-align: justify;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #59720D;
    border-bottom: 2px solid #59720D;
    padding-right: 148px;
    width: 300px;
}

/* -------- Public Calendar ---------- */
/* --- Kalender-Style --- */
.calendar {border: 0px solid #000000; border-collapse: collapse; color: #000000; /*background: #FFFFFF;*/}
.today { border: 1px; color: #000000; background: #ffc72a; font-weight: bold;	background-image: url(img/mdb_today_xl.png);}
.today_rent { border: 1px; color: #000000; background: #ffc72a; font-weight: bold;	background-image: url(img/mdb_todayrent.png); }
.rent { border: 1px; color: #000000; background: #f06039; font-weight: bold; background-image: url(img/mdb_rent_xl.png);}
.monthdays {border: 1px solid #434470; color: #000000; background: #FFFFFFF; }
.nonmonthdays { border: 1px; color: #000000; background: #EFEFEF;}

/* --- Linkfarben für Kalender--- */
/* -Head- */

td {
	padding: 6px 6px 6px 12px;
  color: #000;
}

.calhead {
  background-image: url(img/cal_head.png);
  width: 290px;
  height: 44px;
}

a.calhead:link
{
  background: transparent;
  color:#000;
  text-decoration: none;
}

a.calhead:visited
{
  background: transparent;
  color:#000;
  text-decoration: none;
}

a.calhead:hover
{
  color:#bf3838;
  text-decoration: none;
}

a.calhead:active
{
  color:#393938;
  text-decoration: none;
}

/* -Kalender- */
a.cal {
    position:relative;
    z-index:24;
}

a.cal:link
{
  color:#000;
  text-decoration: none;
}

a.cal:visited
{
  color:#000;
  text-decoration: none;
}

a.cal:active
{
  color:#393938;
  text-decoration: none;
}

a.cal:hover{
  z-index:25;
  color: #bf3838;
  background-color: transparent;
}

a.cal span{display: none;}

a.cal:hover span{
    font-weight: normal;
    display:block;
    position:absolute;
    top:2em; left:2em; width:13em;
    border-top: 6px solid #59720D;
    border-bottom:6px solid #59720D;
    border-left: 2px solid #d4d0c8;
    border-right: 2px solid #d4d0c8;
    background-color:#fff; color:#000;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

a.cal:hover span em {
  padding-left: 5px;
        font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}

a.cal hr {
  color: #59720D;
  background-color: #59720D;
}

/* --------- Sitemap-Liste -------------- */

.sitemap {
	list-style:none;
	margin:0px 0px 10px 0px;
	line-height: 140%;
}
.sitemap li{
	font-weight:bold;
	background: url(img/sitemap_folder.gif) no-repeat top left;
	padding-left: 13px;
}
.sitemap li ul{
	margin-bottom: 3px;
	list-style:none;
	margin-left: 5px;
}
.sitemap li ul li{
	font-weight:normal;

	background: url(img/sitemap_entry.gif) no-repeat left top;
	padding-left: 12px;
}

/* ----------- Shadow-Stuff fuer Bildergallery ---------- */
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(img/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(img/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(img/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(img/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(img/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}





/* -------- Admin-Table-Stuff ----------- */

#mytable {
	width: 535px;
	padding-left: 5px;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 585px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #dae9ae;
	border-bottom: 1px solid #dae9ae;
	border-top: 1px solid #dae9ae;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(img/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dae9ae;
	background: none;
}

#mytable td {
	border-right: 1px solid #dae9ae;
	border-bottom: 1px solid #dae9ae;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
}


#mytable td.alt {
	background: #f2f2f2;
	color: #000;
}

#mytable th.spec {
	border-left: 1px solid #dae9ae;
	border-top: 0;
	background: #fff url(img/bullet.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #dae9ae;
	border-top: 0;
	background: #f2f2f2 url(img/bullet2.png) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
