body, td, div, img, ul, li, span
	{ margin: 0; padding: 0; border-collapse: collapse; font-family: Times New Roman; font-size: 13px; }
body
	{ height: 100%; min-height: 100%; background: #fef0dd; color: #ffeac5}

img.spic
{
	border: 0px;
	margin: 0 5 0 0;
}

img.png { 
 behavior: url("skin1/iepngfix.htc");
}

* html #adv .overlay {
    height: expression(document.getElementById("adv").offsetHeight);
}

* html #adv .text {
    width: expression(document.getElementById("adv").offsetWidth);
}


#png { 
 behavior: url("skin1/iepngfix.htc");
}


a.menu:link, a.menu:visited, a.menu:active {
    color: #660000;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
} 

a.menu:hover {
    color: #cc9933;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
} 

.menu {
    color: #cc9933;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
} 

h1 {
 font-size: 13px;
 font-weight: normal;
 
}

.itm {
 
 position: absolute;
 bottom: 7;
 left: 630;
 z-index: 110;
}

.itm a {
 color: #e3d8a5;
 font-size: 9px;
 text-decoration: none;
 font-family: Verdana;
 line-height: 17px;
}


.asfoto {
 
 position: absolute;
 bottom: 5;
 left: 80;
 z-index: 110;
 width: 210px;
 text-align: right;
}


.asfoto a {
 color: #e3d8a5;
 font-size: 9px;
 text-decoration: none;
 font-family: Tahoma;
 font-weight: bold;
 line-height: 13px;
}

h1.map {
 color: #642c0b;
 font-size: 18px;
}


a.habout:link, a.habout:visited, a.habout:active {
    color: #670000;
    text-decoration: none;
} 

a.habout:hover {
    color: #670000;
    text-decoration: underline;
}

h1.about {
 color: #660000;
 font-size: 16px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 padding-bottom: 10px;
}

.about {
 1padding-left: 30px;
 padding-right: 60px;
 color: #663300;
 font-size: 14px;
}

.aboutr {
 1padding-left: 20px;
 padding-right: 20px;
 color: #663300;
 font-size: 14px;
}

a.inabout:link, a.inabout:visited, a.inabout:active {
 color: #663300;
 font-size: 14px;
 text-decoration: none;
 font-weight: bold;
} 

a.inabout:hover {
 color: #663300;
 font-size: 14px;
 text-decoration: underline;
}

h1.title {
 color: #660000;
 font-size: 18px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 padding-top: 10px;
}


#slideshow 
{  position: absolute;
   top: 424;
   left: 20;
   z-index: 50;
   padding: 0px;
   margin: 0px;
   white-space: nowrap;
   width: 760px;
   padding-top: 10px;
   overflow: hidden;
   border: 0px solid red;
} 

#scroller 
{
	padding: 0px;
	margin: 0px;	
	position: relative; 
	display: inline;
}


#control span 
{ 
	padding: 0px;
	margin: 0px;
	cursor: pointer; 
}

#control
{ 
   position: absolute;
   top: 560;
   width: 760px;
}

.noTableAll {display:table;}

.noTableAll .noTableAllImg, .noTableAll .noTableAllDesc {	
 display:table-cell;
 //display:inline;
 vertical-align:middle;
 //zoom:1;
}



#s3slider {
   width: 550px; /* important to be same as image width */
   height: 600px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0px;
   padding: 0px;
}

#s3sliderContent {
   width: 550px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 0px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 