
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#393633; 
 background-image: url("images/body-background.gif");
 background-repeat: repeat-y;
 background-position:center;
 font-family: Verdana;
} 
 
a:link,  a:visited  {
color: white;
/* font-weight:bold;*/
text-decoration:none; 
} 

.img_link a:hover {
background-color:transparent;
}

a:hover {color:#FF8000;}
 
#maincol{
	background-color: #605E5D;  
	 /* float: left;  */ 
	 width:800px;
	 text-align:center;
 }
#logorow{
	margin-top:22px;
	height:115px;
	background-image: url("images/sperky-baum_logo.jpg");
	background-repeat: no-repeat ;
	background-position:0 15px;
}
#mainrow{
	margin-top:2px;
	height:335px;
	width:800px;
	background-color: #605E5D;  
	border-width: 1px 1px 1px 1px;
	border-color:black;
	border-style:solid;
}
#viewcell{
	width:403px;
	height:334px;
	margin:0;
	border-width:0 1px 0 0;
	border-color:black;
	border-style:solid;
	left:0px;
	float:left;
}
#preview{
	width:403px;
	height:334px;
	margin:0;
	/* left:0px; */
	float:left;
}
.preview_pane{
	MARGIN: 0px; OVERFLOW: auto;  WHITE-SPACE: nowrap; HEIGHT: 334px;
}
.preview_pane table{
	border:0;
}	
.preview_pane td{
	border:0;
	padding:2px 8px 2px 8px;

}	
.preview_pane img{
	border:1px;
	border-color:#EEEEEE;
	border-style:solid;
	CURSOR: pointer;
}	
.uvodtext{
	text-align:justify;
	padding:20px 40px 20px 40px;
	 OVERFLOW: auto;   
	font-size:10pt;
	color:silver;

}

#menurow{
	margin:22px 0 0 0;
	padding:4px 3px 0 25px;
	height:21px;
    width:774px; 
	font-size: 9pt;
	text-align:left;
	color:white;
	background-image: url("images/menu_pruh.jpg");
	background-repeat: repeat;
	background-position:left;
	
}

.menu_sep{
	padding:0 15px 0 20px;
	background-image: url("images/menu_sep.gif");
	background-repeat: no-repeat;
	background-position:7px 2px;
	border-width:0 0 0 1px;
	border-color:#969595;
	border-style:solid;
}
.menu_sep_sel{
	padding:0 15px 0 20px;
	background-image: url("images/menu_sep.gif");
	background-repeat: no-repeat;
	background-position:7px 2px;
	font-weight: bold;
	border-width:0 0 0 1px;
	border-color:#969595;
	border-style:solid;
}

.menu_sep_2{
	padding:0 15px 0 10px;
	background-image: url("images/menu_sep_2.gif");
	background-repeat: no-repeat;
	background-position:left;
	font-size:7pt;
}
.menu_sep_2_sel{
	padding:0 15px 0 10px;
	background-image: url("images/menu_sep_2.gif");
	background-repeat: no-repeat;
	background-position:left;
	font-weight: bold;
	font-size:7pt;
}

.tooltip,.tooltip *{display:block} /*added by javascript*/ 

.tooltip{ width: 200px; color:#000;
    font:lighter 11px/1.3 Verdana;
    text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(images/bt.gif) no-repeat bottom} 




