body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}

table, td {
		width:100%;
		height:100%;
		border:0px;
}


td { vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:14px;
		color:#202020;
	}
	
span a { color:#D52600}
	
span strong { color:#D52600}
	
.l_text { color:#202020}
.l2_text { color:#202020; vertical-align:middle}
	
.c_text { color:#5A5A5A}
.c_text a{ color:#5A5A5A; text-decoration:none}
.c_text a:hover{ color:#5A5A5A; text-decoration:underline}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		
	}

.input	{width:231px; height:21px; border-color:#A8A079; border-width:1px; background-color:#CAC39F; border-style:solid; padding-left:5px}

textarea{width:231px; height:174px; border-color:#A8A079; border-width:1px; border-style:solid; background-color:#CAC39F; padding-left:5px; overflow:hidden;}

ul {margin:0; padding:0; list-style:none}
li  {background:none; margin:0; padding:0px}
li a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#D52600}

.ul2 li  {background:none; margin:0; padding:0px}
.ul2 li a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#202020}
.ul3 {color:#CC0000}

a.info{
    position:relative;           /*this is the key*/
    z-index:24; 
	background-color:images/bg-mid.gif top repeat-x #CAC39F;    /* background colour of display text */
	color:#000000;               /* colour of display text */
    text-decoration:none;
	font-style: normal;
	}

a.info:hover {
			 z-index:25; 
			 background-color: #CC0000;
			 }

a.info span{
	   display: none;  /* hide the span text using this css */
	   }

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -27em;       /* offset of the tooltip from the top */
	left: 10em;      /* offset of the tooltip from the left */
	width:25em;
    border:1px solid #333333; /* border colour */
    background-color: #CC0000; /* background colour here */
    color:#ffffff;         /* text colour */
    text-align: center;
    font-size: 9px;
	font-style: normal;
	text-indent: 0px;
}

.galeriapic {border:thin; border-color:#000000; border-style:solid}

.galerie{color:#CC0000;}
.galerie a{color:#CC0000;}
.galerie a:hovber{color:#CC0000;}
