/* ###########################################################################################
** # "Schimmi's Homepage" (c) by Alexander Schimmeck (http://www.alschim.de/) #
** ###########################################################################################
**
**  Dateiversion: 25.11.09
**  Datei       : light.css
**  Funktion    : Stylesheet fuer alschim
**
*/
/*  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }*/
* {
  padding: 0;
  margin: 0;
  font: 100.1% Verdana, arial, helvetica, sans-serif;
}
p {
  margin: 0.7em 0;
  line-height: 1.8em;
}
span.bo {
  font-weight: bold;
}
span.bobk {
  font-weight: bold;
  background-color:#656565;
}
dl {
  margin: 1em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0.5em;
  padding: 0;
}
img.bor {
  padding: 5px;
  background-color: #fffacd;
  margin: 5px;
  border: #FFDC9F 1px solid;
}
img.wl150 {
  float: left;
  padding: 5px;
  background-color: #fffacd;
  margin: 5px;
  border: #800000 1px solid;
  margin: 10px 10px 10px 0;
  width: 150px;
  height: 100px;
}
/* img:hover {
  padding: 5px;
  background-color: #3f3f3f;
  margin: 5px;
  /* border: #fff 1px solid;
}*/
img.none {
  border: 0;
  background-color: #fffacd;
}
img.right {
  float: right;
  margin: 10px 0 0 10px;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
.lnkzell {
	float: left;
}
/* a:link img, a:visited img, a:hover img, a:active img {
  border: none;
  background: none;
  padding: none;
  background: url(../img/shadow.gif) no-repeat right bottom;
  padding: 4px 10px 10px 4px;
  border-top: #eee 1px solid;
  border-left: #eee 1px solid;
} */
img.wp-smiley, .wpstats, img.noborder, a img.noborder {
  background: none;
  border: 0;
  padding: 0;
}
.clear {
  clear: both;
  height: 20px;
}
fieldset {
  border: 0;
}
body {
  background: #d9d4ad url('../images/bg.gif');
  margin: 10px;
  font: 76%/1.6em verdana, tahoma, arial,  sans-serif;
  color: #800000;
  text-align: center;
}
a {
  text-decoration: none;
}
a.lnkex:link, a.lnkex:visited {
  color: #800000;
  text-decoration: none;
 	padding-left: 12px;
	background: url('../images/ext.gif') no-repeat center left;
}
a:link, a:visited {
  color: #800000;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  color: #800000;
}
h1, h2, h3, h4, h5 {
  font-family: Georgia, Verdana, Arial, Serif;
  color: #800000;
}
h6 {
  font-family: Verdana, Arial, Serif;
  color: #800000;
  font-size:10px;
}
h2.om {
  background: url('../images/om.gif') no-repeat center left;
}
h2.che {
  background: url('../images/h_che.gif') no-repeat center left;
  height:32px;
}
h2.peru {
  background: url('../images/pru.gif') no-repeat center left;
  height:32px;
}
h2.boliv {
  background: url('../images/bol.gif') no-repeat center left;
}
h2.chile {
  background: url('../images/chi.gif') no-repeat center left;
}
h2.ecua {
  background: url('../images/ecua.png') no-repeat center left;
}
h2.argen {
  background: url('../images/argen.png') no-repeat center left;
}
#container {
  margin: 0 auto;
  padding: 0;
  width: 990px;
  position: relative;
  text-align: left;
  border: 1px solid #b3af8f;
  background: #fffacd;
}
#navigation {
  background-image: url(../images/d_mainnav.gif);
  background-repeat: repeat-x;
  background-position: center;
  overflow: hidden;
  width: 990px;
  position: relative;
  text-align: left;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Serif;
  border-top: 1px solid #b3af8f;
  border-right: 1px solid #b3af8f;
  border-left: 1px solid #b3af8f;
  margin: 0 auto;
  margin-bottom:5px;
}
html #navigation {
  height: 1%;
}
#navigation ul li {
  float: left;
  margin: 0px;
  list-style-type: none;
}
#navigation ul li a {
  border-right: 1px solid #800000;
  border-bottom: none;
  padding: 9px 15px 9px 15px;
  display: block;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
  background: #eeeeee;
  font-size: 12px;
  letter-spacing: 0px;
  background-image: url(../images/d_mainnav.gif);
  background-repeat: repeat-x;
  background-position: center;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
  background-image: url(../images/d_mainnav_hov.gif);
  background-repeat: repeat-x;
  background-position: top;
  color: #fff;
  border-right: 1px solid #800000;
  border-bottom: none;
  font-size: 12px;
  text-decoration: underline;
}
#header {
  clear: both;
  margin: 0 auto;
  width: 990px;
  position: relative;
  text-align: left;
  padding: 0px 0px 5px 0px;
  color: #800000;
}
#header h1 {
  font-size: 1.8em;
  margin: 10px 0 0 0px;
  font-variant: small-caps;
  letter-spacing: 0px;
  color: #800000;
}
#header h1 a {
  text-decoration: none;
  border: 0;
  color: #ffffff;
}
#header h2 {
  margin: 5px 0 0 0px;
  font-size: 1em;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, Serif;
  letter-spacing: 0px;
}
#content {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
html #content {
}
#content h4 {
  font-size: 1.1em;
  margin: 1em 0 0 0;
}
#content h5 {
  font-size: 1em;
  margin: 0em 0;
  font-weight: bold;
  letter-spacing: 2px;
}
#content-main ul {
  margin: 0 1em;
  padding: 0 1em;
  list-style: none;
/*  list-style-image: url(../images/quad.gif); */
}
#content-main ul.linie {
  margin: 0;
  padding: 1em 0 2em 0;
  border-bottom: #800000 1px solid;
}
hr {
  text-align: center;
  width: 500px;
  border: #800000 solid 1px;
  margin: 20px 20px;
}
#content ol {
  list-style-type: decimal;
  margin: 1em;
  padding-left: 2em;
}
#content-main {
  float: left;
  width: 560px;
  margin-left: 30px;
}
html #section-index #content-main {
  margin-right: 0px;
}
#content .post {
  padding-left: 5px;
}
#content .posttitle {
  padding-bottom: 10px;
}
#content h2, #content h3 {
  font-size: 1.5em;
  margin: 1em 0 0;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #800000;
}
#content .entry {
}
#content .entry a:link, #content .entry a:visited {
  border-bottom: #800000 1px dashed;
}
#content .dllinks a:link, #content .dllinks a:visited,#content .dlrechts a:link, #content .dlrechts a:visited {
  border-bottom: 0;
}
#content .entry a:hover, #content .entry a:active {
  border-bottom: #b3af8f 1px solid;
}
#content .entry li {
  margin: 0 0 0.3em 0;
  padding: 0;
  line-height: 1.6em;
}
#content .vb {
  display:inline;
  padding-left:80px;
}
#content .vr {
  width:120px;
  display:block;
  float:left;
}
#header, #content, #sidebar, #footer, .widget {
  overflow: hidden;
}
.footer-area {
  overflow: hidden;
  width: 990px;
  position: relative;
  text-align: left;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Serif;
  margin: 0 auto;
  padding: 0px 0 9px 0;
  font-size: 12px;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
  margin-top:5px;
}
.footer-area a {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  color: #800000;
  text-decoration: none;
}
.footer-area a:hover {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  color: #800000;
  text-decoration: none;
}
.footer-area a:visited {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  color: #800000;
  text-decoration: none;
}
.footer-area a:hover {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  color: #800000;
  text-decoration: none;
}
.impress {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 990px;
  font-size: 11px;
  margin: 0px  auto;
  text-align: left;
  color: #800000;
}
.impress a:hover {
  font-size: 11px;
  color: #800000;
  border: 0px;
}
.impress a:visited {
  font-size: 11px;
  color: #800000;
  border: 0px;
}
.impress a:active {
  font-size: 11px;
  color: #800000;
  border: 0px;
}
.impress a {
  font-size: 11px;
  color: #800000;
  border: 0px;
}
.no-image {
  border: 0px;
  background-image: none;
  padding: 0px;
  margin-right: 5px;
}
.pad {
  text-align: left;
}
/* ==== vvv Navigation rechts vvv ==== */
#nav-right {
  width: 180px;
margin-top:15px;
margin-left:5px;
margin-right:2px;
margin-bottom:10px;
overflow:hidden;
float:right;
position:relative;
border-right: 1px solid #b3af8f;
border-left: 1px solid #b3af8f;
background-color:#d9d4ad;
}
#nav-right img {
  margin: 5px;
list-style-type: none;
  overflow: hidden;
text-align: center;
}
#nav-right ul {
  width: 180px;
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav-right li {
  width: 180px;
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  text-align: left;
}
#nav-right li a {
  width: 180px;
  display: block;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  text-decoration: none;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #b3af8f;
  background-color:#d9d4ad;
}
#nav-right li a:hover {
  width: 180px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  background-color: #b3af8f;
  background-image:url(../images/l_li_hov.gif);
  background-repeat: repeat-x;
  background-position: top;
  border-bottom: 1px solid #b3af8f;
}
#nav-right li a.bg, .bg {
  background-color: #b3af8f;
}
.cat {
  width: 180px;
  margin: 0px;
  padding: 4px;
  overflow: hidden;
  border-bottom: 1px solid #b3af8f;
  border-top: 1px solid #b3af8f;
  text-align: left;
  color: #800000;
  font-weight: bold;
  background-image: url(../images/l_catbox_rep.png);
  background-position: top;
  background-repeat: repeat-x;
}
#back-to-top {
  position: absolute;
  visibility: visible;
  z-index: 82;
  right: 15px;
  top: 7px;
}
/* === vvv main-image vvv === */
#main-image {
  width: 990px;
  height: 120px;
  background: url(../images/d_pushkar_header.jpg) no-repeat center;
  border: 1px solid #b3af8f;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_kuba {
  width: 990px;
  height: 120px;
  background: url(../images/vinales_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_gimp {
  width: 990px;
  height: 120px;
  background: url(../images/gimp_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_chile {
  width: 990px;
  height: 120px;
  background: url(../images/chile_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_peru {
  width: 990px;
  height: 120px;
  background: url(../images/peru_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_boliv {
  width: 990px;
  height: 120px;
  background: url(../images/boliv_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_ecua {
  width: 990px;
  height: 120px;
  background: url(../images/ecua_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_galap {
  width: 990px;
  height: 120px;
  background: url(../images/galap_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_argen {
  width: 990px;
  height: 120px;
  background: url(../images/argen_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_togo {
  width: 990px;
  height: 120px;
  background: url(../images/togo_logo.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image_tiere {
  width: 990px;
  height: 120px;
  background: url(../portfolio/tiere/alschimdotde_8816.jpg) no-repeat center;
  border: 1px solid #000;
  padding: 0px;
  margin: 5px auto;
  position: relative;
}
#main-image img {
  border: 0px;
  padding: 0px;
  margin: 5px auto;
}
/* === vvv von viecamsin vvv === */
.clr {
  clear: both;
}
#drucken {
  display: none;
}
.utitel {
	font: .8em Verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px 0 0 5px;
}
.w180 {
  width: 180px;
}
.w254 {
  width: 254px;
}
.h200 {
  height:200px;
}
.cas {
	font: .8em Verdana, arial, helvetica, sans-serif;
	color: #4f4f4f;
	text-align: right;
	margin: 0;
}
.dlrechts {
	float: right;
	padding: 0px 0px 10px 10px;
  margin: 1em 0;
}
.dllinks {
	float: left;
	padding: 0px 20px 10px 0px;
}
img.cam {
	border: 0;
	width: 60px;
	height: 47px;
}
#goog {
	padding-top: 170px;
	text-align: center;
	font: Verdana, Arial, Geneva, Helvetica, Sans-serif;
}
.bin {
  width: 250px;
  height: 166px;
}
.hin {
  width: 166px;
  height: 250px;
}
img.boleb {
  padding: 5px;
  background-color: #3f3f3f;
  margin: 5px;
  border: #000 1px solid;
  width: 250px;
  height: 166px;
  float: left;
  margin: 0 10px 10px 0;
}
img.boleh {
  padding: 5px;
  background-color: #3f3f3f;
  margin: 5px;
  border: #000 1px solid;
  width: 166px;
  height: 250px;
  float: left;
  margin: 0 10px 10px 0;
}
.uticam {
	font: .8em Verdana, arial, helvetica, sans-serif;
	text-align: center;
	width: 90px;
	margin: 0;
	display: inline;
}
#content p.tzell {
	font: .8em Verdana, Arial, Geneva, Helvetica, Sans-serif;
	margin: 10px 5px 5px 5px;
}
#content p.tzellu {
	clear: both;
	font: .8em Verdana, Arial, Geneva, Helvetica, Sans-serif;
	padding: 5px 12px 10px 5px;
	margin: 0;
}
#linkebox, #rechtebox {
	float: left;
	width:270px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: left;
	background-color: #FFE691;
}
#rechtebox {
	float: right;
}
#content .headline {
 height: 23px;
 padding-top: 5px;
 padding-left: 10px;
 color: #800000;
 background-color: #dbae21;
 border-bottom: 3px solid #b78301;
}
.zelle4 {
	font: bold 1em Verdana, Arial, Geneva, Helvetica, Sans-serif;
	color: #800000;
}
a.zelle4:link, a.zelle4:visited {
	color: #800000;
	text-decoration: none;
}
a.zelle4:hover {
	font: 1em Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}
#switchform {
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
/* ====vvv Linkbox vvvv==== */
.header-teaserbox {
	font-size: 11px;
	font-weight: bold;
	background-color: #f9b905;
	color: #800000;
}
#box-rechts {
	margin: 20px 10px 30px 10px;
	float: right;
	width: 200px;
	border: 1px solid #339999;
}
.box-header {
	margin-bottom: 4px;
	border-bottom: 1px solid #339999;

	color: #800000;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#box-rechts a {
	font: 10px Verdana, Arial, Geneva, Helvetica, Sans-serif;
	color: #800000;
  background-color:#F9B905;
	padding: 0 2px 4px 5px;
	display: block;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}
#box-rechts a:visited {
	color: #800000;
  background-color:#F9B905;
	text-decoration: none
}
#box-rechts a:hover {
	color: #800000;
  background-color:#F9B905;
	font-weight: bold;
}
#box-rechts a:active {
	color: #FF7F00;
  background-color:#F9B905;
	text-decoration: none;
}
/* ====vvv Links, Foto und Web vvv==== */
#llinkebox , #rrechtebox {
  float: left;
	width: 272px;
	color: #800000;
	margin-bottom: 20px;
	background-color: #ffe691;
}
#rrechtebox {
	float: right;
}

#lgimpbox , #rgimpbox {
  float: left;
	width: 260px;
}
#rgimpbox {
	float: right;
}
.sectionteasercontainer {
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px 0 5px 0;
	color: #800000;
}
.sectionteasertitle {
	font: 10pt arial, helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	text-align: left;
	padding-left: 10px;
}
.lweit260 {
	width: 260px;
}
.bl6f9dbe { /* blau fuer teaser fotolink */
	background-color: #6f9dbe;
}
.gn339999 { /* gruen fuer teaser weblink */
  background-color: #399;
}
.gr404040 { /* gruen fuer teaser weblink */
  background-color: #dbae21;
}
#llinkebox .weblinks ol, #rrechtebox .weblinks ol {
	list-style: none;
  margin-left: -10px;
}
#llinkebox .weblinks ol li, #rrechtebox .weblinks ol li {
	font-size: 10px;
	text-align: left;
	width: 235px;
  background-color: #ffe691;
}
#rrechtebox .weblinks ol li a {
	font-size: 10px;
}
/* ==== vvvv Linke und Rechte Box links und hovers vvvv ==== */
#llinkebox a:link, #llinkebox a:visited, #rrechtebox a:link, #rrechtebox a:visited {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}
#llinkebox a:active, #rrechtebox a:active {
	text-decoration: none;
	color: #009999;
	font-weight: bold;
}
#llinkebox a:hover, #rrechtebox a:hover {
	text-decoration: none;
	color: #678090;
	font-weight: bold;
}
div.bld {
  float:left;
  padding: 10px;
  font-size: 10px;
}
#svtab td {
      font: .8em Verdana, Arial, Geneva, Helvetica, Sans-serif;
      text-align: left;
      border: 1px solid #800000;
      padding: 5px;
}
/* ====vvv Sri vvv==== */
#info, #xinfo {
      border: #fff 0px solid;
      text-align: left;
      margin: 20px 30px 1em 20px;
      position: relative;
      height: 1%;
}
w100 {
 width: 100px;
 height: 150px;
}
w150 {
 width: 150px;
 height: 100px;
}
acronym {
	border-bottom: 1px dotted #800000;
	cursor: help;
}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* ==== vvv Vertikales Menue links vvv ==== */
#menul {
  clear: both;
  float: left;
  text-align: left;
  margin: 8px 0 0 3px;
  height: 1000px;
  width: 130px;
  padding : 5px;
  background-color: transparent;
}
#dlmenu {
  height: 5em;
  margin-top: 30px;
}
#menu {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  position: absolute;
  width: 137px;
  background: #d9d4ad;
  z-index: 100;
}
#menu li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
#menu li a, #menu li a:visited {
  display: block;
  text-decoration: none;
}
#menu li dd {
  display: none;
}
#menu li:hover, #menu li a:hover {
  border: 0;
}
#menu li:hover dt a , #menu li a:hover dt a {
  background: #d9d4ad url(../img/top_grad_2.gif) center center;
  color: #007400;
}
#menu li:hover dd, #menu li a:hover dd {
  display: block;
}
#menu li:hover dl, #menu li a:hover dl {
  height: 410px;
  background: #b3af8f url(../img/sub_grad.gif);
  }
#menu table {
  border-collapse: collapse;
  padding: 0;
  margin: -4px;
  font-size: 1em;
}
#menu dl {
  width: 160px;
  margin: 0;
  background: #b3af8f;
  cursor: pointer;

}
#menu dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #d9d4ad;
}
#menu dd {
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
  font-weight: bold;
}
.gallery dt a, .gallery dt a:visited {
  display: block;
  color: #800000;
  padding: 5px 5px 5px 10px;
  background: #b3af8f url(../img/top_grad.gif) center center;
}
.gallery dd a, .gallery dd a:visited {
  color: #fffacd;
  min-height: 1em;
  text-decoration: none;
  display: block;
  padding: 4px 5px 4px 20px;
  background: #b3af8f url(../img/sub_grad.gif);
}
* html .gallery dd a, * html .gallery dd a:visited {
  height: 1em;
}
.gallery dd a:hover {
  background: #b3af8f;
  color: #800000;
  background-image:url(../images/l_li_hov.gif);
  background-repeat:repeat-x;
  background-position:top;
}
/* ==== vvv Tabelle Ferientermine vvv ==== */
td.fe {
     color: #fff;
     width: 100px;
     text-align: left;
     padding: .5em;
}
.or {
  background: #b78301;
}
.ge {
  background: #dbae21;
}
/* ==== vvv Aufbereitung fuer phpslideshow vvv ==== */
#image_titel_pos {
  position:relative;
  margin-top:-35px;
  padding: 5px;
  height: 28px;
  width: 600px;
}
.image {
  margin-bottom:5px;
  margin-top:5px
}
.image img {
  padding:1px;
  border: 1px solid #b2a06d;
  display:block;
  background-color: #b2a06d;
  margin-top: 2px;
  z-index: 5;
  padding-bottom: 30px;
}
.image_info {
  position:relative;
  display:block;
  margin-bottom:9px;
  font-size:10px;
  margin-left:5px;
  color:#800000;
}
.thumbnail_row {
  width:500px;
  margin-left:10px;
  margin-right: auto;
  display:inline;
}
.thumbnail_center, .thumbnail_center img, .slthumbnail, .slthumbnail img {
  display:block;
  float:left;
  margin: 0 auto 0 auto;
  padding: 1px;
  border:0px;
  filter: alpha(opacity=99);
  opacity: 0.99;
}
.thumbnail_row a:hover img {
  filter: alpha(opacity=39);
  opacity: 0.39;
}
.image_info a {
    text-decoration:none;
    color:#800000;
}
.image_info a:hover {
    text-decoration:none;
    color:#999;

